index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-03-05
LibWeb: Port WebGLContextEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port SubmitEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port PromiseRejectionEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port FormDataEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port MessageEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port ErrorEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port CloseEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port MediaQueryListEvent to new String
Kenneth Myhra
2023-03-05
LibWeb: Port PageTransitionEvent to new String
Kenneth Myhra
2023-03-05
LibGfx: Fill in remaining values in built-in sRGB profile
Nico Weber
2023-03-05
Kernel: Move process coredump metadata modification to the prctl syscall
Liav A
2023-03-05
LibCMake: Add folding regions to syntax highlighter
Sam Atkins
2023-03-05
LibCMake: Treat `block`, `endblock` and `return` as control keywords
Sam Atkins
2023-03-05
AK+LibAudio: Remove UFixedBigInt::my_size
Dan Klishch
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-04
AK+LibCrypto: Delete 64x64 wide multiplication workarounds
Dan Klishch
2023-03-04
LibCore: Add support for Solaris in anon_create
nipos
2023-03-04
LibWeb: Add Solaris/SunOS platform string to ResourceLoader
nipos
2023-03-04
LibCore: Don't use execvpe on Solaris
nipos
2023-03-04
LibCore: Refer to type utsname as struct on Solaris
nipos
2023-03-04
LibCore: Use non-const char * for sethostname on Solaris
nipos
2023-03-04
LibCore: Implement socket credentials for Solaris
nipos
2023-03-04
LibCore: Include sys/filio.h for file-related ioctls on Solaris
nipos
2023-03-04
LibCore: Use SIG_TYP instead of sig_t for signals on Solaris
nipos
2023-03-04
LibGfx: Don't reject SOF2 JPEGs that don't use spectral approximation
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Check for element presence in HashMaps before dereferencing
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Don't call `add_ac` if not necessary
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Support End-Of-Bands run
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Link the actual chapter instead of the summary section
Lucas CHOLLET
2023-03-04
LibGfx/JPEG: Replace magic numbers with their specified name
Lucas CHOLLET
2023-03-04
LibWeb/HTML: Add missing SecurityError checks to Location
Linus Groh
2023-03-04
LibWeb/HTML: Replace ThrowCompletionOr with ExceptionOr in Location
Linus Groh
2023-03-04
LibWeb/HTML: Port Location to new String
Linus Groh
2023-03-04
LibWeb/Infra: Port serialize_javascript_value_to_json_string() to String
Linus Groh
2023-03-04
LibWeb/Infra: Port strip_and_collapse_whitespace() to new String
Linus Groh
2023-03-04
LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}
Linus Groh
2023-03-04
LibGfx: Add a function to create an in-memory sRGB profile
Nico Weber
2023-03-04
LibGfx: Introduce ICC::Profile::create
Nico Weber
2023-03-04
LibCMake+LibSyntax: Add a CMake syntax highlighter
Sam Atkins
2023-03-04
LibCMake: Introduce a CMake lexer
Sam Atkins
2023-03-04
LibGUI: Make Button height adapt to the current font size
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() in more places
Andreas Kling
2023-03-04
LibGfx: Remove Font::glyph_height() virtual
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-04
LibGfx: Add Font::pixel_size_rounded_up()
Andreas Kling
2023-03-04
LibGUI: Paint the GroupBox title with left alignment
Andreas Kling
2023-03-03
LibWeb: Make Window.screen a replaceable attribute
Luke Wilde
2023-03-03
LibGUI: Compute syntax-highlighted visual text spans using float rects
Timothy Flynn
2023-03-03
LibWeb: Add some folding regions to HTML syntax highlighter
Sam Atkins
2023-03-03
LibSyntax: Expose folding regions from ProxyHighlighterClient
Sam Atkins
[next]