summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-01-02SystemServer: Call setgid() before setuid() when dropping privilegesAndreas Kling
2020-01-02WindowServer: Make tiled windows actually centered.Chyza
2020-01-02WindowServer: Close all menus belonging to a client when it disconnectsAndreas Kling
2020-01-02WindowServer: Remove unused WSEvent::WM_DeferredComposeAndreas Kling
2020-01-02WindowServer+LibGUI: Taskbar should show all windows from each processAndreas Kling
2020-01-01WindowServer: Don't tile non-resizable windowsAndreas Kling
2020-01-01WindowServer: Windows tile when moved onto the edge of the screenChyza
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01WindowServer: Implement switching windows in reverse orderJami Kettunen
2019-12-31WindowServer: set no menu bar when last window is removedjoshua stein
2019-12-31WindowServer: Don't deactivate windows after moving themAndreas Kling
2019-12-31WindowServer: Set no active windows on a click outside of any windowShannon Booth
2019-12-30WindowServer: Let's boost all threads in the active client processAndreas Kling
2019-12-30WindowServer: Give a thread boost to the currently active windowAndreas Kling
2019-12-30Kernel: Refactor scheduler to use dynamic thread prioritiesAndreas Kling
2019-12-30ProtocolServer: Delete the generated IPC endpoints on "make clean"Andreas Kling
2019-12-30WindowServer: Don't repaint entire menubar on applet updateAndreas Kling
2019-12-29WindowServer: Include minimised windows for switchingShannon Booth
2019-12-29WindowServer: Always fill the menubar with color behind appletsAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-28Build: consider IPCCOMPILER and FORMCOMPILER just for orderingjoshua stein
2019-12-27WindowServer: Remove Clock from server.Hüseyin ASLITÜRK
2019-12-27WindowServer: Use the system theme for the fallback window backgroundAndreas Kling
2019-12-27WindowServer: Recompute window occlusions on window stack changesAndreas Kling
2019-12-27WindowServer: Don't send paint events to occluded windowsAndreas Kling
2019-12-27WindowServer+LibGUI: Mark window bitmaps volatile in occluded windowsAndreas Kling
2019-12-26LibGUI+WindowServer: Mark minimized window backing stores as volatileAndreas Kling
2019-12-26LibDraw: Add MenuBaseText and MenuSelectionText color rolesAndreas Kling
2019-12-25AudioServer: Block the mixer thread when there's nothing to doAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24WindowServer: Paint window frame button symbols in SystemColor::TextAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-22AudioServer: Remove any pending mixer queues whose client disconnectedAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20WindowServer: Starting a drag should forget the active input windowAndreas Kling
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-16WindowServer: Stop linking with LibAudioAndreas Kling
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-15WindowServer: Fix MenuManager item postitions after screen resolution change.Hüseyin ASLITÜRK
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-09WindowServer: Fix typo in drag&drop cursor rect computation :^) (#863)Kevin Murphy
2019-12-08WindowServer: Disambiguate "dragging" a bit, use "moving" more insteadAndreas Kling
2019-12-08WindowServer: Add a dedicated drag cursorAndreas Kling
2019-12-08LibGUI+WindowServer: Allow specifying an optional drag bitmapAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-08AudioServer: Set the mixer thread name to "AudioServer[mixer]"Andrew Kaster