summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-12-08LibJS+LibUnicode: Supply field type in CalendarPattern's for-each methodTimothy Flynn
2021-12-08 LibJS: Mark Function object's private environment during GCAndreas Kling
2021-12-08LibJS: Mark entire private environment chains during GCAndreas Kling
2021-12-08LibJS: Make sure private environments are marked during GCAndreas Kling
2021-12-08LibJS: Only allocate space for Object private elements if neededAndreas Kling
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-06LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtrAndreas Kling
2021-12-06LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtrAndreas Kling
2021-12-06LibWeb: Make CSSImportRule::m_document a WeakPtrAndreas Kling
2021-12-06LibJS: Add tests for calendar fields of DateTimeFormat's resolvedOptionsTimothy Flynn
2021-12-06LibJS: Always respect user-provided format field lengthsTimothy Flynn
2021-12-06LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailableTimothy Flynn
2021-12-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-05Kernel+strace: Remove unnecessary indirection for PEEKBen Wiederhake
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibVT: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-05LibELF: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibDSP: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibCpp: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibC: Add a couple of missing errno codesIdan Horowitz
2021-12-05LibC: Stub out the rest of the getnameinfo flagsIdan Horowitz
2021-12-05Kernel: Add the SIOCATMARK ioctl request macroIdan Horowitz
2021-12-04LibCore: Add syscall wrapper for chmod()Kenneth Myhra
2021-12-04LibSQL: Gracefully react to unimplemented valid SQLJan de Visser
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-12-04LibWeb: Fix DOMImplementation changing content type of wrong documentAndreas Kling
2021-12-04LibCore: Add lstat() syscall wrapperAndreas Kling
2021-12-03LibCpp: Add "ignore invalid statements" option to PreprocessorItamar
2021-12-02LibGUI: Make FilteringProxyModel reference-count its parent modelMartin Blicha
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-12-01LibUnicode: Do not generate data for "generic" calendarsTimothy Flynn
2021-12-01LibUnicode: Fix copy-paste error in calendar_pattern_style_to_stringTimothy Flynn
2021-12-01LibJS: Change all [[RelevantExtensionKeys]] to return constexpr arraysTimothy Flynn
2021-12-01LibGL: Add `GL::present_context()`Jelle Raaijmakers
2021-12-01LibGL: Remove `TextureUnit::unbind_texture()`Jelle Raaijmakers
2021-12-01LibGL: Implement texture unit texturing statesJelle Raaijmakers
2021-11-30LibCpp: Update list of well-known C++ types to match current AKAndreas Kling
2021-11-30LibCpp: Use StringView for the known keywords arrayAndreas Kling
2021-11-30LibCore: Use LibCore syscall wrappers in get_password()Andreas Kling
2021-11-30LibCore: Add syscall wrappers for tcgetattr() and tcsetattr()Andreas Kling
2021-11-30LibCore: Add ioctl() syscall wrapperAndreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-30LibIPC: Mark ClientConnection::die() as an overrideAndreas Kling
2021-12-01LibGUI: Allow double clicking on tabwidgetsErik Biederstadt
2021-11-30LibJS/Tests: Fix typo in a test descriptionLinus Groh