summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-30LibWeb: Handle <relative-size> values in the `font-size` CSS propertyMateusz Górzyński
2022-11-30LibWeb: Handle <absolute-size> values in the `font-size` CSS propertyMateusz Górzyński
2022-11-30LibJS: Allocate concrete TypedArrays with a preallocated base TypedArrayTimothy Flynn
2022-11-30LibJS: Do not allocate in Set's constructorTimothy Flynn
2022-11-30LibWeb: Handle degenerate radial gradientsMacDue
2022-11-30LibWeb: Paint `radial-gradient()`sMacDue
2022-11-30LibWeb: Add missing equals() function for ConicGradientStyleValueMacDue
2022-11-30LibWeb: Parse `radial-gradient()`sMacDue
2022-11-30LibWeb: Implement RadialGradientStyleValueMacDue
2022-11-30LibWeb: Move color stop list parsing to standalone functionsMacDue
2022-11-30LibWeb: Allow optional values to be missing when parsing `<position>`sMacDue
2022-11-30LibWeb: Only floor `conic-gradient()` angles for hard-edge gradientsMacDue
2022-11-30LibPDF: Add initial implementation of XObject renderingRodrigo Tobar
2022-11-30LibPDF: Allow operators to receive optional resourcesRodrigo Tobar
2022-11-30LibPDF: Render cubic bezier curvesRodrigo Tobar
2022-11-30LibPDF: Communicate resources to ColorSpace, not PageRodrigo Tobar
2022-11-30LibPDF: Add further common namesRodrigo Tobar
2022-11-30LibPDF: Implement Run Length DecodingRodrigo Tobar
2022-11-30LibPDF: Ignore whitespace on hex stringsRodrigo Tobar
2022-11-30LibWeb: Fix WebIDL overload resolution with platform object argumentsAndreas Kling
2022-11-30LibWeb: Add PlatformObject::implements_interface(String)Andreas Kling
2022-11-30LibWeb: Update incorrect WEB_PLATFORM_OBJECT base class for two classesAndreas Kling
2022-11-30LibIDL: Fix bug where entire EffectiveOverloadSet was erasedAndreas Kling
2022-11-30LibWeb: Support creating Path2D objects from SVG path stringsAndreas Kling
2022-11-30LibWeb: Factor out SVG path parsing from SVGPathElementAndreas Kling
2022-11-30MouseDemo: Eliminate visual artifacts when filling in the colorAndreas Oppebøen
2022-11-30MouseDemo: Draw blue color for longer to indicate double clickAndreas Oppebøen
2022-11-30MouseDemo: Restart timer when scrolling to avoid blinking indicatorAndreas Oppebøen
2022-11-30MouseDemo: Show distinct colors for primary vs secondary buttonAndreas Oppebøen
2022-11-30MouseDemo: Replace constructor with initialization at member definitionAndreas Oppebøen
2022-11-30LibGfx: Add missing color LightBlueAndreas Oppebøen
2022-11-30HackStudio: Replace blank file when opening a new oneFiliph Sandström
2022-11-30PixelPaint: Record action for all select operations to allow undoAndreas Oppebøen
2022-11-30PixelPaint: Record action when erasing a selection to allow undoAndreas Oppebøen
2022-11-30LibCore: Add support for ReadonlyBytes to MemoryStreamTim Schumacher
2022-11-30HackStudio: User-definable documentation search pathsFiliph Sandström
2022-11-30LibSQL: Partially implement the DELETE commandTimothy Flynn
2022-11-30LibSQL: Store a NonnullRefPtr to the table definition in SQL::RowTimothy Flynn
2022-11-30LibSQL: Remove unused SQL::Row constructors/methodsTimothy Flynn
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_tableTimothy Flynn
2022-11-30LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schemaTimothy Flynn
2022-11-30LibSQL: Add missing definition of Value's u32 comparatorTimothy Flynn
2022-11-30LibSQL: Don't copy strings when searching for a column's indexTimothy Flynn
2022-11-30LibSQL: Rename Row::next_pointer setter to Row::set_next_pointerTimothy Flynn
2022-11-30SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarityTimothy Flynn
2022-11-30LibSQL: Immediately commit database modifications (for now)Timothy Flynn
2022-11-30LibSQL: Support BOOLEAN column types in the CREATE TABLE commandTimothy Flynn
2022-11-30LibVideo/VP9: Make get_tile_offset static and remove magic numbersZaggy1024
2022-11-30LibVideo/VP9: Put reference frames into a structZaggy1024
2022-11-30LibVideo/VP9: Remove now-unused clear_context function from ParserZaggy1024