summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-27LibJS: Remove js_string(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-26Spreadsheet: clang-formatAndreas Kling
2020-09-26Applications: Paint transparency grids through StylePainterTibor Nagy
2020-09-25Spreadsheet: Add the 'Date' cell typeAnotherTest