summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-23LibGUI+Apps: Let Splitters select which resizee to set fixedthankyouverycool
2022-02-23LibGUI: Adjust grabbable rect between Splitter widgetsthankyouverycool
2022-02-23LibTLS: Add signature verification for DHE and ECDHE key exchangeMichiel Visser
2022-02-23LibCrypto: Add EMSA-PKCS1-V1_5 encoder and verificationMichiel Visser
2022-02-23LibTLS: ECDHE switch from FeatureNotSupported to NotUnderstood errorMichiel Visser
2022-02-23LibTLS: Add OutOfMemory error that will send an InternalError alertMichiel Visser
2022-02-23Libraries/LibCpp: Add parser test for out-of-line function definitionsItamar
2022-02-23LanguageServers/Cpp: Fix "complete_includes" language server testItamar
2022-02-23LibCpp: Allow qualified names in AST Declaration nodesItamar
2022-02-22LibGL: Set correct matrices in `glFrustum` and `glOrtho`Jelle Raaijmakers
2022-02-22LibGL: Improve `glFrustum` precision and error handlingJelle Raaijmakers
2022-02-22LibGL: Clamp color in `glClearColor` to 0..1Jelle Raaijmakers
2022-02-22LibGL: Implement `glClearDepthf` and store as floatJelle Raaijmakers
2022-02-22LibGL: Ignore stack on projection and model view matrix retrievalJelle Raaijmakers
2022-02-22LibSoftGPU: Clean up some conditionals in `Device`Jelle Raaijmakers
2022-02-22LibSoftGPU: Round rasterization position to nearest integerJelle Raaijmakers
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-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-22Shell: Start history counter from 1Ryan Chandler
2022-02-21WindowServer: Mark window frame as invalidated when updating titleTom
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-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