Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-08-22
| ||
06:39 | Merged from havepandoc Leaf check-in: 5494695e07 user: alex tags: trunk | |
06:37 | autoconf 2.72 Closed-Leaf check-in: c43bc8cf44 user: alex tags: havepandoc | |
00:24 | Merged from trunk. Leaf check-in: 8362f17099 user: rolf tags: docx | |
2025-08-21
| ||
22:40 | More tweaks to make ooxml compatible with tdom 0.9.6. check-in: abd8521a2c user: rolf tags: trunk | |
22:22 | Made the xlsx-* examples work with tdom 0.9.6. check-in: 1d3ac010f2 user: rolf tags: trunk | |
20:56 | Enhanced the buiild description for wml content to mark keys in key value option values as required, with or without default. Used for pgMar which has only required attribures. check-in: d8e0f9d258 user: rolf tags: docx | |
2025-08-19
| ||
22:36 | Made the generated WordprocessingML "more valid" (although even Microsoft products digested what was created so far). check-in: 5cc20bc5c9 user: rolf tags: docx | |
2025-08-08
| ||
10:37 | Changed makefile so that it does not raise error in case of make all or make doc and pandoc is not installed. check-in: 11d806adbb user: rolf tags: havepandoc | |
2025-08-07
| ||
00:40 | wip Leaf check-in: b0a6d2db5c user: rolf tags: commentrange | |
2025-07-31
| ||
22:55 | Work on documentation helper script. check-in: 041132a4c3 user: rolf tags: docx | |
2025-07-27
| ||
22:11 | Added more table row properties. check-in: 36966e624b user: rolf tags: docx | |
17:12 | Added the -headerrow option to table rows, enabling repeated header rows on subsequent pages a table spans about. check-in: a00ceef10e user: rolf tags: docx | |
2025-07-25
| ||
15:50 | Minor work on documentation. Started helper script to generate markdown for options and option values. check-in: 04c9ec5765 user: rolf tags: docx | |
2025-07-20
| ||
13:43 | Removed left over code line from rewrite of earlier version. check-in: fdae1872a1 user: rolf tags: docx | |
02:21 | Fixed the last commit. check-in: e4234973d5 user: rolf tags: docx | |
02:10 | Ensure that every footnote and endnote have a footnoteRef/endnoteRef element. check-in: bfc010c327 user: rolf tags: docx | |
2025-07-19
| ||
15:02 | Work on the developer documentation. check-in: ead3052132 user: rolf tags: docx | |
2025-07-18
| ||
09:11 | Fixed fall-out of namespace variable resolution quirk for Tcl < 9.0. check-in: 6afa429b9f user: rolf tags: docx | |
2025-07-17
| ||
23:31 | More field types for the field method- check-in: 9b59794c90 user: rolf tags: docx | |
23:01 | Added more table cell options. check-in: f8b1bdff73 user: rolf tags: docx | |
22:46 | Improved bookmark support. check-in: e53b56c658 user: rolf tags: docx | |
12:54 | Fixed the package provide lines to be in sync what pkgIndex.tcl say. Added internal code to be used to generate documentation stubs. check-in: b91fba1669 user: rolf tags: docx | |
2025-07-16
| ||
12:27 | More user friendly error stack also for textbox body scripts. check-in: 3ba1d156be user: rolf tags: docx | |
00:58 | Just take all XML files over from the given .docx with the exception of document.xml. check-in: b53a9cf053 user: rolf tags: docx | |
2025-07-14
| ||
23:49 | Added footnotes/endnotes. check-in: 2eab3e6a6c user: rolf tags: docx | |
23:49 | Improved error handling code. Closed-Leaf check-in: 727a52e7fa user: rolf tags: footendnote | |
2025-07-09
| ||
12:59 | Footnotes and endnotes basically work. check-in: 742deb7eb7 user: rolf tags: footendnote | |
08:31 | Corrected typo. check-in: d0e200da37 user: rolf tags: docx | |
2025-06-30
| ||
23:32 | Improved error messages. Removed not used type check. check-in: 14912390c7 user: rolf tags: docx | |
00:24 | More user friendly error messages. check-in: 0f268beb70 user: rolf tags: docx | |
2025-06-28
| ||
00:07 | Added restart numbering. check-in: 600d2bec21 user: rolf tags: docx | |
2025-06-26
| ||
22:48 | Improved error behaviour of the image method. check-in: ee98709d00 user: rolf tags: docx | |
22:25 | Made textbox in docx-example1.tcl also work with w365. check-in: f2d90cf49f user: rolf tags: docx | |
17:41 | wip Closed-Leaf check-in: 35669f0553 user: rolf tags: docx-textbox | |
2025-06-21
| ||
22:56 | Fixed listings: the sequence model of w:numbering has all w:abstractNum elements before the w:num elements. check-in: 57f3652094 user: rolf tags: docx | |
22:00 | wip Closed-Leaf check-in: 6d48cb1ed2 user: rolf tags: docx-numbering | |
2025-06-18
| ||
00:24 | Added some very rought documentation. check-in: fc29503936 user: rolf tags: docx | |
2025-06-16
| ||
10:30 | Fixed Add2Content_Types. check-in: cb7e402644 user: rolf tags: docx | |
2025-06-15
| ||
00:18 | Error handling fixes. check-in: 67e8c9139c user: rolf tags: docx | |
2025-06-13
| ||
09:32 | Fixed formatting of error msg for invalid values to options. Replace german text in example file. check-in: 0a684cbad4 user: rolf tags: docx | |
2025-06-11
| ||
22:48 | Added methods addXML and textbox. check-in: 2f231a1083 user: rolf tags: docx | |
22:44 | Made AddXML public (as addXML). Made the textbody bodyPr attributes configurable. Closed-Leaf check-in: cc01382c6d user: rolf tags: textboxes | |
21:13 | Works also for Word now. Added method AddXML to insert plain XML into the document. check-in: 90d08f338e user: rolf tags: textboxes | |
21:10 | Digression finished. Closed-Leaf check-in: 4a9f0223ed user: rolf tags: textboxes-wip | |
2025-06-07
| ||
23:41 | Its the pctWidth and pctHeight elements ... check-in: 816d6b0108 user: rolf tags: textboxes-wip | |
15:15 | wip check-in: 5ae1a49432 user: rolf tags: textboxes-wip | |
14:39 | Preliminaries to make bodyPr attributes user configurable. check-in: cc3260ecea user: rolf tags: textboxes | |
00:40 | Libreoffice already grok it to some degree. check-in: 717c024260 user: rolf tags: textboxes | |
2025-06-06
| ||
00:16 | Added the field type numpages (number of pages in the document, allowing things like "Page x from y"). check-in: 78ad529596 user: rolf tags: docx | |
00:00 | Added the -noProof option to text. Changed the normalized value of ST_OnOff types to be on the secure side (impedance between wml documentation and xsd). Made images possilbe in header and footer (which requires individual files in _rels for each header/footer). check-in: 480511505e user: rolf tags: docx | |