- 20 Nov, 2004 6 commits
-
-
Kevin Cozens authored
2004-11-20 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/script-fu-scripts.c: Need to call gettext in script-fu_menu_compare. Spotted by Sven. Removed obsolete #define's.
-
Miloslav Trmac authored
2004-11-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Michael Natterer authored
2004-11-20 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/script-fu-scripts.c: renamed variable "script_list" to "script_tree" because it's a GTree. (script_fu_remove_script): g_list_free() the right list (don't leak all lists of scripts at the tree leaves).
-
Cai Qian authored
2004-11-20 Cai Qian <caiqian@gnome.org> * zh_CN.po: added some missing translation.
-
Cai Qian authored
2004-11-20 Cai Qian <caiqian@gnome.org> * zh_CN.po: translated two missing strings
-
Sven Neumann authored
2004-11-20 Sven Neumann <sven@gimp.org> * Made 2.2-pre2 release.
-
- 19 Nov, 2004 17 commits
-
-
Sven Neumann authored
2004-11-20 Sven Neumann <sven@gimp.org> * zh_CN.po: fixed error (number of format specifications didn't match in 'msgid' and 'msgstr').
-
Sven Neumann authored
2004-11-20 Sven Neumann <sven@gimp.org> * plug-ins/common/glob.c: added an (optional) parameter that allows to request the output in the filesystem encoding.
-
Sven Neumann authored
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-scripts.c (script_fu_menu_compare): compare the menu paths, not the struct pointers.
-
Sven Neumann authored
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/common/glob.c: added a naive glob() implementation which handles the most common use case and is certainly better than nothing. Closes bug #143661 again.
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * libgimp/gimp.c: converted a g_warning() to g_printerr().
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/common/xpm.c: just some minor code cleanup.
-
Sven Neumann authored
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * de.po: updated.
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-style.c: combined two "Stroke" labels into a single one.
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/common/noisify.c: applied a (modified) patch that adds the possibility to correlate the noise with the signal. Adds the new PDB procedure "plug_in_scatter_rgb". Fixes bug #158700. * plug-ins/helpbrowser/dialog.c: set a reasonable default size.
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/common/postscript.c (skip_ps) (ps_close): fixed use of fread(). Unfortunately this slowed down the plug-in again. Disabled the code that reads the pipe to the end. This brings it back to speed. Seems to work fine for me, let's see if this causes problems for anyone...
-
Sven Neumann authored
2004-11-19 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/selection-round.scm: moved into the <Image>/Select/Modify now that we can safely use placeholders from Script-Fu.
-
Michael Natterer authored
2004-11-19 Michael Natterer <mitch@gimp.org> * tools/pdbgen/lib.pl * tools/pdbgen/stddefs.pdb: added support for deprecated procedures without any replacement. * app/plug-in/plug-in-message.c (plug_in_handle_proc_run): added a special warning for procedures without replacement. * tools/pdbgen/pdb/drawable.pdb: deprecated drawable_set_image() without any replacement and made it a nop (which fails if the passed image is different from the drawable's image). It's not needed any longer since 2.0 and moreover dangerous to use. * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.[ch]: regenerated. * app/core/gimpitem.c (gimp_item_set_image): replaced assertion for gimp_item_is_floating() by !gimp_item_is_attached(). The former warned when adding a layer with already added mask to the image (which is a perfectly valid operation).
-
Cai Qian authored
2004-11-19 Cai Qian <caiqian@gnome.org> * zh_CN.po: updated Simplified Chinese translation.
-
Kevin Cozens authored
2004-11-18 Kevin Cozens <kcozens@cvs.gimp.org> * tiny-fu/tiny-fu.c * tiny-fu/tiny-fu-scripts.c * tiny-fu/tiny-fu-scripts.h: Added support for (tiny-fu-menu-register) to allow scripts to register their menu_paths the same undeprecated way as plug-ins. Fixes bug #158117. Renamed tiny_fu_find_scripts() to tiny_fu_load_all_scripts(). Added calls to gettext() since TinyScheme no longer translates marked strings. In tiny_fu_script_proc() changed some uses of params variable that should have been param. * tiny-fu/tiny-fu-interface.c: Added a utility function to reduce code duplication. * tiny-fu/ts-wrapper.c: Added support for (tiny-fu-menu-register). * tinyscheme/scheme.c: Don't call gettext() on strings marked for translation. De-tabified file. * scripts/test-sphere.sct: Example use of new API for scripts.
-
- 18 Nov, 2004 17 commits
-
-
Vincent van Adrighem authored
2004-11-19 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2004-11-18 Sven Neumann <sven@gimp.org> * plug-ins/common/wmf.c: added a thumbnail load procedure (bug #158193).
-
Michael Natterer authored
2004-11-18 Michael Natterer <mitch@gimp.org> * de.po: Updated German translation.
-
Michael Natterer authored
2004-11-18 Michael Natterer <mitch@gimp.org> Script-Fu string cleanup/simplification: apply the same fix for menu path translation that was done for plug-ins a while ago. * plug-ins/script-fu/script-fu.c (script_fu_auxillary_init): use gimp_plugin_menu_register() on the "Refresh" temp_proc. * plug-ins/script-fu/scripts/*.scm: ported all scripts to use script-fu-menu-register and pass just the menu label in script-fu-register. Cleaned up all register calls to share a somewhat similar formatting.
-
Sven Neumann authored
2004-11-18 Sven Neumann <sven@gimp.org> * plug-ins/common/postscript.c: changed the default to load only the first page of the document and added a tooltip describing how to specify what pages to get.
-
Sven Neumann authored
2004-11-18 Sven Neumann <sven@gimp.org> * app/file/file-open.c (file_open_thumbnail): fixed check for number of return values.
-
Sven Neumann authored
2004-11-18 Sven Neumann <sven@gimp.org> * plug-ins/common/postscript.c: speed up loading of multi-page documents significantly by skipping in large chunks instead of using fgetc() to crawl through the stream.
-
Sven Neumann authored
2004-11-18 Sven Neumann <sven@gimp.org> * app/file/file-open.c (file_open_thumbnail): check the number of return values. Only retrieve width and height if the thumbnail load procedure does actually provide such this information. * plug-ins/common/postscript.c: added a procedure to loads thumbnails. For now it only renders the first page of the document at low resolution. It should be extended to load an embedded thumbnail if available. * plug-ins/common/jpeg.c * plug-ins/common/svg.c: no need to register a menu label for the thumbnail loaders. Allocate the return_vals array large enough to hold all return values.
-
Danilo Šegan authored
-
Danilo Šegan authored
-
Danilo Šegan authored
-
Danilo Šegan authored
-
Michael Natterer authored
2004-11-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpenumaction.[ch]: added boolean property "value-variable" which specifies if the GimpEnumAction::selected() signal may be emitted with arbirtary values (value-variable = TRUE) or *only* with enum_action->value (value-variable = FALSE). * app/widgets/gimpactiongroup.[ch]: added "gboolean value_variable" to GimpEnumActionEntry and set it in gimp_action_group_add_enum_actions(). * app/actions/channels-actions.c * app/actions/colormap-editor-actions.c * app/actions/context-actions.c * app/actions/drawable-actions.c * app/actions/edit-actions.c * app/actions/error-console-actions.c * app/actions/gradient-editor-actions.c * app/actions/image-actions.c * app/actions/layers-actions.c * app/actions/palette-editor-actions.c * app/actions/plug-in-actions.c * app/actions/vectors-actions.c * app/actions/view-actions.c: set "variable" to FALSE for all enum actions except those which are used with the GIMP_ACTION_SELECT_SET voodoo. * app/widgets/gimpcontrollers.c (gimp_controllers_event_mapped): fall back to gtk_action_activate() if the action specified in a GIMP_CONTROLLER_EVENT_VALUE mapping is not variable. Enables triggering of enum actions from GIMP_CONTROLLER_EVENT_VALUE events (like midi note-on and note-off).
-
Michael Natterer authored
2004-11-18 Michael Natterer <mitch@gimp.org> * acinclude.m4: pasted the complete alsa.m4 so compiling from CVS doesn't require alsa.m4 to be installed. * configure.in: check for alsa >= 1.0.0 and define HAVE_ALSA if found. * modules/Makefile.am: build controller_midi with ALSA_CFLAGS and ALSA_LIBS. * modules/controller_midi.c: s/HAVE_ALSALIB_H/HAVE_ALSA/.
-
Michael Natterer authored
2004-11-18 Michael Natterer <mitch@gimp.org> * plug-ins/common/compressor.c (compressors): added back the .xcf.gz and .xcf.bz2 extensions because they are the only way to figure the special nature of this plug-in's extensions. * app/widgets/gimpfileprocview.[ch]: keep a list of "meta extensions" (extensions which have a '.' themselves). * app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed): try to replace the whole extension if the last extension is one of the meta extensions kept by GimpFileProcView. Fixes bug #158377.
-