summaryrefslogtreecommitdiff
path: root/LibGUI/GLabel.h
AgeCommit message (Expand)Author
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-04-26LibGUI: Allow subclassing of GLabel.Andreas Kling
2019-04-08LibGUI+WindowServer: Add support for GWidget tooltips.Andreas Kling
2019-03-28LibGUI: Add a GFrame class that can be inherited by framey widgets.Andreas Kling
2019-03-22LibGUI: Add a setting to make GLabel stretch its icon.Andreas Kling
2019-03-20FileManager: Add a "Location:" label.Andreas Kling
2019-03-16LibGUI: Make class_name() public so you can always call it.Andreas Kling
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
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