summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer
AgeCommit message (Expand)Author
2023-01-27SpaceAnalyzer: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-09SpaceAnalyzer: Do not reset the path to '/' after a refreshArda Cinar
2023-01-09SpaceAnalyzer: Keep the current path via filenames, not indicesArda Cinar
2023-01-09SpaceAnalyzer: Add a method to TreeNode to get a child node by nameArda Cinar
2023-01-09SpaceAnalyzer: Make sure data fields of TreeNode are encapsulatedArda Cinar
2023-01-09SpaceAnalyzer: Remove an unnecessary level of inheritanceArda Cinar
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-14SpaceAnalyzer: Ignore unhandled keydown eventsSam Atkins
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-10SpaceAnalyzer: Consolidate the node context menusAndreas Kling
2022-12-09SpaceAnalyzer: Display the current location in the window title :^)Sam Atkins
2022-12-09SpaceAnalyzer: Add a tooltip for the hovered tree nodeSam Atkins
2022-12-09SpaceAnalyzer: Remove declaration for unimplemented methodSam Atkins
2022-12-09SpaceAnalyzer: Propagate possible errors upArda Cinar
2022-12-09SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_eventArda Cinar
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30SpaceAnalyzer: Fix the crash caused by using arrow keysArif Orhun Uzun
2022-03-14SpaceAnalyzer: Fix the crash caused by double clickArif Orhun Uzun
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-10Applications: Port SpaceAnalyzer to LibMainLenny Maiorani
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-31SpaceAnalyzer: Display scan progress with popup window during analysisForLoveOfCats
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström