summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer
AgeCommit message (Expand)Author
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