summaryrefslogtreecommitdiff
path: root/Userland/Applications/PartitionEditor
AgeCommit message (Expand)Author
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-08-14Base: Add Icon for Partition Editorelectrikmilk
2022-07-21PartitionEditor: Add size columnSamuel Bowman
2022-07-21PartitionEditor: Add total blocks columnSamuel Bowman
2022-07-21LibPartition: Fix end block off by one errorSamuel Bowman
2022-07-21PartitionEditor: Abort and show a dialog if not running as rootSamuel Bowman
2022-07-21PartitionEditor: Add the beginnings of a partition editor :^)Samuel Bowman