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
Age
Commit message (
Expand
)
Author
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-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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-28
SpaceAnalyzer: Adjust the text_rect
Karol Kosek
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-07-10
SpaceAnalyzer: Show folder total size
Karol Kosek
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
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-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
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-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
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-03-02
SpaceAnalyzer: Reduce thickness of black borders between cells.
Mart G
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
SpaceAnalyzer: Added context menu for nodes
Sviatoslav Peleshko
2021-01-17
SpaceAnalyzer: Change tabs to spaces in GML file
Linus Groh
2021-01-14
SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects.
Mart G
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling