- 05 Oct, 2004 1 commit
-
-
Sven Neumann authored
2004-10-05 Sven Neumann <sven@gimp.org> * Made 2.1.6 release.
-
- 04 Oct, 2004 23 commits
-
-
Sven Neumann authored
2004-10-05 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: updated.
-
Sven Neumann authored
2004-10-05 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: added a close button. Launch the browser with the HTML focused.
-
Sven Neumann authored
2004-10-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.c (gimp_table_attach_aligned): left-justify the label. * libgimpwidgets/gimpdialog.c: if a button with GTK_RESPONSE_HELP is being added, hide the automatically added help button. * plug-ins/script-fu/script-fu-interface.c: five buttons are too much for the action area. Renamed the About button to Help and resurrected the help button in the about dialog as a way to get to the actual help pages (pressing F1 will get you there as well).
-
Sven Neumann authored
2004-10-05 Sven Neumann <sven@gimp.org> * app/widgets/gimpfiledialog.c: added a help button.
-
Michael Natterer authored
2004-10-05 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/siod-wrapper.c (marshall_proc_db_call): - check the number of elements of array parameters against the actually passed array and spit a proper error message instead of trashing the wire. Fixes bug #154266. - g_strdup()/g_free() the proc_name so it doesn't get mungled by convert_string(). - added missing implementation of INT16ARRAY return values. - cleaned up STRINGARRAY value implementations to work like all other array values.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_reset): fixed reset for SF_TEXT values.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): oops, didn't meant to remove that line.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/Makefile.am (imagemap_SOURCES): removed pix-data.h.
-
Sven Neumann authored
-
Michael Natterer authored
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablepreview.c (gimp_drawable_preview_draw_area): take drawable offsets into account when masking the preview with the selection mask.
-
Michael Natterer authored
2004-10-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/gimprc.pdb (gimprc_query, gimprc_set): disallow the empty string as token. Spotted by Kevin Cozens. * app/pdb/gimprc_cmds.c: regenerated.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * libgimp/gimpaspectpreview.c (gimp_aspect_preview_draw_buffer): no need to set bpp before calling gimp_drawable_get_thumbnail_data().
-
David Odin authored
* libgimp/gimpaspectpreview.c: (gimp_aspect_preview_draw_buffer) only apply the effect inside the current selection. This, together with my previous commit fixes bug #132194.
-
David Odin authored
* plug-ins/common/channel_mixer.c: Ported to GimpAspectPreview. This addresses but not totally fixes bug #132194.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.[ch] * app/config/gimprc-blurbs.h: added gimprc option "show-help-button". * app/dialogs/preferences-dialog.c: added a GUI for it. * app/dialogs/file-save-dialog.c * app/dialogs/image-new-dialog.c * app/dialogs/quit-dialog.c * app/display/gimpdisplayshell-close.c * app/widgets/gimphelp-ids.h: don't set help-ids on confirmation dialogs. * libgimpbase/gimpprotocol.[ch] * libgimp/gimp.[ch]: added boolean "show_help_button" to the config message. * app/plug-in/plug-in-run.c: pass the new preference to the plug-in. * libgimpwidgets/gimpdialog.[ch]: added new function that allows to set whether new dialogs should get a help button added. * app/gui/gui.c * libgimp/gimpui.c: call gimp_dialogs_show_help_button() according to the gimprc settings.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_about): set the help_func again (but not the help_id).
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_about): enabled line wrapping on labels. (script_fu_interface): substitute underscores by hyphens to generate the help_id from the procedure name.
-
Michael Natterer authored
2004-10-04 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpwire.c: added assertions to make sure "count" is always >= 0. Turns the crash described in bug #154266 into a warning plus corrupted wire state :) Real fix (in script-fu) will follow. Untabified.
-
Michael Natterer authored
2004-10-04 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimphelpui.c: untabified. (gimp_help_callback): use GIMP_HELP_ID instead of "gimp-help-id".
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): set a minimum width for the color button again. (script_fu_about): don't set help_func and help_id on the about dialog.
-
Michael Natterer authored
2004-10-04 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/brush.pdb * tools/pdbgen/pdb/gradient.pdb * tools/pdbgen/pdb/palette.pdb: disallow the empty string for new brushes, gradients and palettes and check the return value of gimp_data_factory_data_new(). Cleanup. * app/core/gimpbrushgenerated.c (gimp_brush_generated_new) * app/core/gimpgradient.c (gimp_gradient_new) * app/core/gimpdatafactory.c (gimp_data_factory_data_new): same here. Fixes bug #154264. * app/core/gimpdata.[ch] (gimp_data_set_filename): added boolean "deletable" parameter because it's not derivable from "writable". * app/core/gimpdatafactory.c (gimp_data_factory_load_data): need to figure "deletable" separately from "writable" to be able to delete unsavable stuff in the user-writable data directories. Fixes bug #154410. (gimp_data_factory_data_save_single): cleaned up. * app/pdb/brush_cmds.c * app/pdb/gradient_cmds.c * app/pdb/palette_cmds.c * libgimp/gimpbrush_pdb.c * libgimp/gimpgradient_pdb.c * libgimp/gimppalette_pdb.c: regenerated.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/asc2img.scm: a cleaned up version of the script contributed by Kevin Cozens (see bug #153900). * plug-ins/script-fu/scripts/predator.scm: applied patch by Kevin Cozens that fixes use of the script on original layer (bug #152678).
-
- 03 Oct, 2004 13 commits
-
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/3d-outline.scm * plug-ins/script-fu/scripts/blended-logo.scm * plug-ins/script-fu/scripts/camo.scm * plug-ins/script-fu/scripts/clothify.scm * plug-ins/script-fu/scripts/flatland.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/land.scm * plug-ins/script-fu/scripts/predator.scm * plug-ins/script-fu/scripts/rendermap.scm * plug-ins/script-fu/scripts/ripply-anim.scm * plug-ins/script-fu/scripts/speed-text.scm * plug-ins/script-fu/scripts/spinning-globe.scm: applied patches from Kevin Cozens that define variables before first use (bug #153900).
-
Sven Neumann authored
* libgimp/gimpgradientmenu.c: handle allocation > requisition for the gradient preview.
-
Sven Neumann authored
2004-10-04 Sven Neumann <sven@gimp.org> * libgimp/gimpgradientmenu.c: handle allocation > requisition for the gradient preview. * plug-ins/script-fu/script-fu-interface.c: added a horizontal size group for the left-aligned controls.
-
David Odin authored
* plug-ins/common/destripe.c: ported to GimpAspectPreview.
-
David Odin authored
* plug-ins/common/nova.c: ported to GimpAspectPreview.
-
David Odin authored
* plug-ins/common/max_rgb.c: ported to GimpAspectPreview.
-
Michael Schumacher authored
2004-10-03 Michael Schumacher <schumaml@gmx.de> * plug-ins/dbbrowser/Makefile.am * plug-ins/script-fu/Makefile.am: moved the libgimpprocbrowser to the beginning of LDADD
-
David Odin authored
* libgimp/gimpaspectpreview.c: limit the size of the preview to 512 pixels. This prevents plug-ins using gimp_drawable_get_thumbnail_data to crash.
-
David Odin authored
* plug-ins/common/emboss.c: ported to GimpAspectPreview and made some cleanups so this plug-in now use the same naming scheme as other plug-ins do.
-
David Odin authored
* plug-ins/common/whirlpinch.c: ported to GimpAspectPreview.
-
Sven Neumann authored
2004-10-03 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/color.pdb: export the Colorize tool to the PDB. Fixes bug #154368. * app/pdb/color_cmds.c * app/pdb/internal_procs.c * libgimp/gimpcolor_pdb.[ch]: regenerated.
-
David Odin authored
* plug-ins/common/blinds.c: use a GimpAspectPreview to make the preview resizable.
-
David Odin authored
* plug-ins/common/ripple.c: Added a preview.
-
- 02 Oct, 2004 3 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
David Odin authored
* plug-ins/common/polar.c: use a GimpAspectPreview.
-
David Odin authored
* plug-ins/common/mapcolor.c: use a GimpAspectPreview and made the code much simpler.
-