Tkpath

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2018-02-28
13:00
Added image command and markdown documentation Leaf check-in: 9edd0a1e32 user: rene tags: master, trunk
11:24
Inserted changed from androwish.org check-in: a869da5dcc user: rene tags: master, trunk
2015-03-02
14:06
macosx: implements multiline ptext check-in: ebaec5b8f5 user: zbojthe@omnetpp.org tags: master, trunk
12:36
bugfix: 'coords' command with arrows check-in: a7e66ecce3 user: zbojthe@omnetpp.org tags: master, trunk
11:08
arrows: disable dash on arrowhead check-in: 4f91f4d987 user: zbojthe@omnetpp.org tags: master, trunk
2015-02-27
10:49
macosx: dash vector multiplied with strokeWidth check-in: a731c02841 user: zbojthe@omnetpp.org tags: master, trunk
2015-02-26
16:38
linux: implements multiline ptext check-in: 430f1776ae user: zbojthe@omnetpp.org tags: master, trunk
16:37
disable some printf check-in: a0b92dd51c user: zbojthe@omnetpp.org tags: master, trunk
13:43
macosx: fixed clip region bug check-in: c6e16d4e87 user: zbojthe@omnetpp.org tags: master, trunk
09:24
better condition for: windows: pimage fix: halo of top pixel row appeared at bottom check-in: 7a80fcf0cc user: zbojthe@omnetpp.org tags: master, trunk
09:23
linux: pimage fix: halo of top pixel row appeared at bottom solution: do not set CAIRO_EXTEND_REPEAT when not needed check-in: e3b7d4be52 user: zbojthe@omnetpp.org tags: master, trunk
2015-02-25
15:02
doc: documented supported values for linecap/linejoin/state check-in: 6495a0baa9 user: andras@omnetpp.org tags: master, trunk
14:36
windows: pimage fix: halo of top pixel row appeared at bottom check-in: c93b2b73b8 user: andras@omnetpp.org tags: master, trunk
13:16
build: fixed build errors on linux/windows check-in: 608b3a1014 user: rudi@omnetpp.org tags: master, trunk
2015-02-24
15:40
ellipse, circle: 'move' bug check-in: 2920201c26 user: zbojthe@omnetpp.org tags: master, trunk
15:11
'move' bugfix check-in: 99fa9d0262 user: zbojthe@omnetpp.org tags: master, trunk
2015-02-23
14:30
build: fixed fat binary build on Mac OS X 10.10 check-in: 38d7d4478e user: zsolt@omnetpp.org tags: master, trunk
10:02
remove rounding bug ("move" was moved objects with rounded deltas) check-in: 626a786618 user: zbojthe@omnetpp.org tags: master, trunk
2014-12-15
12:43
modified configure script to build GC capable fat binary (i386, x86_64) check-in: b27ad1832a user: andras@omnetpp.org tags: master, trunk
2014-11-21
20:49
Fix file modes check-in: c4c011d847 user: andrew@shadura.me tags: master, trunk
2014-10-27
12:58
pimage: bugfix: bbox was too small check-in: 75375f17e1 user: zbojthe@omnetpp.org tags: master, trunk
12:57
pimage: added -anchor {n|w|s|e|nw|ne|sw|se|c} check-in: 92b8ea7daa user: zbojthe@omnetpp.org tags: master, trunk
11:58
ChangeLog updated check-in: c67bf4e1d5 user: zbojthe@omnetpp.org tags: master, trunk
11:56
pline, polyline, path: added/implemented arrowhead options check-in: d2eed6b430 user: zbojthe@omnetpp.org tags: master, trunk
11:46
pimage: added -srcregion { x1 y1 x2 y2 } option check-in: 7d093b4ced user: zbojthe@omnetpp.org tags: master, trunk
11:41
pimage: added -interpolation {none|fast|best} option check-in: 8fb8ef6c70 user: zbojthe@omnetpp.org tags: master, trunk
11:39
pimage: implemented/added -fillopacity 0.0-1.0 -tintcolor COLOR -tintamount 0.0-1.0 options WIN codes written by Andras Varga check-in: 2124842bc4 user: zbojthe@omnetpp.org tags: master, trunk
11:36
ptext: added -filloverstroke BOOLEAN option check-in: 69f1f48d49 user: zbojthe@omnetpp.org tags: master, trunk
11:34
ptext: -textanchor: extended with n|w|s|e|nw|ne|sw|se|c check-in: d6eae2945d user: zbojthe@omnetpp.org tags: master, trunk
2014-10-22
16:13
added WhatsNew file check-in: 26d02aeb16 user: andras@omnetpp.org tags: master, trunk
15:12
demos: editing; try loading tkpng in case Tk needs it to load PNGs check-in: d81be07ea2 user: andras@omnetpp.org tags: master, trunk
14:22
README.txt: editing check-in: 5699cdd7de user: andras@omnetpp.org tags: master, trunk
2014-10-21
13:37
demos: fixes for run all.tcl check-in: 8af01ec6e0 user: zbojthe@omnetpp.org tags: master, trunk
12:36
demos: require tkpath 0.3.3 check-in: 509484c766 user: zbojthe@omnetpp.org tags: master, trunk
12:19
change tkpath version to 0.3.3 check-in: c82a45a7a0 user: zbojthe@omnetpp.org tags: master, trunk
11:33
linux,macosx: imagetint: added integer arithmetic calculation instead of float arithmetic calculation check-in: a394a373e0 user: zbojthe@omnetpp.org tags: master, trunk
07:40
linux: gradientfill: fixed gradient fill method conversion for cairo check-in: 7b89f272a7 user: zbojthe@omnetpp.org tags: master, trunk
2014-10-20
11:45
line: removed unused variables check-in: 4eb87446c5 user: zbojthe@omnetpp.org tags: master, trunk
11:42
macosx: fix for fill with gradients and -fillopacity check-in: 9f6a3a3f39 user: andras@omnetpp.org tags: master, trunk
2014-10-17
14:00
doc: ptext: new/modified options -textanchor -fontslant -fontweight -filloverstroke check-in: a1cd7b5962 user: zbojthe@omnetpp.org tags: master, trunk
13:59
doc: tab to space, remove trailing spaces check-in: 1ddfa7ae56 user: zbojthe@omnetpp.org tags: master, trunk
09:41
doc: pline, polyline, path: added arrowhead options check-in: 26aae6ed77 user: zbojthe@omnetpp.org tags: master, trunk
09:23
demos: textproperties -fontweight normal|bold -fontslant normal|italic|oblique -fill -filloverstroke -fillopacity -stroke -strokewidth -strokeopacity check-in: 8cea722cdb user: zbojthe@omnetpp.org tags: master, trunk
2014-10-16
14:30
demos: added gradientsalpha demo check-in: 5430b1cefb user: zbojthe@omnetpp.org tags: master, trunk
13:44
demos: pimage: added -interpolation {none|fast|best} option check-in: da76d0d777 user: zbojthe@omnetpp.org tags: master, trunk
13:35
demos: pimage: -srcregion check-in: 3aaf28dcaf user: zbojthe@omnetpp.org tags: master, trunk
10:27
demos: added arrowhead demos check-in: 2b3fda3123 user: zbojthe@omnetpp.org tags: master, trunk
2014-10-15
09:35
pimage: print error to stderr when detected an unaccepted pixel format check-in: cd7ef76dd9 user: zbojthe@omnetpp.org tags: master, trunk
07:59
linux: pimage: bugfix: Cairo expects RGB premultiplied by alpha check-in: 7c6b42f514 user: zbojthe@omnetpp.org tags: master, trunk
2014-10-14
14:16
demos: added imagealpha demo check-in: 27c67b18ae user: zbojthe@omnetpp.org tags: master, trunk