index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-11-28
LibCore: Add syscall wrapper for dup()
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-28
LibCore: Add syscall wrappers for sendfd() and recvfd()
Andreas Kling
2021-11-28
LibIPC: Give MessageBuffer::fds some inline capacity (1)
Andreas Kling
2021-11-28
LibAudio: Optimize sample moves in FlacLoader
kleines Filmröllchen
2021-11-28
Utilites: Add abench utility
kleines Filmröllchen
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
LibAudio: Buffer API improvements
kleines Filmröllchen
2021-11-28
LibAudio: Avoid frequent read() calls in FLAC residual decode
kleines Filmröllchen
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
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
LibGL: Implement `glScissor()`
Jelle Raaijmakers
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-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
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
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
2021-11-27
Minesweeper: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Hearts: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
GameOfLife: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
FlappyBug: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Chess: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Breakout: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
2048: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-27
Terminal: Modernize terminal settings as a standalone application
kleines Filmröllchen
2021-11-27
LibGUI: Add a cancel button callback to settings window tabs
kleines Filmröllchen
[prev]
[next]