index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-13
LibJS: Log scripts parsed by JS::Script::parse() and how long it took
Andreas Kling
2021-09-13
Browser: Rename "DOM Inspector" to just "Inspector"
Andreas Kling
2021-09-13
LibWeb: Use right dimension when positioning flex-items
Tobias Christiansen
2021-09-13
LibWeb: Stop dumping selectors in ParentNode::query_selector{,_all}()
Linus Groh
2021-09-13
PixelPaint: Make CloneTool change cursor temporarily while selecting
Mustafa Quraish
2021-09-13
PixelPaint: Add `ImageEditor::update_tool_cursor()` method
Mustafa Quraish
2021-09-13
PixelPaint: Add a marker for CloneTool's selected position
Mustafa Quraish
2021-09-13
PixelPaint: Incorporate CloneTool into toolbox
Mustafa Quraish
2021-09-13
PixelPaint: Add Clone Tool :^)
Mustafa Quraish
2021-09-13
Base: Add new icon for PixelPaint clone tool
Mustafa Quraish
2021-09-13
LibJS: Also set ExecutionContext::realm in Bytecode::Interpreter::run()
Linus Groh
2021-09-13
LibWeb: FlexBox: Use correct source when querying for the main size
Tobias Christiansen
2021-09-13
LibWeb: Fix opacity ComputedCSSStyleDeclaration
Tobias Christiansen
2021-09-13
ImageViewer: Enable and disable navigation
Mohsan Ali
2021-09-13
LibWeb: Add support for a bunch of ComputedCSSStyleDeclarations
Tobias Christiansen
2021-09-13
AK: Remove unimplemented method `fill_buffer` from `UUID`
James Puleo
2021-09-13
LibGfx/TTF: Ignore unsupported composite glyph flags
Andreas Kling
2021-09-13
LibJS: Convert Temporal.ZonedDateTime.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.TimeZone.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainYearMonth.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainTime.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainMonthDay.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainDateTime.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.PlainDate.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.Instant.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.Duration.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Temporal.Calendar.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.NumberFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.Locale.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.ListFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.DisplayNames.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Remove leftover typed_this() declarations
Linus Groh
2021-09-13
LibC: Upgrade memmove() to memcpy() when possible
Andreas Kling
2021-09-13
Browser: Add some UI padding in the Inspector widget
Andreas Kling
2021-09-13
LibJS: Evaluate function arguments before checking callee type
Linus Groh
2021-09-13
LibWeb: Identical sub-expression bug in URLSearchParams::set
Brian Gianforcaro
2021-09-13
LibJS: Extract exception check duplication in iso_month_day_from_fields
Brian Gianforcaro
2021-09-13
FileOperation: Deduplicate destination file names on copy
Tetsui Ohkubo
2021-09-13
LibWeb: Add handful of CSS properties and identifiers
Andreas Kling
2021-09-13
PixelPaint: Fix Line/Rectangle second paint alignment with pixels
Mustafa Quraish
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` after drawing Ellipse
Mustafa Quraish
2021-09-13
PixelPaint: Update editor after drawing shapes to clear outside
Mustafa Quraish
2021-09-13
PixelPaint: Ensure thickness of shapes is never 0 when drawing
Mustafa Quraish
2021-09-13
PixelPaint: Allowing drawing line from center, like other shapes
Mustafa Quraish
2021-09-13
PixelPaint: Adjust menu ampersand shortcut characters
Mustafa Quraish
2021-09-13
PixelPaint: Properly transfer active tool to editor on tab close
Mustafa Quraish
2021-09-13
PixelPaint: Have `ToolboxWidget` keep track of active tool
Mustafa Quraish
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` when applying filters
Mustafa Quraish
2021-09-13
PixelPaint: Add keyboard shortcut for Invert filter
Mustafa Quraish
2021-09-13
PixelPaint: Draw layers from the top of LayerList
Mustafa Quraish
[next]