summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-15LibCore: Implement LocalSocket::peer_pidsin-ack
2022-01-15LibCore: Implement LocalSocket::adopt_fdsin-ack
2022-01-15LibCore: Implement LocalSocket::read_without_waitingsin-ack
2022-01-15LibCore: Implement LocalSocket::receive_fd and send_fdsin-ack
2022-01-14LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15Timothy Flynn
2022-01-14LibJS: Implement Date.parse using AK::Time and LibTimeZoneTimothy Flynn
2022-01-14LibJS: Implement the localTZA AO for isUTC=falseTimothy Flynn
2022-01-14Utilities: Port ifconfig to LibMainalexmajor
2022-01-14LibGL+LibSoftGPU: Implement `glDrawPixels` depth buffer supportJelle Raaijmakers
2022-01-14LibGL+LibSoftGPU: Implement rasterization positionJelle Raaijmakers
2022-01-14LibGL: Add context lifetime debug outputJelle Raaijmakers
2022-01-14Utilities/aplay: Print progress in seconds and minutes by defaultkleines Filmröllchen
2022-01-14Utilities/aplay: Print format name under "Format"kleines Filmröllchen
2022-01-14LibAudio: Expose the format name from the loader pluginskleines Filmröllchen
2022-01-14PixelPaint: Update SelectedColorWidget::m_color consistentlyColin
2022-01-14WebServer: Add charset declaration to directory listingsMaciej
2022-01-14hostname: Port to LibMainLucas CHOLLET
2022-01-14LibCore: Add wrapper for sethostnameLucas CHOLLET
2022-01-14LibCore: Remove usage of a hardcoded constant in gethostname()Lucas CHOLLET
2022-01-14host: Port to LibMainLucas CHOLLET
2022-01-14hexdump: Port to LibMainLucas CHOLLET
2022-01-14head: Port to LibMainLucas CHOLLET
2022-01-14gunzip: Remove StringView assignment on rhs-valueLucas CHOLLET
2022-01-14gunzip: Port to LibMainLucas CHOLLET
2022-01-14grep: Port to LibMainLucas CHOLLET
2022-01-14gml-format: Port to LibMainLucas CHOLLET
2022-01-14false: Port to LibMainLucas CHOLLET
2022-01-14disasm: Port to LibMainLucas CHOLLET
2022-01-14LibGL: Add a few defines so that Quake 2's OpenGL renderer compilesqeeg
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-14LibJS: Add an else in StringPrototype::substrNico Weber
2022-01-14LibJS: Fix substr() with negative arguments larger than string lengthNico Weber
2022-01-14LibJS: Correcly handle surrogates in escape()Nico Weber
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-14SystemMonitor: Split multi-core CPU usage graphs into multiple rowsIdan Horowitz
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2022-01-14ImageViewer: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2022-01-14LibGUI: Add `AbstractZoomPanWidget` widget :^)Mustafa Quraish
2022-01-13LibJS: Handle the [[LanguageDisplay]] tag when localizing languagesTimothy Flynn
2022-01-13LibUnicode: Do not limit language display names to known localesTimothy Flynn
2022-01-13LibUnicode: Add a method to combine locale subtags into a display stringTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display patternsTimothy Flynn
2022-01-13LibELF: Accept Span instead of Pointer+Size in validate_program_headersIdan Horowitz
2022-01-13LibELF: Use StringBuilders instead of Strings for the interpreter pathIdan Horowitz
2022-01-13LibJS: Mark CreateTemporalTimeZone("UTC") as infallibleLinus Groh
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
2022-01-13LibC: Add definition for PRIxMAXKenneth Myhra
2022-01-13LibGfx: Change return type of Adler32 checksums in PNGWriterMarcus Nilsson
2022-01-13WindowServer: Don't try to flash menubar in deleted windowsAndreas Kling