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-18
LibWeb: Rename Attribute to Attr
Andreas Kling
2022-09-18
LibWeb: Only uppercase qualified names in HTML documents
Andreas Kling
2022-09-18
LibWeb: Make ParentNode.children vend the same HTMLCollection every time
Andreas Kling
2022-09-18
LibWeb: Support getElementsByTagName() properly in non-HTML documents
Andreas Kling
2022-09-18
LibWeb: Simplify getElementsByTagName{,NS}() filters
Andreas Kling
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-17
LibWeb: Start implementing the IDL Overload Resolution Algorithm :^)
Sam Atkins
2022-09-17
LibIDL: Implement EffectiveOverloadSet
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes
Sam Atkins
2022-09-17
LibIDL+WrapperGenerator: Move IDL code into a library
Sam Atkins
2022-09-17
LibGL: Remove `GL::present_context`
Jelle Raaijmakers
2022-09-17
LibWeb: Handle JavaScript source code with non-UTF-8 encoding
Andreas Kling
2022-09-17
LibWeb: Implement basic "scroll" events at the document level
Andreas Kling
2022-09-17
LibWeb: Add "scripts to execute in order as soon as possible"
Andreas Kling
2022-09-17
LibWeb: Handle multiple class names in getElementsByClassName()
Andreas Kling
2022-09-17
LibWeb: Update layout in HTMLElement.offset{Top,Left}
Andreas Kling
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
[next]