Pikchr

Timeline
Login

8 check-ins using file pikchr.c version fb13a52cd1

2021-04-07
01:30
Fix typo on the how-to-build diagrams. (check-in: 90b6d5b4a3 user: drh tags: trunk)
2021-03-04
01:51
Fix a typo in the how-to-build document. (check-in: 545b29bf49 user: drh tags: trunk)
2021-03-02
16:22
Update the skin change URLs to conform to the new skinning mechanism in Fossil. (check-in: c3b1c3e3ec user: drh tags: trunk)
13:59
Make use of the new "skin=" query parameter instead of "skn_X" to change between skins in order to demonstrate dark mode. (check-in: b72af84f0d user: drh tags: trunk)
2021-02-22
12:06
Change "path-element" to "path-attribute" in the grammar, for consistency. (check-in: 1eb90e5a01 user: drh tags: trunk)
2021-02-14
02:15
Add the special "this" objectname that refers to the object under construction. No documentation (yet). (check-in: 4a13f3a46e user: drh tags: trunk)
02:14
Add a test case for the "this" objectname. (Closed-Leaf check-in: b7966b5bfb user: drh tags: this-keyword)
00:32
Accept the object name "this" referring to the object under construction. See forum post 48cec7c89e for an explanation of why this might be useful. I'm still somewhat dubious, since not all attributes of "this" are necessarily defined at the point when it is invoked. Need to thing about this. (check-in: 3542e32d0b user: drh tags: this-keyword)