summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-22LibWeb: Clip overflowing inline children when overflow != "visible"Andreas Kling
2021-02-22LibGfx: Make Painter::draw_physical_pixel() clip with scaling in mindAndreas Kling
2021-02-22LibWeb: Respect explicitly specified CSS "height" on block elementsAndreas Kling
2021-02-22LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::BoxAndreas Kling
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-02-22DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%"Andreas Kling
2021-02-22LibWeb: Support assigning to document.body when it is nullAndreas Kling
2021-02-22LibGfx: Don't color outside the lines in Painter::draw_physical_pixel()Andreas Kling
2021-02-22LibWeb: Defer the handling of WebContent process crashesAndreas Kling
2021-02-22Base: Add Slovak keymapTheMorc
2021-02-22LibGUI: Ignore glyph dimensions when painting a titleless GroupBoxthankyouverycool
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-22WindowServer: Don't close context menus when hovering over menu barTom
2021-02-22WindowServer: Reset menu position when opened by the menu barTom
2021-02-21Toolchain: Always remove the previous artifacts when buildingAnotherTest
2021-02-21Documentation: Combine two "cd" commands in build instructions (#5457)Jorropo
2021-02-21keymaps: Add dvorak-programmerKevin Kuehler
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21SpaceAnalyzer: Added context menu for nodesSviatoslav Peleshko
2021-02-21LibGUI: Show context menu when right-clicking a LinkLabelMițca Dumitru
2021-02-21CatDog: Fix wake-sleep "loop" when cursor is over right-top of headTom
2021-02-21LibGUI: Copy alpha channel as-is when keeping backing bitmaps in syncTom
2021-02-21LibGUI: Fix crash when previewing palette imagesBen Wiederhake
2021-02-21Utilities: Provide fuzzers as a utility in serenityBen Wiederhake
2021-02-21Documentation: QtCreator likes BOMs, our linter doesn'tBen Wiederhake
2021-02-21Meta: Make CMakeLists accessible to QtCreatorBen Wiederhake
2021-02-21WindowServer: Re-evaluate the mouse cursor when alpha hit-testingTom
2021-02-21LibCpp: Fix yet another broken outln() invocation..Andreas Kling
2021-02-21Ports: Update Python to 3.9.2Linus Groh
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-21LibJS: Print console.{debug,error,info,log,warn} to system debug logAndreas Kling
2021-02-21LibCpp: Fix busted outln() invocationsAndreas Kling
2021-02-21Run: Prefill text field with last command on launchTheMorc
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-02-21AK: Add String{,Utils}::to_snakecase()Linus Groh
2021-02-21LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.hAnotherTest
2021-02-21FileManager: Use newly introduced LibCore file management helpersMițca Dumitru
2021-02-21rm: Use Core::File::removeMițca Dumitru
2021-02-21Utilities: Remove cp.hMițca Dumitru
2021-02-21mv: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-21cp: Use Core::File::copy_file_or_directoryMițca Dumitru
2021-02-21LibCore: Add file management helpers to reduce code duplicationMițca Dumitru
2021-02-21Kernel: Use copy_n_from_user in sys$setgroups to check for overflowBrian Gianforcaro
2021-02-21Kernel: Use already computed nfds_checked value when copying from user mode.Brian Gianforcaro
2021-02-21Kernel: Use copy_n_from_user in sys$setkeymapBrian Gianforcaro
2021-02-21Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR)Brian Gianforcaro
2021-02-21Kernel: Populate ELF::AuxilaryValue::Platform from Processor object.Brian Gianforcaro
2021-02-21LibVT: Avoid double relayout during interactive resizeAndreas Kling
2021-02-21AK: Alter ByteBuffer to utilise memcmp.Ivan Hansgaard Hansen
2021-02-21Base: Add a lion emoji 🦁Andreas Kling