index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GWidget.h
Age
Commit message (
Expand
)
Author
2019-02-20
LibGUI: Implement enter/leave events (with WindowServer support.)
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-10
LibGUI: Coalesce update rects at the GWindow level.
Andreas Kling
2019-02-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling
2019-02-09
LibGUI: Widget updates should invalidate their window-relative rect.
Andreas Kling
2019-02-09
LibGUI: Start working on a GScrollBar.
Andreas Kling
2019-02-08
Launcher: Factor the app buttons into a LaunchButton class.
Andreas Kling
2019-02-02
Start working on a simple graphical font editor.
Andreas Kling
2019-01-27
Make buttons unpress when the cursor leaves the button rect.
Andreas Kling
2019-01-26
LibGUI: Flesh out focus implementation and more GTextBox work.
Andreas Kling
2019-01-24
Let userland retain the window backing store while drawing into it.
Andreas Kling
2019-01-21
LibGUI: Mass coding style fixes.
Andreas Kling
2019-01-20
LibGUI: Hook up GWindow event dispatch for paint and mouse events.
Andreas Kling
2019-01-20
Rename all the LibGUI classes to GClassName.
Andreas Kling