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
Age
Commit message (
Expand
)
Author
2021-07-10
FlappyBug: Only paint areas which need to be painted
Timothy Flynn
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
WindowServer: Flush display buffer when flashing
Tom
2021-07-10
PixelPaint: Check modifier on mousemove in LineTool
Marcus Nilsson
2021-07-10
SpaceAnalyzer: Show folder total size
Karol Kosek
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
expr: Make Match expressions comply with POSIX
Ali Mohammad Pur
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
chres: Make screen an optional parameter
Nico Weber
2021-07-10
chres: Unbreak scale factor setting after aa15bf81e48637
Nico Weber
2021-07-10
Utilities: Use alpha channel instead of opacity in shot
Aziz Berkay Yesilyurt
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
FontEditor: Tweak offensive padding :^)
Andreas Kling
2021-07-10
Terminal: Put debug spam in unimplemented_control_code() behind a flag
Andreas Kling
2021-07-10
TextEditor: Remove unused includes
Timothy
2021-07-10
LibGUI: Convert TextEditor to east-const style
Timothy
2021-07-10
TextEditor: Convert to east-const style
Timothy
2021-07-10
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Timothy
2021-07-10
FileSystemAccessServer: Add service for accessing veiled files nicely
Timothy
2021-07-10
Taskbar: Scale window icon bitmap if it's not 16x16
LuK1337
2021-07-10
grep: Use Basic POSIX regexps by default and make -E not the default
Ali Mohammad Pur
2021-07-10
expr: Use Basic Posix regular expressions
Ali Mohammad Pur
2021-07-10
LibRegex: Add support for non-extended regular expressions in regcomp()
Ali Mohammad Pur
[next]