Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-25 | LibGUI: Add GIcon::default_icon(name). | Andreas Kling | |
This is a convenience helper to instantiate a GIcon like so: auto icon = GIcon::default_icon("filetype-image"); This will give you the "filetype-image" icon in both 16x16 and 32x32 sizes. | |||
2019-02-27 | Base: Improve FileManager's trash icon slightly. | Andreas Kling | |
2019-02-20 | LibGUI: Add a GToolBar class that can be populated with GActions. | Andreas Kling | |
The same action can be added to both a menu and a toolbar. Use this to put a toolbar into FileManager. This is pretty neat. :^) |