Truly independent web browser
Find a file
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
AK Painter: Tell the compiler to flatten Font::draw_glyph(). 2019-01-27 05:23:04 +01:00
Base/etc Let userland retain the window backing store while drawing into it. 2019-01-24 23:44:19 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Kernel: Unbreak symbolication yet another time. 2019-01-27 10:17:56 +01:00
LibC Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
LibGUI LibGUI: More work on GCheckBox. 2019-01-27 20:22:06 +01:00
SharedGraphics Painter: Tell the compiler to flatten Font::draw_glyph(). 2019-01-27 05:23:04 +01:00
Terminal Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00
Userland LibGUI: More work on GCheckBox. 2019-01-27 20:22:06 +01:00
WindowServer Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
.gitignore Tweak .gitignore 2019-01-27 09:50:11 +01:00