summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-11SoundPlayer: Show the context menu right under the cursorKarol Kosek
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-11DynamicLoader+LibC: Make _start a naked functionHendiadyoin1
2021-07-11LibWeb: Fix syntax for Table testAdam Hodgen
2021-07-11LibWeb: Fix HTMLTable Element attributesAdam Hodgen
2021-07-11LibTTF: Port width calculation changes from BitmapFontLuK1337
2021-07-11LibGfx: Try to get TTF font when query is not in name->font mapLuK1337
2021-07-11TextEditor: Show an error message when opening a file failedTimothy
2021-07-11TextEditor: Open files with ReadOnly when we're just reading themGunnar Beutner
2021-07-11TextEditor: Avoid calling realpath()Gunnar Beutner
2021-07-11Pong: Only paint areas that needs to be updatedKarol Kosek
2021-07-11TextEditor: Show an error dialog when failing to open/save a fileAdam Hodgen
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
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