summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-10-16PixelPaint: Tool properties panelBenJilks
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-15FileManager: Only set ~/Desktop as model root path in desktop modeLinus Groh
2020-10-14PixelPaint: Basic brush toolBenJilks
2020-10-12LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5AnotherTest
2020-10-12LibGfx: Allow specifying a separate source bitmap for Filter::applyTom
2020-10-12LibGfx: Make Filter::Parameters more light-weightTom
2020-10-12LibGfx: Move filters from PixelPaint into LibGfxTom
2020-10-12PixelPaint: Move GUI logic and filter parameters out of filtersTom
2020-10-12Piano: Add UI support for different lengths of notesPeter Elliott
2020-10-12Piano: Add note names to RollWidgetPeter Elliott
2020-10-12Piano: Highlight pressed key in roll widgetPeter Elliott
2020-10-10FileManager: Added menu to show dotfiles in directory context menuKesse Jones
2020-10-10FileManager: Fix file creation error messageLinus Groh
2020-10-10Spreadsheet: Fix rendering of documentation examplesLinus Groh
2020-10-08Help: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-08TextEditor: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-08SinglyLinkedList: Remove unused includesLenny Maiorani
2020-10-06Welcome: Use new format functions.asynts
2020-10-06TextEditor: Use new format functions.asynts
2020-10-06Terminal: Use new format functions.asynts
2020-10-06SystemMonitor: Use new format functions.asynts
2020-10-06Spreadsheet: Use new format functions.asynts
2020-10-06SoundPlayer: Use new format functions.asynts
2020-10-06QuickShow: Use new format functions.asynts
2020-10-06PixelPaint: Use new format functions.asynts
2020-10-06Piano: Use new format functions.asynts
2020-10-06KeyboardSettings: Use new format functions.asynts
2020-10-06IRCClient: Use new format functions.asynts
2020-10-06AK+Format: Exclude prefix from width calculation.asynts
2020-10-06HexEditor: Use new format functions.asynts
2020-10-06Help: Use new format functions.asynts
2020-10-06FontEditor: Use new format functions.asynts
2020-10-05LibGfx+FontEditor+Fonts: Add "mean line" value to all fontsLuke
2020-10-05FileManager: Use new format functions.asynts
2020-10-05DisplaySettings: Use format instead of printf.asynts
2020-10-05Debugger: Use format instead of printf.asynts
2020-10-05Calendar: Use format instead of printf.asynts
2020-10-05Calculator: Use format instead of printf.asynts
2020-10-04LibJS: Remove Interpreter::call()Andreas Kling
2020-10-04AK: Make the return type of dbgputstr consistent.asynts
2020-10-04Browser: Remove dbgln() statement that was crashing on startupAndreas Kling
2020-10-04Browser: Fix build after dbgf() -> dbgln() renameAndreas Kling
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-04Browser: Use format functions instead of printf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02Browser: Add a special context menu for imagesAndreas Kling
2020-10-02Browser: Move the opening of a download window to its own functionAndreas Kling
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling