about summary refs log tree commit diff stats
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* Add some command line fixes, fix related bugsbptato2022-01-251-1/+3
* Disallow different scheme in link tagsbptato2022-01-251-4/+5
* Fix stylesheet containment bugbptato2022-01-251-2/+11
* Fix some path bugs and misc. warningsbptato2022-01-252-5/+8
* Refactorbptato2022-01-241-1/+1
* Fix node to cell mappingbptato2022-01-242-51/+47
* Fix incorrect canvas width and whitespace bugsbptato2022-01-231-2/+3
* Use pixels as the base unit for the layoutbptato2022-01-231-3/+3
* Consider cell ratio when calculating lengthsbptato2022-01-231-2/+5
* Support external stylesheetsbptato2022-01-232-1/+49
* 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-262-10/+36
* Proper URL handlingbptato2021-12-262-67/+87
* Refactor formatting, improve buffer cursor movementbptato2021-12-252-160/+93
* Fix pager bugsbptato2021-12-232-66/+98
* 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-213-99/+72
* Add client for buffer controlbptato2021-12-201-115/+46
* Implement gotoAnchorbptato2021-12-201-8/+16
* Fix and implement cursor movement commandsbptato2021-12-202-75/+164
* Fix cursorPrevWord, cursorNextWordbptato2021-12-191-65/+81
* Add commands for vertical navigation on displayed linebptato2021-12-191-1/+15
* Fix pager mode formattingbptato2021-12-192-26/+26
* 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-174-11/+11
* Length unit fixesbptato2021-12-151-0/+6
* Do not render text outside of bufferbptato2021-12-151-4/+10
* Use bit fields in cell formattingbptato2021-12-152-17/+52
* 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
* Support more colors, config.nim refactoringbptato2021-12-101-8/+8
* Avoid negative fromxbptato2021-12-051-1/+1
* Change configuration format to tomlbptato2021-12-052-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-232-19/+37
* 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-202-23/+16
* Refactor cascading logic and css valuesbptato2021-11-191-1/+2