summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer/TreeMapWidget.cpp
AgeCommit message (Expand)Author
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-07SpaceAnalyzer: Fix rendering bug when dealing with large file systemsMart G
2021-07-28SpaceAnalyzer: Adjust the text_rectKarol Kosek
2021-07-10SpaceAnalyzer: Show folder total sizeKarol Kosek
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
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-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-02-21SpaceAnalyzer: Added context menu for nodesSviatoslav Peleshko
2021-01-14SpaceAnalyzer: Fix TreeMapWidget layout issue for small rects.Mart G
2021-01-12Applications: Move to Userland/Applications/Andreas Kling