Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed dependency on external pdf4tcl. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
76569fcd88a11a22e86a22af909298fc |
User & Date: | peter 2007-02-17 04:26:36.000 |
Context
2007-02-17
| ||
04:28 | First working pdf print. check-in: 1d6b23a0da user: peter tags: trunk | |
04:26 | Removed dependency on external pdf4tcl. check-in: 76569fcd88 user: peter tags: trunk | |
2007-01-30
| ||
10:13 | Consider dirs equal, thus not showing up in only diffs. Check dirdiff filters for listness. check-in: 052b55abac user: peter tags: trunk | |
Changes
Changes to src/printobj.tcl.
︙ | ︙ | |||
18 19 20 21 22 23 24 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- | < | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- package require pdf4tcl package require snit snit::type eskilprint { component pdf delegate method * to pdf |
︙ | ︙ |