summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-10FlappyBug: Only paint areas which need to be paintedTimothy Flynn
2021-07-10LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style castsItamar
2021-07-10LibCpp: Make the fields of AST node types privateItamar
2021-07-10LibVideo/VP9: Implement MV reading & rectify MV storage issuesFalseHonesty
2021-07-10LibVideo/VP9: Finish implementing block decoding (6.4.4)FalseHonesty
2021-07-10LibVideo/VP9: Implement parsing Token and MoreCoefs treesFalseHonesty
2021-07-10LibVideo/VP9: Implement token parsing (6.4.24-6.4.26)FalseHonesty
2021-07-10LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4FalseHonesty
2021-07-10LibVideo/VP9: Begin reference frame update process (8.10)FalseHonesty
2021-07-10LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder classFalseHonesty
2021-07-10LibVideo/VP9: Start parsing residuals (6.4.21-6.4.23)FalseHonesty
2021-07-10LibVideo/VP9: Refactor how above & left contexts are stored & clearedFalseHonesty
2021-07-10LibVideo/VP9: Specify which spec section defines certain behaviorsFalseHonesty
2021-07-10LibVideo/VP9: Clean up formatting & use range-based for loopsFalseHonesty
2021-07-10LibVideo/VP9: Implement simple FIXMEs that use now supported dataFalseHonesty
2021-07-10LibVideo/VP9: Implement more TreeParser probability calculationsFalseHonesty
2021-07-10LibVideo/VP9: Implement syntax element counting for supported elementsFalseHonesty
2021-07-10WindowServer: Flush display buffer when flashingTom
2021-07-10PixelPaint: Check modifier on mousemove in LineToolMarcus Nilsson
2021-07-10SpaceAnalyzer: Show folder total sizeKarol Kosek
2021-07-10LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString()Linus Groh
2021-07-10LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1Linus Groh
2021-07-10LibJS: Make Date.now() return a floor()'d milliseconds valueLinus Groh
2021-07-10expr: Make Match expressions comply with POSIXAli Mohammad Pur
2021-07-10LibRegex: Use the parser state capture group count in BREAli Mohammad Pur
2021-07-10LibRegex: Correctly parse BRE bracket expressionsAli Mohammad Pur
2021-07-10chres: Make screen an optional parameterNico Weber
2021-07-10chres: Unbreak scale factor setting after aa15bf81e48637Nico Weber
2021-07-10Utilities: Use alpha channel instead of opacity in shotAziz Berkay Yesilyurt
2021-07-10LibGUI: Only repaint the affected indices on AbstractView item hoverAndreas Kling
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-07-10LibGUI: Add AbstractView::editing_rect() to allow custom editing rectsAndreas Kling
2021-07-10LibJS: Implement RegExp.prototype.hasIndices proposalTimothy Flynn
2021-07-10LibJS: Parse the RegExp.prototype.hasIndices flagTimothy Flynn
2021-07-10LibJS: Remove ECMAScriptFlags value from JS_ENUMERATE_REGEXP_FLAGSTimothy Flynn
2021-07-10LibJS: Implement RegExp.prototype.source according to the specTimothy Flynn
2021-07-10LibJS: Implement RegExp.prototype.<flag name> according to the specTimothy Flynn
2021-07-10LibJS: Add Temporal.Instant.prototype.valueOfIdan Horowitz
2021-07-10LibJS: Add a couple of missing specification links to Temporal.InstantIdan Horowitz
2021-07-10FontEditor: Tweak offensive padding :^)Andreas Kling
2021-07-10Terminal: Put debug spam in unimplemented_control_code() behind a flagAndreas Kling
2021-07-10TextEditor: Remove unused includesTimothy
2021-07-10LibGUI: Convert TextEditor to east-const styleTimothy
2021-07-10TextEditor: Convert to east-const styleTimothy
2021-07-10TextEditor+LibGUI: Use unveil and FileSystemAccessServerTimothy
2021-07-10FileSystemAccessServer: Add service for accessing veiled files nicelyTimothy
2021-07-10Taskbar: Scale window icon bitmap if it's not 16x16LuK1337
2021-07-10grep: Use Basic POSIX regexps by default and make -E not the defaultAli Mohammad Pur
2021-07-10expr: Use Basic Posix regular expressionsAli Mohammad Pur
2021-07-10LibRegex: Add support for non-extended regular expressions in regcomp()Ali Mohammad Pur