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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
2021-11-29
LibJS: Add AsyncIteratorPrototype
davidot
2021-11-29
LibIPC: Mark m_sockfd as maybe_unused on non Serenity platforms
davidot
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
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
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
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
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
LibGUI: Make GUI::TabWidget tab creation APIs take String
Andreas Kling
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-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
LibGUI: Add a cancel button callback to settings window tabs
kleines Filmröllchen
2021-11-27
LibCore: Add syscall wrapper for gethostname()
Kenneth Myhra
2021-11-27
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
Idan Horowitz
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
LibCore: Add Vector<StringView> variant of add_positional_argument()
Andreas Kling
2021-11-24
SoundPlayer+LibDSP: Move the FFT implementation to LibDSP
kleines Filmröllchen
2021-11-24
LibCore: Add syscall wrapper for ptsname()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for dup2()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for pipe2()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_separator()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menu::try_add_submenu()
Andreas Kling
2021-11-24
LibWeb: Use a string instead of an internal Parser class in Supports
Sam Atkins
2021-11-24
LibWeb: Add <general-enclosed> support to Media Queries
Sam Atkins
2021-11-24
LibWeb: Use MatchResults for MediaQuery evaluation
Sam Atkins
2021-11-24
LibWeb: Use new GeneralEnclosed class in Supports
Sam Atkins
2021-11-24
LibWeb: Parse CSS `<general-enclosed>`
Sam Atkins
2021-11-24
LibWeb: Implement independent GeneralEnclosed class
Sam Atkins
2021-11-24
LibWeb: Make StyleRule to_string() methods output valid CSS
Sam Atkins
2021-11-24
LibWeb: Implement StyleComponentValueRule::to_string()
Sam Atkins
[next]