File: Changes

package info (click to toggle)
fbi 2.10-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,780 kB
  • sloc: ansic: 22,994; sh: 120; perl: 12; makefile: 6
file content (180 lines) | stat: -rw-r--r-- 3,790 bytes parent folder | download | duplicates (8)
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180

0.21
====

 * add support to edit jpeg comments.
 * various minor fixes/tweaks.

 
0.20
====

 * file browser code is largely rewritten.
 * added support to maintain file lists.
 * lots of minor tweaks.


0.19
====

 * url support for most image formats.

 
0.16 => 0.17
============

 * fixed some signed/unsigned bugs.
 * fixed tiff loader bug.
 * utf-8 locale crash workaround.


0.15 => 0.16
============

 * ditched autotools crap into the waste basket.
 * fixed plenty of gcc 3.3 warnings.
 * file browser improvements.
 * tweaked font sets.
 * multiplage support (Andrey Kiselev).

 
0.14 => 0.15
============

 * more tiff loader fixes (based on patches by
   Andrey Kiselev <dron@ak4719.spb.edu>).
 * png loader fixes.


0.13 => 0.14
============

 * tiff loader fixes (for b/w images).
 * Made pixmap selection transfer less strict.


0.12 => 0.13
============

 * fixed selections / clipboard / cut+paste handling.
 * fixed some warnings.
 * dropped extra "make depend" pass from build proccess.


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