1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 19:22:18 +00:00
serenity/Userland
Timothy Flynn 53ccfc1f4c LibWeb: Don't hit test a stacked child if it is behind its parent
When hit testing a stacked context, skip hit testing children if the
child's z-index is less than the parent's. The children are already
sorted by z-index, but also need to consider the parent.
2021-03-31 23:53:15 +02:00
..
Applications FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools UserspaceEmulator: Default-initialize the siginfo struct used in waitid 2021-03-31 23:49:26 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
Libraries LibWeb: Don't hit test a stacked child if it is behind its parent 2021-03-31 23:53:15 +02:00
MenuApplets ResourceGraph.MenuApplet: Make these a little bit smaller 2021-03-30 23:43:24 +02:00
Services WindowServer+LibGfx: Rename menu_bar => menubar 2021-03-31 23:38:26 +02:00
Shell Shell: Place Pipe redirections at the beginning of the redirection list 2021-03-31 23:49:26 +02:00
Tests Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
Utilities Utilities/sleep: Go back to sleep if not interrupted by SIGINT 2021-03-31 23:49:26 +02:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00