summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-24LibGUI: Ensure ruler grows properly when using proportional fontsthankyouverycool
2022-02-24UserspaceEmulator: Fix syntax of generated profilesBrian Gianforcaro
2022-02-24ClipboardHistory: Add Time columnNícolas F. R. A. Prado
2022-02-24LibWeb: Actually query the orientationSam Atkins
2022-02-24LibWeb: Implement `@media(overflow-inline)`Sam Atkins
2022-02-24LibWeb: Implement `<resolution>` as a media feature typeSam Atkins
2022-02-24LibWeb: Parse Angle/Frequency/Resolution/Time typesSam Atkins
2022-02-24LibWeb: Move length-unit-from-string code into LengthSam Atkins
2022-02-24LibWeb: Implement CSS Time classSam Atkins
2022-02-24LibWeb: Implement CSS Resolution classSam Atkins
2022-02-24LibWeb: Implement CSS Frequency classSam Atkins
2022-02-24LibWeb: Implement CSS Angle classSam Atkins
2022-02-24LibWeb: Account for `Calculated` in Length methodsSam Atkins
2022-02-24LibWeb: Alphabetize LibWeb CMakeLists.txtSam Atkins
2022-02-23Shell: Use an opaque color for SyntaxErrorkperdlich
2022-02-23LibGUI/EmojiInputDialog: Skip multi code point emojis for nowLinus Groh
2022-02-23LibGUI/EmojiInputDialog: Automatically calculate the dialog sizeLinus Groh
2022-02-23LibGfx: Add basic variation selector and regional indicator support :^)Linus Groh
2022-02-23LibGfx+LibGUI: Support multi code point emojis in text painting :^)Linus Groh
2022-02-23LibGfx: Add Emoji::emoji_for_code_point_iterator(Utf8CodePointIterator&)Linus Groh
2022-02-23LibGfx: Add Emoji::emoji_for_code_points(Span<u32> const&)Linus Groh
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
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