Age | Commit message (Expand) | Author |
2020-08-17 | FileManager: Don't close() twice when copying a file | Andreas Kling |
2020-08-17 | FileManager: Fix descriptor leak in copy_file, found by Coverity | Brian Gianforcaro |
2020-08-17 | FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove... | Brian Gianforcaro |
2020-08-17 | SystemMonitor: Uninitialized struct member in ProcessModel, found by Coverity | Brian Gianforcaro |
2020-08-17 | SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity | Brian Gianforcaro |
2020-08-17 | Piano: Uninitialized member variables in RollWidet, found by Coverity | Brian Gianforcaro |
2020-08-16 | Browser: Add a debug menu action for triggering a JS garbage collection | Andreas Kling |
2020-08-16 | TextEditor: Put fonts in exclusive action group | thankyouverycool |
2020-08-16 | Base: Rename Pebbleton to reflect actual height | thankyouverycool |
2020-08-16 | LibGUI+DevTools+Applications: Use ModelIndex::data() in many places | Andreas Kling |
2020-08-16 | LibGUI: Simplify TableCellPaintingDelegate API slightly | Andreas Kling |
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling |
2020-08-16 | SystemMonitor: Invalidate ProcessModel indexes when necessary | Andreas Kling |
2020-08-16 | LibGUI: Make model sorting imperative and move order to AbstractView | Andreas Kling |
2020-08-16 | FileManager: Use one SortingProxyModel for all DirectoryView subviews | Andreas Kling |
2020-08-16 | SystemMonitor: Move memory graph caption from KB to KiB | Nico Weber |
2020-08-16 | Everywhere: Consolidate human_readable_size() implementations | Nico Weber |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-15 | Misc: Use automatic window positioning in more applications | Linus Groh |
2020-08-15 | LibGUI: Add and use Window::center_on_screen() | Linus Groh |
2020-08-15 | SystemMonitor: ProcessStack is now ThreadStack | Ben Wiederhake |
2020-08-15 | LibGUI: Make focus events more aware of why focus is changing | Andreas Kling |
2020-08-14 | LibGUI: Make ModelSelection non-copyable and non-movable | Andreas Kling |
2020-08-13 | LibGUI: Rename ModelClient::on_model_update() => model_did_update() | Andreas Kling |
2020-08-13 | LibGUI: Remove Model::sibling() since it's the same as index() | Andreas Kling |
2020-08-13 | LibGUI: Rename SortingProxyModel "target" to "source" instead | Andreas Kling |
2020-08-12 | FileManager: Remove one direct call to FileSystemModel from outside | Andreas Kling |
2020-08-12 | FileManager: Use FileIconProvider in the properties dialog | Andreas Kling |
2020-08-12 | Applications: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-12 | Browser: Avoid ninja-import of global variable | Ben Wiederhake |
2020-08-12 | Meta: Replace remaining LibM/math.h includes with math.h | Linus Groh |
2020-08-12 | SystemMonitor: Show PPID, PGID, SID | Ben Wiederhake |
2020-08-12 | SystemMonitor: Display the stack of only the selected thread | Ben Wiederhake |
2020-08-11 | TextEditor: Show pageview URLs in statusbar on hover | Linus Groh |
2020-08-11 | TextEditor: Open links from Web::PageView using Desktop::Launcher | Linus Groh |
2020-08-10 | Help: Spruce up the UI with some tasteful layout margins | Andreas Kling |
2020-08-10 | FileManager: Make the desktop process show as "FileManager (Desktop)" | Andreas Kling |
2020-08-07 | KeyboardSettings: Preselect the current keymap in the dropdown menu. | Valtteri Koskivuori |
2020-08-05 | Unicode: Try s/codepoint/code_point/g again | Nico Weber |
2020-08-05 | Revert "Unicode: s/codepoint/code_point/g" | Nico Weber |
2020-08-05 | Browser: Move bookmarks.json to ~/.config | Andreas Kling |
2020-08-04 | Revert "LibM: Always include <math.h> instead of <LibM/math.h>" | Andreas Kling |
2020-08-04 | SystemMonitor: Replace custom ProcessTableView with just GUI::TableView | Andreas Kling |
2020-08-04 | LibM: Always include <math.h> instead of <LibM/math.h> | Andreas Kling |
2020-08-04 | Terminal: Disown child processes after spawning | Andreas Kling |
2020-08-04 | SystemMonitor: Disown child processes after spawning | Andreas Kling |
2020-08-04 | QuickShow: Disown child process after spawning | Andreas Kling |
2020-08-04 | FileManager: Disown spawned processes | Andreas Kling |
2020-08-03 | Unicode: s/codepoint/code_point/g | Andreas Kling |
2020-08-03 | SystemMonitor: Provide new 'Inspect' action | Ben Wiederhake |