summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-02-26HexEditor: Fix nullptr pass to AboutDialog and clean up menusthankyouverycool
2021-02-26Browser: Add Go menu and move Bookmarks bar toggle to Viewthankyouverycool
2021-02-25Spreadsheet: Fix cell identifier labelJelle Raaijmakers
2021-02-25LibGUI: Paint all widgets as toolbars in ToolBarContainerthankyouverycool
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-25LibGUI: Avoid needlessly copying vectors of rectsTom
2021-02-25LibGUI: Process pending invalidations when handling paint eventsTom
2021-02-25LibGUI: Constrain widgets to invalidating themselves onlyTom
2021-02-25LibC: Make it compile on 64-bitAndreas Kling
2021-02-25LibC: Add x86_64 implementation of setjmp() and longjmp()Andreas Kling
2021-02-25FileManager: change icon for Show in File ManagerMorc - Richard Gráčik
2021-02-25Base: Update some icons for color, quality and consistencythankyouverycool
2021-02-25Base: Add new icons for fonts and File Managerthankyouverycool
2021-02-24LibC: Avoid double memory clearing in calloc()Andreas Kling
2021-02-24LibGUI: Let cursor start a wrapped lineAngus Gibson
2021-02-24LibGUI: Remove redundant cursor updateAngus Gibson
2021-02-24Calculator: Add support for copy+paste using system clipboardBrendan Coles
2021-02-24LibGUI: Account for the row and column headers when painting a TableViewAnotherTest
2021-02-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest
2021-02-24Profiler: Add help documentationBrendan Coles
2021-02-24LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibCAndreas Kling
2021-02-24LibELF: Convert more string literals to StringView literals.Brian Gianforcaro
2021-02-24LibELF: Use StringView literal syntax to build section names.Brian Gianforcaro
2021-02-24AK: Make dbgln_if() avoid evaluating the arguments when disabledAnotherTest
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