summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2023-03-04LibCore: Refer to type utsname as struct on Solarisnipos
2023-03-04LibCore: Use non-const char * for sethostname on Solarisnipos
2023-03-04LibCore: Implement socket credentials for Solarisnipos
2023-03-04LibCore: Include sys/filio.h for file-related ioctls on Solarisnipos
2023-03-04LibCore: Use SIG_TYP instead of sig_t for signals on Solarisnipos
2023-03-04LibGfx: Don't reject SOF2 JPEGs that don't use spectral approximationLucas CHOLLET
2023-03-04LibGfx/JPEG: Check for element presence in HashMaps before dereferencingLucas CHOLLET
2023-03-04LibGfx/JPEG: Don't call `add_ac` if not necessaryLucas CHOLLET
2023-03-04LibGfx/JPEG: Support End-Of-Bands runLucas CHOLLET
2023-03-04LibGfx/JPEG: Link the actual chapter instead of the summary sectionLucas CHOLLET
2023-03-04LibGfx/JPEG: Replace magic numbers with their specified nameLucas CHOLLET
2023-03-04LibWeb/HTML: Add missing SecurityError checks to LocationLinus Groh
2023-03-04LibWeb/HTML: Replace ThrowCompletionOr with ExceptionOr in LocationLinus Groh
2023-03-04LibWeb/HTML: Port Location to new StringLinus Groh
2023-03-04LibWeb/Infra: Port serialize_javascript_value_to_json_string() to StringLinus Groh
2023-03-04LibWeb/Infra: Port strip_and_collapse_whitespace() to new StringLinus Groh
2023-03-04LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}Linus Groh
2023-03-04LibGfx: Add a function to create an in-memory sRGB profileNico Weber
2023-03-04LibGfx: Introduce ICC::Profile::createNico Weber
2023-03-04LibCMake+LibSyntax: Add a CMake syntax highlighterSam Atkins
2023-03-04LibCMake: Introduce a CMake lexerSam Atkins
2023-03-04LibGUI: Make Button height adapt to the current font sizeAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() in more placesAndreas Kling
2023-03-04LibGfx: Remove Font::glyph_height() virtualAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-04LibGfx: Add Font::pixel_size_rounded_up()Andreas Kling
2023-03-04LibGUI: Paint the GroupBox title with left alignmentAndreas Kling
2023-03-03LibWeb: Make Window.screen a replaceable attributeLuke Wilde
2023-03-03LibGUI: Compute syntax-highlighted visual text spans using float rectsTimothy Flynn
2023-03-03LibWeb: Add some folding regions to HTML syntax highlighterSam Atkins
2023-03-03LibSyntax: Expose folding regions from ProxyHighlighterClientSam Atkins