summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-11-26LibCore: Add Vector<StringView> variant of add_positional_argument()Andreas Kling
2021-11-24SoundPlayer+LibDSP: Move the FFT implementation to LibDSPkleines Filmröllchen
2021-11-24LibCore: Add syscall wrapper for ptsname()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for dup2()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for pipe2()Andreas Kling
2021-11-24LibGUI: Add GUI::Toolbar::try_add_separator()Andreas Kling
2021-11-24LibGUI: Add GUI::Menu::try_add_submenu()Andreas Kling
2021-11-24LibWeb: Use a string instead of an internal Parser class in SupportsSam Atkins
2021-11-24LibWeb: Add <general-enclosed> support to Media QueriesSam Atkins
2021-11-24LibWeb: Use MatchResults for MediaQuery evaluationSam Atkins
2021-11-24LibWeb: Use new GeneralEnclosed class in SupportsSam Atkins
2021-11-24LibWeb: Parse CSS `<general-enclosed>`Sam Atkins
2021-11-24LibWeb: Implement independent GeneralEnclosed classSam Atkins
2021-11-24LibWeb: Make StyleRule to_string() methods output valid CSSSam Atkins
2021-11-24LibWeb: Implement StyleComponentValueRule::to_string()Sam Atkins
2021-11-24LibWeb: Implement CSS::Token::to_string()Sam Atkins
2021-11-24Kernel+UE+LibC: Remove unused dbgputch syscallBen Wiederhake
2021-11-24LibPthread: Initialize conditions with realtime clockJelle Raaijmakers
2021-11-24LibC: Remove commented out code from `futex()`Jelle Raaijmakers
2021-11-24LibJS: Make section URLs more consistentLinus Groh
2021-11-24LibJS: Simplify TemporalRelativeToStringLinus Groh
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.since()Linus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.until()Linus Groh
2021-11-24LibJS: Implement balance_duration_relative()Luke Wilde
2021-11-24LibJS: Implement add_duration()Luke Wilde
2021-11-24LibJS: Implement default_temporal_largest_unit()Luke Wilde
2021-11-24LibJS: Implement difference_zoned_date_time()Luke Wilde
2021-11-24LibJS: Add sign(Crypto::SignedBigInteger const&) overloadLinus Groh
2021-11-24LibJS: Fix incorrectly formatted section commentsLinus Groh
2021-11-24LibArchive: Limit all Tar header fields to their buffer lengthTim Schumacher
2021-11-24LibJS: Re-implement SetNumberFormatDigitOptions AOTimothy Flynn
2021-11-24LibJS: Update spec comments in GetOption and DefaultNumberOption AOsTimothy Flynn
2021-11-24LibGUI: Make FilteringProxyModel factory function return ErrorOrAndreas Kling
2021-11-24LibGUI: Add GUI::Menu::try_add_action() and try_add_separator()Andreas Kling
2021-11-24LibGUI: Add GUI::Toolbar::try_add_action()Andreas Kling
2021-11-24LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)Andreas Kling
2021-11-24LibGUI: Add GUI::Window::try_set_main_widget<T>(...)Andreas Kling
2021-11-24LibGUI: Add GUI::Window::try_add_menu()Andreas Kling
2021-11-24LibGUI: Add GUI::Widget::try_set_layout<T>(...)Andreas Kling
2021-11-24LibGUI: Add GUI::Menubar::try_add_menu()Andreas Kling
2021-11-24LibCore: Add Core::Object::try_add<T>(...)Andreas Kling
2021-11-24LibGUI: Reverse FilteringProxyModel update propagation flowVyacheslav Pukhanov
2021-11-24LibGfx: Correct BitmapFont row indexing when un/masking fontsthankyouverycool
2021-11-24LibJS: Don't accept UTC designators in strings for plain Temporal typesLinus Groh
2021-11-24LibJS: Fix parse ErrorType used in parse_temporal_date_string()Linus Groh
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24LibCore: Add kill() syscall wrapperAndreas Kling
2021-11-23LibCore: Allow moving, but not copying, DirIteratorTimothy Flynn
2021-11-23LibJS: Update to_largest_temporal_unit() to allow undefined fallbackLinus Groh