summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-08-07PixelPaint: Make Guides' visibility optionalTobias Christiansen
2021-08-07PixelPaint: Add the GuideTool to the ToolboxTobias Christiansen
2021-08-07PixelPaint: Add GuideTool for editing GuidesTobias Christiansen
2021-08-07PixelPaint: Allow creation of Guides via the View-MenuTobias Christiansen
2021-08-07PixelPaint: Add a Dialog for the creation of a GuideTobias Christiansen
2021-08-07PixelPaint: Include Guides in the ImageEditorTobias Christiansen
2021-08-07PixelPaint: Add Guide classTobias Christiansen
2021-08-06PixelPaint: Use a StackWidget in ToolPropertiesWidgetMarcus Nilsson
2021-08-06PixelPaint: Use the ValueSlider widget for Tool propertiesMarcus Nilsson
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Browser: Add more tab optionsTheFightingCatfish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-08-05Assistant: Quit the application after losing focusKarol Kosek
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-08-03PixelPaint: Add tooltips for sliders in ToolPropertiesWidgetMarcus Nilsson
2021-08-03Calculator: Use KeypadValue class instead of doublecreator1creeper1
2021-08-03Calculator: Add KeypadValue classcreator1creeper1
2021-08-03Userland: Make representation of 'null' IPv4-address friendlierThomas Wagenveld
2021-08-03Userland: Add network adapter link status to SystemMonitor and appletThomas Wagenveld
2021-08-03FileManager: Use the current directory as one of the initial locationsKarol Kosek
2021-08-03FileManager: Set chdir to the current path when opening applicationsKarol Kosek
2021-08-03PixelPaint: Move properties for LineTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Move properties for RectangleTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for MoveToolMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for SprayToolMarcus Nilsson
2021-08-03PixelPaint: Move properties for EllipseTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for PenToolMarcus Nilsson
2021-08-03PixelPaint: Move properties for EraserTool to ToolPropertiesWidgetMarcus Nilsson
2021-08-02Mail: Use GUI::PasswordInputDialog to ask for server passwordsAndreas Kling
2021-08-02Mail: Tweak vertical spacing & margins in main UI layoutAndreas Kling
2021-08-02Browser: Tweak vertical spacing in per-tab UI layoutAndreas Kling
2021-08-02PixelPaint: Show image coordinates in the status barClément Sibille
2021-08-02Mail: Use Window::add_menu instead of Menubar::add_menusin-ack
2021-08-013DFileViewer: Display frame rate optionallyK-Adam
2021-08-01SystemMonitor: Register ProcessStateModel with ProcessModel on constructsin-ack
2021-08-01FileManager: Refresh DirectoryView after applying changesLuK1337
2021-08-01FileManager: Enable/Disable mkdir and touch actions on path changeKarol Kosek
2021-08-01FileManager: Remove the rename action from the tree view context menuKarol Kosek
2021-08-01FileManager: Add the rename action to the toolbarKarol Kosek
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31DisplaySettings: Rename "virtual desktops" => "workspaces"Andreas Kling
2021-07-31MailSettings: Use the same app icon as MailAndreas Kling
2021-07-31KeyboardSettings: Remove outdated FIXMEAndreas Kling
2021-07-31Browser: Change "Custom" => "Custom..." in menus where appropriateAndreas Kling
2021-07-31HackStudio+TextEditor: Sync extensions from the FileIconProvider fileKarol Kosek
2021-07-31TextEditor: Add automatic syntax highlighting for Shell and .htm filesKarol Kosek
2021-07-31KeyboardMapper: Add menus before showing the windowLuK1337
2021-07-31Calculator: Add menus before showing the windowLuK1337
2021-07-31Piano: Add menus before showing the windowLuK1337