1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland/Services
Tom 2d29bfc89e WindowServer: Re-evaluate the mouse cursor when alpha hit-testing
A window repaint may change the alpha value, resulting in a different
hit test outcome. In those cases, re-evaluate the cursor hit testing
after a window was painted, and update the cursor if needed.
2021-02-21 22:34:00 +01:00
..
AudioServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
ChessEngine Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
Clipboard LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
CrashDaemon LibCore: Added FileWatcher, a binding for the watch_file syscall 2021-02-11 13:13:32 +01:00
DHCPClient DHCPClient: Actually randomize transaction ID's (XID) 2021-02-21 11:01:55 +01:00
EchoServer Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
ImageDecoder LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
LaunchServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
LookupServer LookupServer: Implement a DNS server :^) 2021-02-15 09:14:42 +01:00
NotificationServer NotificationWindow: Set notification text as tooltip content 2021-02-10 23:04:54 +01:00
ProtocolServer LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
SymbolServer SymbolServer: Resolve filenames and line numbers from debug info :^) 2021-02-05 00:23:58 +01:00
SystemMenu Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
SystemServer Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Taskbar Taskbar: Remove window button if a window state change demands it 2021-02-21 10:33:28 +01:00
TelnetServer Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
WebContent LibWeb: Implement Window.prompt() 2021-02-20 12:19:46 +01:00
WebServer WebServer: Stream the downloaded files 2021-01-30 14:12:14 +01:00
WindowServer WindowServer: Re-evaluate the mouse cursor when alpha hit-testing 2021-02-21 22:34:00 +01:00
CMakeLists.txt SymbolServer: Add symbolication service for out-of-process ELF parsing 2021-02-04 23:19:08 +01:00