index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PartitionEditor
Age
Commit message (
Expand
)
Author
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-08-14
Base: Add Icon for Partition Editor
electrikmilk
2022-07-21
PartitionEditor: Add size column
Samuel Bowman
2022-07-21
PartitionEditor: Add total blocks column
Samuel Bowman
2022-07-21
LibPartition: Fix end block off by one error
Samuel Bowman
2022-07-21
PartitionEditor: Abort and show a dialog if not running as root
Samuel Bowman
2022-07-21
PartitionEditor: Add the beginnings of a partition editor :^)
Samuel Bowman