Jonne Ransijn
|
07cd7d479f
LibWeb: Remove reference counting for `CSS::StyleProperties`
|
il y a 8 mois |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
il y a 9 mois |
Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
il y a 1 an |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
il y a 1 an |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
il y a 2 ans |
Simon Wanner
|
5e3e9b2f61
LibWeb: Add list-style-type: disclosure-{closed,open}
|
il y a 2 ans |
Andreas Kling
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
il y a 2 ans |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
il y a 2 ans |
MacDue
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
il y a 3 ans |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
il y a 3 ans |
Andreas Kling
|
e099960e4d
LibWeb: Remove a bunch of no-longer needed #includes
|
il y a 3 ans |
Andreas Kling
|
ed84fbce47
LibWeb: Make Paintable ref-counted
|
il y a 3 ans |
Andreas Kling
|
02b316fd5c
LibWeb: Let Paintable perform the painting
|
il y a 3 ans |
Andreas Kling
|
f6497b64ac
LibWeb: Rename Painting::Box => Paintable
|
il y a 3 ans |
Andreas Kling
|
f0d833a3d7
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
|
il y a 3 ans |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
il y a 3 ans |
Sam Atkins
|
817cd13d59
LibWeb: Implement the ::marker pseudo-element
|
il y a 3 ans |
Andreas Kling
|
92266d2247
LibWeb: Create list-item markers during layout tree construction
|
il y a 3 ans |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
il y a 3 ans |
Timothy Flynn
|
ef62118c8b
LibWeb: Render any specified list-style-image for list items
|
il y a 3 ans |
Andreas Kling
|
c5b4928f4a
LibWeb: Make ListItemMarkerBox inherit style from ListItemBox
|
il y a 3 ans |
Tobias Christiansen
|
2a77abf85e
Everywhere: Use tobyase@serenityos.org for my copyright headers
|
il y a 3 ans |
Tobias Christiansen
|
e18e2af826
LibWeb: Add roman numerals as a list-style for ol's
|
il y a 4 ans |
Tobias Christiansen
|
d1ed6bce5d
LibWeb: Fix off-by-one for alphabetical markers in <ol>s
|
il y a 4 ans |
Tobias Christiansen
|
e7498bb918
LibWeb: Position the ListItemMarkers according to their width
|
il y a 4 ans |
Tobias Christiansen
|
a51cee748f
LibWeb: Remove unused alphabet constants from ListItemMarkerBox
|
il y a 4 ans |
Tobias Christiansen
|
22d6fbeb12
LibWeb: Use new way of generating list-style-type: *-alpha
|
il y a 4 ans |
Tobias Christiansen
|
889e1d3db9
LibWeb: Add list-style-type: upper-latin and upper-alpha support
|
il y a 4 ans |
Tobias Christiansen
|
cb34775c83
LibWeb: Add list-style-type: lower-alpha and lower-latin support
|
il y a 4 ans |
Tobias Christiansen
|
7dd0fb0086
LibWeb: Conversion from number to bijective-base with alphabet.
|
il y a 4 ans |