about summary refs log tree commit diff stats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* twtstr: replace bisearch with stdlib binarySearchbptato2022-02-191-20/+2
* Fix not being able to load local files with ?, #, etcbptato2022-02-191-0/+8
* Implement formsbptato2022-01-291-13/+25
* Implement text-align and <center>bptato2022-01-291-6/+5
* Fix potential crash in next link commandbptato2022-01-261-1/+1
* Zero-width characters don't break wordsbptato2022-01-251-3/+3
* Fix some path bugs and misc. warningsbptato2022-01-251-4/+1
* Make non-alphabetic characters break wordsbptato2022-01-241-9/+3
* Fix page navigationbptato2022-01-221-0/+8
* Re-implement marginsbptato2022-01-221-1/+7
* Fix percent encoding function and local percent encoded pathsbptato2022-01-191-5/+13
* Implement basics of new layout enginebptato2022-01-181-0/+1
* Add punycode supportbptato2021-12-291-12/+84
* Proper URL handlingbptato2021-12-261-4/+77
* Fix pager bugsbptato2021-12-231-1/+1
* Honestly I'm not sure what I added here...bptato2021-12-211-0/+3
* Fix and implement cursor movement commandsbptato2021-12-201-12/+3
* Fix cursorPrevWord, cursorNextWordbptato2021-12-191-1/+5
* Fix html parser bugsbptato2021-12-191-0/+3
* More configuration optionsbptato2021-12-191-62/+69
* More code formatting consistencybptato2021-12-171-3/+2
* Some parser fixesbptato2021-12-151-10/+13
* Add roman list style typebptato2021-12-151-17/+32
* Add lists, function selector fixesbptato2021-12-141-1/+102
* Support more colors, config.nim refactoringbptato2021-12-101-4/+2
* Change configuration format to tomlbptato2021-12-051-10/+78
* Support CSS word breakbptato2021-11-231-1/+1
* Fix delete characterbptato2021-11-201-2/+20
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-0/+26
* Store pixels per character/rowbptato2021-11-141-17/+3
* Parse ansi escape codes when displaying plain textbptato2021-11-131-4/+4
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-0/+19
* Colors, italic, bold, read from pipebptato2021-11-121-19/+17
* Layout engine improvements, use author style sheetbptato2021-11-101-17/+19
* Get rid of some old code, work on css property handlingbptato2021-08-111-11/+20
* Implement CSS display none in box renderer etc.bptato2021-08-081-0/+11
* Reorganize importsbptato2021-08-071-1/+1
* Refactoring in buffer.nimbptato2021-08-061-2/+0
* Refactor display.nim and twtio.nimbptato2021-08-061-0/+13
* Implement new buffer model which supports X coordsbptato2021-08-054-19/+14
* Remove static radix tree and small/full buildsbptato2021-08-052-151/+5
* more stuffbptato2021-08-051-4/+101
* CSS selectors and re-organizationbptato2021-07-303-0/+775
='#n451'>451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502