summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2022-08-25WindowServer: Add modeless_ancestor() helperthankyouverycool
2022-08-25WindowServer: Remove m_unmaximized_rect from Windowthankyouverycool
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-08-25WindowServer: Remove nudge_into_desktop() from Windowthankyouverycool
2022-08-25WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManagerthankyouverycool
2022-08-25WindowServer: Get taskbar height from TaskbarWindow directlythankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-08-21WindowServer: Redraw menu items after client updates them somehowAndreas Kling
2022-08-16LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffectsthankyouverycool
2022-08-16WindowServer: Remove unused header in SystemEffectsthankyouverycool
2022-08-16WindowServer: Walk the open menu stack in reverse on MouseMove eventsthankyouverycool
2022-08-16WindowServer: Do not pop-up submenus directly atop their ancestorsthankyouverycool
2022-08-16WindowServer: Add MenuManager helper to find closest open ancestorthankyouverycool
2022-08-16WindowServer: Force cursor invalidation when composing immediatelythankyouverycool
2022-08-16WindowServer: Don't start a drag and drop unless holding Primary mousethankyouverycool
2022-08-16WindowServer: Use correct config group for workspace settingsthankyouverycool
2022-08-16WindowServer+WorkspacePicker: Adjust active and inactive colorsthankyouverycool
2022-08-16WindowServer: Always use the automatic cursor tracking window's cursorAndreas Kling
2022-08-16WindowServer: Move "automatic cursor tracking window" to WindowManagerAndreas Kling
2022-08-16WindowServer: Rename "active input tracking window"Andreas Kling
2022-08-09WindowServer: Let WindowManager set serverside effectsthankyouverycool
2022-08-09LibGUI+WindowServer: Create IPC calls for passing SystemEffectsthankyouverycool
2022-08-09LibGUI+WindowServer: Add a SystemEffects wrapper and helpersthankyouverycool
2022-08-02WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper responsenetworkException
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-07-27WindowServer: Ensure windows are wide enough to show title buttons :^)Sam Atkins
2022-07-23Kernel+Userland: Add ioctl to set process ownership of DisplayConnectorLiav A
2022-07-23Kernel+Userland: Rename FB.h => Graphics.hLiav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-21Keymap+WindowServer: Add context menu to keymap appletTimur Sultanov
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-27WindowServer: Make window stealing related functions synchronousLucas CHOLLET
2022-06-20WindowServer: Prevent menubar menus from appearing off screenMike Akers
2022-06-17WindowServer: Allow temporarily overriding the system themenetworkException
2022-06-10WindowServer+MouseSettings: Toggle cursor highlighting with Super+HMacDue
2022-06-10WindowServer+MouseSettings: Make default cursor highlight more visibleMacDue
2022-06-10WindowServer: Fix the cursor being offset with highlighting enabledMacDue
2022-06-10WindowServer: Fix animated cursor not starting after cursor theme switchMacDue
2022-06-06WindowServer: Drop support for the DisplayConnector write interfaceLiav A
2022-06-05WindowServer: Add IPC calls for changing the cursor highlightingMacDue
2022-06-05WindowServer: Implement cursor highlightingMacDue
2022-06-05WindowServer: Factor out config sync check to sync_config_to_disk()MacDue
2022-06-05LibCore: Remove ConfigFile::write_color_entry()MacDue
2022-06-03WindowServer: Check that a menu is not nullLorenzo Concas
2022-06-03Services: Use Core::Process::spawn() for common process spawn patternMacDue
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière