summaryrefslogtreecommitdiff
path: root/Servers/WindowServer
AgeCommit message (Expand)Author
2019-11-23WindowServer: Listen for muted state changes from AudioServerAndreas Kling
2019-11-22WindowServer: Add an audio icon to the menu barAndreas Kling
2019-11-22WindowServer: Optimize backing store placement for resizing windowsSergey Bugaev
2019-11-22WindowServer: Ensure resized windows move in the expected directionSergey Bugaev
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-13WindowServer: Fix leaking framebuffer fd to clientsSergey Bugaev
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11WindowServer: Sort the system menu app categories alphabeticallyAndreas Kling
2019-11-11WindowServer: Don't send menu item activations for separatorsAndreas Kling
2019-11-11WindowManager: Simplify menu bar open/close logicAndreas Kling
2019-11-11WindowManager: Move more of the menu management logic to WSMenuManagerAndreas Kling
2019-11-11WindowServer: Organize system menu app shortcuts into categoriesAndreas Kling
2019-11-11WindowServer: Populate system menu with app launchers from /res/appsAndreas Kling
2019-11-10WindowServer: Don't de-maximize windows immediately (#756)masi456
2019-11-09WindowServer: Some minor comments and cleanups in WSCompositorAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-31WindowServer: Fixed Menubar resize issueJesse Buhagiar
2019-10-26WindowServer: Center the mouse cursor on startupAndreas Kling
2019-10-23WindowManager: Make maximised windows unmaximise when dragged.Chyza
2019-10-19LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()Andreas Kling
2019-10-10LibGUI+WindowServer: Add a "Hand" cursor to the standard cursorsAndreas Kling
2019-09-22WindowServer: Remove debug spam about child window removalsAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-18WindowServer: Remove the default background wallpaperAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-09WindowServer: Avoid doing sqrt() in double-click detectionAndreas Kling
2019-09-08WindowServer: Don't transform quick far-apart clicks into double-clicksAndreas Kling
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-06WindowServer: Elide window titles that don't fitAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-09-01WindowServer: Don't crash when trying to close an empty menuAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-27WindowServer: Fix off-by-one in menu height calculationAndreas Kling
2019-08-27WindowServer: Reverse the menu background colorsAndreas Kling
2019-08-27WindowServer: Don't highlight disabled menu items when hoveredAndreas Kling
2019-08-27WindowServer: Improve look of disabled menu items somewhatAndreas Kling
2019-08-27WindowServer: Add an icon for the system menu / About actionAndreas Kling
2019-08-26WindowServer: Add some app icons to the system menuAndreas Kling
2019-08-26WindowServer: Make the global menubar selection consistent with itemsAndreas Kling
2019-08-26WindowServer: Align menu separators correctlyAndreas Kling