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
2019-11-06
Kernel+SystemServer: Get rid of two virtual consoles
Andreas Kling
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-10-31
WindowServer: Fixed Menubar resize issue
Jesse Buhagiar
2019-10-31
SystemServer: Reap dead processes. (#706)
DrewStratford
2019-10-26
WindowServer: Center the mouse cursor on startup
Andreas Kling
2019-10-23
WindowManager: Make maximised windows unmaximise when dragged.
Chyza
2019-10-19
AudioServer: Added ability to get count of samples in the buffer queue
Till Mayer
2019-10-19
ASMixer: Removed unused variable in ASBufferQueue
Till Mayer
2019-10-19
LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()
Andreas Kling
2019-10-16
LibAudio: Fixed stuttery playback of audio
Till Mayer
2019-10-16
LookupServer: Remove debug spam about /etc/hosts
Andreas Kling
2019-10-16
LookupServer: Cache successful DNS lookup responses for 1 minute
Andreas Kling
2019-10-10
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-28
TelnetServer: Accept arbitrary command with -c
Larkin Nickle
2019-09-22
WindowServer: Remove debug spam about child window removals
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-18
SystemServer: Don't wake up every single second
Andreas Kling
2019-09-18
WindowServer: Remove the default background wallpaper
Andreas Kling
2019-09-18
SystemServer: Let's only spawn one TTYServer by default
Andreas Kling
2019-09-16
WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode
Andreas Kling
2019-09-15
SystemServer: Drop GID before dropping UID
Andreas Kling
2019-09-14
WindowServer+LibGUI: Store a "data type" with the clipboard content
Andreas Kling
2019-09-09
WindowServer: Avoid doing sqrt() in double-click detection
Andreas Kling
2019-09-08
TelnetServer: Implement basic telnet server
Conrad Pankoff
2019-09-08
WindowServer: Don't transform quick far-apart clicks into double-clicks
Andreas Kling
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
2019-09-06
WindowServer: Elide window titles that don't fit
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-09-03
SystemServer: Use dbg() instead of dbgprintf()
Conrad Pankoff
2019-09-03
SystemServer: Allow more arguments for startup processes
Conrad Pankoff
2019-09-01
WindowServer: Don't crash when trying to close an empty menu
Andreas Kling
2019-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-27
WindowServer: Fix off-by-one in menu height calculation
Andreas Kling
2019-08-27
WindowServer: Reverse the menu background colors
Andreas Kling
2019-08-27
WindowServer: Don't highlight disabled menu items when hovered
Andreas Kling
2019-08-27
WindowServer: Improve look of disabled menu items somewhat
Andreas Kling
2019-08-27
WindowServer: Add an icon for the system menu / About action
Andreas Kling
[next]