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
/
GWindow.h
Age
Commit message (
Expand
)
Author
2019-03-24
WindowServer+LibGUI: Implement automatic cursor tracking.
Andreas Kling
2019-03-20
FileManager: Add ability to create new directories.
Andreas Kling
2019-03-19
LibGUI: More work on GInputBox.
Andreas Kling
2019-03-19
WindowServer: Add special treatment for modal windows.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-17
Add client-side double buffering of window backing stores.
Andreas Kling
2019-03-15
IRCClient: Start working on a simple graphical IRC client.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
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-11
LibGUI: Add GWindow::move_to().
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-08
Launcher: Factor the app buttons into a LaunchButton class.
Andreas Kling
2019-02-05
Add a simple close button ("X") to windows.
Andreas Kling
2019-01-30
LibGUI: Implement destroying individual windows without exiting the process.
Andreas Kling
2019-01-27
Make buttons unpress when the cursor leaves the button rect.
Andreas Kling
2019-01-26
LibGUI: Don't consider a GWidget focused if the window is inactive.
Andreas Kling
2019-01-26
LibGUI: Flesh out focus implementation and more GTextBox work.
Andreas Kling
2019-01-26
LibGUI: Start bringing up GTextBox in the standalone world.
Andreas Kling
2019-01-26
Refactor GUI rendering model to be two-phased.
Andreas Kling
2019-01-24
Let userland retain the window backing store while drawing into it.
Andreas Kling
2019-01-20
LibGUI: Only redraw the dirty rect in GWidget.
Andreas Kling
2019-01-20
Start bringing up LibGUI properly (formerly Widgets.)
Andreas Kling
2019-01-20
Rename all the LibGUI classes to GClassName.
Andreas Kling