summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10IRCClient: Use NonnullRefPtr<IRCClient> throughoutAndreas Kling
2020-09-08Spreadsheet: Add "final" to JS objects and tweak declarationsAndreas Kling
2020-09-08Refactor: Replace usages of FixedArray with Array.asynts
2020-09-07IRCClient: Add the "/me" command to send CTCP ACTION emotes :^)Andreas Kling
2020-09-06Terminal: Use utmpupdate to update /var/run/utmpAndreas Kling
2020-09-05PixelPaint: Update "paste" action enabled state based on clipboardAndreas Kling
2020-09-05PixelPaint: Allow pasting a copied bitmap as a new layer :^)Andreas Kling
2020-09-05QuickShow: Allow copying the current bitmap to the clipboard :^)Andreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-09-03DisplaySettings: Remove unnecessary file open for non-pathsAvery