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
/
Widget.h
Age
Commit message (
Expand
)
Author
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-17
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
Andreas Kling
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-03-19
LibGUI: Remove G prefix from macros
Tibor Nagy
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-05
LibGUI: Implement set_property() on Widget and AbstractButton
Andreas Kling
2020-03-05
LibGUI+Inspector: Highlight the currently remotely inspected widget
Andreas Kling
2020-03-05
LibGUI: Make Layout a Core::Object and add basic serialization
Andreas Kling
2020-03-04
LibGUI: Remove unused GUI::Widget::click_event()
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-11
LibGUI: Add a Widget::did_layout() that gets called after layout
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling