1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/LibGUI
Andreas Kling 35c06f1520 LibGUI: More work on GCheckBox.
- Make it track the mouse cursor just like GButton does so that changes only
  get committed if the mouseup event happens while inside the widget rect.

- Draw a focus rect around the box when appropriate.

- When focused, support toggling the checked state with the space bar.
2019-01-27 20:22:06 +01:00
..
.gitignore Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
ClockWidget.cpp Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
ClockWidget.h Move Widget & friends into LibGUI. 2019-01-19 23:49:56 +01:00
GButton.cpp Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
GButton.h Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
GCheckBox.cpp LibGUI: More work on GCheckBox. 2019-01-27 20:22:06 +01:00
GCheckBox.h LibGUI: More work on GCheckBox. 2019-01-27 20:22:06 +01:00
GEvent.h LibGUI: Flesh out focus implementation and more GTextBox work. 2019-01-26 11:24:16 +01:00
GEventLoop.cpp LibGUI: Don't consider a GWidget focused if the window is inactive. 2019-01-26 21:58:43 +01:00
GEventLoop.h LibGUI: Don't consider a GWidget focused if the window is inactive. 2019-01-26 21:58:43 +01:00
GLabel.cpp WindowServer: Don't invalidate already frontmost window for moving to front. 2019-01-21 02:19:08 +01:00
GLabel.h LibGUI: Mass coding style fixes. 2019-01-21 00:54:35 +01:00
GListBox.cpp LibGUI: Mass coding style fixes. 2019-01-21 00:54:35 +01:00
GListBox.h LibGUI: Flesh out focus implementation and more GTextBox work. 2019-01-26 11:24:16 +01:00
GObject.cpp Start bringing up LibGUI properly (formerly Widgets.) 2019-01-20 05:48:43 +01:00
GObject.h Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00
GTextBox.cpp GTextBox: Avoid one instance of overdraw + naming cleanup. 2019-01-27 15:12:33 +01:00
GTextBox.h GTextBox: Avoid one instance of overdraw + naming cleanup. 2019-01-27 15:12:33 +01:00
GWidget.cpp Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
GWidget.h Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
GWindow.cpp Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
GWindow.h Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
Makefile Rename all the LibGUI classes to GClassName. 2019-01-20 04:49:48 +01:00