Files
ladybird/Userland/Libraries/LibGUI
Ben Wiederhake c6e56612f5 LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
This feature was problematic for several reasons:
- Tracking *all* the user activity seems like a privacy nightmare.
- LibGUI actually only supports one globally tracking widget per window,
  even if no window is necessary, or if multiple callbacks are desired.
- Widgets can easily get confused whether an event is actually directed
  at it, or is actually just the result of global tracking.

The third item caused an issue where right-clicking CatDog opened two
context menus instead of one.
2021-09-08 10:53:49 +02:00
..
2021-07-13 17:54:37 +02:00
2021-04-23 16:46:57 +02:00
2021-09-03 02:32:43 +02:00
2021-08-18 10:39:13 +02:00
2021-08-18 10:39:13 +02:00
2021-08-18 10:39:13 +02:00
2021-08-06 23:35:48 +02:00
2021-08-06 23:35:48 +02:00