Age | Commit message (Expand) | Author |
2022-07-04 | WidgetGallery: Repair GML layout on BasicsTab | FrHun |
2022-07-04 | Base: Add some background-clip + border-radius HTML examples | MacDue |
2022-07-04 | LibWeb: Shrink border radii for background-clip and support with images | MacDue |
2022-07-04 | LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData | MacDue |
2022-07-04 | LibWeb: Make hit testing respect hidden overflow | Igor Pissolati |
2022-07-04 | LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1 | Linus Groh |
2022-07-04 | LibJS: Use u64 for the length parameter in Array::create() | Linus Groh |
2022-07-04 | LibJS: Add spec comments to ArrayCreate | Linus Groh |
2022-07-04 | LibJS: Use a template for 'Value from integral number' constructors | Linus Groh |
2022-07-04 | AK: Add `nodiscard` attribute to Find functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to BitStream functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to BitCast functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to BinarySearch functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to BinaryHeap functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to Base64 functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to AnyOf functions | Lenny Maiorani |
2022-07-04 | AK: Add `nodiscard` attribute to AllOf functions | Lenny Maiorani |
2022-07-04 | Documentation: Add information on MacOS build prerequisites | Daniel K Bueno |
2022-07-04 | Ports: Update serenity-theming to latest commit | djwisdom |
2022-07-04 | Kernel: Negate condition in ARPTableBlockerSet::should_add_blocker | Idan Horowitz |
2022-07-03 | Ports: Update dos2unix to 7.4.3 | Nathan Ell |
2022-07-03 | LibDebug: Make sure current_breakpoint has value before usage | Marcus Nilsson |
2022-07-03 | Everywhere: Fix two inconsistent serenity_lib() output names | Linus Groh |
2022-07-03 | Browser: Fix crash if clicking on non-visible nodes in the inspector | MacDue |
2022-07-03 | LibWeb: Wire up XHR::ontimeout event | Kenneth Myhra |
2022-07-03 | LibWeb: Add timeout_callback to ResourceLoader::load() | Kenneth Myhra |
2022-07-03 | LibWeb: Use a single shot timer instead of an ordinary repetitive timer | Kenneth Myhra |
2022-07-03 | BrowserSettings: Make content filtering on by default | Maciej |
2022-07-03 | BrowserSettings: Make default content filtering flag constexpr | Maciej |
2022-07-03 | LibJS: Avoid potential overflow in Array.prototype.toSpliced() | Linus Groh |
2022-07-03 | Kernel/USB: Move buffer allocation from USB transfer to USB pipe | b14ckcat |
2022-07-03 | LibJS: Add tests for %TypedArray%.prototype.toReversed | Obinna Ikeh |
2022-07-03 | LibJS: Add %TypedArray%.prototype.toReversed | Obinna Ikeh |
2022-07-02 | LookupServer: Try other available DNS nameservers on network errors | Idan Horowitz |
2022-07-02 | CI: Use a custom ccache directory in GitHub CI | Idan Horowitz |
2022-07-02 | LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat | Idan Horowitz |
2022-07-02 | LibJS: Disallow mixed-sign durations in Intl.DurationFormat | Idan Horowitz |
2022-07-02 | unzip: Remove the arbitrary file size limit | Tim Schumacher |
2022-07-02 | Base: Add U+0E4E, U+0E5B glyphs to KaticaRegular10 font | Thitat Auareesuksakul |
2022-07-02 | Base: Add U+0E4E, U+0E4F, U+0E5B glyphs to KaticaBold10 font | Thitat Auareesuksakul |
2022-07-01 | LibGUI: Fix scrollbars not showing after updating content size | MacDue |
2022-07-01 | Ports: Add a port of `genext2fs` | Tim Schumacher |
2022-07-01 | js: Implement pretty-printing of WeakRef objects | Linus Groh |
2022-07-01 | js: Implement pretty-printing of WeakSet objects | Linus Groh |
2022-07-01 | js: Implement pretty-printing of WeakMap objects | Linus Groh |
2022-07-01 | js: Fix pretty-printing of primitive wrapper objects | Linus Groh |
2022-07-01 | js: Prefix global variables with 'g_' | Linus Groh |
2022-07-01 | js: Fix a couple of const correctness issues | Linus Groh |
2022-07-01 | js: Move static_cast responsibility out of the pretty-print functions | Linus Groh |
2022-07-01 | LibJS: Implement Intl.DurationFormat.prototype.formatToParts | Idan Horowitz |