summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-03-05LibWeb: Port PromiseRejectionEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port FormDataEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port MessageEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port ErrorEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port CloseEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port MediaQueryListEvent to new StringKenneth Myhra
2023-03-05LibWeb: Port PageTransitionEvent to new StringKenneth Myhra
2023-03-05LibGfx: Fill in remaining values in built-in sRGB profileNico Weber
2023-03-05Kernel: Move process coredump metadata modification to the prctl syscallLiav A
2023-03-05LibCMake: Add folding regions to syntax highlighterSam Atkins
2023-03-05LibCMake: Treat `block`, `endblock` and `return` as control keywordsSam Atkins
2023-03-05AK+LibAudio: Remove UFixedBigInt::my_sizeDan Klishch
2023-03-05Kernel+Userland: Add support for using the PCSpeaker with various tonesLiav A
2023-03-04AK+LibCrypto: Delete 64x64 wide multiplication workaroundsDan Klishch
2023-03-04LibCore: Add support for Solaris in anon_createnipos
2023-03-04LibWeb: Add Solaris/SunOS platform string to ResourceLoadernipos
2023-03-04LibCore: Don't use execvpe on Solarisnipos