50 most recent check-ins
2023-08-30
| ||
10:38 | Enhanced a test case so that it shows compass points for "file" objects. (Leaf check-in: d6f80b1ab3 user: drh tags: trunk) | |
2023-08-23
| ||
15:57 | Fix text positioning of lines with negative thickness. (check-in: 5b5ad53f27 user: drh tags: trunk) | |
15:33 | Zero-thickness objects draw the background but not the outline. (check-in: f30f1fe186 user: drh tags: trunk) | |
2023-08-12
| ||
19:20 | It seems like the "same" operator should not mess with layout direction. See forum thread 75a2220c44. (check-in: 62b766efe8 user: drh tags: trunk) | |
2023-08-09
| ||
16:37 | Update description of pikchr-cmd, per its author's request. (check-in: 97bb6ad73d user: stephan tags: trunk) | |
2023-08-07
| ||
00:48 | Add link to pikchr-cmd, from /forumpost/a4a30d08e1. (check-in: 041648e3ae user: stephan tags: trunk) | |
2023-07-23
| ||
11:57 | Typo fixes reported in the forum. (check-in: 589586a89e user: stephan tags: trunk) | |
2023-05-26
| ||
11:37 | Typo fix, reported on the forum. (check-in: 6d40a5f041 user: wyoung tags: trunk) | |
09:26 | Fixed assorted typos, clarity errors, and formatting problems in the docs. Most were reported on the forum by brickviking (here and here) but I found and fixed a few more while in there. (check-in: 8c0dfc5431 user: wyoung tags: trunk) | |
2023-05-18
| ||
16:57 | Remove the artificial enlargement of "mono" text, as that seems not to be necessary when the output is rendered by Fossil. Must be some kind of CSS issue. (check-in: 03664a38cf user: drh tags: trunk) | |
14:16 | Add support for the "monospace" (alias "mono") text attribute. (check-in: 65174bac21 user: drh tags: trunk) | |
14:10 | Adjust the font size and text length computations for monospace. (Closed-Leaf check-in: 22e2a2c622 user: drh tags: monospace) | |
13:14 | "mono italic" test case added. (check-in: fc34d765e1 user: drh tags: monospace) | |
13:07 | Experimental support for the "mono" and "monospace" text attributes. (check-in: 0204bf9187 user: drh tags: monospace) | |
12:57 | Add the narrow.pikchr test case. This should have been part of [21ca6b843d65c404], I think. (check-in: 2fa0a525f8 user: drh tags: trunk) | |
2023-04-14
| ||
13:24 | Doc typo fix reported in /forumpost/4e01fef7d9. (check-in: dc29638e0f user: stephan tags: trunk) | |
2023-02-04
| ||
15:55 | Add a link to Adamantine Pick, a pikchr extension for the Obsidian knowledge-base app. (check-in: c35c195471 user: stephan tags: trunk) | |
2022-12-07
| ||
11:14 | Avoid unnecessary rounding of coordinates in the generated SVG. Forum post b571590af6. (check-in: 21ca6b843d user: drh tags: trunk) | |
2022-12-04
| ||
21:04 | Add "External Link" entry for the Lua-based pikchr pandoc filter. (check-in: b73db28992 user: stephan tags: trunk) | |
2022-10-17
| ||
18:14 | Add mdbook-pikchr to External Links section. (check-in: d690d1fd06 user: stephan tags: trunk) | |
17:07 | Mention the "behind" attribute in the differences and user manual documents. Forum post e172c0c950. (check-in: 4c664f2898 user: drh tags: trunk) | |
2022-10-02
| ||
03:42 | Minor emsdk doc update. (check-in: beb9c85f38 user: stephan tags: trunk) | |
2022-09-30
| ||
23:37 | Added a link to David Weil's node.js pikchr module, sent to me off-list. (check-in: 7f0e44a56a user: stephan tags: trunk) | |
2022-08-21
| ||
10:41 | Discuss the PIKCHR_TOKEN_LIMIT in the differences page. (check-in: 0ed99dd6c1 user: drh tags: trunk) | |
2022-07-30
| ||
09:22 | Update the built-in Lemon to the latest code from the SQLite project. (check-in: 96a8210609 user: drh tags: trunk) | |
2022-07-28
| ||
19:32 | Added fiddle/README.md, which explains how to get the fiddle app up and running. (check-in: 8c932ccd43 user: stephan tags: trunk) | |
18:57 | Pulled in minor fiddle changes from the fossil tree. (check-in: 0c517dfe5e user: stephan tags: trunk) | |
18:44 | Changed the /fiddle build to name the output files pikchr.js/wasm instead of fiddle-module.js/wasm to avoid having to make manual edits when porting them over to fossil. (check-in: 77485e8ed8 user: stephan tags: trunk) | |
14:40 | Allow any value for HEADING. Convert it to -360..360 before use. Forum post 56140a59018db001 (check-in: ca92b3a952 user: drh tags: trunk) | |
00:32 | Add Ryan's spider-web Pikchr script as an example. (check-in: ce9880de2f user: drh tags: trunk) | |
2022-06-20
| ||
06:51 | Help text typo fix and added a mention that all output goes to stdout, as suggested in [e3a1e165ab799e64]. No code changes. (check-in: d9ee756594 user: stephan tags: trunk) | |
2022-06-17
| ||
12:29 | Added a link to another 3rd-party integration of pikchr: the 8th programming language. (check-in: 684244a6ac user: stephan tags: trunk) | |
2022-06-14
| ||
17:41 | Expanded [43eb7d998415] to permit digits in HTML entities after the first character, to allow for sup2, frac12, and similar entities. Reported in [dcf1418ef16f]. (check-in: a28bee7108 user: stephan tags: trunk) | |
15:25 | Minor doc correction and code style tweak to the previous checkin. No functional changes. (check-in: b5a5779c8d user: stephan tags: trunk) | |
14:32 | When outputing HTML-escaped text and an ampersand is encountered, only transform it to an HTML entity if it looks like it's not one already. HTML entities are left as is, noting that we do only a syntactic check and not a test for whether the entity is a standard/known one. This replaces [aca3d2dc1a00], reverting the doc changes made by that checkin. (check-in: 43eb7d9984 user: stephan tags: trunk) | |
09:33 | Replaced ampersand-deg-semicolon escape sequences in pikchr string literals in various docs with a degree symbol to work around that escape sequence having been broken by [641b4ff2e552183c]. Extended the comment about ampersand escaping in pik_append_text(). No code changes. (Closed-Leaf check-in: aca3d2dc1a user: stephan tags: mistake) | |
2022-06-06
| ||
23:51 | Removed some duplicated docs, one copy of which was out of date. (check-in: 1ecd389f95 user: stephan tags: trunk) | |
23:48 | Extended the wasm binding to optionally make use of all of the pikchr() arguments and return more info, e.g. width/height, in the result object. Fixed shift-enter behavior. (check-in: 701ca358b9 user: stephan tags: trunk) | |
17:43 | Minor fiddle app cleanups made while porting it to fossil. (check-in: 667d6f9497 user: stephan tags: trunk) | |
13:09 | Added build of gzip-compressed forms of the fiddle/ files, for use with althttpd's new gzip support. (check-in: f79fb1cec1 user: stephan tags: trunk) | |
2022-05-28
| ||
23:19 | Updated the fiddle TODOs. (check-in: 4b3db84d9a user: stephan tags: trunk) | |
23:05 | fiddle: initial impl of auto-update of SVG while typing (enabled with new checkbox). Works but may need tweaks for the precise preferred timing (currently 800ms debounce) and skiping update for certain keys/situations. (check-in: 5180e89672 user: stephan tags: trunk) | |
11:57 | fiddle: made the config checkboxes persistent. (check-in: 5a99e63fc1 user: stephan tags: trunk) | |
2022-05-27
| ||
20:48 | fiddle: removed a superfluous layer of indirection. (check-in: 675a6dc497 user: stephan tags: trunk) | |
20:16 | Fiddle: accounted for case of empty pikchr script, which produces an HTML comment as output. Renamed the inherited sqlite-centric symbol names to pikchr-centric ones. (check-in: d748a2a438 user: stephan tags: trunk) | |
19:32 | fiddle: simplified some duplicated if/else logic and made renderAutoScale=false the default. (check-in: 1312a45b42 user: stephan tags: trunk) | |
19:28 | Initial version of a wasm/JS pikchr "fiddle" app. Requires emscripten to build. Several TODOs remain but it essentially works. (check-in: 5403316e07 user: stephan tags: trunk) | |
2022-04-25
| ||
01:28 | Correctly adjust the bounding box when the size of a circle is set using "diameter". Fix for ticket [4449371aa4d8ed2b]. (check-in: 3d15c0920a user: drh tags: trunk) | |
2022-04-22
| ||
13:58 | Added new external project links which were posted to /forumpost/8b18c6b6bd. (check-in: 20ee883247 user: stephan tags: trunk) | |
2022-04-05
| ||
14:39 | Limit the number of tokens that can be processed in a single script to avoid an exponential macro-expansion attack, such as described by forum thread 6b9b95de35. (check-in: 221988914e user: drh tags: trunk) | |