summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-01-05SystemMonitor: Update stats/graph immediately on launchJohn Bundgaard
2023-01-05SoundPlayer: Parse Main::Arguments with Core::ArgsParserTimothy Flynn
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03PixelPaint: Cleanup the Image classBaitinq
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Piano: Remove unused include of AK/StdLibExtraDetails.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Userland: Remove unused includes of AK/Math.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02Base+Userland: Add menu item iconsBrandon Jordan
2023-01-02Help: Detect clicked page correctlykleines Filmröllchen
2023-01-02Help: Don't expand the whole tree of the selected node's parentkleines Filmröllchen
2023-01-02Help+LibManual: Open sibling page for subsectionskleines Filmröllchen
2023-01-02Help+LibManual: Move URL handling to LibManualkleines Filmröllchen
2023-01-02Help+LibManual: Make the children accessor falliblekleines Filmröllchen
2023-01-02Help: Use array size instead of sizeof to determine number of sectionskleines Filmröllchen
2023-01-02Help: Only toggle open/close for SectionNodeskleines Filmröllchen
2023-01-01ThemeEditor: Make GUI initialization fallibleSam Atkins
2023-01-01MouseSettings: Tweak "Natural scrolling" checkbox sizeAndreas Kling
2022-12-31PixelPaint: ColorPicker updates user colors while draggingCody Hein
2022-12-31PixelPaint: Allow ImageEditor event to append info to the statusbarCody Hein
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-31ThemeEditor: Support editing color schemesimplicitfield
2022-12-31Terminal+LibVT: Get the color scheme from the system themeimplicitfield
2022-12-31Everywhere: Move Base/res/terminal-colors to Base/res/color-schemesimplicitfield
2022-12-31Calculator: Add adding/subtracting/multiplying/dividing by a percentageKarol Baraniecki
2022-12-31Calculator: Support chaining and repeating operationsKarol Baraniecki
2022-12-31Calculator: Fix which digits get animated when pressing keyboard keysKarol Baraniecki
2022-12-31SoundPlayer: Pledge proc so that we can actually open audio filesAndrew Kaster
2022-12-30MouseSettings: Update "switch buttons" icon to reflect checkbox stateRavi J
2022-12-29Presenter: Accept file dropsKarol Kosek
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-28Applications: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-26PixelPaint: Erase old active layer boundary when active layer changesTim Ledbetter
2022-12-26LibGUI+Applications: Rename automatic scrolling timer functionsthankyouverycool
2022-12-23TextEditor: Add option to open the current file in File ManagerKampsjaak
2022-12-23LibCore: Use a StringView for the file path in File::removeTim Schumacher
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-23FileManager: Propagate errors while loading bmpericLemanissier
2022-12-23Magnifier: Add ability to drag the location when it is lockedFrHun
2022-12-23Magnifier: Remember grid colorFrHun
2022-12-23Magnifier: Eliminate flickering when downsizingFrHun
2022-12-23Magnifier: Prevent 0 size that otherwise hangsFrHun
2022-12-23Magnifier: Add option to choose grid colorFrHun
2022-12-23Magnifier: Add option to display grid over the imageFrHun