index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GToolBar.cpp
Age
Commit message (
Expand
)
Author
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibGUI: Respect more system theme colors in GToolBar
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-11-10
GToolBar: Make buttons exclusive if action belongs to exclusive group
Andreas Kling
2019-11-09
LibGUI: Allow overriding the button size when constructing GToolBar
Andreas Kling
2019-11-09
LibGUI: Allow construction of vertical GToolBars
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-08-25
LibGUI+TextEditor: Make GButton activate its action if present
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-11
GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling