summaryrefslogtreecommitdiff
path: root/Servers/WindowServer
AgeCommit message (Expand)Author
2020-02-19WindowServer+LibGUI+LibHTML: Fix build with -std=c++2aAndreas Kling
2020-02-18Base: Rename /dev/psaux to /dev/mouseAndreas Kling
2020-02-18WindowServer: Remove unsued MenuManager::menu_selection_color()Shannon Booth
2020-02-17WindowServer: Remove unveils of /bin and /etc/passwdAndreas Kling
2020-02-17WindowServer: Drop the "exec" pledge promise entirelyAndreas Kling
2020-02-17WindowServer: Make way for the out-of-process system menuAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-12WindowServer: Move some menu related code into MenuManagerShannon Booth
2020-02-11WindowServer: Make some WindowSwitcher members privateAndreas Kling
2020-02-11WindowServer: Remove unused WindowManager::draw_window_switcher()Andreas Kling
2020-02-11WindowServer: Draw a coolbar border around the hovered switcher itemAndreas Kling
2020-02-11WindowServer: Update window switcher when moving window to frontAndreas Kling
2020-02-11WindowServer: Allow clicking on windows in the window switcherAndreas Kling
2020-02-11WindowServer: Ensure on a menu key press invalid items are not hoveredShannon Booth
2020-02-11WindowServer: Assert that a window is not being set as emptyShannon Booth
2020-02-11WindowServer: Remove unimplemented header functionShannon Booth
2020-02-11WindowServer: Use early return to reduce nestingShannon Booth
2020-02-10WindowServer: Move applet code from MenuManager to AppletManager.asliturk
2020-02-09WindowServer: Remove username from MenuManager.Hüseyin ASLITÜRK
2020-02-07WindowServer: Move some menu related functions to MenuManagerAndreas Kling
2020-02-07WindowServer: Don't try to load unspecified iconsSergey Bugaev
2020-02-07WindowServer: Process multiple mouse packets at the same timeAndreas Kling
2020-02-07WindowServer: Fix wrong-sized read() from keyboardAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Fix assertion on key pressAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
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