summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
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
2022-04-21WindowServer: Create the VirtualScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-04-21WindowServer: Make Screen use ScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Introduce the ScreenBackend conceptkleines Filmröllchen
2022-04-21WindowServer: Rename fb_data and friends to flush_rect etckleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-18WindowServer: Fix animation crashTom
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-14WindowServer: Update menu buttons' rects on font changeKarol Kosek
2022-03-14WindowServer: Use font height for item heights in MenusKarol Kosek
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-02WindowServer: Treat window frames with a border radius as transparentMacDue