summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GToolBar.cpp
AgeCommit message (Expand)Author
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibGUI: Respect more system theme colors in GToolBarAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-11-10GToolBar: Make buttons exclusive if action belongs to exclusive groupAndreas Kling
2019-11-09LibGUI: Allow overriding the button size when constructing GToolBarAndreas Kling
2019-11-09LibGUI: Allow construction of vertical GToolBarsAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-08-25LibGUI+TextEditor: Make GButton activate its action if presentAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-11GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling