summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-09-14Browser: Set tab text alignment from JSON GUIAndreas Kling
2020-09-14Browser: Generate the main browser window UI from JSON :^)Andreas Kling
2020-09-14Build+TextEditor: Add a compile_json_gui() CMake helperAndreas Kling
2020-09-14TextEditor: Move the find/replace buttons to JSON GUIAndreas Kling
2020-09-14TextEditor: Set initial widget visibilities from JSONAndreas Kling
2020-09-14TextEditor: Move the "find" and "replace" widget containers to JSON GUIAndreas Kling
2020-09-14TextEditor: Move the main window UI to JSONAndreas Kling
2020-09-13FileManager: Use the correct delete action in the treeview context menuAndreas Kling
2020-09-13FileManager: Move delete and force-delete actions to DirectoryViewAndreas Kling
2020-09-13KeyboardMapper: Avoid using [&] captures for persistent lambdasAndreas Kling
2020-09-13FileManager: Move "Open Terminal here" action to DirectoryViewAndreas Kling
2020-09-12Spreadsheet: Implement a specialised version of printf for formattingAnotherTest
2020-09-12Spreadsheet: Allow customising the cell foreground and background colorsAnotherTest
2020-09-12Spreadsheet: Allow cells to optionally have static fg/bg colorsAnotherTest
2020-09-12IRCClient: Remove unused dump() logicBen Wiederhake
2020-09-12LibGfx: Saner memory usage of indexed bitmapsBen Wiederhake
2020-09-11HexEditor: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling