summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-06-03WindowServer: Check that a menu is not nullLorenzo Concas
2022-06-03Applets: Use spawn_or_show_error() for common spawn patternMacDue
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-06-03Services: Use Core::Process::spawn() for common process spawn patternMacDue
2022-06-03LibWeb: Fix Array OOBs in the HTMLTokenizerstelar7
2022-06-02LibJS: Stub out String.prototype.normalizestelar7
2022-06-02LibGUI: Use default buttons in ColorPicker and FontPickerKarol Kosek
2022-06-02Taskbar: Use default buttons in ShutdownDialogKarol Kosek
2022-06-02PixelPaint: Use default buttons in EditGuideDialogKarol Kosek
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-06-02LibWeb: Check recursively if CSS functions contain `var()` or `attr()`Karol Kosek
2022-06-02PixelPaint: Add rounded rectangles (both with/without antialiasing)MacDue
2022-06-02PixelPaint: Add option for antialiased linesMacDue
2022-06-02LibGL: Check that texture name is allocated before marking it as freeLuke Wilde
2022-06-02lsusb: Add `-v` flag to `lsusb` :^)Jesse Buhagiar
2022-06-01PixelPaint: Enable antialiased option for outline ellipsisMacDue
2022-06-01LibGfx: Implement antialiased outline ellipsisMacDue
2022-06-01LibGfx: Rename draw_ellipse/circle to fill_ellipse/circleMacDue
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière
2022-06-01Taskbar: Add toggle_show_desktop()Olivier De Cannière
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
2022-06-01LibGUI+WindowServer: Propagate action icon changes to buttons and menusnetworkException
2022-05-31DHCPClient: Don't reset the interface if its already configuredTim Schumacher
2022-05-30Browser: Always show menu for additional bookmarks when one is hiddennetworkException
2022-05-30LibXML+Tests: Consume `>` in the character data ending `]]>` and test itLuke Wilde
2022-05-30LibGUI: Add side mouse buttons as an alternate shortcut for back/forwardGeordie Hall
2022-05-30LibGUI: Activate mouse shortcuts from within WindowServerConnectionGeordie Hall
2022-05-30LibGUI: Search for actions with a Shortcut instead of for KeyEventGeordie Hall
2022-05-30LibGUI: Allow Shortcuts to have a mouse button associated with themGeordie Hall
2022-05-30LibGUI: Add a to_string helper for GUI::MouseButtonGeordie Hall
2022-05-29Utilities: Add networking to headless-browserDexesTTP
2022-05-29Utilities: Add image decoding to headless-browserDexesTTP
2022-05-29Utilities: Add a simple headless-browserDexesTTP
2022-05-29LibWeb: Allow configuring the default error page pathDexesTTP
2022-05-29LibWeb: Allow configuring the default favicon pathDexesTTP
2022-05-29SoundPlayer: Insert separator after play/stop and back/next buttonsLinus Groh
2022-05-29SoundPlayer: Replace two manual key event checks with action shortcutLinus Groh
2022-05-29SoundPlayer: Replace regular buttons with action-based toolbar buttonsLinus Groh
2022-05-29lscpu: Show size of L1 data/instruction, L2, and L3 CPU cachesLinus Groh
2022-05-29FileManager: Replace '->' with '→' in symlink statusbar info messageLinus Groh
2022-05-29LibGfx: Change one instance of 'colour' to 'color'Linus Groh
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-29WindowServer: Call screen_resolution_changed after window screens clearmontiagne
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-05-28NetworkServer: Support setting default gatewayMaciej
2022-05-28Applets/ResourceGraph: Open network monitor when clicking network graphMacDue
2022-05-27Utilities: Add edid-dump program to dump EDID from Display connectorsLiav A
2022-05-26Userland: Depend some applications on WebContent if it's being usedKarol Kosek
2022-05-26WebContent: Depend on ImageDecoder, RequestServer and WebSocketKarol Kosek
2022-05-26Welcome: Depend on HelpKarol Kosek