summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-12-16LibWeb: Fix bug in BFC that independent FC assigned to wrong variableAliaksandr Kalenik
2022-12-16LibPDF: Follow a FontFile's Length valuesRodrigo Tobar
2022-12-16LibPDF: Simplify outline constructionRodrigo Tobar
2022-12-16LibPDF: Ignore seac PS1 commands for nowRodrigo Tobar
2022-12-16DynamicLoader: Annotate all loaded library ranges as immutableLiav A
2022-12-16Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscallLiav A
2022-12-15LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tabBaitinq
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-15LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`Lucas CHOLLET
2022-12-15LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`Federico Guerinoni
2022-12-15LibCore: Use the user's root session ID for standard runtime pathTimothy Flynn
2022-12-15LibMarkdown: Prevent a crash when rendering code blocks to consoleArda Cinar
2022-12-15LibMarkdown: Handle error while rendering JS to HTMLArda Cinar
2022-12-15LibJS: Update spec comments for replacing digits in Intl.NumberFormatTimothy Flynn
2022-12-15LibJS: Fix a typo in an Intl.DateTimeFormat spec commentTimothy Flynn
2022-12-15LibCore: Use `System::getaddrinfo()` in `Socket::resolve_host`Lucas CHOLLET
2022-12-15LibCore: Add a wrapper for `getaddrinfo()`Lucas CHOLLET
2022-12-15LibCore: Use AllocatingMemoryStream for SOCKSProxyClientTim Schumacher
2022-12-15LibCore: Add an automatically allocating MemoryStreamTim Schumacher
2022-12-15LibCore: Move the MemoryStream implementation into a separate fileTim Schumacher
2022-12-15LibCore: Rename `MemoryStream` to `FixedMemoryStream`Tim Schumacher
2022-12-15LibJS: Convert standalone construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloadsLinus Groh
2022-12-15LibJS: Ensure Optional<Completion>'s defaults to empty completionLinus Groh
2022-12-15LibWeb: Implement input range type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input local date and time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input week type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input month type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input date type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input email type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input color type sanitation algorithmKyle Lanmon
2022-12-15LibJS: Throw a RangeError when when formatting strings in DurationFormatTimothy Flynn
2022-12-15LibJS: Access DurationRecord properties in alphabetical orderTimothy Flynn
2022-12-15LibJS: Move IsValidDurationRecord check to ToDurationRecordTimothy Flynn
2022-12-15LibJS: Remove infallibility markers from some Intl.DurationFormat AOsTimothy Flynn
2022-12-15LibWeb: Implement more values of flexbox align-contentMax Stevens
2022-12-15LibIPC: Only run responsiveness timer when there is an event loopkleines Filmröllchen
2022-12-15LibIPC: Add deferred invoker getterkleines Filmröllchen
2022-12-15LibAudio: Allow resampling into existing bufferkleines Filmröllchen
2022-12-15LibAudio: Expose blocking realtime enqueue to audio clientskleines Filmröllchen
2022-12-15LibAudio: Make resampling falliblekleines Filmröllchen
2022-12-15LibGUI: Add dots below TabWidget close button when modifiedmeiskam
2022-12-15LibGUI: Add `modified` bool to TabWidgetmeiskam
2022-12-14LibFileSystemAccessClient: Add `save_file()`Lucas CHOLLET
2022-12-14LibCore: Add fd overload of `File::is_directory` and `File::is_device`Lucas CHOLLET