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-11-30
LibWeb: Handle <relative-size> values in the `font-size` CSS property
Mateusz Górzyński
2022-11-30
LibWeb: Handle <absolute-size> values in the `font-size` CSS property
Mateusz Górzyński
2022-11-30
LibJS: Allocate concrete TypedArrays with a preallocated base TypedArray
Timothy Flynn
2022-11-30
LibJS: Do not allocate in Set's constructor
Timothy Flynn
2022-11-30
LibWeb: Handle degenerate radial gradients
MacDue
2022-11-30
LibWeb: Paint `radial-gradient()`s
MacDue
2022-11-30
LibWeb: Add missing equals() function for ConicGradientStyleValue
MacDue
2022-11-30
LibWeb: Parse `radial-gradient()`s
MacDue
2022-11-30
LibWeb: Implement RadialGradientStyleValue
MacDue
2022-11-30
LibWeb: Move color stop list parsing to standalone functions
MacDue
2022-11-30
LibWeb: Allow optional values to be missing when parsing `<position>`s
MacDue
2022-11-30
LibWeb: Only floor `conic-gradient()` angles for hard-edge gradients
MacDue
2022-11-30
LibPDF: Add initial implementation of XObject rendering
Rodrigo Tobar
2022-11-30
LibPDF: Allow operators to receive optional resources
Rodrigo Tobar
2022-11-30
LibPDF: Render cubic bezier curves
Rodrigo Tobar
2022-11-30
LibPDF: Communicate resources to ColorSpace, not Page
Rodrigo Tobar
2022-11-30
LibPDF: Add further common names
Rodrigo Tobar
2022-11-30
LibPDF: Implement Run Length Decoding
Rodrigo Tobar
2022-11-30
LibPDF: Ignore whitespace on hex strings
Rodrigo Tobar
2022-11-30
LibWeb: Fix WebIDL overload resolution with platform object arguments
Andreas Kling
2022-11-30
LibWeb: Add PlatformObject::implements_interface(String)
Andreas Kling
2022-11-30
LibWeb: Update incorrect WEB_PLATFORM_OBJECT base class for two classes
Andreas Kling
2022-11-30
LibIDL: Fix bug where entire EffectiveOverloadSet was erased
Andreas Kling
2022-11-30
LibWeb: Support creating Path2D objects from SVG path strings
Andreas Kling
2022-11-30
LibWeb: Factor out SVG path parsing from SVGPathElement
Andreas Kling
2022-11-30
MouseDemo: Eliminate visual artifacts when filling in the color
Andreas Oppebøen
2022-11-30
MouseDemo: Draw blue color for longer to indicate double click
Andreas Oppebøen
2022-11-30
MouseDemo: Restart timer when scrolling to avoid blinking indicator
Andreas Oppebøen
2022-11-30
MouseDemo: Show distinct colors for primary vs secondary button
Andreas Oppebøen
2022-11-30
MouseDemo: Replace constructor with initialization at member definition
Andreas Oppebøen
2022-11-30
LibGfx: Add missing color LightBlue
Andreas Oppebøen
2022-11-30
HackStudio: Replace blank file when opening a new one
Filiph Sandström
2022-11-30
PixelPaint: Record action for all select operations to allow undo
Andreas Oppebøen
2022-11-30
PixelPaint: Record action when erasing a selection to allow undo
Andreas Oppebøen
2022-11-30
LibCore: Add support for ReadonlyBytes to MemoryStream
Tim Schumacher
2022-11-30
HackStudio: User-definable documentation search paths
Filiph Sandström
2022-11-30
LibSQL: Partially implement the DELETE command
Timothy Flynn
2022-11-30
LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row
Timothy Flynn
2022-11-30
LibSQL: Remove unused SQL::Row constructors/methods
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table
Timothy Flynn
2022-11-30
LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema
Timothy Flynn
2022-11-30
LibSQL: Add missing definition of Value's u32 comparator
Timothy Flynn
2022-11-30
LibSQL: Don't copy strings when searching for a column's index
Timothy Flynn
2022-11-30
LibSQL: Rename Row::next_pointer setter to Row::set_next_pointer
Timothy Flynn
2022-11-30
SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
Timothy Flynn
2022-11-30
LibSQL: Immediately commit database modifications (for now)
Timothy Flynn
2022-11-30
LibSQL: Support BOOLEAN column types in the CREATE TABLE command
Timothy Flynn
2022-11-30
LibVideo/VP9: Make get_tile_offset static and remove magic numbers
Zaggy1024
2022-11-30
LibVideo/VP9: Put reference frames into a struct
Zaggy1024
2022-11-30
LibVideo/VP9: Remove now-unused clear_context function from Parser
Zaggy1024
[next]