- 26 Oct, 2004 17 commits
-
-
Sven Neumann authored
2004-10-26 Sven Neumann <sven@gimp.org> * plug-ins/common/retinex.c: applied patch by Geert Jordaens that lets Retinex deal with RGBA drawables. Closes bug #135594 again.
-
Sven Neumann authored
2004-10-26 Sven Neumann <sven@gimp.org> Added new drawable transform API to the PDB. Largely based on patches from Joao S. O. Bueno. Fixes bug #137053. * app/core/gimpdrawable-transform.[ch]: added missing parameters to gimp_drawable_transform_flip(). * tools/pdbgen/pdb/transform_tools.pdb: changed accordinly. * app/base/base-enums.h * app/core/core-enums.h: removed pdp-skip for GimpInterpolationType and GimpTransformDirection enums. * libgimp/gimpenums.h * plug-ins/pygimp/gimpenums.py * tools/pdbgen/enums.pl * tools/pdbgen/groups.pl: regenerated. * tools/pdbgen/Makefile.am * tools/pdbgen/pdb/drawable_transform.pdb: added new file defining the new PDB calls. * app/pdb/Makefile.am * app/pdb/drawable_transform_cmds.c * app/pdb/internal_procs.c * app/pdb/transform_tools_cmds.c * libgimp/gimp_pdb.h * libgimp/gimpdrawabletransform_pdb.[ch]: regenerated.
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * modules/controller_linux_input.c * modules/controller_midi.c: don't enter an infinite blocking loop when the user selects an input file that can be opened, but not read (like a directory).
-
Raphael Higino authored
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactionview.[ch] (gimp_action_view_new): added parameter "const gchar *select_action" and preselect the passed action if non-NULL. Made the column enum public to users of this widget can get data from its tree store. * app/dialogs/preferences-dialog.c (prefs_keyboard_shortcuts_dialog): pass NULL because we don't want a preselected action here. * app/widgets/gimpcontrollereditor.[ch]: added "Edit" and "Delete" buttons to change the event -> action mapping. Implement a action chooser dialog using GimpActionView. Fixes bug #106920.
-
Sven Neumann authored
-
Sven Neumann authored
2004-10-26 Sven Neumann <sven@gimp.org> * gimp-tips.xml.in: removed obsolete tip, spotted by Joao S. O. Bueno.
-
Sven Neumann authored
2004-10-26 Sven Neumann <sven@gimp.org> * app/actions/channels-commands.c * app/core/gimpchannel-select.c * app/core/gimpimagefile.c * app/core/gimpundo.c * app/widgets/gimpcomponenteditor.c: use the new enum utility functions from libgimpbase instead of accessing enum_value->value_name.
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * app/dialogs/quit-dialog.c (quit_dialog_container_changed): when changing the button's label to "Quit", also make it the default action.
-
Jan Morén authored
2004-10-26 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Jan Morén authored
2004-10-26 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Fix typo - thanks Gudmund!
-
Jan Morén authored
2004-10-26 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/widgets/gimpcontrollereditor.h
-
Michael Natterer authored
2004-10-26 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcontrollereditor.[ch]: new widget built from preliminary code from the prefs dialog. Prerequisite for finally fixing bug #106920. * app/dialogs/preferences-dialog.c: use the new widget.
-
Jan Morén authored
2004-10-25 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
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 23 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.
-