File: changes

package info (click to toggle)
tkpaint 1.4-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 992 kB
  • ctags: 156
  • sloc: tcl: 5,176; makefile: 62; sh: 2
file content (38 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1.1
-------
little bug fixes: zero width line, default open file was untitled.pic even
if it did not exist.

1.2
-------
Added bitmaps and photo images (gif/ppm/bmp/pgm)
bitmaps - editing background and foreground colors
Fixed "missing solid bitmap" bug among other bugs.
Canvas can be scrolled using "Control-Arrow-Keys", "Alt-Arrow-Keys".
Canvas dimensions = 1500x1500. Can stretch with "Contro-PageUp",
"Control-PageDown"

1.3
-------
Online help entry (down at the status bar).
some more bug fixes.
Now it is possible to put arrows on arcs.

1.4
-------
* Added "reshape" feature for lines and polygons. That is, now it is possible
  to pick an existing line or polygon (including smooth ones) and to relocate
  its vertices (drag the with the mouse). In addition, you may add new vertices
  to existing polygons/lines, and you can also delete vertices.
  See the help.
* Added the "Deform group" feature. It is possible to select a group of
  objects and deform all the objects with respect to inclination.
  This is good for drawing 3d stuff.
* some more bug fixes (not much).
* Added "Prefrences" to the "File" menu". Now you can save you favourite
  parameters to a file, and even create several such files.
  You may load such files at any time during your work.
  This enhances work productivity. Read more in "HELP".
* Possible to supply one command line argumnet to tkpaint (pic file name).
  Useful for Unix shell users, or when running tkpaint from the command line
  from a DOS window.