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
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
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: Stop treating selecting a node as a path change
Sam Atkins
2023-02-04
SpaceAnalyzer: Rename `TreeMapWidget::m_path` -> `m_path_segments`
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: Keep the current path via filenames, not indices
Arda Cinar
2023-01-09
SpaceAnalyzer: Add a method to TreeNode to get a child node by name
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-14
SpaceAnalyzer: Ignore unhandled keydown events
Sam Atkins
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: Add a tooltip for the hovered tree node
Sam Atkins
2022-12-09
SpaceAnalyzer: Remove declaration for unimplemented method
Sam Atkins
2022-12-09
SpaceAnalyzer: Propagate possible errors up
Arda Cinar
2022-12-09
SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_event
Arda Cinar
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
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-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
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-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
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-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
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-03-14
SpaceAnalyzer: Fix the crash caused by double click
Arif Orhun Uzun
[next]