summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()thankyouverycool
2022-10-01LibConfig+ConfigServer: Make remove_key() synchronousthankyouverycool
2022-09-29Calendar: Only accept Calendar notificationsimplicitfield
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-09-24WindowServer: Fallback to safe mode-setting in case of mapping overflowLiav A
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-23WindowServer: Fix mapping the correct framebuffer sizeLiav A
2022-09-22Taskbar: Add a context menu to open clock settings from the clock widgetTimothy Flynn
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-21LibWeb+WebContent: Move Serenity EventLoop and Font plugins into LibWebSam Atkins
2022-09-21Browser+WebContent+LibJS: Support `%c` specifiers in Console.log()Sam Atkins
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-20Calendar: Update month view on first_day_of_week setting changeOlivier De Cannière
2022-09-20Calendar: Add a Calendar settings dialog for the first day of the weekOlivier De Cannière
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-18WindowServer: Add missing includesBen Wiederhake
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-09-12Everywhere: Use my very shiny serenityos.org email :^)networkException
2022-09-11WindowServer: Unveil only subdirectories in /dev directoryLiav A
2022-09-11Userland: Move HID input device nodes to /dev/input/{mouse,keyboard}Liav A
2022-09-08WindowServer: Let Windows handle InputLeft events when blockedthankyouverycool
2022-09-08LibGUI+WindowServer: Notify Windows on input preemptionthankyouverycool
2022-09-08WindowServer: Add unadjusted position members to Menuthankyouverycool
2022-09-08LibWeb+WebContent: Add abstraction layer for generic font familiesAndreas Kling
2022-09-08WindowServer: Set rendered cache dirty on maximization eventthankyouverycool
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-09-08Taskbar: Set TaskbarButton checkablethankyouverycool
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-09-06LibWeb: Remove unused WindowObject.hAndreas Kling
2022-09-06LibWeb: Stop using Bindings::wrap() in a bunch of placesAndreas Kling
2022-09-06LibWeb: Remove Document::interpreter()Andreas Kling
2022-09-06LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClientAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-05WebServer: Make bound socket a clickable hyperlink :^)networkException
2022-08-31WindowServer: Place drag and drop overlay at the cursor positionKarol Kosek
2022-08-31WindowServer: Include window frames when sending drag eventsKarol Kosek
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-31Base+WindowServer+LibGfx: Add new DragCopy CursorKarol Kosek
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-28WindowServer: Remove misbehavior conditions for modalsthankyouverycool