summaryrefslogtreecommitdiff
path: root/LibGUI/GLabel.h
AgeCommit message (Collapse)Author
2019-04-08LibGUI+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-28LibGUI: 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-22LibGUI: Add a setting to make GLabel stretch its icon.Andreas Kling
Use this in QuickShow to allow arbitrarily scaling the opened image.
2019-03-20FileManager: Add a "Location:" label.Andreas Kling
2019-03-16LibGUI: 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-10LibGUI: Don't fill widgets with background color by defualt.Andreas Kling
2019-03-10ProcessManager: Tidy up the memory stats and align everything nicely.Andreas Kling
2019-02-12Add 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-21LibGUI: Mass coding style fixes.Andreas Kling
2019-01-20LibGUI: Minor fixes.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling