summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/FileManagerWindow.gml
AgeCommit message (Collapse)Author
2023-02-19FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)Sam Atkins
2022-10-06FileManager: Group Toolbar overflowFrHun
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
This patch replaces the concept of fixed resizees with opportunistic ones which use the new SpecialDimension::OpportunisticGrow UISize. This lets us simplify splitter resize code and take advantage of the layout system's automatic calculations for minimum size and expansion. Functionally the same as before, but fixes Splitter's unintended ability to grow window size.
2022-08-04Applications: Make a few of the larger Toolbars collapsiblethankyouverycool
Some Toolbars for FileManager, FontEditor and PixelPaint can now collapse on resize.
2022-02-13Userland: Run gml-formatIdan Horowitz
This brings the existing GML files up to spec with the new requirements
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
Now that the GML formatter is both perserving comments and also mostly agrees to the existing GML style, it can be used to auto-format all the GML files in the system. This commit does not only contain the scripts for running the formatting on CI and the pre-commit hook, but also initially formats all the existing GML files so that the hook is successfull.
2021-05-13FileManager: Set minimum folder pane widthJelle Raaijmakers
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^)
2021-02-13FileManager: Add layout options to View menuthankyouverycool
File Manager's toolbar, location bar, status bar and folder pane can now be toggled on/off
2021-01-15FileManager: Added label "Location" to BreadcrumbBar (#4924)Cypher87
2021-01-12Applications: Move to Userland/Applications/Andreas Kling