Truly independent web browser
Go to file
Andreas Kling 069d21ed7f Make buttons unpress when the cursor leaves the button rect.
Implement this functionality by adding global cursor tracking.
It's currently only possible for one GWidget per GWindow to track the cursor.
2019-01-27 08:48:34 +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 Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
LibC Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
LibGUI Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +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 Userland: Make a simple /bin/cp for copying files. 2019-01-27 07:18:26 +01:00
WindowServer Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00