summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS: Handle both const and non-const Ts in Handle<T>::create()Matthew Olsson
2023-03-06LibJS: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS: Accept const GCPtrs in Cell::VisitorMatthew Olsson
2023-03-06LibJS: Use a forwarding reference in ThrowCompletion constructorMatthew Olsson
2023-03-06LibJS: Temporarily disambiguate const-ness of GCPtr constructorsMatthew Olsson
2023-03-06WebContent: Add missing LibGfx includeMatthew Olsson
2023-03-06Browser: Add a missing include in InspectorWidgetMatthew Olsson
2023-03-06LibJS+LibWeb: Add a bunch of missing includesMatthew Olsson
2023-03-06LibGfx: Remove unnecessary AK:: prefix in VectorN.hMatthew Olsson
2023-03-06LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.hMatthew Olsson
2023-03-06LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSDnipos
2023-03-06LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin classLinus Groh
2023-03-06LibWeb/HTML: Implement WorkerGlobalScope::cross_origin_isolated()Linus Groh
2023-03-06LibWeb/HTML: Implement WorkerGlobalScope::is_secure_context()Linus Groh
2023-03-06LibWeb/HTML: Implement WorkerGlobalScope::origin()Linus Groh
2023-03-06LibGfx: Skip old-style emoji lookup for fonts that have color bitmapsAndreas Kling
2023-03-06LibGfx/OpenType: Support one specific type of embedded color bitmapsAndreas Kling
2023-03-06LibGfx: Prepare the paint code for fonts whose glyphs are color bitmapsAndreas Kling
2023-03-06LibGfx/OpenType: Add scaffolding for CBDT and CBLC tablesAndreas Kling
2023-03-06LibGfx/OpenType: Make "glyf" and "loca" tables optionalAndreas Kling
2023-03-06LibWeb: Fix currentColor as a background-color (and maybe other places)MacDue
2023-03-05LibWeb+WebContent+WebDriver: Port WebDriver parameters to StringTimothy Flynn
2023-03-05LibWeb: Allow constructing a WebDriver::Error from an OOM AK::ErrorTimothy Flynn
2023-03-05LibIPC: Support transferring String over IPCTimothy Flynn
2023-03-05CharacterMap: Make the search happen as you typeSam Atkins
2023-03-05CharacterMap: Limit the number of results from the GUI character searchSam Atkins
2023-03-05CharacterMap: Pause updates while generating search resultsSam Atkins
2023-03-05LibIDL: Also parse extended attributes after 'optional'Linus Groh
2023-03-05LibWeb/HTML: Propagate errors from Window::initialize_web_interfaces()Linus Groh
2023-03-05PartitionEditor: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05MouseSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05KeyboardSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05ImageViewer: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05GamesSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05FileManager: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05Assistant: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05LibCore: Introduce a new directory iteration APISam Atkins
2023-03-05LibCore: Remove unused Directory::create_iterator() methodSam Atkins
2023-03-05LibCore: Expose Directory file descriptorSam Atkins
2023-03-05LibCore: Ensure that Directory always has a pathSam Atkins
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05LibCore: Expose file type from DirIteratorSam Atkins
2023-03-05LibGUI: Paint emoji using text in the EmojiInputDialogTimothy Flynn
2023-03-05LibGUI: Fix typo in the name of the EmojiCategory structTimothy Flynn
2023-03-05LibGUI: Allow overriding toolbar button tooltipsTimothy Flynn
2023-03-05LibUnicode: Detect ZWJ sequences when filtering by emoji presentationTimothy Flynn
2023-03-05LibWeb: Port ProgressEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port WebGLContextEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port SubmitEvent to new StringKenneth Myhra