index
:
serenity
master
topic/trivial_docs
The Serenity Operating System ๐
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-28
Meta: Allow overlong 'fixup!' commit titles in pre-commit hook
Ben Wiederhake
2021-11-28
ThemeEditor: Use LibMain
Marcus Nilsson
2021-11-28
Magnifier: Use LibMain
Marcus Nilsson
2021-11-28
LibGL: Initialize all GL context matrices with the identity matrix
Stephan Unverwerth
2021-11-28
Toolchain/Clang: Fix CMake using utilities from the LLVM port
Daniel Bertalan
2021-11-28
Ports: Upgrade LLVM to version 13.0.0
Daniel Bertalan
2021-11-28
Meta: Copy libstdc++ into the disk image
Daniel Bertalan
2021-11-28
Meta: Copy libc++ headers into the disk image
Daniel Bertalan
2021-11-28
LibC: Make SIZE_MAX be understood by the preprocessor
Daniel Bertalan
2021-11-28
LibC: Fix stdint.h macros on x86_64
Daniel Bertalan
2021-11-28
LibC: Add definition for ENOTRECOVERABLE
Daniel Bertalan
2021-11-28
Toolchain/Clang: Support using `libstdc++` as the C++ standard library
Daniel Bertalan
2021-11-28
Toolchain/Clang: Allow setting a default unwind library
Daniel Bertalan
2021-11-28
Toolchain/Clang: Pick up includes when running inside Serenity
Daniel Bertalan
2021-11-28
Toolchain/Clang: Add support for -static-libstdc++
Daniel Bertalan
2021-11-28
Kernel: Ignore AC97 non-completion interrupts
Jelle Raaijmakers
2021-11-28
Kernel: Add AC97_DEBUG macro
Jelle Raaijmakers
2021-11-28
LibGL: Implement `glScissor()`
Jelle Raaijmakers
2021-11-28
Kernel: Log when a process exits with an unlocked veil
Sam Atkins
2021-11-28
Base: Add Lisu Supplement characters to font Katica Regular 10
Lady Gegga
2021-11-28
Base: Add Toto characters to font Katica Regular 10
Lady Gegga
2021-11-28
Base: Add a test page for async functions + XMLHttpRequest
Ali Mohammad Pur
2021-11-28
LibJS: Spin the event loop while waiting for async completion in `await`
Ali Mohammad Pur
2021-11-28
LibJS: Implement parsing of TemporalDurationString
Linus Groh
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Add fallible variants of the GUI::Layout add/insert APIs
Andreas Kling
2021-11-28
KeyboardSettings: Remove some unnecessary pledge promises
Andreas Kling
2021-11-27
Kernel/Audio: Implement 2 correctness fixes in AC97
Liav A
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
TerminalSettings: Remove unnecessary pledges and unveils
Andreas Kling
2021-11-28
TerminalSettings: Port to LibMain :^)
Andreas Kling
2021-11-28
LibGUI: Make GUI::TabWidget tab creation APIs take String
Andreas Kling
2021-11-28
MailSettings: Port to LibMain :^)
Andreas Kling
2021-11-28
DisplaySettings: Port to LibMain :^)
Andreas Kling
2021-11-28
Keymaps: Add Turkish-F Keymap
Emir Sarฤฑ
2021-11-28
Kernel/Storage: Restore booting from MBR partitions functionality
Liav A
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-28
LibCore: Allow System::pledge execpromises argument to be omitted
Brian Gianforcaro
2021-11-28
LibCore+cat: Switch Core::System::read/write to take a Span of bytes
Brian Gianforcaro
2021-11-28
Settings: Convert to TRY + serenity_main(..)
Brian Gianforcaro
2021-11-27
LibJS: Parse TemporalInstantString as part of TemporalCalendarString
Linus Groh
2021-11-27
Base: Add Lisu characters to font Katica Regular 10
Lady Gegga
2021-11-27
LibJS: Implement Temporal.PlainYearMonth.prototype.since()
Linus Groh
2021-11-27
LibJS: Implement Temporal.PlainYearMonth.prototype.until()
Linus Groh
2021-11-27
LibJS: Implement Temporal.PlainYearMonth.prototype.subtract()
Linus Groh
2021-11-27
LibJS: Implement Temporal.PlainYearMonth.prototype.add()
Linus Groh
2021-11-27
Spider: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Solitaire: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Snake: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Pong: TRY() all the things in serenity_main() :^)
Pedro Pereira
[next]