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
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
2021-09-01
SpaceAnalyzer: Enable icons within the breadcrumbbar
Dawid Wolosowicz
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-31
Userland: Avoid a bunch of JsonObject copies
Linus Groh
2021-05-31
SpaceAnalyzer: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-15
Everywhere: Add a blank line after copyright header where missing
Linus Groh
2021-05-15
SpaceAnalyzer: Add separator before quit menu action
Linus Groh
2021-05-14
SpaceAnalyzer: Use fstatat instead of lstat
Mart G
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-07
Applications: Open folder with pre-selected file where appropriate :^)
speles
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
SpaceAnalyzer: Added context menu for nodes
Sviatoslav Peleshko
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling