summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17FileManager: Move the "create new file" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Move "create new directory" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Partially bring back the desktop context menuAndreas Kling
2020-08-17FileManager: Don't pass DirectoryView subview to hooks that don't careAndreas Kling
2020-08-17FileManager: Use DirectoryView for both windowed and desktop modeAndreas Kling
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-17FileManager: Don't close() twice when copying a fileAndreas Kling
2020-08-17FileManager: Fix descriptor leak in copy_file, found by CoverityBrian Gianforcaro
2020-08-17FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove...Brian Gianforcaro
2020-08-17SystemMonitor: Uninitialized struct member in ProcessModel, found by CoverityBrian Gianforcaro
2020-08-17SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by CoverityBrian Gianforcaro
2020-08-17Piano: Uninitialized member variables in RollWidet, found by CoverityBrian Gianforcaro
2020-08-16Browser: Add a debug menu action for triggering a JS garbage collectionAndreas Kling
2020-08-16TextEditor: Put fonts in exclusive action groupthankyouverycool
2020-08-16Base: Rename Pebbleton to reflect actual heightthankyouverycool
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16SystemMonitor: Invalidate ProcessModel indexes when necessaryAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-16FileManager: Use one SortingProxyModel for all DirectoryView subviewsAndreas Kling
2020-08-16SystemMonitor: Move memory graph caption from KB to KiBNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15SystemMonitor: ProcessStack is now ThreadStackBen Wiederhake
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-12FileManager: Remove one direct call to FileSystemModel from outsideAndreas Kling
2020-08-12FileManager: Use FileIconProvider in the properties dialogAndreas Kling
2020-08-12Applications: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Browser: Avoid ninja-import of global variableBen Wiederhake
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-12SystemMonitor: Show PPID, PGID, SIDBen Wiederhake
2020-08-12SystemMonitor: Display the stack of only the selected threadBen Wiederhake
2020-08-11TextEditor: Show pageview URLs in statusbar on hoverLinus Groh
2020-08-11TextEditor: Open links from Web::PageView using Desktop::LauncherLinus Groh
2020-08-10Help: Spruce up the UI with some tasteful layout marginsAndreas Kling
2020-08-10FileManager: Make the desktop process show as "FileManager (Desktop)"Andreas Kling
2020-08-07KeyboardSettings: Preselect the current keymap in the dropdown menu.Valtteri Koskivuori