index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
Age
Commit message (
Expand
)
Author
2020-01-02
SystemServer: Call setgid() before setuid() when dropping privileges
Andreas Kling
2020-01-02
WindowServer: Make tiled windows actually centered.
Chyza
2020-01-02
WindowServer: Close all menus belonging to a client when it disconnects
Andreas Kling
2020-01-02
WindowServer: Remove unused WSEvent::WM_DeferredCompose
Andreas Kling
2020-01-02
WindowServer+LibGUI: Taskbar should show all windows from each process
Andreas Kling
2020-01-01
WindowServer: Don't tile non-resizable windows
Andreas Kling
2020-01-01
WindowServer: Windows tile when moved onto the edge of the screen
Chyza
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2020-01-01
WindowServer: Implement switching windows in reverse order
Jami Kettunen
2019-12-31
WindowServer: set no menu bar when last window is removed
joshua stein
2019-12-31
WindowServer: Don't deactivate windows after moving them
Andreas Kling
2019-12-31
WindowServer: Set no active windows on a click outside of any window
Shannon Booth
2019-12-30
WindowServer: Let's boost all threads in the active client process
Andreas Kling
2019-12-30
WindowServer: Give a thread boost to the currently active window
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-30
ProtocolServer: Delete the generated IPC endpoints on "make clean"
Andreas Kling
2019-12-30
WindowServer: Don't repaint entire menubar on applet update
Andreas Kling
2019-12-29
WindowServer: Include minimised windows for switching
Shannon Booth
2019-12-29
WindowServer: Always fill the menubar with color behind applets
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-28
Build: consider IPCCOMPILER and FORMCOMPILER just for ordering
joshua stein
2019-12-27
WindowServer: Remove Clock from server.
Hüseyin ASLITÜRK
2019-12-27
WindowServer: Use the system theme for the fallback window background
Andreas Kling
2019-12-27
WindowServer: Recompute window occlusions on window stack changes
Andreas Kling
2019-12-27
WindowServer: Don't send paint events to occluded windows
Andreas Kling
2019-12-27
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
Andreas Kling
2019-12-26
LibGUI+WindowServer: Mark minimized window backing stores as volatile
Andreas Kling
2019-12-26
LibDraw: Add MenuBaseText and MenuSelectionText color roles
Andreas Kling
2019-12-25
AudioServer: Block the mixer thread when there's nothing to do
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-24
WindowServer: Paint window frame button symbols in SystemColor::Text
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-22
AudioServer: Remove any pending mixer queues whose client disconnected
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-20
WindowServer: Starting a drag should forget the active input window
Andreas Kling
2019-12-20
WindowServer+LibGUI: Add data_type and data fields to drag operations
Andreas Kling
2019-12-16
WindowServer: Stop linking with LibAudio
Andreas Kling
2019-12-16
WindowServer+MenuApplets: Move the "Audio" applet to its own program
Andreas Kling
2019-12-16
WindowServer+CPUGraph: Make menu applets be "regular" windows
Andreas Kling
2019-12-15
WindowServer: Fix MenuManager item postitions after screen resolution change.
Hüseyin ASLITÜRK
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-09
WindowServer: Fix typo in drag&drop cursor rect computation :^) (#863)
Kevin Murphy
2019-12-08
WindowServer: Disambiguate "dragging" a bit, use "moving" more instead
Andreas Kling
2019-12-08
WindowServer: Add a dedicated drag cursor
Andreas Kling
2019-12-08
LibGUI+WindowServer: Allow specifying an optional drag bitmap
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-12-08
AudioServer: Set the mixer thread name to "AudioServer[mixer]"
Andrew Kaster
[next]