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
/
SpaceAnalyzer
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-03-24
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-16
SpaceAnalyzer: Make "Open in File Manager" shortcut behave correctly
Tim Ledbetter
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-07
SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager"
Andreas Kling
2023-02-04
SpaceAnalyzer: Rename widget variables to match code style
Sam Atkins
2023-02-04
SpaceAnalyzer: Give the Analyze action an icon and F5 shortcut
Sam Atkins
2023-02-04
SpaceAnalyzer: Make TreeMapWidget responsible for filesystem analysis
Sam Atkins
2023-02-04
SpaceAnalyzer: Propagate more errors
Sam Atkins
2023-02-04
SpaceAnalyzer: Extract ProgressWindow into its own class
Sam Atkins
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
SpaceAnalyzer: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-24
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
Karol Kosek
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-09
SpaceAnalyzer: Do not reset the path to '/' after a refresh
Arda Cinar
2023-01-09
SpaceAnalyzer: Make sure data fields of TreeNode are encapsulated
Arda Cinar
2023-01-09
SpaceAnalyzer: Remove an unnecessary level of inheritance
Arda Cinar
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-23
LibCore: Remove the `force` parameter from File::remove
Tim Schumacher
2022-12-23
LibCore: Let File::remove return a normal ErrorOr
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-10
SpaceAnalyzer: Consolidate the node context menus
Andreas Kling
2022-12-09
SpaceAnalyzer: Display the current location in the window title :^)
Sam Atkins
2022-12-09
SpaceAnalyzer: Propagate possible errors up
Arda Cinar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
SpaceAnalyzer: Fix the crash caused by using arrow keys
Arif Orhun Uzun
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-10
Applications: Port SpaceAnalyzer to LibMain
Lenny Maiorani
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-31
SpaceAnalyzer: Display scan progress with popup window during analysis
ForLoveOfCats
2021-10-09
SpaceAnalyzer: Make files removable depending on directory permissions
Karol Kosek
2021-10-07
SpaceAnalyzer: Fix rendering bug when dealing with large file systems
Mart G
[next]