summaryrefslogtreecommitdiff
path: root/Services/WindowServer
AgeCommit message (Expand)Author
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-07-04WindowServer: Move window titles 1px to the rightAndreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-03WindowServer: Don't crash when invalid resolution requestedMaciej Zygmanowski
2020-06-29WindowServer: don't send resize on resolution change unless neededPeter Elliott
2020-06-28WindowServer: Move window title bar icons 1px to the rightAndreas Kling
2020-06-18WindowServer: Add a new IsMaximized messageHüseyin ASLITÜRK
2020-06-16WindowServer: Replace character with code pointHüseyin ASLITÜRK
2020-06-13LibIPC: Only start responsiveness timer after sending client a messageAndreas Kling
2020-06-11LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI appsAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-05WindowServer: Make perror() strings slightly more detailed.Nico Weber
2020-06-03WindowsServer: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-01WindowServer: Remove keyboard shortcut for toggling the system menuAndreas Kling
2020-05-30WindowServer+LibGUI: Add per-window progressAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-25WindowServer: Don't crash when minimizing EyesSergey Bugaev
2020-05-20LibGUI: Replace up and down arrows with emojiHüseyin ASLITÜRK
2020-05-20WindowServer: Remove WindowManager::invalidate(Window) API'sAndreas Kling
2020-05-20WindowServer: Move occlusion things from WindowManager to CompositorAndreas Kling
2020-05-19WindowServer: Always send mouse events to the full-screen windowAndreas Kling
2020-05-19WindowServer: Ignore overlap when compositing full-screen windowsAndreas Kling
2020-05-18WindowServer: Rename WindowManager wm_config() to config()Shannon Booth
2020-05-18WindowServer: Make some WindowManager member functions constShannon Booth
2020-05-18WindowServer: Remove uneeded const_casts for getting a submenuShannon Booth
2020-05-18WindowServer: Add const version of Menu::find_menu_by_id(int menu_id)Shannon Booth
2020-05-18WindowServer: Add const qualified version of MenuItem::submenu()Shannon Booth
2020-05-16LibIPC: Allow opt-in UTF-8 validation on message parametersAndreas Kling
2020-05-16LibGUI+WindowServer: Allow applications to set custom cursor bitmapsShannon Booth
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13WindowServer: Invalidate the cursor when setting an override cursorDexesTTP
2020-05-13LibGUI+WindowServer: Allow apps to use the "move" cursor :^)Andreas Kling
2020-05-10WindowServer: Shade the bottom of the menu bar like a buttonAndreas Kling
2020-05-10WindowServer: Add 2px of tasteful space above maximized windowsAndreas Kling
2020-05-10WindowServer: Add basic search functionality in menusShannon Booth
2020-05-10WindowServer: Rework and simplify Menu event handlingShannon Booth
2020-05-10WindowServer: Remove stray semicolonShannon Booth
2020-05-09WindowServer: Cancel any ongoing input tracking when a menu pops upAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling