summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-09-25Spreadsheet: Treat an empty format string as "default"AnotherTest
2020-09-25Spreadsheet: Save and load cell types and formatting optionsAnotherTest
2020-09-25Spreadsheet: Add conditional formattingAnotherTest
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-24FileManager: Teach DirectoryView subviews to create editing delegatesAndreas Kling
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-22SystemMonitor: Wrap file descriptor and unveiled paths model into a SortingPr...Tibor Nagy
2020-09-22SystemMonitor: Fix assert when sorting by the "Page map" columnTibor Nagy
2020-09-22SystemMonitor: Wrap adapters and sockets model into a SortingProxyModelTibor Nagy
2020-09-22SystemMonitor: Add sorting key to the devices modelTibor Nagy
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-09-21LibJS: Rename InterpreterScope => InterpreterExecutionScopeAndreas Kling
2020-09-21Spreadsheet: Always keep the workbook interpreter in VM scopeAnotherTest
2020-09-20FontEditor: Draw the baseline in the glyph editor widgetTibor Nagy
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-19LibGfx+FontEditor+Base: Add "baseline" value to all fontsAndreas Kling
2020-09-19FileManager: Prevent feedback loop between treeview and directory viewAndreas Kling
2020-09-18FileManager: Properly reveal newly opened directories in the treeviewAndreas Kling
2020-09-18FileManager: Update GUI when "entering" an inaccessible directoryAndreas Kling
2020-09-18FileManager: Show an inline error message for inaccessible directoriesAndreas Kling
2020-09-18FileManager: Remove an unused enum in DirectoryViewAndreas Kling
2020-09-17FileManager: Move DirectoryView into the FileManager namespaceAndreas Kling
2020-09-17FileManager: Move the DesktopWidget to its own compilation unitAndreas Kling
2020-09-17FileManager: Handle drop events in DirectoryViewAndreas Kling
2020-09-16FileManager: Use GUI::FileIconProvider for the location box iconAndreas Kling
2020-09-16FileManager: Show the root (/) directory in the treeview on the leftAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-09-14Browser: Move the basic Tab UI skeleton to JSON GUIAndreas Kling