about summary refs log tree commit diff stats
path: root/src/io/buffer.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Fix stylesheet containment bugbptato2022-01-251-2/+11
* Refactorbptato2022-01-241-1/+1
* Fix node to cell mappingbptato2022-01-241-46/+42
* Support external stylesheetsbptato2022-01-231-1/+16
* Fix page navigationbptato2022-01-221-4/+4
* Rewrite whitespace handlingbptato2022-01-191-4/+2
* Implement basic media query supportbptato2021-12-271-2/+3
* Basic content type implementationbptato2021-12-261-9/+35
* Proper URL handlingbptato2021-12-261-28/+21
* Refactor formatting, improve buffer cursor movementbptato2021-12-251-64/+27
* Fix pager bugsbptato2021-12-231-35/+42
* Refactor buffer rendering proceduresbptato2021-12-231-144/+11
* More efficient pipe outputbptato2021-12-211-3/+13
* Use a linked list for buffers, allow pipe as outputbptato2021-12-211-4/+26
* No anchor error messagebptato2021-12-211-0/+3
* Honestly I'm not sure what I added here...bptato2021-12-211-81/+57
* Add client for buffer controlbptato2021-12-201-115/+46
* Implement gotoAnchorbptato2021-12-201-8/+16
* Fix and implement cursor movement commandsbptato2021-12-201-68/+158
* Fix cursorPrevWord, cursorNextWordbptato2021-12-191-65/+81
* Add commands for vertical navigation on displayed linebptato2021-12-191-1/+15
* Fix pager mode formattingbptato2021-12-191-20/+22
* Preparation for at rules, small inline-block fixbptato2021-12-191-2/+2
* Refactor selector code, optimize style tagsbptato2021-12-181-1/+2
* Move... thingsbptato2021-12-171-5/+2
* More code formatting consistencybptato2021-12-171-2/+2
* Do not render text outside of bufferbptato2021-12-151-4/+10
* Use bit fields in cell formattingbptato2021-12-151-10/+5
* Refactor enumsbptato2021-12-151-1/+1
* Support all css length unitsbptato2021-12-141-1/+1
* Support width propertybptato2021-12-131-1/+1
* Support ::before, ::after pseudo elementsbptato2021-12-131-3/+9
* Avoid negative fromxbptato2021-12-051-1/+1
* Change configuration format to tomlbptato2021-12-051-1/+1
* Fix last line not being updated by SwapOutputbptato2021-11-271-0/+5
* Fix displayBufferSwapOutputbptato2021-11-241-37/+55
* Fix some cursor movement bugsbptato2021-11-231-19/+36
* Allow matching root element, write last buffer display line instantlybptato2021-11-231-0/+1
* Fix a refreshDisplay bugbptato2021-11-231-1/+1
* Support CSS descendant combinatorsbptato2021-11-231-6/+2
* Bugfixes & documentationbptato2021-11-201-20/+16
* Refactor cascading logic and css valuesbptato2021-11-191-1/+2
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-19/+41
* Ignore final newline in source viewbptato2021-11-191-5/+6
* Various performance optimizations (...part two)bptato2021-11-191-40/+53
* Operation "get rid of FlexibleCell" part onebptato2021-11-191-7/+5
* Abstract away FlexibleCell, fix pageUp/pageDownbptato2021-11-151-42/+25
* Profiling and more CSS compatibilitybptato2021-11-151-9/+17
* Try to output as little as possible with reshapebptato2021-11-151-13/+2
* Fix some whitespace bugsbptato2021-11-151-15/+16