summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2021-01-01ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"AnotherTest
2021-01-01WindowServer: Flash modal window when clicking on window blocked by itAndreas Kling
2020-12-31LibThread: Hide Thread's constructor, as it is a Core::ObjectAndrew Kaster
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-31ProtocolServer: Avoid blocking all downloads when client stops readingAnotherTest
2020-12-31WindowServer: Send WindowDeactivated event to windows blocked by modalLinus Groh
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30AK+ProtocolServer: Properly close download stream fd'sAnotherTest
2020-12-30WebContent: Pledge "recvfd" :^)Andreas Kling
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30WindowServer: Added IPC requests for getting and setting mouse settingsIdan Horowitz
2020-12-30WindowServer: Added configurable mouse acceleration and scroll lengthIdan Horowitz
2020-12-30CrashDaemon: Move from Applications to ServicesAndreas Kling
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