about summary refs log tree commit diff stats
path: root/src/client.nim
Commit message (Expand)AuthorAgeFilesLines
* Incremental search fixesbptato2022-07-251-0/+3
* Link to libcurlbptato2022-07-241-1/+6
* Improved incremental search: support unicodebptato2022-07-231-9/+24
* Add search functionbptato2022-07-221-10/+108
* Fix console.logbptato2022-07-181-1/+1
* Fix page reloadingbptato2022-07-151-1/+1
* Initial QuickJS integrationbptato2022-07-131-4/+75
* Fix not being able to load local files with ?, #, etcbptato2022-02-191-2/+8
* Fix page reload bugsbptato2022-02-121-5/+1
* Cleanup form method codebptato2022-02-081-1/+1
* Implement formsbptato2022-01-291-10/+13
* Fix some path bugs and misc. warningsbptato2022-01-251-3/+5
* Support external stylesheetsbptato2022-01-231-22/+9
* Rebrand programbptato2022-01-221-27/+31
* Fix page navigationbptato2022-01-221-32/+31
* Fix percent encoding function and local percent encoded pathsbptato2022-01-191-1/+1
* Implement basic media query supportbptato2021-12-271-20/+30
* Basic content type implementationbptato2021-12-261-23/+29
* Proper URL handlingbptato2021-12-261-78/+115
* Refactor buffer rendering proceduresbptato2021-12-231-1/+5
* Use a linked list for buffers, allow pipe as outputbptato2021-12-211-75/+51
* No anchor error messagebptato2021-12-211-6/+14
* Honestly I'm not sure what I added here...bptato2021-12-211-40/+116
* Add client for buffer controlbptato2021-12-201-0/+173