Age | Commit message (Expand) | Author |
2020-08-27 | Base: Move 16x16 common icons to /res/icons/16x16/ | thankyouverycool |
2020-08-26 | LibGUI: Rename table view's "cell painting delegate" to "column *" | Andreas Kling |
2020-08-26 | LibGUI: Move table view headers into their own widget | Andreas Kling |
2020-08-24 | SystemMonitor: Tweak processor feature display a little bit | Andreas Kling |
2020-08-23 | SystemMonitor: Use bottom-side tabs for the per-process info tabs | Andreas Kling |
2020-08-21 | SystemMonitor: Add a Processors tab | Luke |
2020-08-17 | SystemMonitor: Uninitialized struct member in ProcessModel, found by Coverity | Brian Gianforcaro |
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 | 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 | SystemMonitor: ProcessStack is now ThreadStack | Ben Wiederhake |
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-04 | SystemMonitor: Replace custom ProcessTableView with just GUI::TableView | Andreas Kling |
2020-08-04 | SystemMonitor: Disown child processes after spawning | Andreas Kling |
2020-08-03 | SystemMonitor: Provide new 'Inspect' action | Ben Wiederhake |
2020-08-03 | SystemMonitor: Use icon for 'Profile' action | Ben Wiederhake |
2020-08-03 | SystemMonitor: Try to keep focus in 'Stacks' | Ben Wiederhake |
2020-08-03 | SystemMonitor: Split up kmalloc labels | Ben Wiederhake |
2020-08-01 | Applications: Stop setting initial window location | Peter Elliott |
2020-07-18 | System Monitor: Sort Address column in memory map numerically | Nico Weber |
2020-07-15 | LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode | thankyouverycool |
2020-07-11 | SystemMonitor: Parse /proc/cpuinfo as JSON | Linus Groh |
2020-07-04 | SystemMonitor: Change default update frequency to 3 seconds | Andreas Kling |
2020-07-04 | LibGUI: Turn GUI::Application::the() into a pointer | Andreas Kling |
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas Kling |
2020-07-02 | SystemMonitor: Correctly check error of posix_spawn() | Nico Weber |
2020-07-01 | SystemMonitor: Add "profile process" menu action :^) | Andreas Kling |
2020-07-01 | SystemMonitor: Add a utilization graph for each processor | Tom |
2020-06-13 | AK: JsonParser improvements | Matthew Olsson |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-05-29 | Userland+SystemMonitor: Recognize the MS_RDONLY mount flag | Sergey Bugaev |
2020-05-21 | LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing | Andreas Kling |
2020-05-21 | LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata | Andreas Kling |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |
2020-05-12 | SystemMonitor: Remove the toolbar above the process table | Andreas Kling |
2020-05-05 | SystemMonitor: Replace details with message when process isn't accessible | DexesTTP |
2020-04-23 | SystemMonitor: Shrink margins of main layout | Andreas Kling |
2020-04-21 | LibGUI: Make it easier to create checkable GUI::Actions | Andreas Kling |
2020-04-21 | LibGUI: Make MenuBar a Core::Object | Andreas Kling |
2020-04-12 | LibGUI: Add a way for models to update without invalidating indexes | Andreas Kling |
2020-04-06 | SystemMonitor: Replace 'device' JSON field with 'source' | Liav A |
2020-04-04 | LibGUI: Add MenuBar::add_menu(name) | Andreas Kling |
2020-04-04 | LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& | Andreas Kling |