summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
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
2022-06-01LibGUI+WindowServer: Propagate action icon changes to buttons and menusnetworkException
2022-05-29WindowServer: Call screen_resolution_changed after window screens clearmontiagne
2022-05-25WindowServer: Stop spurious debug spam after flushing the framebufferLiav A
2022-05-18WindowServer: Fix crash when hovering over title buttonsMacDue
2022-05-12WindowServer: Save config file when mouse cursor theme is changedSam Atkins
2022-05-11WindowServer: Make window frame flashing use the highlight colorkleines Filmröllchen
2022-05-08WindowServer: Consider screen scaling when getting color under cursorofftkp
2022-05-06WindowServer: Separate physical resolution from scaling factorsLiav A
2022-05-06WindowServer: Remove hack to restore graphics after switch from consoleLiav A
2022-05-05WindowServer: Take vertical menu offset into account when adjusting posLinus Groh
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename fb prefix function names => graphics_connectorLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05WindowServer: Use FB_IOCTL_FLUSH_HEAD to flush a framebuffer if possibleLiav A
2022-05-05WindowServer: Implement mechanism to restore safe mode settingLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-03WindowServer: Support hover icons for title buttonsMacDue
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
2022-04-25LibGfx+WindowServer: Add theme flag TitleButtonsIconOnlyMacDue