summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-28Meta: Allow overlong 'fixup!' commit titles in pre-commit hookBen Wiederhake
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-28Toolchain/Clang: Fix CMake using utilities from the LLVM portDaniel Bertalan
2021-11-28Ports: Upgrade LLVM to version 13.0.0Daniel Bertalan
2021-11-28Meta: Copy libstdc++ into the disk imageDaniel Bertalan
2021-11-28Meta: Copy libc++ headers into the disk imageDaniel Bertalan
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-28Toolchain/Clang: Support using `libstdc++` as the C++ standard libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Allow setting a default unwind libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Pick up includes when running inside SerenityDaniel Bertalan
2021-11-28Toolchain/Clang: Add support for -static-libstdc++Daniel Bertalan
2021-11-28Kernel: Ignore AC97 non-completion interruptsJelle Raaijmakers
2021-11-28Kernel: Add AC97_DEBUG macroJelle Raaijmakers
2021-11-28LibGL: Implement `glScissor()`Jelle Raaijmakers
2021-11-28Kernel: Log when a process exits with an unlocked veilSam Atkins
2021-11-28Base: Add Lisu Supplement characters to font Katica Regular 10Lady Gegga
2021-11-28Base: Add Toto characters to font Katica Regular 10Lady Gegga
2021-11-28Base: Add a test page for async functions + XMLHttpRequestAli Mohammad Pur
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-27Kernel/Audio: Implement 2 correctness fixes in AC97Liav A
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
2021-11-28DisplaySettings: Port to LibMain :^)Andreas Kling
2021-11-28Keymaps: Add Turkish-F KeymapEmir Sarฤฑ
2021-11-28Kernel/Storage: Restore booting from MBR partitions functionalityLiav A
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28LibCore: Allow System::pledge execpromises argument to be omittedBrian Gianforcaro
2021-11-28LibCore+cat: Switch Core::System::read/write to take a Span of bytesBrian Gianforcaro
2021-11-28Settings: Convert to TRY + serenity_main(..)Brian Gianforcaro
2021-11-27LibJS: Parse TemporalInstantString as part of TemporalCalendarStringLinus Groh
2021-11-27Base: Add Lisu characters to font Katica Regular 10Lady Gegga
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.since()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.until()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.subtract()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.add()Linus Groh
2021-11-27Spider: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Solitaire: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Snake: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Pong: TRY() all the things in serenity_main() :^)Pedro Pereira