summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2023-01-16WebDriver: Add computedrole endpointJonah
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-14RequestServer: Do not crash on Gemini responsesArda Cinar
2023-01-13LibDNS: Use `AllocatingMemoryStream` in DNS package constructionTim Schumacher
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12LibWeb: Fix ignored .to_string() errors in Web::dump_sheet()MacDue
2023-01-12WebContent: Add IPC for setting 'device pixels per CSS pixel'Linus Groh
2023-01-12LibWeb: Rename PageHost::m_screen_display_scale to match the getter nameLinus Groh
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-10ImageDecoder: Remove unused LibWeb forwarding headerTimothy Flynn
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-07WindowServer: Do not add existing menu items (by ptr) to m_menusCody Hein
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-07Userland: Silence warnings from ElapsedTimer::elapsed() type changeAndrew Kaster
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06FileSystemAccessServer: Use `Core::Stream`Lucas CHOLLET
2023-01-06WindowServer: Round menu item font sizes up when calculating heightAndreas Kling
2023-01-05LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel unitsSam Atkins
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-03LibDesktop+Taskbar: Add an option to exclude apps from the system menuTimothy Flynn
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03WindowServer: Write new config to disk when system fonts are changedAndreas Kling
2023-01-03WindowServer: Only load /etc/WindowServer.ini once and keep it loadedAndreas Kling
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-30SQLServer: Mark a deferred invocation lambda as mutableTimothy Flynn
2022-12-30SQLServer: Explicitly return empty optionals over IPC upon errorsTimothy Flynn
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-28NotificationServer: Use `Optional` for last rect in `NotificationWindow`Jelle Raaijmakers
2022-12-27Taskbar: Propagate more errors on widget populationthankyouverycool
2022-12-27Taskbar: Load Assistant's AppFile on window creationthankyouverycool
2022-12-26WebServer: Use new String type internally as much as possibleThomas Keppler
2022-12-26WebServer: Use new String type for default option valuesThomas Keppler
2022-12-26WebServer: Require document root and credentials as config init paramsThomas Keppler
2022-12-26WebServer: Rename {real_}root_path to {real_}document_root_pathThomas Keppler
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-26Taskbar: Handle errors when adding/changing quick launch entriesArda Cinar
2022-12-26Taskbar: Add a factory function for TaskbarWindowArda Cinar
2022-12-26Taskbar: Add a factory function for QuickLaunchWidgetArda Cinar
2022-12-25WebDriver: Implement stub for .../element/{element id}/clickBaitinq