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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mailcap, mime.types & misc refactorings
bptato
2023-08-13
26
-378
/
+1289
*
css: implement case insensitivity
bptato
2023-08-10
3
-135
/
+142
*
serialize: add missing prepareMutation
bptato
2023-08-01
1
-0
/
+1
*
Fixes & workarounds to compile on Nim 2.0.0
bptato
2023-08-01
11
-36
/
+45
*
Fix double line bug in dump mode
bptato
2023-07-29
2
-3
/
+4
*
Add default background/foreground color override
bptato
2023-07-29
2
-38
/
+50
*
css: very minor optimizations
bptato
2023-07-28
2
-19
/
+15
*
mediaquery: fix some missing has checks in parser
bptato
2023-07-28
1
-0
/
+2
*
layout: count spacing before inline padding too
bptato
2023-07-28
1
-2
/
+10
*
Fix twtstr.cmp
bptato
2023-07-28
1
-2
/
+2
*
htmlparser: replace stray insert call
bptato
2023-07-27
1
-1
/
+1
*
dom: fix hasChild
bptato
2023-07-27
1
-1
/
+1
*
layout: remove incorrect comment
bptato
2023-07-27
1
-2
/
+0
*
htmlparser: fix <th> not closing table cells
bptato
2023-07-27
1
-1
/
+1
*
layout: distinguish padding from spacing
bptato
2023-07-27
2
-5
/
+23
*
layout: fix incorrect parentheses
bptato
2023-07-27
1
-1
/
+1
*
layout: do not treat inline padding as spacing
bptato
2023-07-27
1
-5
/
+6
*
htmlparser: remove stray nil comparison
bptato
2023-07-27
1
-4
/
+3
*
layout: remove unused variables
bptato
2023-07-27
1
-3
/
+0
*
htmlparser: remove nil comparisons for Handle
bptato
2023-07-27
2
-41
/
+52
*
layout: refactor absolute positioning width calc
bptato
2023-07-27
1
-13
/
+84
*
Add suspend() function (bound to C-z)
bptato
2023-07-26
1
-0
/
+5
*
layout: fix superfluous inline whitespace
bptato
2023-07-25
1
-1
/
+3
*
layout: use nowrap function
bptato
2023-07-25
1
-1
/
+1
*
css: handle unknown tag names correctly
bptato
2023-07-25
3
-5
/
+16
*
html: include SEARCH tag in parser
bptato
2023-07-25
2
-5
/
+7
*
html: add SEARCH tag
bptato
2023-07-25
1
-17
/
+17
*
layout: fix position: relative sizes
bptato
2023-07-25
1
-2
/
+2
*
Add compileMatchRegex
bptato
2023-07-25
2
-4
/
+39
*
layout: refactor sizing
bptato
2023-07-25
2
-281
/
+425
*
mediaquery: better debugging functions
bptato
2023-07-23
1
-3
/
+35
*
css: fix percentage min/max-width values
bptato
2023-07-23
1
-1
/
+1
*
Fix compilation on nim 1.6.10
bptato
2023-07-17
1
-2
/
+3
*
htmlparser: fix regression
bptato
2023-07-17
1
-2
/
+2
*
Include libunicode header in binding
bptato
2023-07-15
1
-0
/
+5
*
htmlparser: make getTemplateContent optional
bptato
2023-07-15
1
-3
/
+4
*
htmlparser: check required callbacks
bptato
2023-07-15
1
-0
/
+13
*
htmlparser: add parse error handling
bptato
2023-07-15
4
-281
/
+437
*
htmlparser: correct outdated comment
bptato
2023-07-14
1
-9
/
+3
*
decoderstream: refactoring + iso2022jp fixes
bptato
2023-07-12
1
-115
/
+138
*
Improve encoding support
bptato
2023-07-12
6
-150
/
+246
*
decoderstream: remove unused function
bptato
2023-07-11
1
-9
/
+0
*
Buffer search fixes & improvements
bptato
2023-07-11
3
-53
/
+82
*
buffer: fix textarea regression
bptato
2023-07-10
1
-2
/
+6
*
htmlparser: fix form association regression
bptato
2023-07-10
2
-8
/
+13
*
term: fix cursorGoto without termcap
bptato
2023-07-10
1
-1
/
+1
*
htmlparser: remove more references to dom
bptato
2023-07-09
2
-13
/
+34
*
htmlparser: more Option wrapping, remove dom reference
bptato
2023-07-09
1
-18
/
+21
*
htmlparser: fix fragment case, fix head bug
bptato
2023-07-09
1
-8
/
+13
*
htmltokenizer: only yield once
bptato
2023-07-09
1
-12
/
+22
[next]