summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-15LibWeb: Rename Origin::is_null() to Origin::is_opaque()Linus Groh
2022-02-14LibJS: Add missing include for 'u32' to CanonicalIndex.hLinus Groh
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-14LibWeb: Add stacking contexts to Node::for_each_child_in_paint_orderSteven Schmoll
2022-02-14LibGfx/PNG: Respect the tRNS chunk transparency with color type 2Andreas Kling
2022-02-14LibGfx/PNG: Collect tRNS (transparency chunk) info for all color typesAndreas Kling
2022-02-14LibGfx: Remove unnecessary includes from PNGLoader.cppAndreas Kling
2022-02-14LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888Andreas Kling
2022-02-14LibWeb: Paint inline-level and replaced elements on top of floatsAndreas Kling
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-02-14LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()Andreas Kling
2022-02-14SystemServer: Remove now unnecessary call to chmod on /dev/audioLiav A
2022-02-14pape: Improve error handling during option handling and bitmap loadingJames Puleo
2022-02-14WindowServer: Remove extraneous whitespace in `WindowServer.ipc`James Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14HackStudio: Fix crash when requesting parameter listHarrison Marshall
2022-02-14LibGfx: Support color blending in Painter::draw_bitmapSteven Schmoll
2022-02-14ping: Count argument must be greater than zerobrapru
2022-02-14ping: Fix off by one error in count argumentbrapru
2022-02-14PixelPaint: Change menu shortcut for "Fit Image to View"Mustafa Quraish
2022-02-14ImageViewer: Add "Fit Image to View" actionMustafa Quraish
2022-02-14ImageViewer: Fix window resizing on first imageMustafa Quraish
2022-02-14LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidgetMustafa Quraish
2022-02-14Utilities: Fix du to print stats for regular filesPankaj Raghav
2022-02-14nc: Extend TCP listening port functionalitybrapru
2022-02-14LibCore: Remove Core::Socket :^)sin-ack
2022-02-14SystemServer: Remove Socket.h header + use Core::System in some placessin-ack
2022-02-14LibCore: Implement System::fchownsin-ack
2022-02-14LibCore+Tests: Remove Core::UDPSocket :^)sin-ack
2022-02-14nc: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14LookupServer: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14LibCore: Add a timeout option to UDPSocket::connectsin-ack
2022-02-14LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching librariesSviatoslav Peleshko
2022-02-14HexEditor: Fix copy {text/hex} to clipboardFederico Guerinoni
2022-02-14HexEditor: Fix crash of copy action when selection is emptyFederico Guerinoni
2022-02-14WindowServer: Consolidate tiled and maximized window rects calculationVitaly Dyachkov
2022-02-14AudioServer: Use first audio channel in the /dev/audio directoryLiav A
2022-02-14SystemServer: Create audio channel device nodes in /dev/audio directoryLiav A
2022-02-14profile: Document "read" profiling eventJakub Berkop
2022-02-14Profiler: Add ability to process read syscallsJakub Berkop
2022-02-14profile: Command recognizes "read" event typeJakub Berkop
2022-02-14LibWeb: Add support for the record variant of URLSearchParamsLuke Wilde
2022-02-14js: Add a print() function to the environmentAli Mohammad Pur
2022-02-14LibRegex: Correct the alternative matching order when one is emptyAli Mohammad Pur
2022-02-14LibWeb: Don't emit current token on EOF in HTML TokenizerKarol Kosek
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-13LibCore: Fix event loop stacks on non-main threadskleines Filmröllchen
2022-02-13LibVT: Fix triple click behaviorbrapru