Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file auto.def version 9f7f7ece32
2022-06-08
| ||
10:09 | build.wiki: added notes about emsdk requirements and keeping it up to date. ... (check-in: b256c5bc7b user: stephan tags: pikchrshow-wasm) | |
10:08 | Added mjs (ES6 modules) mimetype. Changed JS mimetype from application/javascript to text/javascript to conform with the HTML spec. application/javascript is commonly used in the wild. ... (check-in: a54a2c6ac3 user: stephan tags: pikchrshow-wasm) | |
08:44 | Added missing section numbers 7.0 and 8.0 to the two newest sections in build.wiki. ... (check-in: fb9f3dcce6 user: stephan tags: pikchrshow-wasm) | |
07:54 | Added mimetype image/vnd.microsoft.icon to the is-compressible list, per forum feedback. Consolidated strncmp() vs fossil_strncmp() into fossil_strncmp() in cgi.c for consistency's sake. ... (check-in: 3652b4d6bb user: stephan tags: pikchrshow-wasm) | |
07:36 | Based on discussions in [forum:f60dece061c364d1|forum thread f60dece061c364d1], (A) re-add the charset=utf-8 for text/* mimetypes, (B) extend the set of gzip-compressible mimetypes (e.g. JSON, wasm, tcl, tar), and (C) refactor (B)'s impl so that adding new types does not add a performance hit (it's faster now for most mimetypes). ... (check-in: 86db2d94c6 user: stephan tags: pikchrshow-wasm) | |
02:42 | Removed the unused/incomplete split-view widget. The current UI doesn't seem to need that level of manual size tuning. ... (check-in: ba1be566ae user: stephan tags: pikchrshow-wasm) | |
02:37 | Added a section to www/build.wiki explaining the pikchr WASM bits and how to rebuild them (required when updating pikchr.c). ... (check-in: ed51ec4ef6 user: stephan tags: pikchrshow-wasm) | |
2022-06-07
| ||
23:09 | Resolved auto-fit mode not rendering in Chromium. ... (check-in: 11f779039e user: stephan tags: pikchrshow-wasm) | |
22:34 | Resolved a slight layout mis-shift of the main input field introduced by the previous checkin. ... (check-in: 5b84e810c1 user: stephan tags: pikchrshow-wasm) | |
22:22 | Recompiled pikchr.js/wasm with latest emscripten. Fixed a left-shifted SVG truncation case. Ported example script selection from legacy pikchrshow into the new version. ... (check-in: 6c07b28636 user: stephan tags: pikchrshow-wasm) | |
18:05 | Added optional build infrastructure for using emcc so that we have a reproducible pikchr.wasm instead of an opaque 3rd-party blob. This adds the --with-emsdk configure flag. ... (check-in: 8f6886c905 user: stephan tags: pikchrshow-wasm) | |