summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
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
2020-11-02ChessEngine: Use pledge and unveilBrendan Coles
2020-10-30LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLSAnotherTest
2020-10-30LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()AnotherTest
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-10-27LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)Andreas Kling
2020-10-27WindowServer: Improve look of drag&drop items somewhatAndreas Kling
2020-10-25LookupServer: Support multiple nameserversLinus Groh
2020-10-25LookupServer: Replace unused 'did_timeout' with 'did_get_response'Linus Groh
2020-10-25LookupServer: Replace dbg()/dbgprintf() with dbgln()Linus Groh
2020-10-25WindowServer: Raise menu item icons slightly when hovered :^)Andreas Kling
2020-10-25Taskbar: Make quicklaunch buttons larger and reduce spacingAndreas Kling
2020-10-24LibGfx+WindowServer: Handle taller window title fonts betterAndreas Kling
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-21WebServer: Force "text/html" mimetype for directories with index.htmlAndreas Kling
2020-10-20WindowServer: Return some event members by const referenceAndreas Kling
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-10-08DHCPClient: Remove unused UPDSocket.h includeNico Weber
2020-10-05Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.hNico Weber
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-09-28LibCore: Make TCPServer::listen() report failure instead of assertingAndreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-25Meta+Services: Make clang-format-10 cleanBen Wiederhake
2020-09-21TelnetServer: Use OutputMemoryStream instead of BufferStream.asynts