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
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
2021-07-11
LibWeb: Fix syntax for Table test
Adam Hodgen
2021-07-11
LibWeb: Fix HTMLTable Element attributes
Adam Hodgen
2021-07-11
LibTTF: Port width calculation changes from BitmapFont
LuK1337
2021-07-11
LibGfx: Try to get TTF font when query is not in name->font map
LuK1337
2021-07-10
LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts
Itamar
2021-07-10
LibCpp: Make the fields of AST node types private
Itamar
2021-07-10
LibVideo/VP9: Implement MV reading & rectify MV storage issues
FalseHonesty
2021-07-10
LibVideo/VP9: Finish implementing block decoding (6.4.4)
FalseHonesty
2021-07-10
LibVideo/VP9: Implement parsing Token and MoreCoefs trees
FalseHonesty
2021-07-10
LibVideo/VP9: Implement token parsing (6.4.24-6.4.26)
FalseHonesty
2021-07-10
LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4
FalseHonesty
2021-07-10
LibVideo/VP9: Begin reference frame update process (8.10)
FalseHonesty
2021-07-10
LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder class
FalseHonesty
2021-07-10
LibVideo/VP9: Start parsing residuals (6.4.21-6.4.23)
FalseHonesty
2021-07-10
LibVideo/VP9: Refactor how above & left contexts are stored & cleared
FalseHonesty
2021-07-10
LibVideo/VP9: Specify which spec section defines certain behaviors
FalseHonesty
2021-07-10
LibVideo/VP9: Clean up formatting & use range-based for loops
FalseHonesty
2021-07-10
LibVideo/VP9: Implement simple FIXMEs that use now supported data
FalseHonesty
2021-07-10
LibVideo/VP9: Implement more TreeParser probability calculations
FalseHonesty
2021-07-10
LibVideo/VP9: Implement syntax element counting for supported elements
FalseHonesty
2021-07-10
LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString()
Linus Groh
2021-07-10
LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1
Linus Groh
2021-07-10
LibJS: Make Date.now() return a floor()'d milliseconds value
Linus Groh
2021-07-10
LibRegex: Use the parser state capture group count in BRE
Ali Mohammad Pur
2021-07-10
LibRegex: Correctly parse BRE bracket expressions
Ali Mohammad Pur
2021-07-10
LibGUI: Only repaint the affected indices on AbstractView item hover
Andreas Kling
2021-07-10
LibGUI: Tighten paint invalidation rects in item views :^)
Andreas Kling
2021-07-10
LibGUI: Add AbstractView::editing_rect() to allow custom editing rects
Andreas Kling
2021-07-10
LibJS: Implement RegExp.prototype.hasIndices proposal
Timothy Flynn
2021-07-10
LibJS: Parse the RegExp.prototype.hasIndices flag
Timothy Flynn
2021-07-10
LibJS: Remove ECMAScriptFlags value from JS_ENUMERATE_REGEXP_FLAGS
Timothy Flynn
2021-07-10
LibJS: Implement RegExp.prototype.source according to the spec
Timothy Flynn
2021-07-10
LibJS: Implement RegExp.prototype.<flag name> according to the spec
Timothy Flynn
2021-07-10
LibJS: Add Temporal.Instant.prototype.valueOf
Idan Horowitz
2021-07-10
LibJS: Add a couple of missing specification links to Temporal.Instant
Idan Horowitz
2021-07-10
Terminal: Put debug spam in unimplemented_control_code() behind a flag
Andreas Kling
2021-07-10
LibGUI: Convert TextEditor to east-const style
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-07-10
LibRegex: Add support for non-extended regular expressions in regcomp()
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for the Basic POSIX regular expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Make the bytecode transformation functions static
Ali Mohammad Pur
2021-07-10
LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levels
Andreas Kling
2021-07-10
LibGUI: Rename "to_gmousebutton" => "to_mouse_button"
networkException
2021-07-10
LibELF: Make sure calls to _fixup_plt_entry use a properly aligned stack
Gunnar Beutner
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-07-10
LibGUI: Only repaint grabbable part of Splitter when hovered/unhovered
Andreas Kling
2021-07-10
LibVT: Reset scrollbar after switching to/from the alternate buffer
Daniel Bertalan
2021-07-09
LibGUI: Remove left margin on MessageBox text when icon is unset
LuK1337
2021-07-09
LibJS: Add %TypedArray%.prototype.toLocaleString
Idan Horowitz
[next]