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
/
io
/
buffer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite buffer/pager for multi-processing
bptato
2022-11-19
1
-1285
/
+0
*
Use separate FileLoader instance for each buffer
bptato
2022-11-09
1
-4
/
+3
*
Do not always assume stdin is /dev/tty
bptato
2022-11-09
1
-7
/
+9
*
Make it compile...
bptato
2022-10-19
1
-1
/
+1
*
Fix incorrect mark rendering
bptato
2022-10-19
1
-1
/
+1
*
Re-enable media queries
bptato
2022-10-19
1
-7
/
+17
*
Implement tree buffers, fix a js bug, refactor
bptato
2022-10-19
1
-6
/
+30
*
WIP pager
bptato
2022-10-04
1
-5
/
+6
*
Add JS binding generation
bptato
2022-09-12
1
-28
/
+19
*
Add a network stream wrapper, improve eprint
bptato
2022-09-05
1
-11
/
+2
*
Fix request error handling
bptato
2022-08-18
1
-2
/
+3
*
Clean up client request methods, add DUPE_BUFFER
bptato
2022-08-18
1
-22
/
+14
*
Use a separate process for file loading
bptato
2022-08-18
1
-6
/
+18
*
Refactor fileloader
bptato
2022-08-08
1
-8
/
+7
*
Remove httpclient dependency
bptato
2022-08-04
1
-7
/
+6
*
Slightly better handling of http auth + redirect
bptato
2022-08-03
1
-1
/
+3
*
Do not display password on status line
bptato
2022-08-03
1
-1
/
+1
*
Store FixedCell contents as str
bptato
2022-08-03
1
-9
/
+8
*
Fix renderdocument setText etc.
bptato
2022-08-02
1
-4
/
+3
*
Make marks a property of buffer
bptato
2022-08-01
1
-9
/
+17
*
Hide passwords while typing
bptato
2022-07-31
1
-2
/
+2
*
Add interactive <select>
bptato
2022-07-31
1
-3
/
+32
*
Enable raw mode during rendering
bptato
2022-07-30
1
-5
/
+6
*
Increase tokenizer buffer size, add mark color option
bptato
2022-07-29
1
-1
/
+2
*
Fix StyledNode invalidation & others
bptato
2022-07-27
1
-29
/
+28
*
Improved incremental search: support unicode
bptato
2022-07-23
1
-42
/
+37
*
Add search function
bptato
2022-07-22
1
-57
/
+173
*
Optimize dom
bptato
2022-07-21
1
-2
/
+1
*
Enable remote stylesheets; fix inline block values
bptato
2022-07-18
1
-1
/
+1
*
Implement select element display
bptato
2022-07-17
1
-18
/
+29
*
Fix forms
bptato
2022-07-17
1
-0
/
+1
*
Use StyledNodes instead of passing the entire DOM to the layout engine
bptato
2022-07-16
1
-1
/
+5
*
Fix reloading
bptato
2022-07-14
1
-0
/
+3
*
Fix a tokenizer bug, clean up some warnings
bptato
2022-07-12
1
-29
/
+5
*
Fix and clean up some dom-based features
bptato
2022-07-11
1
-5
/
+4
*
Implement HTML5 parsing
bptato
2022-07-11
1
-14
/
+12
*
Fix cursorPrevLink
bptato
2022-06-17
1
-14
/
+32
*
Submit form on pressing enter in search field
bptato
2022-06-17
1
-1
/
+13
*
Rename conflicting source files
bptato
2022-05-10
1
-1
/
+1
*
Some refactoring for layout engine rewrite
bptato
2022-05-10
1
-1
/
+0
*
Reduce formatting complexity
bptato
2022-02-19
1
-15
/
+22
*
Incomplete background-color implementation
bptato
2022-02-14
1
-1
/
+3
*
Remove some unused variables
bptato
2022-02-12
1
-4
/
+0
*
Some loader polishing
bptato
2022-02-09
1
-8
/
+4
*
Cleanup form method code
bptato
2022-02-08
1
-19
/
+25
*
Implement forms
bptato
2022-01-29
1
-19
/
+255
*
Implement padding
bptato
2022-01-26
1
-18
/
+18
*
Fix potential crash in next link command
bptato
2022-01-26
1
-14
/
+7
*
Add some command line fixes, fix related bugs
bptato
2022-01-25
1
-1
/
+3
*
Disallow different scheme in link tags
bptato
2022-01-25
1
-4
/
+5
[next]