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-11
SoundPlayer: Show the context menu right under the cursor
Karol Kosek
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-11
Utilities+Tests: Convert test_efault to be LibTest based
Andrew Kaster
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-11
TextEditor: Show an error message when opening a file failed
Timothy
2021-07-11
TextEditor: Open files with ReadOnly when we're just reading them
Gunnar Beutner
2021-07-11
TextEditor: Avoid calling realpath()
Gunnar Beutner
2021-07-11
Pong: Only paint areas that needs to be updated
Karol Kosek
2021-07-11
TextEditor: Show an error dialog when failing to open/save a file
Adam Hodgen
2021-07-11
FileSystemAccessServer: Return user_picked_value even on error
Adam Hodgen
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
[next]