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-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
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-10
Applications: Port SpaceAnalyzer to LibMain
Lenny Maiorani
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
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-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
[next]