summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-30Taskbar: Set min/max size for taskbar buttonsAndreas Kling
2020-12-28WindowServer: Add a GetGlobalCursorPosition IPC requestAndreas Kling
2020-12-28WindowServer: Remove unnecessary clang-format disabler commentAndreas Kling
2020-12-28WindowServer: Don't lookup configuration values in compose()Andreas Kling
2020-12-28LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public APIAndreas Kling
2020-12-28Base: Rename maximize/minimize icons to a more generic nameIdan Horowitz
2020-12-28WindowServer: Spruce up the move/resize geometry label a little bitAndreas Kling
2020-12-28Everywhere: Move AppFile from LibGUI to LibDesktopLinus Groh
2020-12-28Services: Fix typosBrendan Coles
2020-12-27Kernel: Introduce the DevFSLiav A
2020-12-27AK: Use direct-list-initialization for Vector::empend() (#4564)Nathan Lanza
2020-12-27Taskbar: Use GUI::AppFileLinus Groh
2020-12-27SystemMenu: Use GUI::AppFileLinus Groh
2020-12-27LaunchServer: Use GUI::AppFileLinus Groh
2020-12-27LibGUI+WindowServer: Tweak hover shadows slightlyAndreas Kling
2020-12-26SystemServer: Set HOME for servicesSergey Bugaev
2020-12-26SystemServer: Port to Core::AccountSergey Bugaev
2020-12-26LaunchServer: Remove icons from LaunchServer::HandlerLinus Groh
2020-12-25WindowServer: Validate cursor type in SetWindowCursor message handlerLinus Groh
2020-12-25Everywhere: Tweak "2020-2020" => "2020" in copyright headersAndreas Kling
2020-12-24Taskbar: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-24SystemMenu: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-24LaunchServer: Ignore empty FileType / Protocol / [Launcher] config valuesLinus Groh
2020-12-24LaunchServer+Base: Stop using Browser as default protocol handlerLinus Groh
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)Érico Nogueira Rolim
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19WindowServer: Put tooltip windows above notification windowsAndreas Kling
2020-12-19LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytesAndreas Kling
2020-12-17WindowServer: Add the ability to animate cursorsTom
2020-12-16EchoServer: Add a simple echo serverBrendan Coles
2020-12-16TelnetServer: replace getopt with LibCore ArgsParserBrendan Coles
2020-12-14LibWeb: Merge Document::layout() and Document::update_layout()Andreas Kling
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-08LibWeb+WebContent: Add on_load_finish hook to web viewsAndreas Kling
2020-12-08WindowServer: Initial wallpaper must not be NULLBen Wiederhake
2020-12-07WindowServer: Don't crash when pressing return after opening menuAndreas Kling
2020-12-06LookupServer: Put debug spam behind a macroAndreas Kling
2020-12-06WindowServer: Allow for more flexible tilingJulian Offenhäuser
2020-12-05AudioServer: Fix issue when adding a BufferQueue to MixerJulian Offenhäuser
2020-12-02LibWeb: Layout viewport rect was lagging behind when resizingAndreas Kling
2020-12-02Taskbar: Wait on all waitable children in SIGCHLD handlerTom
2020-12-02SystemServer: Wait on all waitable children in SIGCHLD handlerTom
2020-11-29AudioServer: Mixer: limit max volume to 100Brendan Coles
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-10WindowServer: Show modal window's cursor over blocked windowsAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-02WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursorBrendan Coles