summaryrefslogtreecommitdiff
path: root/Services/WindowServer
AgeCommit message (Expand)Author
2020-08-15WindowServer: Minimize the modal stack when minimizing from frameTom
2020-08-14WindowServer: Take MenuApplet windows into account for hovered_windowLinus Groh
2020-08-13WindowServer: Handle global cursor tracking before ongoing drag/move/resizeLinus Groh
2020-08-12Services: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-10WindowServer: Limit maximizing windows to top window in modal stackTom
2020-08-10WindowServer: Use to_theme_window_type() a bit moreAndreas Kling
2020-08-10WindowServer+LibGfx: Move window frame rect calculation to WindowThemeAndreas Kling
2020-08-09WindowServer+LibGfx: Move notification window frame painting to LibGfxAndreas Kling
2020-08-09WindowServer+LibGfx: Move normal window frame painting to a WindowThemeAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-03WindowServer: Bring window stack to front when clicking on frameTom
2020-08-02WindowServer: Redraw MenuApplets on add/deleteBen Wiederhake
2020-08-01Themes: Fix default theme window stripes and shadow after #2811Nico Weber
2020-08-01LibGUI+WindowServer: Provide default placement to windowsPeter Elliott
2020-08-01Services: Convert WindowFrame button bitmaps to themable PNGsthankyouverycool
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-26WindowServer: Adjust MenuApplet position on resizethankyouverycool
2020-07-25WindowServer: Use WindowManager::window_title_font() in one placeAndreas Kling
2020-07-25WindowServer: Center the window titlebar icons verticallyAndreas Kling
2020-07-25WindowServer: Relayout window buttons immediately on theme changeAndreas Kling
2020-07-18WindowServer: Decide on a window title before measuring its widthAndreas Kling
2020-07-17WindowServer: New title bar vars for themesNullspeak
2020-07-16WindowServer: Fix picking new active window after destroyTom
2020-07-16WindowServer: Fix traversing modal stackTom
2020-07-16WindowServer: Fix crash when no active input window is setTom
2020-07-16WindowServer: Expose window parent information and more modal improvementsTom
2020-07-16WindowServer: Fixes for modal windowsTom
2020-07-15WindowServer: Don't make window active by hovering over the iconTom
2020-07-15WindowServer: Make Menus the input window when showing themTom
2020-07-15WindowServer: Add accessory windowsTom
2020-07-11WindowServer/LibGUI: Add default menu items and allow default action for cont...Tom
2020-07-11WindowServer: Add support for default MenuItemTom
2020-07-07WindowServer: Apply the "wait" cursor to unresponsive windowsLinus Groh
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-07-07WindowServer: Turn an assertion that happens sometimes into a dbg()Andreas Kling
2020-07-07WindowServer: set_active_window() should not assume window has a clientAndreas Kling
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