summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-25Everywhere: Tweak "2020-2020" => "2020" in copyright headersAndreas Kling
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-24FileManager: Add a button to open links in their real directoryAlex McGrath
2020-12-24Terminal+LibVT: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-23Spreadsheet: Prompt user before closing with unsaved changesXavier Cooney
2020-12-23TextEditor: Rename {Main => TextEditor}Window.gmlLinus Groh
2020-12-22FileManager: Allow creating desktop shortcut from FileManagerAlex McGrath
2020-12-22Spreadsheet: Fix invalid check in SheetGlobalObject::column_index()AnotherTest
2020-12-22Spreadsheet: Improve sheet update efficiencyAnotherTest
2020-12-22Spreadsheet: Do not attempt to create columns with "negative" indicesAnotherTest
2020-12-22Spreadsheet: Override `visit_edges()` and visit stored JS objectsAnotherTest
2020-12-22Spreadsheet: Make it possible to rename sheetsAnotherTest
2020-12-22Spreadsheet: struct Cell => class CellAnotherTest
2020-12-22Spreadsheet: Accept (and ignore) invalid 'columns' in jsonAnotherTest
2020-12-21LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)Andreas Kling
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-21LibVT+Terminal: Add the option to disable the bellAlex McGrath
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibGUI: Make GUI::Label auto-sizing declarativeAndreas Kling
2020-12-20LibGUI: Rename ProgressBar property caption => text and expose to GMLAndreas Kling
2020-12-20FileManager: Move the main window UI to GMLAndreas Kling
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
2020-12-19LibProtocol: Remove use of ByteBuffer::wrap() in protocol APIAndreas Kling
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-12-16FileManager: Fix assertion when drag&dropping a file to the desktopAndreas Kling
2020-12-16IRCClient: Remove unnecessary temporary variable from connect()Conrad Pankoff
2020-12-16FileManager: Make symlink icons show up nicely in properties dialogAndreas Kling
2020-12-16FileManager+LibGUI: Draw the item text for desktop icons with shadowAndreas Kling
2020-12-15FileManager: Simplify breadcrumb bar hook callbackAndreas Kling
2020-12-14CrashDaemon: Show source position in backtraceItamar
2020-12-14CrashDaemon: Add service that acts on new coredumpsItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Debugger: Add 'examine' commandItamar
2020-12-14Debugger: Fix CLI parsing of breakpoint addressesItamar
2020-12-14FileManager: Use GUI::BreadcrumbBar :^)Andreas Kling
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-13DisplaySettings: Allow unsetting the wallpaperAndreas Kling
2020-12-13DisplaySettings: Remove a bunch of unnecessary "this->"Andreas Kling
2020-12-13DisplaySettings: Improve contrast of screen resolution labelAndreas Kling
2020-12-13Welcome: Fix reading of welcome.txt fileLinus Groh
2020-12-12Spreadsheet: Reduce top bar default heightLinus Groh
2020-12-11FileManager: Added context menu for right-clicks on desktop icons.Zac
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-11FileManager: TreeView accepts drags from the DirectoryView.Zac
2020-12-09DisplaySettings: Ensure wallpaper mode is always initializedLinus Groh
2020-12-08Browser: Don't focus the bookmarks bar overflow button on clickAndreas Kling
2020-12-08FileManager: Fix TreeView collapsing on file system changes (#4348)Zac
2020-12-07Browser: Don't focus bookmarks toolbar buttons when clicking themAndreas Kling