- 20 Apr, 1999 5 commits
-
-
Sven Neumann authored
--Sven
-
BST 1999 Austin Donnelly authored
Tue Apr 20 23:38:26 BST 1999 Austin Donnelly <austin@gimp.org> * app/bezier_select.c: add the new args to gimp-paintbrush PDB calls. * app/blend.c * app/bucket_fill.c * app/invert.c: check return from procedural_db_run_proc() rather than dereferencing NULL. * app/paintbrush.c: plumb the non-gui fade_out option into the functions that actually do the work, rather than using an uninitialised value. * app/procedural_db.c: better error messages on PDB typecheck fail in procedural_db_run_proc. Also now valid to procedural_db_destroy_args() on a NULL pointer. * app/procedural_db.h: pdb_type_name() function added, plus comment urging people to keep the enum and strings in step. * tools/pdbgen/README: added paragraph on how to run pdbgen.pl * tools/pdbgen/pdb/tools.pdb: fade_out parameter is valid to be 0 * app/tools_cmds.c: new version of generated file
-
Sven Neumann authored
--Sven
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
--Sven
-
- 19 Apr, 1999 5 commits
-
-
Marc Lehmann authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Tuomas Kuosmanen authored
-
Michael Natterer authored
1999-04-19 Michael Natterer <mitschel@cs.tu-berlin.de> * plug-ins/png/png.c: applied gimp-ruth-990413-0.patch. Modified it to leave the image's unit untouched because png has only resolution and no unit info. Fixed some unrelated warnings.
-
- 18 Apr, 1999 8 commits
-
-
Manish Singh authored
* app/tools_cmds.c: new file, containes the PDB stuff for most of the tools * app/gimprc_cmds.c: new file, PDB interface stuff for gimprc access * app/Makefile.am: added tools_cmds.c and gimprc_cmds.c * app/airbrush.[ch] * app/blend.[ch] * app/bucket_fill.[ch] * app/by_color_select.[ch] * app/clone.[ch] * app/color_picker.[ch] * app/convolve.[ch] * app/crop.[ch] * app/ellipse_select.[ch] * app/eraser.[ch] * app/flip_tool.[ch] * app/free_select.[ch] * app/fuzzy_select.[ch] * app/gimprc.[ch] * app/paintbrush.[ch] * app/pencil.[ch] * app/perspective_tool.[ch] * app/rect_select.c app/rect_select.h * app/rotate_tool.[ch] * app/scale_tool.[ch] * app/shear_tool.[ch]: bye bye PDB stuff (exported necessary enums functions, vars, etc.) * app/internal_procs.c: use register_foo functions * app/blend.[ch]: GradientType enum case changed * app/bucket_fill.[ch]: s/FillMode/BucketFillMode/, made the enum more consistent * app/clone.[ch]: capitalized the CloneType enum * app/color_picker.[ch]: changed get_color to pick_color so we don't conflict with colormaps.c get_color * app/convolve.[ch]: capitalized the ConvolveType enum * app/paint_core.h: made a GradientPaintMode enum * app/transform_core.h: BoundingBox enum * app/scale_tool.c: use the generic bounding box enum for X1, Y1, etc. * app/shear_tool.[ch]: turned HORZ and VERT into a ShearType enum -Yosh
-
Marc Lehmann authored
-
Seth Burgess authored
-
Seth Burgess authored
PDB function for it. Modified Files: ChangeLog app/internal_procs.c app/gimprc.h app/gimprc.c
-
Manish Singh authored
-Yosh
-
Michael Natterer authored
1999-04-18 Michael Natterer <mitschel@cs.tu-berlin.de> * app/paintbrush.c: fixed a sensitive setting bug I introduced with the last change. * app/text_tool.c: added a toggle button which enables calling gDynText. * app/tool_options.c: the toggle callback does some more sensitive settings.
-
Manish Singh authored
-Yosh
-
Vincent Renardias authored
* Update + many many many fixes contributed by D. Monniaux.
-
- 17 Apr, 1999 2 commits
-
-
Michael Natterer authored
1999-04-18 Michael Natterer <mitschel@cs.tu-berlin.de> * app/bucket_fill.c * app/clone.c * app/convolve.c * app/flip_tool.c * app/ink.c * app/paintbrush.c * app/transform_tool.c: remember all radio buttons in the ToolOptions structures. This enables arbitrary default values and gui feedback for the "toggle key" feature.
-
Manish Singh authored
-Yosh
-
- 15 Apr, 1999 8 commits
-
-
BST 1999 Andy Thomas authored
Thu Apr 15 23:04:17 BST 1999 Andy Thomas <alt@gimp.org> Changed:- * app/color_picker.c Must account for layer offsets.
-
Manish Singh authored
* 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
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
BST 1999 Andy Thomas authored
Thu Apr 15 21:20:45 BST 1999 Andy Thomas <alt@gimp.org> Changed:- * app/color_picker.c Added UI feedback to the tool when using the sample average option. Fixed the scale of the sample area to be integral (is this right?).
-
Sven Neumann authored
--Sven
-
- 14 Apr, 1999 4 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Marc Lehmann authored
-
Marc Lehmann authored
-
- 13 Apr, 1999 7 commits
-
-
BST 1999 Andy Thomas authored
Wed Apr 14 00:27:53 BST 1999 Andy Thomas <alt@gimp.org> Changed:- * Makefile.am Added new pixmap file to Makefile.am EXTRA_DIST
-
BST 1999 Andy Thomas authored
Tue Apr 13 22:17:23 BST 1999 Andy Thomas <alt@gimp.org> Changed:- * app/bezier_select.c * app/bezier_select.h * app/pathsP.h * app/paths_dialog.c * app/transform_core.c * app/transform_core.h * app/undo.c New:- * pixmap/locked.xpm New image. (Your welcome to improve upon it...) Paths can now be locked down for transformations. Click next to the paths preview and a icon will appear. This path will "locked" during transformations (via the transforms tool). Undo for these path transformations is also available. Fixed bug when creating a path for the first time when no paths dialog visible.
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* libgimp/gimpfeatures.h.in: added GIMP_CHECK_VERSION macro and a features #define for 1.1.5 * app/misc_cmds.c: added a gimp_version PDB function that returns the current version (new file) * app/internal_procs.c: register gimp_version PDB function -Yosh
-
Manish Singh authored
* app/boundary.c: code cleanup * app/levels.c: applied gimp-lecorfec-990314-0, added spin buttons to the levels dialog * plug-ins/script-fu/scripts/font-map.scm: changes for updated gimp_text interface
-
Marc Lehmann authored
-
Marc Lehmann authored
-
- 12 Apr, 1999 1 commit
-
-
Sven Neumann authored
--Sven
-