about summary refs log tree commit diff stats
path: root/src/version.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove submodulesbptato2025-01-181-32/+0
| | | | | I got tired of submodules. This commit doesn't build; subtrees incoming...
* env, dom: add crypto.getRandomValues, HTMLInputElement.filesbptato2025-01-161-1/+1
|
* Update monouchabptato2025-01-131-1/+1
|
* Update chamebptato2025-01-031-1/+1
|
* Update monouchabptato2024-12-261-1/+1
|
* Update chagashibptato2024-12-071-1/+1
|
* Update monouchabptato2024-11-251-1/+1
|
* dom: add document named property getter, update monouchabptato2024-11-221-1/+1
|
* Update chamebptato2024-11-221-1/+1
|
* Update monoucha, fix some JS testsbptato2024-11-181-1/+1
|
* Update monouchabptato2024-11-161-1/+1
|
* Update monouchabptato2024-11-091-1/+1
|
* Fix some C warnings, more makefile vars, etc.bptato2024-11-081-1/+1
| | | | | | | * add some more env vars to makefile * remove fpermissive from GCC builds * update Monoucha * fix borked seccomp filter length safety check (ugh)
* Update monouchabptato2024-10-281-1/+1
|
* Update monouchabptato2024-10-121-3/+3
|
* Update Chagashibptato2024-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
|