Age | Commit message (Expand) | Author |
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 |
2020-04-03 | Revert "SystemMonitor: Replace 'device' JSON field with 'source'" | Andreas Kling |
2020-04-02 | SystemMonitor: Replace 'device' JSON field with 'source' | Liav A |
2020-03-04 | LibCore: Make Core::Object::add<ChildType> return a ChildType& | Andreas Kling |
2020-03-04 | LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients | Andreas Kling |
2020-03-04 | LibGUI: Use set_layout<LayoutType>() in lots of client code | Andreas Kling |
2020-03-02 | SystemMonitor: Unbreak the in-table progress bars showing disk usage | Andreas Kling |
2020-02-28 | SystemMonitor: Show VMObject types in process memory maps | Andreas Kling |
2020-02-28 | Kernel+LibC: Rename shared buffer syscalls to use a prefix | Andreas Kling |
2020-02-25 | SystemMonitor: Add pagemap visualization for VM regions | Andreas Kling |
2020-02-23 | LibGUI: Add helper for constructing new TabWidget tabs | Andreas Kling |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-23 | LibGUI: Make GUI::Frame have the 2px sunken container look by default | Andreas Kling |