summaryrefslogtreecommitdiff
path: root/Servers/WindowServer
AgeCommit message (Expand)Author
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-05WindowServer: Remove unused s_checkbox_or_icon_paddingjoshua stein
2020-02-04WindowServer: Fix the drain mouse mechanismLiav A
2020-02-04WindowServer: Preliminary absolute mouse positioning supportSergey Bugaev
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02WindowServer: Fix for Changing Screen Resolution Resets.Hüseyin ASLITÜRK
2020-02-01WindowServer: make menus wrap verticallyOliver Kraitschy
2020-01-25WindowServer: Don't allow minimize/maximize of windows while modal upAndreas Kling
2020-01-25WindowServer: Robustify WSWindow<->WSClientConnection link a bitAndreas Kling
2020-01-25WindowServer: Tear down WSClientConnection asynchronouslyAndreas Kling
2020-01-21WindowServer: unveil("/bin", "x") so we can start applicationsAndreas Kling
2020-01-20WindowServer: Use unveil()Andreas Kling
2020-01-20WindowServer: Simplify WSMenu MouseWheel eventShannon Booth
2020-01-20WindowServer: Stop infinite menu movement cycleShannon Booth
2020-01-19WindowServer: Allow scrolling of menus that don't fit on screenAndreas Kling
2020-01-19WindowServer: More natural mouse menu navigationShannon Booth
2020-01-18WindowServer: Print the error when failing to open /dev/fb0Sergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18WindowServer: Stop tracking hovered menu independently from the index (#1093)shannonbooth
2020-01-18WindowServer: Fix windowswitcher not closing, make system menu a toggleShannon Booth
2020-01-18WindowServer: Add toggle_menu helper functionShannon Booth
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-15WindowServer: Do not open system menu after window tilingShannon Booth
2020-01-13WindowServer: Add "thread" pledge since we need it for wallpapersAndreas Kling
2020-01-12WindowServer: Send key events to menu manager is there is a current menuShannon Booth
2020-01-12WindowServer: Fix non-submenus being closed when set as current menuShannon Booth
2020-01-12WindowServer: Fix incorrect current menu when switching to new itemShannon Booth
2020-01-12WindowServer: Actually don't bring up system menu during move/resizeAndreas Kling
2020-01-12Kernel: Add "video" pledge for accessing framebuffer devicesAndreas Kling
2020-01-12WindowServer: Don't show system menu on Logo KeyUp during move/resizeAndreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11WindowServer: Use pledge()Andreas Kling
2020-01-11WSWindowManager: Improve opening and closing the system menuShannon Booth
2020-01-11WSMenuManager: Fix set_current_menu() not setting the current menuShannon Booth
2020-01-11WindowServer: If a menu can't fit on screen, at least put it at y=0Andreas Kling
2020-01-08WindowServer+LibGUI: Paint exclusive actions as radio buttons in menusAndreas Kling
2020-01-08WindowServer: Detach WSMenuManager from WSWindowManagerAndreas Kling
2020-01-08Revert "WSWindowServer: Remove uneccessary special casing"Andreas Kling
2020-01-08WSWindowServer: Only close menubar on a mouse downShannon Booth
2020-01-08WSWindowManager: Use early return to limit nestingShannon Booth
2020-01-08WSMenu: Support menu navigation through key pressesShannon Booth