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
2022-12-16
LibWeb: Fix bug in BFC that independent FC assigned to wrong variable
Aliaksandr Kalenik
2022-12-16
LibPDF: Follow a FontFile's Length values
Rodrigo Tobar
2022-12-16
LibPDF: Simplify outline construction
Rodrigo Tobar
2022-12-16
LibPDF: Ignore seac PS1 commands for now
Rodrigo Tobar
2022-12-16
DynamicLoader: Annotate all loaded library ranges as immutable
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-15
LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab
Baitinq
2022-12-15
LibThreading+Everywhere: Support returning error from `BackgroundAction`
Lucas CHOLLET
2022-12-15
LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`
Lucas CHOLLET
2022-12-15
LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`
Federico Guerinoni
2022-12-15
LibCore: Use the user's root session ID for standard runtime path
Timothy Flynn
2022-12-15
LibMarkdown: Prevent a crash when rendering code blocks to console
Arda Cinar
2022-12-15
LibMarkdown: Handle error while rendering JS to HTML
Arda Cinar
2022-12-15
LibJS: Update spec comments for replacing digits in Intl.NumberFormat
Timothy Flynn
2022-12-15
LibJS: Fix a typo in an Intl.DateTimeFormat spec comment
Timothy Flynn
2022-12-15
LibCore: Use `System::getaddrinfo()` in `Socket::resolve_host`
Lucas CHOLLET
2022-12-15
LibCore: Add a wrapper for `getaddrinfo()`
Lucas CHOLLET
2022-12-15
LibCore: Use AllocatingMemoryStream for SOCKSProxyClient
Tim Schumacher
2022-12-15
LibCore: Add an automatically allocating MemoryStream
Tim Schumacher
2022-12-15
LibCore: Move the MemoryStream implementation into a separate file
Tim Schumacher
2022-12-15
LibCore: Rename `MemoryStream` to `FixedMemoryStream`
Tim Schumacher
2022-12-15
LibJS: Convert standalone construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
Linus Groh
2022-12-15
LibJS: Ensure Optional<Completion>'s defaults to empty completion
Linus Groh
2022-12-15
LibWeb: Implement input range type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input local date and time type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input time type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input week type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input month type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input date type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input email type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input color type sanitation algorithm
Kyle Lanmon
2022-12-15
LibJS: Throw a RangeError when when formatting strings in DurationFormat
Timothy Flynn
2022-12-15
LibJS: Access DurationRecord properties in alphabetical order
Timothy Flynn
2022-12-15
LibJS: Move IsValidDurationRecord check to ToDurationRecord
Timothy Flynn
2022-12-15
LibJS: Remove infallibility markers from some Intl.DurationFormat AOs
Timothy Flynn
2022-12-15
LibWeb: Implement more values of flexbox align-content
Max Stevens
2022-12-15
LibIPC: Only run responsiveness timer when there is an event loop
kleines Filmröllchen
2022-12-15
LibIPC: Add deferred invoker getter
kleines Filmröllchen
2022-12-15
LibAudio: Allow resampling into existing buffer
kleines Filmröllchen
2022-12-15
LibAudio: Expose blocking realtime enqueue to audio clients
kleines Filmröllchen
2022-12-15
LibAudio: Make resampling fallible
kleines Filmröllchen
2022-12-15
LibGUI: Add dots below TabWidget close button when modified
meiskam
2022-12-15
LibGUI: Add `modified` bool to TabWidget
meiskam
2022-12-14
LibFileSystemAccessClient: Add `save_file()`
Lucas CHOLLET
2022-12-14
LibCore: Add fd overload of `File::is_directory` and `File::is_device`
Lucas CHOLLET
[next]