summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessMemoryMapWidget.cpp
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-22SystemMonitor: Convert most widgets to a failable factoryKarol Kosek
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-01-27SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-24SystemMonitor: Keep selected row in ProcessMemoryMapWidgetDavid Smith
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-03SystemMonitor: Move process window to GMLkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-18SystemMonitor: Add support for 64-bit addressesGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-14Kernel: Remove user/kernel flags from RegionAndreas Kling
2021-02-02pmap+SystemMonitor: Mark syscall regions with 'C'Andreas Kling
2021-01-29SystemMonitor: Show VM region addresses as zero-padded hex ({:p})Andreas Kling
2021-01-29SystemMonitor: Trim "VMObject" suffix from VMObject typesAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling