Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-08 | LibGUI+WindowServer: Add support for GWidget tooltips. | Andreas Kling | |
Any GWidget can have a tooltip and it will automatically pop up below the center of the widget when hovered. GActions added to GToolBars will use the action text() as their tooltip automagically. :^) | |||
2019-03-28 | LibGUI: Add a GFrame class that can be inherited by framey widgets. | Andreas Kling | |
This will gather the code for painting sunken/raised frames etc in a single place and make it easier add a bit of pleasant shading to UI's. :^) | |||
2019-03-22 | LibGUI: Add a setting to make GLabel stretch its icon. | Andreas Kling | |
Use this in QuickShow to allow arbitrarily scaling the opened image. | |||
2019-03-20 | FileManager: Add a "Location:" label. | Andreas Kling | |
2019-03-16 | LibGUI: Make class_name() public so you can always call it. | Andreas Kling | |
I found myself having to cast to GWidget* all the time when writing some generic debugging code that just wanted to dump widget info. | |||
2019-03-10 | LibGUI: Don't fill widgets with background color by defualt. | Andreas Kling | |
2019-03-10 | ProcessManager: Tidy up the memory stats and align everything nicely. | Andreas Kling | |
2019-02-12 | Add a little About app and hook it up to the system menu's "About..." entry. | Andreas Kling | |
Added icons and customizable text alignment to GLabel. | |||
2019-01-21 | LibGUI: Mass coding style fixes. | Andreas Kling | |
2019-01-20 | LibGUI: Minor fixes. | Andreas Kling | |
2019-01-20 | Rename all the LibGUI classes to GClassName. | Andreas Kling | |