File: Changes

package info (click to toggle)
ida 0.12
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 712 kB
  • ctags: 1,027
  • sloc: ansic: 9,413; sh: 152; makefile: 103; perl: 12
file content (118 lines) | stat: -rw-r--r-- 2,781 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118

0.11 => 0.12
============

 * added tooltips (needs OpenMotif 2.2 to work).
 * made the scale image dialog take care about image resolution.
 * some fixes in sane code.
 * man page updates.
 * unbundled libpcd.


0.10 => 0.11
============

 * renamed "iv" to "ida".
 * hex viewer fixes.
 * [ fixme: weipunkt ]
 * sane support.
 * keep track of the image resolution
 * The image size for printing / PostScript export defaults to the
   original size (calculated from image resolution if available).


0.9 => 0.10
===========

 * do scaling with floats to avoid rounding errors with large
   scale factors.
 * fixed segfault with huge zoom factors / huge images.
 * need a new name for the utility, "iv" has way to much name
   clashes.  ideas are welcome ...


0.8 => 0.9
==========

 * fixed memory leak in file browser.


0.7 => 0.8
==========

 * added loader for (uncompressed) windows bitmap files.
 * some minor changes for image save code - can write tmp files
   cleanly now.  DnD for uses jpeg for tmp files, so you can drop them
   into netscape.
 * added loader for xbm files.
 * Some minor DnD fixes.
 * better "busy cursor" handling.
 * added wildcards filter to the file browser
 * file browser DnD fixes.
 * made PhotoCD resolution switchable at runtime.


0.6 => 0.7
==========

 * added some handlers for selection data transfer, for
   clipboard + drag'n'drop support.


0.5 => 0.6
==========

 * added simple file browser.
 * fixed bugs in png image loader.
 * fixed a bug in the gif loader.
 * figured out that libungif 4.1 is broken (if iv segfaults when loading
   gif images, try downgrading to libungif 3.0 + rebuild)
 * added autocrop.
 * added print dialog.
 * added blur,sharpe and emboss filters.


0.4 => 0.5
==========

 * add options for image saving (jpeg, PostScript).
 * added PNG write support.


0.3 => 0.4
==========

 * Added resize.
 * Added free rotation.
 * Added edge detect filter.
 * Some fine tuning here and there.
 * Added i18n + german translation.


0.2 => 0.3
==========

 * added PhotoCD support.
 * fixed some minor nitpicks.
 * added toolbar.
 * added support for writing tiff images.
 * most image operations look at the selected area now.
 * added support for writing Postscript.  Needs more work, not
   configurable yet (does: A4, portrait, image centered and scaled to
   max size with same aspect ratio).


0.1 => 0.2
==========

 * implemented saving (ppm, jpeg).
 * redirect stderr to a message box.
 * color editor works.
 * fixed a bug in the gif loader.
 * fixed bugs in the tiff loader.
 * added -debug + -help command line switches.
 * added x window dump loader.
 * added support for reading images from stdin (you can now do
   screenshots using "xwd | iv -" for example).
 * added one-level undo.
 * added crop