summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/ProcessMemoryMapWidget.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2020-10-06SystemMonitor: Use new format functions.asynts
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-22SystemMonitor: Fix assert when sorting by the "Page map" columnTibor Nagy
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-07-18System Monitor: Sort Address column in memory map numericallyNico Weber
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-28SystemMonitor: Show VMObject types in process memory mapsAndreas Kling
2020-02-25SystemMonitor: Add pagemap visualization for VM regionsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-29Kernel+SystemMonitor: Expose amount of per-process dirty private memoryAndreas Kling
2019-12-21Kernel: Expose region executable bit in /proc/PID/vmAndreas Kling
2019-12-15Kernel+SystemMonitor: Prevent userspace access to process ELF imageAndreas Kling
2019-12-15Kernel+SystemMonitor: Expose the number of set CoW bits in each RegionAndreas Kling
2019-12-09SystemMonitor: Show information about purgeable memoryAndreas Kling
2019-12-02SystemMonitor: Enable sorting by column in the process memory map viewAndreas Kling
2019-12-02SystemMonitor: Update the process memory map once every secondAndreas Kling
2019-11-17Kernel+SystemMonitor: Show VM region "shared" and "stack" bits in UIAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev