summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-26Taskbar: Add more prominent Help app icon in the start menuAndreas Kling
2021-03-26Taskbar: Move "About SerenityOS" to the top of the start menuAndreas Kling
2021-03-26WindowServer: Adjust position of flipped submenus by menu item heightLinus Groh
2021-03-26WindowServer: Add clip rect to menubar painterLinus Groh
2021-03-26WindowServer: Remove unused Menu->MenuBar link and "title font"Andreas Kling
2021-03-26WindowServer: Redraw window menubars when moving with arrow keysAndreas Kling
2021-03-26WindowServer: Remove some leftover unused menubar thingsAndreas Kling
2021-03-25Taskbar: Only show H:M:S by default, move date to tooltipAndreas Kling
2021-03-25WindowServer+LibGUI: Remove the global menubar :^)Andreas Kling
2021-03-25WindowServer: Don't fill the active menubar menu with selection colorAndreas Kling
2021-03-25WindowServer: Remove "system menu" concept from WindowServerAndreas Kling
2021-03-25SystemMenu: Remove SystemMenu serviceAndreas Kling
2021-03-25Taskbar: Add start menu :^)Andreas Kling
2021-03-25LibGUI: Make it possible to tweak icon spacing on a GUI::ButtonAndreas Kling
2021-03-25Taskbar: Integrate clock widget into taskbar windowAndreas Kling
2021-03-25WindowServer: Remove SetApplicationMenubar IPC messageAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25WindowServer: Remove the global app menuAndreas Kling
2021-03-25WindowServer: Tweak the look of menusAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-25LibGUI: Add GUI::MenuBar::menubar_id()Andreas Kling
2021-03-25TextEditorWidget: Whitespace related optionslucastarche
2021-03-25TextEditor: Visualize leading whitespacelucastarche
2021-03-25TextEditorWidget: Added tab width submenulucastarche
2021-03-25TextEditor: Added a setter for soft_tab_widthlucastarche
2021-03-25LibJS: Use Utf8View for string prefix checksIdan Horowitz
2021-03-25PropertiesWindow: Show the file size in a human readable formatDavid Isaksson
2021-03-25checksum: Use new format functionsLinus Groh
2021-03-24LibGUI: Process pending window updates after handling input eventsTom
2021-03-24test-js+test-web: Replace JSTestRunnerCounts with Test::CountsLinus Groh
2021-03-24LibTest: Add Test::CountsLinus Groh
2021-03-24Spreadsheet: Ensure that cell exists on drop event for text dataDavid Isaksson
2021-03-24jp: set input to stdin if there is no file specified and addCesar Torres
2021-03-23LibJS: Don't static_cast<double>() various Date getter valuesLinus Groh
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-23UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_tIdan Horowitz
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-23LanguageServers/Cpp: Declarations inside namespaces are globally visibleItamar
2021-03-23LibCpp: Parse Namespace declarationItamar
2021-03-23Userland: Add simple zip utilityIdan Horowitz
2021-03-23LibArchive: Implement ZipOutputStream for zip archive creationIdan Horowitz
2021-03-23unzip: Use the new LibArchive Zip parserIdan Horowitz
2021-03-23LibArchive: Add Zip file parserIdan Horowitz
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz
2021-03-23LibJS: Remove as_size_t()Linus Groh
2021-03-23LibJS: Simplify positive/negative zero checksOleg Sikorskiy
2021-03-23PixelPaint: Added Zoom toollucastarche
2021-03-23PixelPaint: ImageEditor scaling methodlucastarche
2021-03-22LibJS Date: Added "Invalid Date".Petróczi Zoltán