summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-06WindowServer: Elide window titles that don't fitAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-09-03SystemServer: Use dbg() instead of dbgprintf()Conrad Pankoff
2019-09-03SystemServer: Allow more arguments for startup processesConrad Pankoff
2019-09-01WindowServer: Don't crash when trying to close an empty menuAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-27WindowServer: Fix off-by-one in menu height calculationAndreas Kling
2019-08-27WindowServer: Reverse the menu background colorsAndreas Kling
2019-08-27WindowServer: Don't highlight disabled menu items when hoveredAndreas Kling
2019-08-27WindowServer: Improve look of disabled menu items somewhatAndreas Kling
2019-08-27WindowServer: Add an icon for the system menu / About actionAndreas Kling
2019-08-26WindowServer: Add some app icons to the system menuAndreas Kling
2019-08-26WindowServer: Make the global menubar selection consistent with itemsAndreas Kling
2019-08-26WindowServer: Align menu separators correctlyAndreas Kling
2019-08-26WindowServer: Improve the menu look a bitAndreas Kling
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-08-26WindowServer: Improved look of checkable menu itemsAndreas Kling
2019-08-26LibThread: Move CLock to LibThread::LockSergey Bugaev
2019-08-26WindowServer: Port threading to LibThreadSergey Bugaev
2019-08-26AudioServer: Port threading to LibThreadSergey Bugaev
2019-08-19WindowServer: Oops, remove an assertion that won't fly with MBVGAAndreas Kling
2019-08-19GraphicsBitmap: create_wrapper() should take pitch as a parameterAndreas Kling
2019-08-19WindowServer: Fix an assertionSergey Bugaev
2019-08-18AudioServer: Turn ASMixer into a CObjectAndreas Kling
2019-08-18WindowServer: Make WSMenu's be children of the WSClientConnectionAndreas Kling
2019-08-18WindowServer: Make WSCompositor the parent of its timersAndreas Kling
2019-08-18WindowServer: Tell WSWindows who their CObject parent isAndreas Kling
2019-08-18WindowServer: Detect framebuffer capabilities and settingsConrad Pankoff
2019-08-17SystemServer: Don't spawn a TTYServer on on /dev/tty0Andreas Kling
2019-08-17Kernel+SystemServer: Mount filesystems and start TTYServer in userspaceSergey Bugaev
2019-08-16WindowServer: Let's run without buffer flipping by defaultAndreas Kling
2019-08-15WindowServer: Add a mode for running without buffer flippingAndreas Kling
2019-08-12WindowServer: Fix incorrect "window left" event after button dragAndreas Kling
2019-08-12Server: Add TTYServer, a rudimentary text console managerConrad Pankoff
2019-08-12Kernel: Use established device name and number for framebufferConrad Pankoff
2019-08-08WindowServer: Use range-for with InlineLinkedListAndreas Kling
2019-08-03IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintionsAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03AudioServer: Link against LibIPCAndreas Kling
2019-08-03AudioServer: The EnqueueBuffer response needs a success booleanAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling
2019-08-01SystemServer: Remove always-true "if (pid == 0)" checkAndreas Kling
2019-07-31WindowServer: Fix bad assertion when setting wallpaperAndreas Kling
2019-07-31WindowServer: Allow moving the Launcher window type.Andreas Kling
2019-07-31WindowServer: Control WSClientConnection's window list teardown betterAndreas Kling
2019-07-29AudioServer: Begin work on a new IPC API style.Andreas Kling
2019-07-29AudioServer: Add a "main mix volume" and a simple program to get/set itAndreas Kling
2019-07-28AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.Andreas Kling