- 14 Oct, 2004 22 commits
-
-
Sven Neumann authored
2004-10-15 Sven Neumann <sven@gimp.org> * Made 2.1.7 release.
-
Sven Neumann authored
2004-10-15 Sven Neumann <sven@gimp.org> * app/tools/gimptransformoptions.c: removed the "Density" label. It wasn't helpful and caused the transform options to be wider than necessary. * app/tools/gimpblendoptions.c * app/tools/gimppaintoptions-gui.c * app/tools/gimptransformoptions.c: let combo boxes expand horizontally like we do in other (all ?) dialogs. * app/widgets/gimptemplateeditor.c (gimp_template_editor_aspect_callback): update the pixel size label.
-
Sven Neumann authored
2004-10-15 Sven Neumann <sven@gimp.org> * data/images/gimp-splash.png: new splash by Jimmac.
-
David Odin authored
* plug-ins/common/scatter_hsv.c: ported to GimpDrawablePreview, and removed many lines of codes.
-
Sven Neumann authored
-
Kevin Cozens authored
2004-10-14 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/neon.scm: Fixed minor error in script. (Related to bug #153900 and compatability with Tiny-Fu)
-
David Odin authored
* plug-ins/common/neon.c: fixed the handling of drawable with alpha.
-
David Odin authored
* plug-ins/common/nlfilt.c: Ported to GimpDrawablePreview, the previous preview was absolutely useless. Done some cleanups, too. * plug-ins/common/spread.c: remember the preview state between invocations.
-
David Odin authored
* plug-ins/common/emboss.c: use a GimpDrawablePreview instead of a GimpAspectPreview, since this plug-in is somewhat edge-oriented and this makes the code simpler ;)
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * themes/Default/images/stock-gradient-bilinear-16.png * themes/Default/images/stock-gradient-linear-16.png: rotate them by 90 degrees. All our gradient previews and icons go left->right, not top->bottom.
-
Manish Singh authored
2004-10-14 Manish Singh <yosh@gimp.org> * plug-ins/common/bmpread.c: Make sure we have a bpp value we can handle, and fail gracefully if not. Fixes bug #155401.
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpwidgets.c * app/widgets/gimpenumwidgets.[ch] * app/widgets/gimppropwidgets.c * app/actions/layers-commands.c * app/dialogs/convert-dialog.c * app/tools/gimpblendoptions.c * app/tools/gimpbucketfilloptions.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorizetool.c * app/tools/gimpcoloroptions.c * app/tools/gimpcurvestool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpinkoptions-gui.c * app/tools/gimplevelstool.c * app/tools/gimppaintoptions-gui.c * app/tools/gimpselectionoptions.c * app/tools/gimptransformoptions.c: the child of a GimpFrame must not have any border width. Fixes many subtle misalignments.
-
Sven Neumann authored
2004-10-14 Sven Neumann <sven@gimp.org> * app/core/gimpprogress.[ch]: added "message" function to the GimpProgress interface. Call gimp_message() if it is unimplemented. * app/plug-in/plug-in-progress.[ch]: added new function plug_in_progress_message() that passes the message to the current proc_frame's progress. * app/widgets/gimpthumbbox.c: implement GimpProgress::message. Just do nothing in the implementation. We don't want to see messages from file plug-ins that we use to create the thumbnails. * tools/pdbgen/pdb/message.pdb * app/pdb/message_cmds.c: if there's a current plug-in, dispatch the message by calling plug_in_progress_message(). * app/display/gimpdisplayshell-close.c: fixed wrong types in function calls.
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolordialog.c (gimp_color_dialog_new): use GIMP_HELP_COLOR_DIALOG as help_id.
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * app/core/core-enums.[ch]: register GimpConvertPaletteType with the type system. * tools/pdbgen/enums.pl: regenerated. * app/widgets/gimpwidgets-utils.c (gimp_enum_radio_frame_add): fixed to insert the widget at the right place in the radio box. * app/dialogs/convert-dialog.c: use enum widgets and gimp_enum_radio_frame_add(), resulting in a much better looking dialog with much less lines of code.
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * app/actions/dialogs-commands.c: purely cosmetic.
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * app/core/core-enums.[ch]: register GimpConvertPaletteType with the type system. * app/widgets/gimpwidgets-utils.c (gimp_enum_radio_frame_add): fixed to insert the widget at the right place in the radio box. * app/dialogs/convert-dialog.c: use enum widgets and gimp_enum_radio_frame_add(), resulting in a much better looking dialog with much less lines of code.
-
Sven Neumann authored
2004-10-14 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: changed "Home" button to "Index". "Home" is misleading and leads to problems in some locales (see bug #148120).
-
Sven Neumann authored
2004-10-14 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt: added gimp_preview_set_default_cursor. * libgimpwidgets/tmpl/gimppreview.sgml: regenerated.
-
Michael Natterer authored
2004-10-14 Michael Natterer <mitch@gimp.org> * tools/authorsgen/contributors: correct UTF-8 spelling of João S. O. Bueno Calligaris. * AUTHORS * app/dialogs/authors.h: regenerated.
-
Kevin Cozens authored
2004-10-14 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/circuit.scm: Fixed to allow use of script on original layer. (bug #155358) Fixed spelling error.
-
Manish Singh authored
2004-10-13 Manish Singh <yosh@gimp.org> * tools/pdbgen/Makefile.am: Remove stamp files during maintainer-clean. Addresses bug #155357. Also flesh out the dependencies some so rebuilds get triggered when all their dependent files change.
-
- 13 Oct, 2004 18 commits
-
-
Sven Neumann authored
2004-10-14 Sven Neumann <sven@gimp.org> * app/actions/file-commands.c (file_revert_cmd_callback): creata an UTF-8 filename from the image URI and display that instead of the URI. * app/dialogs/convert-dialog.c (convert_dialog_new): removed the palette size warning for transparent images. The number of colors is already adjusted to 255. This text was IMO more frightening than helpful.
-
Kevin Cozens authored
2004-10-13 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/add-bevel.scm: two variables were not defined before first use (bug #153900).
-
Kevin Cozens authored
2004-10-13 Kevin Cozens <kcozens@cvs.gimp.org> * app/widgets/gimpactionview.c: Fixed a spelling error.
-
David Odin authored
* plug-ins/common/colorify.c: Added a preview.
-
David Odin authored
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.c: removed trailing whitespace. * libgimpwidgets/gimpwidgets.def: added gimp_preview_set_default_cursor.
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/widgets/gimpmessagedialog.c: improved handling of parent widget; probably just being paranoid here. * app/actions/image-commands.c * app/dialogs/image-new-dialog.c: ported memory size confirmation dialogs to GimpMessageDialog.
-
David Odin authored
* libgimpwidgets/gimppreview.[ch]: added a new function to set the default cursor on preview: gimp_preview_set_default_cursor(). * libgimpwidgets/gimpscrolledpreview.c: changed accordlingly. * plug-ins/common/flarefx.c: * plug-ins/common/nova.c: use this function. This addresses bug #90519.
-
David Odin authored
* plug-ins/common/cubism.c: Added a preview and done some cleanups.
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/actions/plug-in-commands.c * app/actions/templates-commands.c * app/actions/tool-options-commands.c: ported more boolean queries to GimpMessageDialog.
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/widgets/gimpmessagedialog.c: handle parent widget not being a GtkWindow by calling gtk_widget_get_toplevel(). * app/actions/data-commands.c * app/actions/edit-commands.c * app/actions/file-commands.c: ported more boolean queries to GimpMessageDialog.
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpmessagedialog.[ch]: added a simple message dialog to avoid code duplication. * app/widgets/gimpmessagebox.c: set the border width to 12 pixels. * app/dialogs/file-save-dialog.c * app/dialogs/quit-dialog.c * app/display/gimpdisplayshell-close.c * app/widgets/gimperrordialog.c * app/widgets/gimphelp.c * app/widgets/gimpactionview.c: use the new GimpMessageDialog.
-
Vincent van Adrighem authored
2004-10-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
-
Michael Natterer authored
2004-10-13 Michael Natterer <mitch@gimp.org> * POTFILES.in: added the new guides scripts.
-
Michael Natterer authored
2004-10-13 Michael Natterer <mitch@gimp.org> * app/actions/image-actions.c * menus/image-menu.xml.in: added menu branch "<Image>/Image/Guides". * plug-ins/script-fu/scripts/Makefile.am * plug-ins/script-fu/scripts/guides-from-selection.scm * plug-ins/script-fu/scripts/guides-new-percent.scm * plug-ins/script-fu/scripts/guides-new.scm * plug-ins/script-fu/scripts/guides-remove-all.scm: added new scripts from Alan Horkan. Fixes bug #119667.
-
Michael Natterer authored
2004-10-13 Michael Natterer <mitch@gimp.org> * plug-ins/common/flarefx.c: cleaned up and simplified the FlareCenter code even more. * plug-ins/common/nova.c: did the same changes for the NovaCenter stuff. Also added code which sets an appropriate cursor on "realize" to fix bug #90519, but GimpPreview currently prevents this from working correctly...
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/widgets/widgets-enums.[ch]: changed the description for GIMP_HELP_BROWSER_GIMP. * app/dialogs/file-save-dialog.c: * app/widgets/gimphelp.c: use a GimpDialog embedding a GimpMessageBox instead of gimp_query_boolean_box which looks somewhat old fashioned.
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/widgets/gimphelp.c: improved error messages on missing help browser plug-in. * libgimpthumb/gimpthumb-utils.c * libgimpthumb/gimpthumbnail.c: improved documentation.
-