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
/
renderdocument.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
layout: fix incorrect absolute positioning
bptato
2024-07-25
1
-11
/
+22
*
renderdocument: fix clickable images
bptato
2024-07-12
1
-0
/
+5
*
renderdocument: clean up setText
bptato
2024-07-06
1
-100
/
+107
*
layout: fix positioning bug
bptato
2024-07-02
1
-4
/
+5
*
renderdocument: avoid recursion
bptato
2024-06-30
1
-9
/
+12
*
img, loader: add image resizing, misc fixes
bptato
2024-06-28
1
-0
/
+4
*
layout: inline fixes & improvements
bptato
2024-06-27
1
-0
/
+3
*
renderdocument: handle overlapping double width chars
bptato
2024-06-02
1
-1
/
+6
*
layout: clean up inline tree construction
bptato
2024-06-01
1
-5
/
+4
*
layout: misc refactorings
bptato
2024-05-29
1
-2
/
+1
*
layout: get rid of InlineBoxBuilder
bptato
2024-05-28
1
-5
/
+5
*
layout: remove BlockBoxBuidler
bptato
2024-05-27
1
-7
/
+6
*
css/values -> css/cssvalues
bptato
2024-05-16
1
-1
/
+1
*
layout: unify some code paths
bptato
2024-05-09
1
-17
/
+6
*
color: RGBAColor -> ARGBColor
bptato
2024-04-26
1
-2
/
+2
*
Initial image support
bptato
2024-04-25
1
-11
/
+28
*
Update code style
bptato
2024-04-17
1
-10
/
+10
*
layout: remove ListItemBox, handle inline-flex correctly
bptato
2024-04-15
1
-10
/
+0
*
renderdocument: do not layout with styledRoot == nil
bptato
2024-04-11
1
-1
/
+4
*
layout: rework inline box area model
bptato
2024-03-25
1
-29
/
+10
*
cell: update FormatFlag naming, remove useless templates
bptato
2024-03-21
1
-6
/
+6
*
Move around some modules
bptato
2024-03-14
1
-1
/
+1
*
strwidth, renderdocument: small refactoring
bptato
2024-03-03
1
-73
/
+61
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
1
-2
/
+59
*
Separate ANSI text decoding from main binary
bptato
2024-02-25
1
-0
/
+437