serenity/Userland/Applications/ImageViewer
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
..
CMakeLists.txt Base+ImageViewer: Restore correct app icon 2024-03-28 22:32:03 -04:00
main.cpp LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-11-21 17:47:14 -05:00
MainWidget.cpp
MainWidget.h
ViewWidget.cpp LibGUI+WindowServer+Applications: Carry more data across drag events 2024-12-04 08:00:21 -05:00
ViewWidget.h LibGfx+Clients: Remove Painter::ScalingMode forwarding declaration 2024-10-20 21:06:08 -04:00