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-03-18
LibWeb: Implement the :is() selector
Sam Atkins
2022-03-18
LibWeb: Parse forgiving selector-lists
Sam Atkins
2022-03-18
LibGfx: Draw window frame border radii antialiased
MacDue
2022-03-18
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
MacDue
2022-03-18
LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits
Brian Gianforcaro
2022-03-18
SoundPlayer: Fix read of uninitialized member variables on startup
Brian Gianforcaro
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
2022-03-18
FontEditor: Reset unicode block view on undo/redo actions
thankyouverycool
2022-03-18
FontEditor: Make undo/redo compatible with multi-glyph selections
thankyouverycool
2022-03-18
ClipboardHistory: Show ranges and max dimensions for copied glyphs
thankyouverycool
2022-03-18
FontEditor: Use memset/memcpy to copy/paste/delete glyphs
thankyouverycool
2022-03-18
LibGfx: Add accessors for BitmapFont's rows and widths
thankyouverycool
2022-03-18
LibJS: Tweak Interpreter::create() for more spec-likeness
Linus Groh
2022-03-18
LibJS: Use TRY(push_execution_context()) in places where we can recover
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-18
Hearts: Add icon to settings action
Linus Groh
2022-03-18
Applications+Games: Drop ellipsis from settings action
Linus Groh
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-03-18
Eyes: Add 'Contents' action to help menu
Linus Groh
2022-03-17
PixelPaint: Expand FastBoxBlur settings to allow vector input
Tobias Christiansen
2022-03-17
PixelPaint: Add asymmetric parameters to FastBoxBlur
Tobias Christiansen
2022-03-17
LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilter
Tobias Christiansen
2022-03-17
LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsigned
Tobias Christiansen
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-17
LibGUI: Clamp selection when drag-selecting over out of range area
Maciej
2022-03-17
LibGUI: Update active glyph when drag-selecting in GlyphMapWidget
Maciej
2022-03-17
LibGUI: Use different color for GlyphMapWidget background
Maciej
2022-03-17
LibJS: Update specification steps for RegExp Match Indices
Timothy Flynn
2022-03-17
Utilities: Remove redundant program name element in Core::command() call
Itamar
2022-03-17
HackStudio: Remove program name element in Core::command() calls
Itamar
2022-03-16
LibWeb: :checked should only match inputs in checkbox/radio type state
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after <image> and <object> elements load
Andreas Kling
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-16
LibJS: Fix fraction substring in ParseTimeZoneOffsetString
Linus Groh
2022-03-16
LibJS: Remove unused code in DifferenceISODate
Linus Groh
2022-03-16
LibJS: Remove the ConstrainToRange AO
Linus Groh
2022-03-16
LibJS: Remove argument type assertion from ParseTemporalDurationString
Linus Groh
2022-03-16
LibJS: Assume Get() on the result of PrepareTemporalFields can't fail
Linus Groh
2022-03-16
LibWeb: Evaluate `no-preference` media-features as false
Sam Atkins
2022-03-16
LibWeb: Add missing MEDIAQUERIES-5 media-features
Sam Atkins
2022-03-16
LibWeb: Add MEDIAQUERIES-5 identifiers
Sam Atkins
2022-03-16
PixelPaint: Add Timer for displaying previews of filters
Tobias Christiansen
2022-03-16
LibWeb: Don't discard update_style_recursively() return value
Andreas Kling
2022-03-16
LibWeb: Mark a bunch of CSS border-* properties as not affecting layout
Andreas Kling
2022-03-16
LibJS: Relax line and column number restrictions in Error stack tests
Simon Wanner
2022-03-16
LibWeb: Mark all text-decoration* CSS properties as not affecting layout
Andreas Kling
2022-03-16
LibWeb: Don't call establishes_stacking_context() during painting
Andreas Kling
[next]