1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:28:13 +00:00
serenity/Libraries
Andreas Kling 3ce80bec97 WindowServer+LibGUI: Add a "drag move" event
This allows windows/widgets to learn when something is being dragged
over them. They can then repaint themselves somehow to indicate that
they are willing to accept a drop.

Currently this is piggybacking somewhat on the mouse event mechanism
in WindowServer. I'm not sure that's the best design but it seemed
easier to do it this way right now.
2020-02-13 21:43:32 +01:00
..
LibAudio LibAudio/Piano: Replace floats with doubles 2020-02-10 14:04:27 +01:00
LibBareMetal LibBareMetal: Add Memory definitions 2020-02-09 19:38:17 +01:00
LibC LibC: Add localtime_r() 2020-02-11 19:36:59 +01:00
LibCore LibCore: Add "static bool Core::File::exists(filename)" 2020-02-12 21:17:00 +01:00
LibELF AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
LibGfx LibGfx: Add Rect::operator!=(Rect) 2020-02-11 11:53:38 +01:00
LibGUI WindowServer+LibGUI: Add a "drag move" event 2020-02-13 21:43:32 +01:00
LibHTML AK: Move escape_html_entities() from LibHTML to AK 2020-02-13 08:46:00 +01:00
LibIPC LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00
LibM LibM: Install immediately after building 2020-02-06 14:28:35 +01:00
LibMarkdown Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
LibPCIDB Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibProtocol IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
LibPthread LibPthread: Install immediately after building 2020-02-06 14:29:07 +01:00
LibThread LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
LibVT LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00