File: ChangeLog

package info (click to toggle)
libgimp-perl 2.0.dfsg-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,112 kB
  • ctags: 462
  • sloc: perl: 10,026; sh: 207; ansic: 207; makefile: 70
file content (434 lines) | stat: -rw-r--r-- 15,635 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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
2004-05-15  Seth Burgess <sjburges@gimp.org>
	* Made 2.0 release.

        * Gimp.pm 
        * Changes: updated docs to reflect

2004-05-15  Seth Burgess <sjburges@gimp.org>
	* exmaples/fade-alpha: s/RADIAL/GRADIENT_RADIAL/ fixes bug #141444
        * examples/selective_sharpen: change threshold to be zero based, fix 
          a bug if no selection was present. 

2004-05-15  Seth Burgess <sjburges@gimp.org>
	* examples/selective_sharpen: use a curve suggested by tigert 
          to "Basically just darken the very dark noisy grays to black 
          and boost everything else."

2004-05-15  Seth Burgess <sjburges@gimp.org>
	* examples/selective_sharpen: added new script based on tigert's 
	  method.
        * Makefile.PL: install it 
	* MANIFEST: updated accordingly

2004-05-15  Seth Burgess <sjburges@gimp.org>
	* Changes
	* README
	* README.win32
	* TODO: updated to bring into line with current 2.0

	* examples/examples.TODO: removed scripts from here

	* MANIFEST: alphabetized scripts for easier maintenance
	* Makefile.PL: upped Gtk requirement to at least rev 1.0, removed
	scm2scm from EXE_FILES, removed REC_DECENT warning.

        * Gimp.pm: reordered docuemntation, so that canonicalize_colour 
	doesn't come first on CPAN listing for GIMP.

2004-05-07  Seth Burgess <sjburges@gimp.org>
	* examples/alpha2color
	* examples/avi
	* examples/border
	* examples/circular_text
	* examples/clear_alpha
	* examples/colour2alpha
	* examples/Create_Images
	* examples/fire
	* examples/fit-text
	* examples/gap-vcr
	* examples/gimpmagick
	* examples/homepage-logo
	* examples/miff
	* examples/PDB
	* examples/perlcc
	* examples/logulator
	* examples/parasite-editor
	* examples/povray
	* examples/roundrectsel
	* examples/terral_text
	* examples/triangu
	* examples/visual: removed

	* Makefile.PL: removed reference to povray

        * t/run.t: removed regex that wasn't matching; use 
	  --gimpplugindir instead.  'make test' should work for more people.
     
        * examples/pixelmap: strip \n's from image title (prevent gui oddity)

2004-04-24  Seth Burgess <sjburges@gimp.org>
	* examples/animate_cells:  s/channel_ops_duplicate/image_duplicate/
	* examples/billboard:  s/push_undo/undo/g
	* examples/clear_alpha: s/push_undo/undo/g (broken still)
	* examples/dataurl: Changed png to pass right # of parameters, changed 
	some deprecated functions, fixed some sub's in Gimp.xs for the 
	export functionality.
        * examples/ditherize: s/push_undo/undo/g
	* examples/example-fu: uncommented the now functional widgets for 
	gradient, brush, texture.  Added a couple other comments.
	* examples/example-net: commented
	* examples/example-oo:  use Gimp qw(:auto) important! Also, 
	register as a PLUGIN not an EXTENSION.  Works now!
	* exmaples/fade-alpha: put in the <Image>/Layer/Transparency menu 
	* examples/gouge: uncommented 2 registration strings.
	* examples/guides_to_selection: reworded description, so it will 
	hopefully be a bit more obvious what it does.
	* examples/iland: changed plug_in_rotate calls to work-around bug
	of not being able to call with RUN_NONINTERACTIVE
	* examples/parasite_editor: register as parasite viewer, since it
	can't edit yet.  Also fixed a Gtk2 problem (add_with_viewport).  I
	can't get this to do anything useful.
	* examples/scratches: s/VALUE_LUT/HISTOGRAM_VALUE/
	
	* Gimp.pm: previously neglected to rename VALUE_LUT in the subs; fixed.
	Added some more EXPORT_CAN_HANDLE*.
	* Gimp.xs: corresponding EXPORT_CAN_HANDLE* additions. 
	
 	* examples/examples.TODO: updated accordingly + failures.  Now have 
	everything sorted into working and not working.

2004-04-24  Seth Burgess <sjburges@gimp.org>
	* examples/alpha2color
	* examples/avi
	* examples/billboard
	* examples/blended2
	* examples/blowinout
	* examples/border
	* examples/bricks
	* examples/burst
	* examples/centerguide
	* examples/circular_text
	* examples/clear_alpha
	* examples/colorhtml
	* examples/colourtoalpha
	* examples/dataurl
	* examples/ditherize
	* examples/dots
	* examples/dust
	* examples/example-fu
	* examples/example-net
	* examples/example-oo
	* examples/fade-alpha
	* examples/feedback
        * examples/fire
	* examples/fit-text
	* examples/font_table
	* examples/frame_filter
	* examples/frame_reshuffle
        * examples/gallery
	* examples/gimp-make-img-map
	* examples/gimpmagick
	* examples/glowing_steel
	* examples/goldenmean
	* examples/gouge
	* examples/guide_remove
	* examples/guidegrid
	* examples/guides_to_selection
	* examples/homepage-logo
	* examples/iland
	* examples/image_tile
	* examples/innerbevel
	* examples/layerfuncs
	* examples/logulator
	* examples/map_to_gradient
	* examples/miff
	* examples/mirrorsplit
	* examples/parasite_editor
	* examples/perlotine
	* examples/pixelmap
        * examples/povray
	* examples/prep4gif
	* examples/randomart1
	* examples/randomblends
	* examples/redeye
	* examples/repdup
	* examples/roundrectsel
	* examples/scratches
	* examples/sethspin
	* examples/stampify
	* examples/stamps
	* examples/terral_text
	* examples/tex-to-float
        * examples/translogo
	* examples/triangle
	* examples/triangu
	* examples/view3d
        * examples/visual
	* examples/warp-sharp
	* examples/webify
	* examples/windify
	* examples/xachlego
	* examples/xachshadow
	* examples/xachvision
	* examples/yinyang: added a LICENSING heading and filled out 
	to the best of my knowledge

	* examples/examples.TODO: updated accordingly

        * TODO: updated

	* Gimp/Util.pm: updated text_image_new for 2.0

2004-04-24  Seth Burgess <sjburges@gimp.org>
	* t/run.t: uncommented tests.  Recommented one that is still broken.
	Numbered the tests for easier reference, with brief description.
	Changed GIMP_DIRECTORY environment variable to GIMP2_DIRECTORY.
	'make test' should work now, along with other changes below.
	* Perl-Server: register as a PLUGIN rather than EXTENSION.  This
	is not only the right thing to do since it doesn't register temporary
	procedures, but also works around a bug in Gimp on loading extensions
	from the commandline with more than 0 arguments.
	* configure: changed search to gimp-2.0, require gimp-2.0

2004-04-04  Seth Burgess <sjburges@gimp.org>
	* Net/Net.pm: removed some obsolete params being passed to gimp
	* t/run.t: commented out most of the tests.  Re-did a regex so it
	  actually will return a reasonable path for symlinking.

2004-03-29  Seth Burgess <sjburges@gimp.org>
	* examples/yinyang: moved to Render at TomR's suggestion.

2004-03-28  Dov Grobgeld  <dov@imagic.weizmann.ac.il>

	* examples/examples.TODO: Removed gimp-make-img-map, gallery,
	and stampify and gallery from untested section
	* examples/stamps: fixed
	* examples/stampify: fixed
	* examples/gallery: fixed
	* examples/yinyang: fixed
	* examples/gimp-make-img-map: fixed
	* examples/tex-to-float: fixed, erased various debug output

2004-3-28 Seth Burgess <sjburges@gimp.org>
	* UI/Makefile.PL: removed pkg->add_define call, since its no longer in 
	Extutils::Depends 0.20x.  Need to generate another release for this, 
	since its a blocker for people installing (a somewhat-important step).   
2004-3-27 Seth Burgess <sjburges@gimp.org>
	* GIMP.pm: updated enums
	
	* examples/blended2: fixed, updated enums, removed 
	extraneous 'exit main'.
	* examples/tex-to-float: moved to Render
	* examples/translogo: moved to Web
	* examples/webify: s/push_group/push/

	* examples/fade-alpha 
	* examples/innerbevel 
	* examples/randomart1: updated enums

	* examples/examples.TODO: updated accordingly

2004-3-22 Seth Burgess <sjburges@gimp.org>
	* Makefile.PL: don't install known broken plugins
	* TODO: split between Marc and Seth lists 
	* Gimp.pm: updated POD a bit to reflect a bit more reality
	
	* examples/fade-alpha: renamed registering to fade_alpha, fixed typos
        * examples/frame_filter: moved to Filters/Generic/ 
	* examples/pixelmap: moved to Filters/Generic/
	* examples/examples.TODO: updated accordingly + can't use example-oo

2004-3-21 Manish Singh <yosh@gimp.org>
	* configure: Quick fix to make it build with current gimp. Real fix 
	  is a lot more work, so punt for later.

2004-3-20 Seth Burgess <sjburges@gimp.org>
	* AUTHORS: added myself, didn't even attempt to list script authors
	* COPYING: changed Marc Lehman's address for modifications to mine
	* Changes: pre1 release, so something is available for Gimp2
	* NEWS: reflected ChangeLog format addition.
	* README: changed some typos; most things with gtk do work now; make
	  test could be broken, probably needs some attention; removed linux
	  plug (don't think its required any more).  Removed python reference.
	
	* Gimp/UI.pm: updated PF_TEXT for Gtk2 (stock buttons, sizing)
	  Also re-enabled help.  Want to use Gtk2::Podviewer if available
	  for the POD viewing portion, and fall back to Gimp::POD.
	* Gimp/Fu.pm: corrected description of PF_TEXT
	
	* examples/examples.TODO: tested pixelmap.  It needs more docs, but
	  works pretty well (uses PF_TEXT).

2004-3-08 Seth Burgess <sjburges@gimp.org>
	* Gimp.pm: removed debug code
	
	* UI/UI.pm: made Gimp::Fu dialogs much more similar to 
	  script-fu in appearance.  Did away with "Previous" button, 
	  at least temporarily.  Help button is currently commented 
	  out, need to place it to right of blurb.  Removed FG/BG 
	  buttons (dragging works, so shouldn't be needed.  Made 
	  width adjustable, changed text/widget alignment.

	* examples/glowing_steel: s/bucket_fill/edit_bucket_fill 
	* examples/innerbevel: better defaults, better naming, removed debug
	  code, more fudging.
        * examples/warp-sharp: s/undo_push/undo/, added edge detect param
	* examples/examples.TODO: updated accordingly

2004-2-29 Seth Burgess <sjburges@gimp.org>
	* Gimp.pm: change canonicalize_color to detect and fix 0-255=>0-1.0 
	  problems for a reference passed in.  Still has lousy error detection.
	  Can hose up gimp's color selection pretty well.  Needs more testing.

 	* examples/fade-alpha
	* examples/innerbevel
	* examples/randomart1
	* examples/randomblends: s/blend/edit_blend to remove deprecated
	* examples/examples.TODO: changed appropropriately

2004-2-25 Seth Burgess <sjburges@gimp.org>
	* Gimp/Util.pm: s/Gradient->get_active/Gradient->get_gradient/

        * examples/dust: removed deprecated stuff
	* examples/map_to_gradient: added param to get non-reversed gradient
	* examples/mirrorsplit: changed algorithm to add a layer; can't flip 
	  without it being added now.  Changed deprecated stuff.
	* examples/prep4gif: s/layer_set_visible/drawable_set_visible/

	* examples/examples.TODO: changed accordingly.

2004-2-25 Seth Burgess <sjburges@gimp.org>
	* examples/bricks: brought up to date now that we have a pattern 
	selector.  Still has some work that could be done, but 
	functionality is restored.
	* examples/examples.TODO: changed accordingly.

2004-2-22 Seth Burgess <sjburges@gimp.org>
	* UI/UI.pm: Brushes are here too (grayscale only due to PDB limitation)

2004-2-22 Seth Burgess <sjburges@gimp.org>
	* UI/UI.pm: Gradients are back in!

2004-2-22 Seth Burgess <sjburges@gimp.org>
	* UI/basewidget.pm: still needs to compile and return a value (for now) 
 	so stuff should work again.

2004-2-21 Seth Burgess <sjburges@gimp.org>
	* examples/yinyang: s/gimp_bucket_fill/gimp_edit_bucket_fill/
	* examples/examples.TODO: updated appropriately

	* README: cleaned up a bit, relected personal biases of myself more
        * MANIFEST: added examples/dots
	* AUTHORS: gave myself some credit

	* Makefile.PL: reorganized examples into alphabetical order for eaiser
	maintenance, added dots.  Updated a potential error message or two.

2004-2-21 Seth Burgess <sjburges@gimp.org>
	* UI/UI.pm: Used Gtk2 to make PatternSelection work.  Stripped out the
	basewidget stuff.  Found that you cannot use the "Subclass" of Gtk2
	for implementing this, because of the dynamic loading (thanks muppet!).
	Selection dialog is still pretty ugly at this point, but it should 
	at least work.

	* UI/basewidget.pm: removed contents of file

2004-1-28 Marc Lehman <pcg@goof.com>
	* Gimp.pm, Fu.pm, Lib.pm, others: Upped version # to 2.0

2004-1-28 21:45:36 CET Marc Lehman <pcg@goof.com>
        * Changes, ChangeLog: Renamed Changes to ChangeLog, kept Changes
        to document revision history (because users likely will look at
        Changes to find which revision has which features).

2003-12-28 Seth Burgess <sjburges@gimp.org>
	* UI/UI.xs: add a call to gimp_stock_init() to UI startup, so we 
	get the gimp-* stock icons.  I'm not sure this is the proper way to
	do this, but it works... still not familiar enough with xs.

2003-12-26 Seth Burgess <sjburges@gimp.org>
	* examples/glowing_steel: changed color specifiers to be 0-1.0

2003-12-24 Seth Burgess <sjburges@gimp.org>
	
	* UI/UI.pm: forgot this one.  
	Removed camel logo.  I don't want users to be aware of a difference.

	s/get_name/drawable_get_name/
	s/patterns_list/patterns_list("")/
	s/gradients_get_list/gradients_get_list("")/
	
2003-12-24 Seth Burgess <sjburges@gimp.org>

	* I'm taking over maintainence of gimp-perl for now, knowing little
	about perl packages or some of the deeper magick in gimp-perl.  
	Any assistance is appreciated.
	
	* Changes: This file will now be in a gimp-like Changelog format,
	that will record changes a little better than the previous method 
	(see below).

	* Gimp/Util.pm: s/->image/->get_image/, 
	                s/set_visible/drawable_set_visible/
	* Gimp/Lib.xs: s/drawable_image_id/drawable_get_image/
	* Gimp/Feature.pm: removed Gtk package references, replaced with Gtk2
	
	* examples/examples.TODO: added.  Keep track of testing of 
	scripts and plans for their futures.

        * examples/Create_Images
	* examples/alpha2color
	* examples/blended2
	* examples/bricks
	* examples/circular_text
	* examples/ditherize
	* examples/dots
	* examples/fade-alpha
	* examples/feedback
	* examples/fire
	* examples/fit-text
	* examples/frame_filter
	* examples/gimpmagick
	* examples/glowing_steel
	* examples/image_tile
	* examples/logulator
	* examples/parasite-editor
	* examples/perlotine
	* examples/prep4gif
	* examples/randomart1
	* examples/randomblends
	* examples/roundsel
	* examples/sethspin
	* examples/tex-to-float
	* examples/translogo
	* examples/xachlego
	* examples/xachshadow
	* examples/xachvision 
	* examples/yinyang: 
	  removal of 'running under a shell' check; these are added at 
	  installation-time, so were double-checked after install.

	  s/gimp_image_active_drawable/gimp_image_get_active_drawable/
          s/undo_push_group_start/undo_group_start/
          s/undo_push_group_end/undo_group_end/
	  s/gimp_convert_indexed/gimp_image_convert_indexed/
	  s/gimp_convert_rgb/gimp_image_convert_rgb/
	  s/set_name/drawable_set_name/
	  s/channel_ops_offset/layer_offset/
	  s/&Gimp::HORIZONTAL/&Gimp::ORIENTATION_HORIZONTAL/
	  s/gimp_drawable_image/gimp_drawable_get_image/
	  s/drawable_mask/drawable_get_mask/
	  s/gimp_image_floating_selection/gimp_image_get_floating_selection/
	  s/layer_set_visible/drawable_set_visible/
       
        * examples/PDB: updated with a partial Gtk2 conversion; needs more
	  work still.
	* examples/dots: put in Render/Pattern/Dots instead of Render/Dots 
	* examples/randomart1: removed last random selection, fixed colors
	  to be within [0,0,0]-[1,1,1]
	* examples/randomblends: fixed off-by-one error in loop
	* examples/xachlego: removal of dead code
        * examples/xachvision: switched grid orientation
        * examples/xachshadow: added a $img->selection_none at end
       
For older changes please refer to the Changes file and entries prior to 1.3.