summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10Kernel: Make VirtIO GPU buffer flipping more spec compliantTom
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
2021-07-10LibRegex: Add support for the Basic POSIX regular expressionsAli Mohammad Pur
2021-07-10LibRegex: Make the bytecode transformation functions staticAli Mohammad Pur
2021-07-10LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levelsAndreas Kling
2021-07-10Toolchain: Use correct variable when deleting the QEMU tarballGunnar Beutner
2021-07-10Ports: Build Python with ncurses and termcapLinus Groh
2021-07-10Ports: Build Python with sqliteLinus Groh
2021-07-10Ports: Build Python with bzip2Linus Groh
2021-07-10Ports: Build Python with readlineLinus Groh
2021-07-10Ports: Add a patch for Python's setup.py to consider /usr/localLinus Groh
2021-07-10Ports: Export CC with added --sysroot for building PythonLinus Groh
2021-07-10Userland: Add fopen error handling to lessRalf Donau
2021-07-10LibGUI: Rename "to_gmousebutton" => "to_mouse_button"networkException
2021-07-10AK: Remove unused NO_RETURN macroGunnar Beutner
2021-07-10LibELF: Make sure calls to _fixup_plt_entry use a properly aligned stackGunnar Beutner