summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-03-06WebContent: Add missing LibGfx includeMatthew Olsson
2023-03-05LibWeb+WebContent+WebDriver: Port WebDriver parameters to StringTimothy Flynn
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-26WebServer: Remove a call to String::from_deprecated_stringNico Weber
2023-02-26LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()MacDue
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-02-21LibWeb+LibJS: Format Console arguments with JS::PrintAndrew Kaster
2023-02-21WebContent: Fix const-correctness issuesAndreas Kling
2023-02-21WindowServer: Fix various const-correctness issuesAndreas Kling
2023-02-19WebDriver: Add computedlabel endpointJonah
2023-02-19Kernel+Userland: Add constants subdirectory at /sys/kernel directoryLiav A
2023-02-19SystemServer: Re-mount / as non-writable, nosuid and nodevLiav A
2023-02-19WindowServer: Fix drawing wallpaper on additional screensTom
2023-02-19WindowServer: Fix caching stretched wallpaper for multiple screensTom
2023-02-18SpiceAgent: Rename `ClipboardType::JPG` to `ClipboardType::JPEG`Lucas CHOLLET
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-02-17WindowServer: Redraw Taskbar on window highlight during switchingJohn Bundgaard
2023-02-17WindowServer: Show window switcher even if fullscreen window is activeJohn Bundgaard
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>Karol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-11WindowServer: Restore cursor animationKarol Kosek
2023-02-10LibJS+Userland: Port the JS Console object and direct callers to StringTimothy Flynn
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08AudioServer: Use `AK::Stream` to serialize mixed samplesTim Schumacher
2023-02-08TelnetServer: Use `AK::Stream` to serialize commandsTim Schumacher
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-05Revert "SQLServer: Unveil /etc/passwd"MacDue
2023-02-05Revert "ConfigServer: Unveil "/etc/passwd""MacDue
2023-02-05SystemServer: Revert back to inheriting environments againMacDue
2023-02-04Kernel+SystemServer+Base: Introduce the RAMFS filesystemLiav A
2023-02-03LibSQL+SQLServer: Send result column names over IPC to SQL clientsTimothy Flynn
2023-02-03SystemServer: Propagate errors properly in the main codeLiav A
2023-02-02WebContent: Remove pending file requests before invoking their callbacksTimothy Flynn