summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13LibJS: Log scripts parsed by JS::Script::parse() and how long it tookAndreas Kling
2021-09-13Browser: Rename "DOM Inspector" to just "Inspector"Andreas Kling
2021-09-13LibWeb: Use right dimension when positioning flex-itemsTobias Christiansen
2021-09-13LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()Linus Groh
2021-09-13PixelPaint: Make CloneTool change cursor temporarily while selectingMustafa Quraish
2021-09-13PixelPaint: Add `ImageEditor::update_tool_cursor()` methodMustafa Quraish
2021-09-13PixelPaint: Add a marker for CloneTool's selected positionMustafa Quraish
2021-09-13PixelPaint: Incorporate CloneTool into toolboxMustafa Quraish
2021-09-13PixelPaint: Add Clone Tool :^)Mustafa Quraish
2021-09-13Base: Add new icon for PixelPaint clone toolMustafa Quraish
2021-09-13LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()Linus Groh
2021-09-13LibWeb: FlexBox: Use correct source when querying for the main sizeTobias Christiansen
2021-09-13LibWeb: Fix opacity ComputedCSSStyleDeclarationTobias Christiansen
2021-09-13ImageViewer: Enable and disable navigationMohsan Ali
2021-09-13LibWeb: Add support for a bunch of ComputedCSSStyleDeclarationsTobias Christiansen
2021-09-13AK: Remove unimplemented method `fill_buffer` from `UUID`James Puleo
2021-09-13LibGfx/TTF: Ignore unsupported composite glyph flagsAndreas Kling
2021-09-13LibJS: Convert Temporal.ZonedDateTime.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.TimeZone.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainYearMonth.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainTime.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainMonthDay.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainDateTime.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.PlainDate.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.Instant.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.Duration.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Temporal.Calendar.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.NumberFormat.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.Locale.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.ListFormat.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Convert Intl.DisplayNames.prototype to be a PrototypeObjectLinus Groh
2021-09-13LibJS: Remove leftover typed_this() declarationsLinus Groh
2021-09-13LibC: Upgrade memmove() to memcpy() when possibleAndreas Kling
2021-09-13Browser: Add some UI padding in the Inspector widgetAndreas Kling
2021-09-13LibJS: Evaluate function arguments before checking callee typeLinus Groh
2021-09-13LibWeb: Identical sub-expression bug in URLSearchParams::setBrian Gianforcaro
2021-09-13LibJS: Extract exception check duplication in iso_month_day_from_fieldsBrian Gianforcaro
2021-09-13FileOperation: Deduplicate destination file names on copyTetsui Ohkubo
2021-09-13LibWeb: Add handful of CSS properties and identifiersAndreas Kling
2021-09-13PixelPaint: Fix Line/Rectangle second paint alignment with pixelsMustafa Quraish
2021-09-13PixelPaint: Call `Layer::did_modify_bitmap()` after drawing EllipseMustafa Quraish
2021-09-13PixelPaint: Update editor after drawing shapes to clear outsideMustafa Quraish
2021-09-13PixelPaint: Ensure thickness of shapes is never 0 when drawingMustafa Quraish
2021-09-13PixelPaint: Allowing drawing line from center, like other shapesMustafa Quraish
2021-09-13PixelPaint: Adjust menu ampersand shortcut charactersMustafa Quraish
2021-09-13PixelPaint: Properly transfer active tool to editor on tab closeMustafa Quraish
2021-09-13PixelPaint: Have `ToolboxWidget` keep track of active toolMustafa Quraish
2021-09-13PixelPaint: Call `Layer::did_modify_bitmap()` when applying filtersMustafa Quraish
2021-09-13PixelPaint: Add keyboard shortcut for Invert filterMustafa Quraish
2021-09-13PixelPaint: Draw layers from the top of LayerListMustafa Quraish