summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2019-09-18SystemServer: Don't wake up every single secondAndreas Kling
2019-09-18WindowServer: Remove the default background wallpaperAndreas Kling
2019-09-18SystemServer: Let's only spawn one TTYServer by defaultAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas Kling
2019-09-15SystemServer: Drop GID before dropping UIDAndreas Kling
2019-09-14WindowServer+LibGUI: Store a "data type" with the clipboard contentAndreas Kling
2019-09-09WindowServer: Avoid doing sqrt() in double-click detectionAndreas Kling
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff
2019-09-08WindowServer: Don't transform quick far-apart clicks into double-clicksAndreas Kling
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