summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15Base: Add Kayah Li to font Katica Regular 10Lady Gegga
2022-01-15Base: Add Tengwar to font Katica Regular 10Lady Gegga
2022-01-15Base: Add Elymaic to font Katica Regular 10Lady Gegga
2022-01-15AK: Explicitly define copy and assignment operator for SinglyLinkedListLucas CHOLLET
2022-01-14CI: Disallow test failures on macOS Lagom :^)Timothy Flynn
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-14AK: Use appropriate types in AK::Time::from_timestamp factoryTimothy 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-14Ports: Do not strip debug symbols from ScummVMJelle Raaijmakers
2022-01-14Base: Modernize aplay documentationkleines Filmröllchen
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-14Tests: Unmap memory ranges on /dev/mem after testing mmap(2)Liav A
2022-01-14Base: Skip the Shell/function.sh test since it's flaky on CIAndreas Kling
2022-01-14Kernel/TmpFS: Remove inode map from TmpFSAndreas Kling
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: Make Variant::visit() prefer overloads accepting T const& over T&Ali Mohammad Pur
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