ladybird/Userland/Services/WindowServer
Jelle Raaijmakers 3e70d41c57 WindowServer: Always process double clicks for mouse events
This used to be optional and was disabled in two cases:

  - On a mouse move event during dragging; because double clicks are
    only possible on mouse up events, this had no effect.
  - On a mouse event for automatic cursor tracking; this has now gained
    support for double click events.

Since it's always enabled now, we can remove the `bool` argument.
2023-01-24 12:53:26 +00:00
..
Animation.cpp Userland: Silence warnings from ElapsedTimer::elapsed() type change 2023-01-07 14:51:04 +01:00
Animation.h LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2022-10-27 13:06:33 +02:00
AppletManager.cpp WindowServer: Only load /etc/WindowServer.ini once and keep it loaded 2023-01-03 15:25:02 +01:00
AppletManager.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Button.cpp WindowServer: Fix crash when hovering over title buttons 2022-05-18 19:05:18 +02:00
Button.h
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Compositor.cpp LibGUI+WindowServer: Improve window resizing performance 2023-01-17 18:16:02 +01:00
Compositor.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
ConnectionFromClient.cpp LibGUI+WindowServer: Improve window resizing performance 2023-01-17 18:16:02 +01:00
ConnectionFromClient.h LibGUI+WindowServer: Improve window resizing performance 2023-01-17 18:16:02 +01:00
Cursor.cpp Base+WindowServer+LibGfx: Add new DragCopy Cursor 2022-08-31 17:29:44 +01:00
Cursor.h
Event.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
EventLoop.cpp WindowServer+MouseSettings: Improve buttons_switched naming 2022-12-08 07:04:09 -05:00
EventLoop.h
HardwareScreenBackend.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HardwareScreenBackend.h Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2023-01-21 10:43:59 -07:00
HitTestResult.h
KeymapSwitcher.cpp AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
KeymapSwitcher.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp WindowServer: Only load /etc/WindowServer.ini once and keep it loaded 2023-01-03 15:25:02 +01:00
Menu.cpp LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
Menu.h LibGUI+WindowServer: Add "visible" state to GUI actions 2022-12-10 14:28:38 +01:00
Menubar.cpp LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2022-08-25 13:28:50 +02:00
Menubar.h WindowServer: Do not add existing menu items (by ptr) to m_menus 2023-01-07 19:57:57 +00:00
MenuItem.cpp LibGUI+WindowServer: Add "visible" state to GUI actions 2022-12-10 14:28:38 +01:00
MenuItem.h LibGUI+WindowServer: Add "visible" state to GUI actions 2022-12-10 14:28:38 +01:00
MenuManager.cpp WindowServer: Always process double clicks for mouse events 2023-01-24 12:53:26 +00:00
MenuManager.h LibGUI+WindowServer: Notify Windows on input preemption 2022-09-08 23:21:54 +01:00
MultiScaleBitmaps.cpp
MultiScaleBitmaps.h WindowServer: Fix crash when hovering over title buttons 2022-05-18 19:05:18 +02:00
Overlays.cpp LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
Overlays.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ResizeDirection.h WindowServer+LibGUI: Shrink window edge resize hot-spots 2022-10-11 17:48:48 +02:00
Screen.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
Screen.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
ScreenBackend.h Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2023-01-21 10:43:59 -07:00
ScreenLayout.cpp
ScreenLayout.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ScreenLayout.ipp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
SystemEffects.h WindowServer: Add missing includes 2022-09-18 13:27:24 -04:00
VirtualScreenBackend.cpp WindowServer: Fallback to safe mode-setting in case of mapping overflow 2022-09-24 15:38:56 +01:00
VirtualScreenBackend.h Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2023-01-21 10:43:59 -07:00
Window.cpp LibGUI+WindowServer: Improve window resizing performance 2023-01-17 18:16:02 +01:00
Window.h LibGUI+WindowServer: Improve window resizing performance 2023-01-17 18:16:02 +01:00
WindowClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowFrame.cpp Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
WindowFrame.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WindowManager.cpp WindowServer: Always process double clicks for mouse events 2023-01-24 12:53:26 +00:00
WindowManager.h WindowServer: Always process double clicks for mouse events 2023-01-24 12:53:26 +00:00
WindowManagerClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowManagerServer.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WindowMode.h LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts 2022-11-19 16:04:42 +01:00
WindowServer.ipc LibGUI+WindowServer: Improve window resizing performance 2023-01-17 18:16:02 +01:00
WindowStack.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WindowStack.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WindowSwitcher.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
WindowSwitcher.h
WindowType.h LibGUI+WindowServer: Add WindowType:Autocomplete and helpers 2022-11-19 16:04:42 +01:00
WMConnectionFromClient.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
WMConnectionFromClient.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00