serenity/Userland/DevTools
Timothy Flynn 81e469c911 LibGUI+WindowServer+Applications: Carry more data across drag events
To support drag-and-drop for LibWeb, the drag events need the full mime
data from WindowServer, not just the list of stringified mime types. We
only provided the full data in the drop events. This patch provides the
Core::MimeData type, as well as other mouse-event information needed for
LibWeb (what buttons / modifiers are pressed).

To do this, we add a specific WindowServer IPC to inform the Application
of the event. We previously tagged mouse-move events with some drag data
and formed the drag event client-side. That extra data is removed in
favor of this new IPC.
2024-12-04 08:00:21 -05:00
..
GMLPlayground LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
HackStudio LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
Profiler Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
SQLStudio LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
CMakeLists.txt