summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-08-27Base: Rename icon subdirectories by explicit app namethankyouverycool
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-27Spreadsheet: Don't advertise the SpreadsheetModel as sortableAndreas Kling
2020-08-27Spreadsheet: Add support for changing multiple cells at onceAnotherTest
2020-08-27Base+LibGUI+Spreadsheet: Add icons for SpreadsheetAnotherTest
2020-08-27Spreadsheet: Track selections across sheet switchesAnotherTest
2020-08-27Spreadsheet: Show errors and make them redAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-27Spreadsheet: Move sheet management to a Workbook classAnotherTest
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-26Spreadsheet: Tweak row height slightlyAndreas Kling
2020-08-26Spreadsheet: Use a fixed-width font in the cell editorAndreas Kling
2020-08-26Spreadsheet: Don't ignore selections in the A column :^)Andreas Kling
2020-08-26Spreadsheet: Enable row headers for the spreadsheet TableViewAndreas Kling
2020-08-26Spreadsheet: Get rid of the "row numbers" columnAndreas Kling
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-26LibC: Deduplicate declaration of strcasecmpBen Wiederhake
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-26Spreadsheet: Focus the spreadsheet table on startupAndreas Kling
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25Spreadsheet: Add "Save As"AnotherTest
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-24Spreadsheet: Add back the menubarAnotherTest
2020-08-24Spreadsheet: Fix crash when a row number is selectedAnotherTest
2020-08-24Spreadsheet: Avoid crashing when a cell is created mid-updateAnotherTest
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
2020-08-24SystemMonitor: Tweak processor feature display a little bitAndreas Kling
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Add a topbar with a text editorAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest
2020-08-23SystemMonitor: Use bottom-side tabs for the per-process info tabsAndreas Kling
2020-08-23ThemeEditor: Paint the minimize/maximize/close window button iconsAndreas Kling
2020-08-23ThemeEditor: Add window buttons (no bitmaps yet)Andreas Kling
2020-08-23ThemeEditor: Add a handful of widgets to the previewAndreas Kling
2020-08-23ThemeEditor: Use m_inactive_window_icon when painting the inactive..Emanuele Torre
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
2020-08-22Meta: Add missing license header to ThemeEditorItamar
2020-08-21ThemeEditor: Tweak the main UI layoutAndreas Kling
2020-08-21ThemeEditor: Set window icon and titleAndreas Kling
2020-08-21ThemeEditor: Allow editing of theme colors one at a timeAndreas Kling
2020-08-21ThemeEditor: Start working on a window theme editor :^)Andreas Kling
2020-08-21ChessEngine: Add ChessEnginePeter Elliott
2020-08-21SystemMonitor: Add a Processors tabLuke
2020-08-19Browser: add urls to browser history on load startJake Wilson
2020-08-18Calendar: Add help menuitemAbu Sakib
2020-08-17FileManager: Make DirectoryView vend indexes from view modelAndreas Kling