summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-12Base: Add CJK Symbols and Punctuation to font Katica Regular 10Lady Gegga
2022-01-12Base: Add Chakma characters to font Katica Regular 10Lady Gegga
2022-01-12Base: Add Playing Cards to font Katica Regular 10Lady Gegga
2022-01-12Base: Adjust 03CB in font Katica Regular 10Lady Gegga
2022-01-12LibGUI: Add existing children widgets when layout manager changedMatt Jacobson
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-12Base+PixelPaint: Add more menu iconselectrikmilk
2022-01-12Base+WindowServer: Add icon to window menu move actionelectrikmilk
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2022-01-12LibUnicode: Perform number system lookups by enumeration valueTimothy Flynn
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-12Kernel: Wait for the ATA busy bit to clear after switching channelsAndreas Kling
2022-01-12Kernel: Clarify IDEChannel function that switches current channelAndreas Kling
2022-01-12Base: Disable TestLibCoreStream in run-tests for nowAndreas Kling
2022-01-12LibGfx+LibGL: Allow singular matrices to be invertedJelle Raaijmakers
2022-01-12Ports: Add missing GLtron port dependenciesJelle Raaijmakers
2022-01-12Ports: Correct EOL in GLtron patchJelle Raaijmakers
2022-01-12Repository: Protect port patches from CRLF/LF normalizationJelle Raaijmakers
2022-01-11LibJS: Use new LibUnicode API to format time zone namesTimothy Flynn
2022-01-11LibUnicode: Parse and generate long and short generic time zone namesTimothy Flynn
2022-01-11LibUnicode: Fall back to GMT offset when a time zone name is unavailableTimothy Flynn
2022-01-11LibUnicode: Implement TR-35's localized GMT offset formattingTimothy Flynn
2022-01-11LibUnicode: Add an API to retrieve a locale's default numbering systemTimothy Flynn
2022-01-11LibJS+LibUnicode: Move replacement of number system digits to LibUnicodeTimothy Flynn
2022-01-11LibTimeZone: Use new AK::Time factory method in generated codeTimothy Flynn
2022-01-11AK: Add AK::Time factory method to construct from individual time fieldsTimothy Flynn
2022-01-11AK: Redeclare a few AK::Time helpers as constexprTimothy Flynn
2022-01-11Ports: Add GLTronJelle Raaijmakers
2022-01-11LibGL: Set `q` parameter for `glTexCoord` to 1 by defaultJelle Raaijmakers
2022-01-11LibGL: Implement `glTexCoord2i`Jelle Raaijmakers
2022-01-11LibSoftGPU: Only render complete primitivesJelle Raaijmakers
2022-01-11LibGL: Remove duplicate `private:` from SoftwareGLContext.hJelle Raaijmakers
2022-01-11LibGfx+LibGL: Do not crash if matrix inverse does not existJelle Raaijmakers
2022-01-11LibGL: Stub `glPointSize`Jelle Raaijmakers
2022-01-11LibGL: Implement `glLightModeli`Jelle Raaijmakers
2022-01-11LibGL: Implement `glTexEnvi`Jelle Raaijmakers
2022-01-11LibGL: Implement `glRotated`Jelle Raaijmakers
2022-01-11LibGL: Implement `glColor3d` and `glColor3ubv`Jelle Raaijmakers
2022-01-11CI: Require a blank line between commit titles and bodiesIdan Horowitz
2022-01-11CI: Bump prettier to latest version (2.5.1)Linus Groh
2022-01-11LibJS: Actually implement get_iana_time_zone_offset_nanoseconds()Linus Groh
2022-01-11LibJS: Support non-UTC time zones in Temporal :^)Linus Groh
2022-01-11LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATALinus Groh
2022-01-11LibJS: Check if input was exhausted after parsing UTC offset fractionLinus Groh
2022-01-11LibJS/Tests: Add Temporal.TimeZone() tests for numeric UTC offsetLinus Groh
2022-01-11Applets/Audio: Propagate errors by extracting out GUI initializationcreator1creeper1
2022-01-11Applets/ResourceGraph: Propagate errors in create_appletcreator1creeper1
2022-01-11LibCore+flock: Make Core::System::waitpid more ergonomicJunior Rantila
2022-01-11LibGUI: Don't paint text cursor if TextEditor is disabledMarcus Nilsson
2022-01-11LibGUI: Change gradient colors when ValueSlider is disabledMarcus Nilsson