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-09-17
LibWeb: Make Document.createElement() lowercase HTML local names
Andreas Kling
2022-09-17
LibJS: Parse date strings like "9/17/2022"
davidot
2022-09-17
LibGL: Prevent segfault due to texture destruction
Jelle Raaijmakers
2022-09-17
LibPDF: Support parsing page tree nodes that are in object streams
Julian Offenhäuser
2022-09-17
LibPDF: Rename argument for the latin character set enumeration macro
Julian Offenhäuser
2022-09-17
LibPDF: Allow whitespace other than EOL after an object marker
Julian Offenhäuser
2022-09-17
LibPDF: Disallow parsing indirect values as operands
Julian Offenhäuser
2022-09-17
LibPDF: Fix handling of differences array in custom encodings
Julian Offenhäuser
2022-09-17
LibPDF: Don't expect glyph width arrays to contain integers
Julian Offenhäuser
2022-09-17
LibPDF: Fix text positioning with operator TJ
Julian Offenhäuser
2022-09-17
LibPDF: Implement loading compressed objects from object streams
Julian Offenhäuser
2022-09-17
LibPDF: Initial work on parsing xref streams
Julian Offenhäuser
2022-09-17
LibPDF: Move document-specific parsing functionality into its own class
Julian Offenhäuser
2022-09-17
LibPDF: Move consume and match helper functions to the Reader class
Julian Offenhäuser
2022-09-17
LibCompress+Tests: Demonstrate and fix faulty metadata length
Ben Wiederhake
2022-09-17
LibWeb: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-17
LibWeb: Break inclusion cycle through forward-declaration
Ben Wiederhake
2022-09-17
LibJS: Break another inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-17
LibJS: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-17
LibPDF: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-17
LibDebug: Break inclusion cycle through many forward-declarations
Ben Wiederhake
2022-09-17
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-09-16
PixelPaint: Scale layer and preserve aspect ratio
Tommaso Peduzzi
2022-09-16
PixelPaint: Add scaling function to move tool
Tommaso Peduzzi
2022-09-16
LibC: Remove the LibM interface target
Tim Schumacher
2022-09-16
Everywhere: Fully remove the separate LibM directory
Tim Schumacher
2022-09-16
LibM: Move the math standard library to LibC
Tim Schumacher
2022-09-16
LibGPU: Don't use relative paths for libsoftgpu in Lagom environments
Andrew Kaster
2022-09-16
LibGL: Make GL::create_context fallible
Andrew Kaster
2022-09-16
LibGUI: Load emoji icons for EmojiInputDialog through Gfx::Emoji
Timothy Flynn
2022-09-16
LibGfx: Change Emoji::emoji_for_code_points to accept const code points
Timothy Flynn
2022-09-16
LibGUI: Defer loading emoji icons until their first paint event
Timothy Flynn
2022-09-16
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
Andreas Kling
2022-09-16
LibWeb: Improve inline flow around floating boxes
Andreas Kling
2022-09-16
LibWeb: Repaint the page immediately when using the mouse to select
Andreas Kling
2022-09-16
LibGfx: Recurse TrueType composite glyphs until a simple glyph is found
Enver Balalic
2022-09-16
LibWeb: Paint `backdrop-filter` effects!
MacDue
2022-09-16
LibGfx: Support getting a bitmap for a region of painter
MacDue
2022-09-16
LibGfx: Add `BrightnessFilter`, `ContrastFilter`, and `OpacityFilter`
MacDue
2022-09-16
LibGfx: Allow applying all color filters with an amount
MacDue
2022-09-16
LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()
MacDue
2022-09-16
LibWeb: Plumb style/computed values for `backdrop-filter`
MacDue
2022-09-16
LibWeb+Meta: Parse the `backdrop-filter` CSS property
MacDue
2022-09-16
LibWeb: Add FilterValueListStyleValue
MacDue
2022-09-16
LibWeb: Add operator== to CSS::Number
MacDue
2022-09-16
LibWeb: Add NumberPercentage CSS type
MacDue
2022-09-16
LibWeb: Pass values by reference in style value operator== functions
MacDue
2022-09-16
LibC: Remove `_aligned_malloc` and `_aligned_free`
Tim Schumacher
2022-09-16
LibJS: Supress an unused bind when wrapping float atomic operations
Tim Schumacher
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
[prev]
[next]