index
:
chawan
this commit
master
Chawan - a web browser for your terminal (mirror)
ahoang <ahoang@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
layout
Commit message (
Expand
)
Author
Age
Files
Lines
*
layout: add missing min/max heights to absolute sizes
bptato
2024-03-30
1
-1
/
+3
*
layout: fix various table cell sizing bugs
bptato
2024-03-30
1
-47
/
+35
*
layout: fix float positioning with margins
bptato
2024-03-30
1
-1
/
+1
*
layout: fix another infinite loop
bptato
2024-03-26
1
-2
/
+2
*
layout: avoid infinite loop in line wrapping
bptato
2024-03-26
1
-11
/
+10
*
layout: also round line height for painting backgrounds
bptato
2024-03-26
1
-3
/
+2
*
layout: ensure lines are not higher than they must be
bptato
2024-03-26
2
-11
/
+17
*
layout: optimize inline background areas
bptato
2024-03-26
1
-18
/
+51
*
layout: rework inline box area model
bptato
2024-03-25
3
-154
/
+180
*
cell: update FormatFlag naming, remove useless templates
bptato
2024-03-21
1
-6
/
+6
*
layout: table column size fixes
bptato
2024-03-16
1
-33
/
+20
*
Move around some modules
bptato
2024-03-14
2
-2
/
+2
*
layout: remove word-spacing
bptato
2024-03-13
1
-4
/
+1
*
rudimentary support for <video>, <audio>
bptato
2024-03-13
1
-0
/
+4
*
strwidth, renderdocument: small refactoring
bptato
2024-03-03
2
-78
/
+69
*
layout: add whitespace width to end offset's x position
bptato
2024-03-02
1
-0
/
+4
*
layout: fix float exclusion of other floats
bptato
2024-03-02
1
-2
/
+2
*
css: remove caption-side: left, right, fix caption-side: bottom
bptato
2024-03-01
1
-16
/
+1
*
layout: reduce useless empty lines in inline boxes
bptato
2024-02-29
1
-10
/
+17
*
layout: round atom offsets too
bptato
2024-02-28
2
-10
/
+13
*
layout: improve/simplify line box error correction
bptato
2024-02-28
2
-36
/
+17
*
Fix tab size bug on double tabs
bptato
2024-02-27
1
-4
/
+4
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
2
-3
/
+60
*
Separate ANSI text decoding from main binary
bptato
2024-02-25
1
-0
/
+437
*
layout: make it compile attempt 2
bptato
2024-02-24
1
-2
/
+2
*
layout: make it compile
bptato
2024-02-24
1
-2
/
+2
*
layout: make position: fixed, sticky act like static
bptato
2024-02-24
1
-7
/
+8
*
layout: remove justify
bptato
2024-02-22
1
-20
/
+1
*
layout: do not apply error correction to first line
bptato
2024-02-22
1
-5
/
+4
*
layout: only reset charwidth on non-word atoms
bptato
2024-02-16
1
-1
/
+1
*
layout: avoid wrapping on dash inside double-width lines
bptato
2024-02-16
1
-0
/
+4
*
layout: skip newlines between full-width characters
bptato
2024-02-11
1
-0
/
+19
*
twtstr: misc refactorings
bptato
2024-02-09
1
-0
/
+1
*
layout: more consistent naming
bptato
2024-01-29
1
-79
/
+41
*
layout: consider inline positioning for absolute blocks
bptato
2024-01-29
2
-19
/
+15
*
Use std/* imports everywhere
bptato
2024-01-07
1
-4
/
+4
*
Various fixes
bptato
2023-12-13
1
-0
/
+1
*
break up twtstr somewhat
bptato
2023-12-13
1
-0
/
+1
*
layout: rounding error correction fixes
bptato
2023-12-11
1
-2
/
+6
*
css: add text-transform
bptato
2023-12-11
1
-3
/
+21
*
layout: do not resolve floats if grandparent position is resolved
bptato
2023-12-10
1
-2
/
+2
*
layout: fix rounding error correction
bptato
2023-12-10
1
-11
/
+8
*
layout: rewrite inline box handling
bptato
2023-11-27
2
-395
/
+475
*
layout: clamp size constraints to min/max sizes for floats
bptato
2023-11-23
1
-7
/
+12
*
layout: add clear, etc.
bptato
2023-11-23
1
-35
/
+91
*
layout: simplify max width/height calculation
bptato
2023-11-21
1
-41
/
+43
*
layout: fix some sizing bugs
bptato
2023-11-21
1
-103
/
+124
*
css: add box-sizing
bptato
2023-11-21
1
-12
/
+39
*
layout: move charwidth into LineBoxState
bptato
2023-11-17
1
-9
/
+8
*
layout: add floats
bptato
2023-11-17
1
-218
/
+555
[next]