summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn
2021-11-29LibUnicode: Add special handling of hour cycle (hc) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Parse and generate available candidate format patternsTimothy Flynn
2021-11-29LibUnicode: Parse and generate date, time, and date-time format patternsTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
2021-11-29LibJS: Change Intl's GetOption AO to accept a Span rather than a VectorTimothy Flynn
2021-11-29LibDSP: Fix potential slicing issue in volume_from_envelopeBrian Gianforcaro
2021-11-29LibCpp: Fix copy paste typo in Parser::match_secondary_expressionBrian Gianforcaro
2021-11-293DFileViewer: Set correct aspect ratio in view frustumJelle Raaijmakers
2021-11-29LibGL: Mark SoftwareGLContext::gl_scissor as overrideHendiadyoin1
2021-11-29LibGfx: Link against LibIPCHendiadyoin1
2021-11-29LibGfx: Load default font lazilyHendiadyoin1
2021-11-29LibJS: Implement parsing and executing for-await-of loopsdavidot
2021-11-29LibJS: Implement the async versions of iterator operationsdavidot
2021-11-29LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instancesdavidot
2021-11-29LibJS: Move the TRY_OR_REJECT macro to PromiseReactiondavidot
2021-11-29LibJS: Add AsyncIteratorPrototypedavidot
2021-11-29ImageDecoder: Fix assertion after failed decodeAndreas Kling
2021-11-293DFileViewer: Improve FPS displayJelle Raaijmakers
2021-11-29LibIPC: Mark m_sockfd as maybe_unused on non Serenity platformsdavidot
2021-11-29LibIPC: Replace u32/u64 value coders with u/ul/ull value codersAndreas Kling
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling
2021-11-28LibCore: Add syscall wrapper for dup()Andreas Kling
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-28LibCore: Add syscall wrappers for sendfd() and recvfd()Andreas Kling
2021-11-28LibIPC: Give MessageBuffer::fds some inline capacity (1)Andreas Kling
2021-11-28LibAudio: Optimize sample moves in FlacLoaderkleines Filmröllchen
2021-11-28Utilites: Add abench utilitykleines Filmröllchen
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28LibAudio: Buffer API improvementskleines Filmröllchen
2021-11-28LibAudio: Avoid frequent read() calls in FLAC residual decodekleines Filmröllchen
2021-11-28ThemeEditor: Use LibMainMarcus Nilsson
2021-11-28Magnifier: Use LibMainMarcus Nilsson
2021-11-28LibGL: Initialize all GL context matrices with the identity matrixStephan Unverwerth
2021-11-28LibC: Make SIZE_MAX be understood by the preprocessorDaniel Bertalan
2021-11-28LibC: Fix stdint.h macros on x86_64Daniel Bertalan
2021-11-28LibC: Add definition for ENOTRECOVERABLEDaniel Bertalan
2021-11-28LibGL: Implement `glScissor()`Jelle Raaijmakers
2021-11-28LibJS: Spin the event loop while waiting for async completion in `await`Ali Mohammad Pur
2021-11-28LibJS: Implement parsing of TemporalDurationStringLinus Groh
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Add fallible variants of the GUI::Layout add/insert APIsAndreas Kling
2021-11-28KeyboardSettings: Remove some unnecessary pledge promisesAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28TerminalSettings: Remove unnecessary pledges and unveilsAndreas Kling
2021-11-28TerminalSettings: Port to LibMain :^)Andreas Kling
2021-11-28LibGUI: Make GUI::TabWidget tab creation APIs take StringAndreas Kling
2021-11-28MailSettings: Port to LibMain :^)Andreas Kling