summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-22LibSoftGPU: Apply regular cartesian coordinate systemJelle Raaijmakers
2022-02-22LibGL: East-const two methods in `Texture2D`Jelle Raaijmakers
2022-02-22LibGL+LibSoftGPU: Use more expressive `is_power_of_two`Jelle Raaijmakers
2022-02-22LibSoftGPU: Rename `rgba` to `bgra` to reflect actual valueJelle Raaijmakers
2022-02-22LibGL: Use `clamp<float>` for depth rangeJelle Raaijmakers
2022-02-22LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888Jelle Raaijmakers
2022-02-22LibGL: Remove superfluous `AK::dbgln` aliasJelle Raaijmakers
2022-02-22LibSoftGPU: Remove `Device::wait_for_all_threads()`Jelle Raaijmakers
2022-02-22LibSoftGPU: Remove unused `AK/Function.h` includeJelle Raaijmakers
2022-02-22LibSoftGPU: Use `fabsf` instead of `fabs` for `float`Jelle Raaijmakers
2022-02-22LibGL: Allow all primitives in `glBegin()`Jelle Raaijmakers
2022-02-22Ports: Enable `monkey4` engine for ScummVMJelle Raaijmakers
2022-02-22Ports: Add libmpeg2Jelle Raaijmakers
2022-02-22Ports: Add libmadJelle Raaijmakers
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-23LibJS: Print the expected and received value on expect.toEqual() failureAli Mohammad Pur
2022-02-23Spreadsheet: Make Range.forEach() stop looping when it receives a BreakAli Mohammad Pur
2022-02-22Base: Merge Serifina into Roman font family as italic variantthankyouverycool
2022-02-22Shell: Start history counter from 1Ryan Chandler
2022-02-22Base: Fix Cyrillic in Katicaelectrikmilk
2022-02-22Documentation: Add `sudo apt update` step to build instructionsJT
2022-02-21WindowServer: Mark window frame as invalidated when updating titleTom
2022-02-22Spreadsheet: Fix calling variable that wasn't definedu9g
2022-02-21Kernel: Use TRY() when validating clock_id in TimeManagementBrian Gianforcaro
2022-02-21SystemMonitor: Add missing /boot/Kernel.debug unveilIdan Horowitz
2022-02-21LibWeb: Support CSSStyleDeclaration.cssFloatAndreas Kling
2022-02-21LibWeb: Implement Node.removeChild() in terms of "pre-remove"Andreas Kling
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling
2022-02-21LibWeb: Use correct coordinate space when measuring space between floatsAndreas Kling
2022-02-21LibWeb: Calculate edge of containing block correctly when floating rightAndreas Kling
2022-02-21LibWeb: Don't shift right-floated boxes too much to the leftAndreas Kling
2022-02-21Kernel: Fix allocating identity-mapped APIC memory on x86_64Tom
2022-02-21Kernel: Try to dispatch pending signals on context switchIdan Horowitz
2022-02-21Kernel: VERIFY that signals are not sent to Kernel processesIdan Horowitz
2022-02-21Kernel: Stop sending SIGCHLD to kernel parent processesIdan Horowitz
2022-02-21LibWeb: Fix floating boxes getting stacked on top of each otherAndreas Kling
2022-02-21LibWeb: Compute table cell height after doing its inside layoutAndreas Kling
2022-02-21LibWeb: Rename FormattingState::ensure() -> get_mutable()Andreas Kling
2022-02-21LibWeb: Add hack to avoid crashing on !child_display.is_flow_inside()Andreas Kling
2022-02-21LibWeb: Respect font-size specified by CSS in "em" length calculationsAndreas Kling
2022-02-21LibWeb: Store overflow data in the FormattingStateAndreas Kling
2022-02-21LibWeb: Create list-item markers during layout tree constructionAndreas Kling
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2022-02-21LibWeb: Assign correct viewport dimensions when making style for ICBAndreas Kling
2022-02-21Userland: Ask first for unsaved changes after clicking an "Open" actionKarol Kosek
2022-02-21LibWeb: Add basic support for dynamic markup insertionLorenz Steinert
2022-02-21AK: Suppress clang-tidy warning on TODO()Max Wipfli
2022-02-21Kernel: Implement booting all CPU cores on x86_64Tom
2022-02-21Lagom: Port LibSyntaxFiliph Sandström