| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor img/* | bptato | 2024-09-15 | 3 | -648/+0 |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -3/+3 |
* | canvas: make sure we don't link to QJS | bptato | 2024-09-01 | 2 | -33/+25 |
* | path: fix swap bug, refactor lines | bptato | 2024-09-01 | 1 | -15/+19 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -68/+62 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 1 | -6/+10 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -1/+2 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 2 | -9/+15 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 3 | -512/+6 |
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 1 | -1/+1 |
* | img: rename SEGMENT_* | bptato | 2024-05-09 | 1 | -16/+15 |
* | png: fix check in readU8 | bptato | 2024-04-27 | 1 | -1/+1 |
* | png: fix indexed color with tRNS | bptato | 2024-04-27 | 1 | -5/+7 |
* | color: RGBAColor -> ARGBColor | bptato | 2024-04-26 | 3 | -21/+21 |
* | Remove unnecessary unsigned casts | bptato | 2024-04-26 | 1 | -16/+16 |
* | png: fix off by one | bptato | 2024-04-25 | 1 | -3/+1 |
* | Initial image support | bptato | 2024-04-25 | 1 | -18/+49 |
* | Update code style | bptato | 2024-04-17 | 4 | -102/+102 |
* | Remove unnecessary std/math imports | bptato | 2024-04-08 | 1 | -5/+3 |
* | Allow non-RGB colors in CSS | bptato | 2024-02-24 | 1 | -1/+1 |
* | Use errDOMException template everywhere | bptato | 2024-01-11 | 1 | -6/+6 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 3 | -6/+6 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -2/+2 |
* | warn on eprint in release mode | bptato | 2023-10-21 | 1 | -1/+2 |
* | move around more modules | bptato | 2023-09-14 | 1 | -1/+1 |
* | path: remove ellipseLines | bptato | 2023-08-28 | 1 | -26/+0 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+1 |
* | png: print zstream errors | bptato | 2023-07-04 | 1 | -1/+5 |
* | painter: fix off by one error in getCharBmp | bptato | 2023-07-04 | 1 | -2/+2 |
* | png: fix grayscale regression | bptato | 2023-06-29 | 1 | -1/+1 |
* | Move CanvasFillRule from bitmap to painter | bptato | 2023-06-26 | 2 | -4/+4 |
* | png: fix 4 bit grayscale & <8 bit indexed color | bptato | 2023-06-25 | 1 | -6/+17 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -12/+17 |
* | Make Result.text, json return promise | bptato | 2023-06-13 | 1 | -1/+0 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -3/+3 |
* | Add indexed color, other png improvements | bptato | 2023-06-09 | 1 | -22/+71 |
* | Refactor bitmap, add png color modes | bptato | 2023-06-06 | 3 | -591/+623 |
* | Fix stupid overflow | bptato | 2023-06-05 | 1 | -3/+3 |
* | Fix 16bit grayscale bug | bptato | 2023-06-05 | 1 | -1/+1 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 2 | -0/+1050 |