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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
Fix stylesheet containment bug
bptato
2022-01-25
1
-2
/
+11
|
*
Refactor
bptato
2022-01-24
1
-1
/
+1
|
*
Fix node to cell mapping
bptato
2022-01-24
1
-46
/
+42
|
*
Support external stylesheets
bptato
2022-01-23
1
-1
/
+16
|
*
Fix page navigation
bptato
2022-01-22
1
-4
/
+4
|
*
Rewrite whitespace handling
bptato
2022-01-19
1
-4
/
+2
|
*
Implement basic media query support
bptato
2021-12-27
1
-2
/
+3
|
*
Basic content type implementation
bptato
2021-12-26
1
-9
/
+35
|
*
Proper URL handling
bptato
2021-12-26
1
-28
/
+21
|
*
Refactor formatting, improve buffer cursor movement
bptato
2021-12-25
1
-64
/
+27
|
*
Fix pager bugs
bptato
2021-12-23
1
-35
/
+42
|
*
Refactor buffer rendering procedures
bptato
2021-12-23
1
-144
/
+11
|
*
More efficient pipe output
bptato
2021-12-21
1
-3
/
+13
|
*
Use a linked list for buffers, allow pipe as output
bptato
2021-12-21
1
-4
/
+26
|
*
No anchor error message
bptato
2021-12-21
1
-0
/
+3
|
*
Honestly I'm not sure what I added here...
bptato
2021-12-21
1
-81
/
+57
|
*
Add client for buffer control
bptato
2021-12-20
1
-115
/
+46
|
*
Implement gotoAnchor
bptato
2021-12-20
1
-8
/
+16
|
*
Fix and implement cursor movement commands
bptato
2021-12-20
1
-68
/
+158
|
|
|
|
|
In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved
*
Fix cursorPrevWord, cursorNextWord
bptato
2021-12-19
1
-65
/
+81
|
*
Add commands for vertical navigation on displayed line
bptato
2021-12-19
1
-1
/
+15
|
*
Fix pager mode formatting
bptato
2021-12-19
1
-20
/
+22
|
*
Preparation for at rules, small inline-block fix
bptato
2021-12-19
1
-2
/
+2
|
*
Refactor selector code, optimize style tags
bptato
2021-12-18
1
-1
/
+2
|
*
Move... things
bptato
2021-12-17
1
-5
/
+2
|
*
More code formatting consistency
bptato
2021-12-17
1
-2
/
+2
|
*
Do not render text outside of buffer
bptato
2021-12-15
1
-4
/
+10
|
*
Use bit fields in cell formatting
bptato
2021-12-15
1
-10
/
+5
|
*
Refactor enums
bptato
2021-12-15
1
-1
/
+1
|
*
Support all css length units
bptato
2021-12-14
1
-1
/
+1
|
*
Support width property
bptato
2021-12-13
1
-1
/
+1
|
*
Support ::before, ::after pseudo elements
bptato
2021-12-13
1
-3
/
+9
|
*
Avoid negative fromx
bptato
2021-12-05
1
-1
/
+1
|
*
Change configuration format to toml
bptato
2021-12-05
1
-1
/
+1
|
*
Fix last line not being updated by SwapOutput
bptato
2021-11-27
1
-0
/
+5
|
*
Fix displayBufferSwapOutput
bptato
2021-11-24
1
-37
/
+55
|
*
Fix some cursor movement bugs
bptato
2021-11-23
1
-19
/
+36
|
*
Allow matching root element, write last buffer display line instantly
bptato
2021-11-23
1
-0
/
+1
|
*
Fix a refreshDisplay bug
bptato
2021-11-23
1
-1
/
+1
|
*
Support CSS descendant combinators
bptato
2021-11-23
1
-6
/
+2
|
*
Bugfixes & documentation
bptato
2021-11-20
1
-20
/
+16
|
*
Refactor cascading logic and css values
bptato
2021-11-19
1
-1
/
+2
|
|
|
|
|
applyStylesheets is now in style.nim and computed values etc in values.nim
*
User stylesheets and applyStylesheets optimizations
bptato
2021-11-19
1
-19
/
+41
|
*
Ignore final newline in source view
bptato
2021-11-19
1
-5
/
+6
|
*
Various performance optimizations (...part two)
bptato
2021-11-19
1
-40
/
+53
|
*
Operation "get rid of FlexibleCell" part one
bptato
2021-11-19
1
-7
/
+5
|
*
Abstract away FlexibleCell, fix pageUp/pageDown
bptato
2021-11-15
1
-42
/
+25
|
*
Profiling and more CSS compatibility
bptato
2021-11-15
1
-9
/
+17
|
[next]