- 26 Oct, 2004 2 commits
-
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * plug-ins/common/retinex.c: cleaned up the GUI and GIMP-specific code a bit. Use gimp_drawable_mask_intersect().
-
Manish Singh authored
2004-10-25 Manish Singh <yosh@gimp.org> * tools/pdbgen/enumcode.pl: Use $1 instead of deprecated \1 for regexp group.
-
- 25 Oct, 2004 26 commits
-
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/siod-wrapper.c (marshall_proc_db_call): my last change removed the sanity check for array_length >= 0. Put it back.
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpbase.def: updated.
-
David Odin authored
* plug-ins/common/retinex.c: added this new plug-in. Addresses bug #135594 * plug-ins/common/plugin-defs.pl: modified accordingly. * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am: regenerated. * plug-ins/gfig/gfig-arc.c * plug-ins/gfig/gfig-arc.h * plug-ins/gfig/gfig-circle.c * plug-ins/gfig/gfig-circle.h * plug-ins/gfig/gfig-dialog.c: smallish style cleanups
-
Michael Natterer authored
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * devel-docs/Makefile.am (EXTRA_DIST): don't include the app directory.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/siod-wrapper.c (marshall_proc_db_call): silently accept arrays which are longer than specified. Nothing bad can happen and it's common practice to resize arrays in fixed size chunks so avoid frequent resizing. Fixes bug #155359.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/siod-wrapper.c (init_constants): removed debugging output i forgot.
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: change the action button's label to "Quit" if there are no images with unsaved changes.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpbaseenums.[ch]: register some missing enums. * tools/pdbgen/enumcode.pl: removed code to generate plug-ins/script-fu/script-fu-constants.c, generate code to explicitely initialize and query all of libgimp*'s enums and write it to libgimp/gimpenums.c.tail * libgimp/gimpenums.h: regenerated. * libgimp/Makefile.am: append gimpenums.c.tail to gimpenums.c * libgimp/gimp.c (gimp_main): call g_type_init() and _gimp_enums_init(). * libgimp/gimp.def: added gimp_enums_get_type_names(). * plug-ins/script-fu/Makefile.am * plug-ins/script-fu/script-fu-constants.[ch]: removed these files. * plug-ins/script-fu/siod-wrapper.c: dynamically register all constants using gimp_enums_get_type_names() and introspection. Also register the built-in unit types. * plug-ins/script-fu/script-fu.c: changed accordingly.
-
Sven Neumann authored
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> Don't store human readable and translatable enum/flag strings in GEnumValue's and GTypeValue's fields but attach them to their GType using separate structs and utility functions: * tools/gimp-mkenums: added params and perl voodoo to support generating a second array of values, which is used by the Makefiles below to create and register arrays of value descriptions. * libgimpbase/gimpbasetypes.[ch]: added API to attach/retreive arrays of translatable strings to/from enum and flags types. Added structs GimpEnumDesc and GimpFlagsDesc for that purpose. * libgimpbase/gimputils.[ch]: changed existing enum utility functions, added new ones and added a symmetric API for flags. * app/base/Makefile.am * app/core/Makefile.am * app/display/Makefile.am * app/paint/Makefile.am * app/text/Makefile.am * app/tools/Makefile.am * app/widgets/Makefile.am * libgimp/Makefile.am * libgimpbase/Makefile.am: changed *-enums.c generation rules accordingly. * app/base/base-enums.c * app/core/core-enums.c * app/display/display-enums.c * app/paint/paint-enums.c * app/text/text-enums.c * app/tools/tools-enums.c * app/widgets/widgets-enums.c * libgimpbase/gimpbaseenums.c: regenerated. * app/widgets/gimpenumstore.c * app/widgets/gimpenumwidgets.c * app/widgets/gimptemplateeditor.c * libgimpwidgets/gimppreviewarea.c: follow the enum utility function API changes.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Kevin Cozens authored
2004-10-25 Kevin Cozens <kcozens@cvs.gimp.org> * scripts/tiny-fu.init: Changed gimp-data-dir to gimp-data-directory.
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt: skip types for registered enums.
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/imagemap/imap_edit_area_info.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_menu.[ch] * plug-ins/imagemap/imap_menu_funcs.[ch] * plug-ins/imagemap/imap_misc.c * plug-ins/imagemap/imap_settings.c * plug-ins/imagemap/imap_source.c: added a menu entry for Help. Did more minor layout adjustments for HIG compliance.
-
Kevin Cozens authored
2004-10-25 Kevin Cozens <kcozens@cvs.gimp.org> * tinyscheme/scheme.c: Applied patch from Dimitrios Souflis which fixes error when parsing two or more consecutive comment lines.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * app/core/gimpobject.c: #include "libgimpbase/gimpbase.h", not just gimputils.h
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * menus/toolbox-menu.xml.in: commented out the "Debug" submenu. Should do this via an xsltproc --param actually...
-
Hendrik Brandt authored
2004-10-25 Hendrik Brandt <hebra@cvs.gnome.org> * po{,-libgimp,-plug-ins,-script-fu}/de.po: Updated German translation.
-
David Odin authored
* plug-ins/common/newsprint.c: removed debugging g_print and remove my memory fix, since it was buggy and shouldn't be done. My fix just broke this plug-in (reported by Joao S. O. Bueno Calligaris)
-
Simon Budig authored
2004-10-25 Simon Budig <simon@gimp.org> * app/tools/gimpvectortool.c: Switch to design mode when Escape gets pressed. Untabbified.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * app/actions/gradient-editor-commands.c * app/display/gimpdisplayshell-preview.c: irrelevant coding style and spacing cleanups. * app/widgets/gimpimageeditor.c: removed utility function gimp_image_editor_context_changed() and connect gimp_image_editor_set_image() directly using g_signal_connect_swapped().
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_circle.c * plug-ins/imagemap/imap_cmd_gimp_guides.c * plug-ins/imagemap/imap_cmd_guides.c * plug-ins/imagemap/imap_default_dialog.[ch] * plug-ins/imagemap/imap_edit_area_info.c * plug-ins/imagemap/imap_grid.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_misc.c * plug-ins/imagemap/imap_polygon.c * plug-ins/imagemap/imap_preferences.c * plug-ins/imagemap/imap_rectangle.c * plug-ins/imagemap/imap_selection.c * plug-ins/imagemap/imap_source.c * plug-ins/imagemap/imap_toolbar.c * plug-ins/imagemap/imap_tools.c: reviewed for HIG compliance. Various other minor fixes. Closes bug #150004.
-
Kevin Cozens authored
2004-10-25 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/test-sphere.scm: Added parameter missing from argument list.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * tools/pdbgen/enumcode.pl * libgimp/Makefile.am: register all enums in libgimp/gimenums.h with the type system. * libgimp/gimpenums.h: regenerated. * libgimp/gimp.def: updated.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * tools/pdbgen/enumcode.pl * libgimp/Makefile.am: register all enums in libgimp/gimenums.h with the type system. * libgimp/gimpenums.h: regenerated.
-
- 24 Oct, 2004 12 commits
-
-
Vincent van Adrighem authored
2004-10-25 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * configure.in: gimp_user_version should be 2.2. * libgimpmodule/Makefile.am (AM_CPPFLAGS): cleanup.
-
Sven Neumann authored
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * configure.in * app/Makefile.am * tools/Makefile.am: bumped version to 2.2.0-pre1, set app version to 2.2, reset other versions to 2.0. Changed library versioning so we install with the same soname as gimp-2.0 again.
-
Sven Neumann authored
2004-10-25 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c (gimp_imagefile_get_desc_string): say "Click to create preview" if no preview is available.
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * POTFILES.in: added added app/actions/error-console-commands.c
-
Michael Natterer authored
2004-10-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: added gimp_text_buffer_save() which saves a GtkTextBuffer's contents to a file. * app/widgets/gimperrorconsole.c: use gimp_editor_add_action_button() and removed all "clicked" callbacks, including all file saving code. * app/actions/error-console-actions.c * app/actions/error-console-commands.[ch]: added the code removed above to the action callbacks. Use gimp_text_buffer_save().
-
Michael Natterer authored
2004-10-24 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.[ch] * app/widgets/gimppaletteeditor.[ch]: added public APIs for zooming the editors. Use gimp_editor_add_action_button() to create all buttons. Removed all button callbacks and all duplicated button sensitivity logic. * app/widgets/gimpdataeditor.c (gimp_data_editor_set_data): update the editor's UI manager if it exists. * app/actions/gradient-editor-actions.c * app/actions/gradient-editor-commands.[ch]: added zoom actions and callback and call gimp_gradient_editor_zoom(). Fixed gradient_editor_actions_update() to actually set all items' sensitivity (it was possible to modify read-only gradients and even to crash GIMP). * app/actions/palette-editor-actions.c * app/actions/palette-editor-commands.[ch]: changed "new" and "zoom" actions to actually do their job instead of calling gtk_button_clicked(editor->foo_button).
-
Francisco Javier F. Serrador authored
2004-10-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Michael Natterer authored
2004-10-24 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/actions/colormap-editor-commands.c and app/actions/palette-editor-commands.c
-
Michael Natterer authored
2004-10-24 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolormapeditor.c: removed the "Edit Color" dialog callbacks and use gimp_editor_add_action_button() for the edit button. Removed button sensitivity logic. Hide the color dialog when the image's mode changes. * app/actions/colormap-editor-actions.c: added missing tooltip for the edit action. * app/actions/colormap-editor-commands.c: implement the dialog here.
-
David Odin authored
* app/core/gimpdrawable-desaturate.c: only return early if there's nothing to desaturate.
-