summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer
AgeCommit message (Expand)Author
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
2021-10-09SpaceAnalyzer: Make files removable depending on directory permissionsKarol Kosek
2021-10-07SpaceAnalyzer: Fix rendering bug when dealing with large file systemsMart G
2021-09-01SpaceAnalyzer: Enable icons within the breadcrumbbarDawid Wolosowicz
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-28SpaceAnalyzer: Adjust the text_rectKarol Kosek
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-10SpaceAnalyzer: Show folder total sizeKarol Kosek
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-05-31Userland: Avoid a bunch of JsonObject copiesLinus Groh
2021-05-31SpaceAnalyzer: Replace fprintf(stderr) with warnln()Linus Groh
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-15SpaceAnalyzer: Add separator before quit menu actionLinus Groh
2021-05-14SpaceAnalyzer: Use fstatat instead of lstatMart G
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21SpaceAnalyzer: Added context menu for nodesSviatoslav Peleshko
2021-01-17SpaceAnalyzer: Change tabs to spaces in GML fileLinus Groh
2021-01-14SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects.Mart G
2021-01-12Applications: Move to Userland/Applications/Andreas Kling