about summary refs log tree commit diff stats
path: root/src/version.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update Chagashi HEAD masterbptato2024-10-051-1/+1
|
* Update monouchabptato2024-10-021-1/+1
|
* Update monouchabptato2024-09-291-1/+1
| | | | | Now we use QuickJS-NG, which is better maintained than QJS and has column tracking.
* Update monouchabptato2024-09-171-1/+1
| | | | I meant to fix this enum bug in the previous patch but then I forgot...
* dom: add forms, elements getter + misc fixesbptato2024-09-171-1/+1
| | | | | | | | | | | | * add document.forms * add form.elements * remove redundant jshasprop functions * use mpairs for attribute iteration (mpairs use pointers, but pairs copies) * fix remove() crash * fix remove() collection invalidation for children (if parent is not in the collection) * update monoucha
* Update chagashibptato2024-09-061-1/+1
|
* Update chagashibptato2024-09-011-1/+1
|
* Update monouchabptato2024-08-221-1/+1
|
* xhr: more progressbptato2024-08-151-1/+1
| | | | | | | | | | * add responseText, response * add net tests -> currently sync XHR only; should find a way to do async tests... * update monoucha -> simplified & updated some related code that no longer worked properly
* Update monouchabptato2024-08-091-1/+1
|
* Update monouchabptato2024-08-091-1/+1
|
* Update Chagashibptato2024-08-011-1/+1
|
* Update submodulesbptato2024-07-281-3/+3
|
* Update monouchabptato2024-07-181-1/+1
|
* Update monouchabptato2024-07-171-1/+1
|
* Update monouchabptato2024-06-221-2/+2
|
* buffer: decoding fixesbptato2024-06-141-1/+1
| | | | | | * simplify processData * set document charset on creation * update chagashi
* Update Chame, Chagashibptato2024-06-131-2/+2
|
* Move JS wrapper into Monouchabptato2024-06-031-0/+2
| | | | Operation "modularize Chawan somewhat" part 3
* Update code stylebptato2024-04-171-2/+2
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* Update Chamebptato2024-04-091-1/+1
|
* version: print error message on a single linebptato2024-03-141-4/+3
| | | | it's easier to see that it's a single message this way
* Update chamebptato2024-03-031-1/+1
|
* Update Chagashibptato2024-02-261-1/+1
|
* Update Chagashibptato2024-02-231-1/+1
|
* Replace Chakasu with Chagashibptato2024-02-221-2/+2
| | | | | | The API is horrid :( but at least it copies less. TODO: think of a better API.
* Update chamebptato2024-02-211-1/+1
|
* Update chamebptato2024-02-081-1/+1
|
* Update chamebptato2024-02-071-1/+1
|
* Use std/* imports everywherebptato2024-01-071-1/+1
|
* Update chamebptato2023-12-031-1/+1
|
* Update chakasubptato2023-11-171-1/+1
|
* Add innerHTML setterbptato2023-10-231-1/+1
| | | | yay
* update chakasubptato2023-10-221-1/+1
|
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-1/+1
|
* Update chamebptato2023-09-301-1/+1
|
* update chamebptato2023-09-241-1/+1
|
* update chakasubptato2023-09-241-1/+1
|
* update chamebptato2023-09-191-1/+1
| | | | and with that, resolve the unknown input type issue
* Update submodulesbptato2023-09-141-2/+2
|
* Move HTML parsing into Chamebptato2023-08-151-0/+2
| | | | Operation "modularize Chawan somewhat" part 2
* Move charsets into chakasubptato2023-08-141-0/+29
Operation "modularize Chawan somewhat" part 1