summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
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
2022-08-28WindowServer: Continue processing ongoing resizes after tilingthankyouverycool
2022-08-27LibJS: Remove GlobalObject::{set_,}associated_realm()Linus Groh
2022-08-26FileSystemAccessServer: Set dummy child to WindowMode::Passivethankyouverycool
2022-08-26WindowServer: Always restore modal chain when clicking a windowthankyouverycool
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-26WindowServer: Ignore modal blocking if capturing inputthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-08-25WindowServer: Default to Desktop when picking a new active windowthankyouverycool
2022-08-25WindowServer: Invalidate new and previous active input window framesthankyouverycool
2022-08-25WindowServer: Restore modal chains from the Taskbar and Switcherthankyouverycool
2022-08-25WindowServer: Use nearest modeless window for modal Taskbar rectsthankyouverycool
2022-08-25WindowServer: Don't move child windows in unison with their parentsthankyouverycool
2022-08-25WindowServer: Don't let modals minimize themselvesthankyouverycool
2022-08-25WindowServer: Replace modal stacks with modal chainsthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25WindowServer: Add modeless_ancestor() helperthankyouverycool
2022-08-25WindowServer: Remove m_unmaximized_rect from Windowthankyouverycool
2022-08-25LibGfx+WindowServer: Remove set_size_around() from Rect and Windowthankyouverycool
2022-08-25WindowServer: Remove nudge_into_desktop() from Windowthankyouverycool
2022-08-25WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManagerthankyouverycool
2022-08-25WindowServer: Get taskbar height from TaskbarWindow directlythankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-24WindowServer+DisplaySettings: Capitalize display mode dropdownJames Bellamy
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-23LibJS: Remove {Bytecode::,}Interpreter::global_object()Linus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Pass Realm to define_native_{accessor,function}()Linus Groh
2022-08-23LibJS: Pass Realm to GlobalObject::initialize_global_object()Linus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh