Commit graph

89 commits

Author SHA1 Message Date
Marc Lehmann dfd7efd7ed see plug-ins/perl/Changes 1999-05-10 22:19:06 +00:00
Marc Lehmann 0a7c237708 see plug-ins/perl/Changes 1999-05-10 16:00:50 +00:00
Marc Lehmann 6e3bf14f82 see plug-ins/perl/Changes 1999-05-09 20:49:14 +00:00
Marc Lehmann 20bbf98b10 see plug-ins/perl/Changes 1999-05-09 19:42:36 +00:00
Marc Lehmann 339d3e6a1f see plug-ins/perl/Changes 1999-05-08 00:59:38 +00:00
Marc Lehmann af062241b5 see plug-ins/perl/Changes 1999-05-06 19:49:01 +00:00
Marc Lehmann fbdc0dc693 see plug-ins/perl/Changes 1999-05-06 00:28:52 +00:00
Marc Lehmann 87dcbafa1c see plug-ins/perl/Changes 1999-05-05 21:41:05 +00:00
Marc Lehmann dcc4783c81 see plug-ins/perl/Changes 1999-05-05 20:42:34 +00:00
Marc Lehmann a5d2c6d2bd see plug-ins/perl/Changes 1999-05-03 19:29:05 +00:00
Marc Lehmann bd74c628f6 see plug-ins/perl/Changes 1999-04-26 20:03:51 +00:00
Marc Lehmann 03724da09d see plug-ins/perl/Changes 1999-04-18 20:58:43 +00:00
Manish Singh e875b11fb1 cp the built file, not mv
-Yosh
1999-04-18 18:26:36 +00:00
Manish Singh 141b6e8a25 applied gimp-lecorfec-99041[02]-0, changes follow
* applied gimp-lecorfec-99041[02]-0, changes follow

* plug-ins/FractalExplorer/Dialogs.h (make_color_map):
replaced free with g_free to fix segfault.

* plug-ins/Lighting/lighting_preview.c (compute_preview):
allocate xpostab and ypostab only when needed (it could also be
allocated on stack with a compilation-fixed size like MapObject).
It avoids to lose some Kb on each preview :)
Also reindented (unfortunate C-c C-q) some other lines.

* plug-ins/Lighting/lighting_main.c (run):
release allocated postabs.

* plug-ins/Lighting/lighting_ui.c:
callbacks now have only one argument because gck widget use
gtk_signal_connect_object. Caused segfault for scale widget.

* plug-ins/autocrop/autocrop.c (doit):
return if image has only background (thus fixing a segfault).

* plug-ins/emboss/emboss.c (pluginCore, emboss_do_preview):
replaced malloc/free with g_malloc/g_free (unneeded, but
shouldn't everyone use glib calls ? :)

* plug-ins/flame/flame.c :
replaced a segfaulting free, and several harmless malloc/free pairs.

* plug-ins/flame/megawidget.c (mw_preview_build):
replaced harmless malloc/free pair.
Note : mwp->bits is malloc'ed but seems to be never freed.

* plug-ins/fractaltrace/fractaltrace.c (pixels_free):
replaced a bunch of segfaulting free.
(pixels_get, dialog_show): replaced gtk_signal_connect_object
with gtk_signal_connect to accomodate callbacks (caused STRANGE
dialog behaviour, coz you destroyed buttons one by one).

* plug-ins/illusion/illusion.c (dialog):
same gtk_signal_connect_object replacement for same reasons.

* plug-ins/libgck/gck/gckcolor.c :
changed all gck_rgb_to_color* functions to use a static GdkColor
instead of a malloc'ed area. Provided reentrant functions with
the old behaviour (gck_rgb_to_color*_r). Made some private functions
static, too.
gck_rgb_to_gdkcolor now use the new functions while
gck_rgb_to_gdkcolor_r is the reentrant version.
Also affected by this change: gck_gc_set_foreground and
gck_gc_set_background (no more free(color)).

* plug-ins/libgck/gck/gckcolor.h :
added the gck_rgb_to_gdkcolor_r proto.

* plug-ins/lic/lic.c (ok_button_clicked, cancel_button_clicked) :
segfault on gtk_widget_destroy, now calls gtk_main_quit.
(dialog_destroy) : segfault on window closure when called by
"destroy" event. Now called by "delete_event".

* plug-ins/megawidget/megawidget.c (mw_preview_build):
replaced harmless malloc/free pair.
Note : mwp->bits is malloc'ed but seems to be never freed.

* plug-ins/png/png.c (load_image):
replaced 2 segfaulting free.

* plug-ins/print/print-ps.c (ps_print):
replaced a segfaulting free (called many times :).

* plug-ins/sgi/sgi.c (load_image, save_image):
replaced a bunch of segfaulting free, and did some harmless
inits to avoid a few gcc warnings.

* plug-ins/wind/wind.c (render_wind):
replaced a segfaulting free.
(render_blast): replaced harmless malloc/free pair.

* plug-ins/bmp/bmpread.c (ReadImage):
yet another free()/g_free() problem fixed.

* plug-ins/exchange/exchange.c (real_exchange):
ditto.

* plug-ins/fp/fp.h: added Frames_Check_Button_In_A_Box proto.
* plug-ins/fp/fp_gtk.c: closing subdialogs via window manager
wasn't handled, thus leading to errors and crashes.
Now delete_event signals the dialog control button
to close a dialog with the good way.

* plug-ins/ifscompose/ifscompose.c (value_pair_create):
tried to set events mask on scale widget (a NO_WINDOW widget).

* plug-ins/png/png.c (save_image):
Replaced 2 free() with g_free() for g_malloc'ed memory.
Mysteriously I corrected the loading bug but not the saving one :)

-Yosh
1999-04-15 21:49:09 +00:00
Marc Lehmann b809f23b63 see plug-ins/perl/Changes 1999-04-14 19:49:43 +00:00
Marc Lehmann 3689589e39 see plug-ins/perl/Changes 1999-04-13 00:31:18 +00:00
Marc Lehmann 7c946f4707 see plug-ins/perl/Changes 1999-04-11 19:15:28 +00:00
Marc Lehmann 8650675f22 see plug-ins/perl/Changes 1999-04-09 01:28:14 +00:00
Marc Lehmann 51e59ae5ee see plug-ins/perl/Changes 1999-03-29 21:08:57 +00:00
Marc Lehmann 65c34b3fd1 see plug-ins/perl/Changes 1999-03-29 19:23:07 +00:00
Marc Lehmann 4ea6e0aefb see plug-ins/perl/Changes 1999-03-24 10:32:32 +00:00
Marc Lehmann 16e6b8bd1d see plug-ins/perl/Changes 1999-03-23 21:21:11 +00:00
Marc Lehmann 4d171c215e see plug-ins/perl/Changes 1999-03-21 02:03:19 +00:00
Marc Lehmann 0db24d2aef see plug-ins/perl/Changes 1999-03-17 01:05:06 +00:00
Marc Lehmann 7cad93895a see plug-ins/perl/Changes 1999-03-17 00:58:41 +00:00
Marc Lehmann 18c8b0668c see plug-ins/perl/Changes 1999-03-16 21:55:18 +00:00
Marc Lehmann 79bf024741 see plug-ins/perl/Changes 1999-03-15 22:22:39 +00:00
Marc Lehmann 5b68e8d696 see plug-ins/perl/Changes 1999-03-15 14:07:34 +00:00
Marc Lehmann d07ad24dca see plug-ins/perl/Changes 1999-03-15 00:38:16 +00:00
Marc Lehmann e6396833f1 see plug-ins/perl/Changes 1999-03-15 00:00:38 +00:00
Marc Lehmann ecb1449456 see plug-ins/perl/Changes 1999-03-14 20:02:47 +00:00
Marc Lehmann c5db9098cc see plug-ins/perl/Changes 1999-03-14 15:30:26 +00:00
Marc Lehmann c22ed41f24 see plug-ins/perl/Changes 1999-03-14 03:41:20 +00:00
Marc Lehmann 3337702777 see plug-ins/perl/Changes 1999-03-14 03:37:34 +00:00
Marc Lehmann 2ea8e21772 see plug-ins/perl/Changes 1999-03-13 20:03:30 +00:00
Marc Lehmann 2ac00ed432 see plug-ins/perl/Changes 1999-03-12 20:37:06 +00:00
Marc Lehmann 136d3b29a2 see plug-ins/perl/Changes 1999-03-12 03:21:04 +00:00
Marc Lehmann 63199ed637 see plug-ins/perl/Changes 1999-03-12 02:59:18 +00:00
Marc Lehmann 8f839ad24e see plug-ins/perl/Changes 1999-03-11 21:56:35 +00:00
Marc Lehmann 12cd1a5c0e see plug-ins/perl/Changes 1999-03-11 20:08:58 +00:00
Marc Lehmann cef394a9aa see plug-ins/perl/Changes 1999-03-10 21:10:25 +00:00
Manish Singh 9f6de5f3bf Shut up CVS
-Yosh
1999-03-10 19:05:41 +00:00
Marc Lehmann aae3eaf0a0 see plug-ins/perl/Changes 1999-03-09 21:11:47 +00:00
Marc Lehmann 872e522891 see plug-ins/perl/Changes 1999-03-08 20:05:08 +00:00
Marc Lehmann 01e69ec150 see plug-ins/perl/Changes 1999-03-06 21:38:39 +00:00
Marc Lehmann 1a82edc7be see plug-ins/perl/Changes 1999-03-06 20:03:39 +00:00
Marc Lehmann ca41c2609a see plug-ins/perl/Changes 1999-03-03 15:14:45 +00:00
Marc Lehmann ad6a04b54b see plug-ins/perl/Changes 1999-03-01 14:03:08 +00:00
Marc Lehmann 81302d235f see plug-ins/perl/Changes 1999-02-28 21:55:19 +00:00
Marc Lehmann 0398286ad8 see plug-ins/perl/Changes 1999-02-28 21:09:26 +00:00