index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-02-24
LibGUI+LibGfx: Defer to fonts when setting Editor line height
thankyouverycool
2022-02-24
LibGUI: Ensure ruler grows properly when using proportional fonts
thankyouverycool
2022-02-24
UserspaceEmulator: Fix syntax of generated profiles
Brian Gianforcaro
2022-02-24
ClipboardHistory: Add Time column
Nícolas F. R. A. Prado
2022-02-24
LibWeb: Actually query the orientation
Sam Atkins
2022-02-24
LibWeb: Implement `@media(overflow-inline)`
Sam Atkins
2022-02-24
LibWeb: Implement `<resolution>` as a media feature type
Sam Atkins
2022-02-24
LibWeb: Parse Angle/Frequency/Resolution/Time types
Sam Atkins
2022-02-24
LibWeb: Move length-unit-from-string code into Length
Sam Atkins
2022-02-24
LibWeb: Implement CSS Time class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Resolution class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Frequency class
Sam Atkins
2022-02-24
LibWeb: Implement CSS Angle class
Sam Atkins
2022-02-24
LibWeb: Account for `Calculated` in Length methods
Sam Atkins
2022-02-24
LibWeb: Alphabetize LibWeb CMakeLists.txt
Sam Atkins
2022-02-23
Shell: Use an opaque color for SyntaxError
kperdlich
2022-02-23
LibGUI/EmojiInputDialog: Skip multi code point emojis for now
Linus Groh
2022-02-23
LibGUI/EmojiInputDialog: Automatically calculate the dialog size
Linus Groh
2022-02-23
LibGfx: Add basic variation selector and regional indicator support :^)
Linus Groh
2022-02-23
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
Linus Groh
2022-02-23
LibGfx: Add Emoji::emoji_for_code_point_iterator(Utf8CodePointIterator&)
Linus Groh
2022-02-23
LibGfx: Add Emoji::emoji_for_code_points(Span<u32> const&)
Linus Groh
2022-02-23
LibGUI+Apps: Adjust Splitter spacings
thankyouverycool
2022-02-23
LibGUI+Apps: Prevent Splitter children from being unresizable
thankyouverycool
2022-02-23
LibGUI+Apps: Let Splitters select which resizee to set fixed
thankyouverycool
2022-02-23
LibGUI: Adjust grabbable rect between Splitter widgets
thankyouverycool
2022-02-23
LibTLS: Add signature verification for DHE and ECDHE key exchange
Michiel Visser
2022-02-23
LibCrypto: Add EMSA-PKCS1-V1_5 encoder and verification
Michiel Visser
2022-02-23
LibTLS: ECDHE switch from FeatureNotSupported to NotUnderstood error
Michiel Visser
2022-02-23
LibTLS: Add OutOfMemory error that will send an InternalError alert
Michiel Visser
2022-02-23
Libraries/LibCpp: Add parser test for out-of-line function definitions
Itamar
2022-02-23
LanguageServers/Cpp: Fix "complete_includes" language server test
Itamar
2022-02-23
LibCpp: Allow qualified names in AST Declaration nodes
Itamar
2022-02-22
LibGL: Set correct matrices in `glFrustum` and `glOrtho`
Jelle Raaijmakers
2022-02-22
LibGL: Improve `glFrustum` precision and error handling
Jelle Raaijmakers
2022-02-22
LibGL: Clamp color in `glClearColor` to 0..1
Jelle Raaijmakers
2022-02-22
LibGL: Implement `glClearDepthf` and store as float
Jelle Raaijmakers
2022-02-22
LibGL: Ignore stack on projection and model view matrix retrieval
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Clean up some conditionals in `Device`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Round rasterization position to nearest integer
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Apply regular cartesian coordinate system
Jelle Raaijmakers
2022-02-22
LibGL: East-const two methods in `Texture2D`
Jelle Raaijmakers
2022-02-22
LibGL+LibSoftGPU: Use more expressive `is_power_of_two`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Rename `rgba` to `bgra` to reflect actual value
Jelle Raaijmakers
2022-02-22
LibGL: Use `clamp<float>` for depth range
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888
Jelle Raaijmakers
2022-02-22
LibGL: Remove superfluous `AK::dbgln` alias
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove `Device::wait_for_all_threads()`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove unused `AK/Function.h` include
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Use `fabsf` instead of `fabs` for `float`
Jelle Raaijmakers
[next]