Andreas Kling
|
6084cd0c56
Add concept of size increments to windowing system.
|
6 years ago |
Andreas Kling
|
fa02d2a39b
Rework the rendering model so that clients instantiate backing stores.
|
6 years ago |
Andreas Kling
|
bf30502560
LibGUI: Implement enter/leave events (with WindowServer support.)
|
6 years ago |
Andreas Kling
|
9b71307d49
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
|
6 years ago |
Andreas Kling
|
1511afc4e2
LibGUI: Add GWindow::move_to().
|
6 years ago |
Andreas Kling
|
08322ab8e1
LibGUI: Coalesce update rects at the GWindow level.
|
6 years ago |
Andreas Kling
|
53d34a0885
Port Terminal to LibGUI.
|
6 years ago |
Andreas Kling
|
6d7f000ffc
Launcher: Factor the app buttons into a LaunchButton class.
|
6 years ago |
Andreas Kling
|
11db8c1697
Add a simple close button ("X") to windows.
|
6 years ago |
Andreas Kling
|
37ab7b7a8c
LibGUI: Implement destroying individual windows without exiting the process.
|
6 years ago |
Andreas Kling
|
069d21ed7f
Make buttons unpress when the cursor leaves the button rect.
|
6 years ago |
Andreas Kling
|
2e370fa4d5
LibGUI: Don't consider a GWidget focused if the window is inactive.
|
6 years ago |
Andreas Kling
|
de2423de5f
LibGUI: Flesh out focus implementation and more GTextBox work.
|
6 years ago |
Andreas Kling
|
d72575d196
LibGUI: Start bringing up GTextBox in the standalone world.
|
6 years ago |
Andreas Kling
|
7cf3c7461c
Refactor GUI rendering model to be two-phased.
|
6 years ago |
Andreas Kling
|
86eae0f8df
Let userland retain the window backing store while drawing into it.
|
6 years ago |
Andreas Kling
|
a9e60fc800
LibGUI: Only redraw the dirty rect in GWidget.
|
6 years ago |
Andreas Kling
|
8eae89a405
Start bringing up LibGUI properly (formerly Widgets.)
|
6 years ago |
Andreas Kling
|
b91479d9b9
Rename all the LibGUI classes to GClassName.
|
6 years ago |