summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-02-24LibLine: Note that the search() call modifies the bufferAnotherTest
2021-02-24LibLine: Update the drawn cursor value when updating lazilyAnotherTest
2021-02-24LibLine: Properly update the main editor when clearing the search editorAnotherTest
2021-02-24Profiler: Make sure rendered timestamps don't overflowSahan Fernando
2021-02-24LibJS: Use const references to avoid some copies in the parserLinus Groh
2021-02-24Build: Build Userland with -O2, Kernel with -OsAndreas Kling
2021-02-24LibJS: Let RegExpPrototype inherit from Object directlyLinus Groh
2021-02-24LibJS: Make ArrayPrototype an Array objectLinus Groh
2021-02-23Everywhere: Remove unused RELEASE_ASSERT macroAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23LibELF: Inline DynamicObject::hash_section()Andreas Kling
2021-02-23LibELF: Don't build barely-used section lookup table in ELF::ImageAndreas Kling
2021-02-23LibDebug: Fix build with -O2Andreas Kling
2021-02-23LibELF: Avoid doing strlen() on everything while iterating GNU hashAndreas Kling
2021-02-23LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()Andreas Kling
2021-02-23LibELF: Avoid calling strlen() in DynamicObject::hash_section()Andreas Kling
2021-02-23LibELF: Don't recompute the same ELF hashes over and overAndreas Kling
2021-02-23LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG loggingAndreas Kling
2021-02-23LibELF: Move ELF hash functions to their own file (and make constexpr)Andreas Kling
2021-02-23Browser: Implement view source for out of process modeBrandon Scott
2021-02-23LibWeb: Added get source functionality and hook eventBrandon Scott
2021-02-23WebContent: Added IPC calls for getting sourceBrandon Scott
2021-02-23HexEditor: Add menu icons for search menu itemsBrendan Coles
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-23LibWeb: Fix a tiny appendff() format issueAnotherTest
2021-02-23AK+Userland: Extend the compiletime format string check to other functionsAnotherTest
2021-02-23HackStudio: Fix a misuse of dbgln() intended as dbgln_if()AnotherTest
2021-02-23UserspaceEmulator: Fix an outln() format bugAnotherTest
2021-02-23Inspector: Add help documentationBrendan Coles
2021-02-22LibWeb: Only scroll BlockBox on wheel event if overflow==scrollAndreas Kling
2021-02-22HackStudio: Fix opened files appearing empty (#5480)Ivan Hansgaard Hansen
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
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-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-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