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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-02-25
LibWeb: Compute value for `content` property
Sam Atkins
2022-02-25
LibWeb: Match styles for pseudo-elements
Sam Atkins
2022-02-25
LibWeb: Move PseudoElement enum up a level
Sam Atkins
2022-02-25
LibWeb: Extract code for creating a Layout::Node based on display type
Sam Atkins
2022-02-25
LibWeb: Make `display: foo` box constructors take the Element by pointer
Sam Atkins
2022-02-25
LibWeb: Parse the `content` property
Sam Atkins
2022-02-24
LibGUI+WindowServer: Add new `WMEvent` Super+Digit
Jan Grau
2022-02-24
LibGUI: Put TextEditor widgets in "Wrap at Words" mode by default
Andreas Kling
2022-02-24
LibGUI: Prefer to pop-up Tray Button menus from the top right
thankyouverycool
2022-02-24
LibGUI+LibSyntax: Stringify Highlighter::Language
thankyouverycool
2022-02-24
LibGUI+Apps: Convert Statusbar Labels to Segments
thankyouverycool
2022-02-24
LibGfx: Return early when painting FrameShape::NoFrames
thankyouverycool
2022-02-24
LibWeb: Append only one line feed character in Document.writeln
Timothy Flynn
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
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
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
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
[next]