- 21 Nov, 2004 14 commits
-
-
Vincent van Adrighem authored
2004-11-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Manish Singh authored
2004-11-21 Manish Singh <yosh@gimp.org> * configure.in: reverted previous change, as not all the lv.pos are in CVS yet.
-
Peteris Krisjanis authored
2004-11-21 Peteris Krisjanis <pecisk@gmail.com> * lv.po: Added Latvian (lv) language translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
2004-11-21 Peteris Krisjanis <pecisk@gmail.com> Added Latvian (lv) language translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
-
Peteris Krisjanis authored
2004-11-21 Peteris Krisjanis <pecisk@gmail.com> * configure.in: Added Latvian (lv) language support to ALL_LINGUAS
-
Kevin Cozens authored
2004-11-21 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/erase-rows.scm: Applied patch from BM which makes the script work layers that have their top-left corner at a position other than the top-left corner of the image. Fixes bug #158863.
-
David Odin authored
* plug-ins/gfig/gfig-arc.c * plug-ins/gfig/gfig-bezier.c * plug-ins/gfig/gfig-circle.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-dobject.c * plug-ins/gfig/gfig-ellipse.c * plug-ins/gfig/gfig-line.c * plug-ins/gfig/gfig-poly.c * plug-ins/gfig/gfig-spiral.c * plug-ins/gfig/gfig-star.c * plug-ins/gfig/gfig.h: makes which object is selected more obvious by using filled handles for the selected object. Not perfect, but certainly a good hint.
-
David Odin authored
* plug-ins/gfig/gfig-preview.c: call gfig_grid_colours() in the realize callback of the preview, so the gray gc of the grid works again. Reported by Zigomar. * plug-ins/gfig/gfig-dobject.c * plug-ins/gfig/gfig-preview.h * plug-ins/gfig/gfig-spiral.h * plug-ins/gfig/gfig-star.h * plug-ins/gfig/notes.txt: small cosmetics fixes.
-
Sven Neumann authored
2004-11-21 Sven Neumann <sven@gimp.org> * plug-ins/common/compose.c * plug-ins/common/decompose.c: transfer the image resolution to newly created images.
-
Sven Neumann authored
2004-11-21 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/Brushes/snow1.pgm: reverted a change that Hans Breuer committed here, probably accidentally. * plug-ins/script-fu/script-fu.c * plug-ins/script-fu/siod-wrapper.c: reverted Hans's changes. There is indeed a Script-Fu server on Win32.
-
Sven Neumann authored
2004-11-21 Sven Neumann <sven@gimp.org> * menus/image-menu.xml.in: removed "Quit" from the image menu.
-
Hans Breuer authored
2004-09-21 Hans Breuer <hans@breuer.org> * app/dialogs/makefile.msc : [new file] app/dialogs/Makefile.am : added to EXTRA_DIST * **/makefile.msc app/gimpcore.def : updated * app/gimp.rc : let wilber be first * app/widgets/gimppropwidgets.c : msvc6 can't cast uint64 either * libgimpbase/gimpwin32-io.h : make up recent loss of ftruncate in GLib * libgimpthumbnail/gimpthumbnail.c : <process.h> for getpid() on win32 * plug-ins/helpbrowser/dialog.c : include gimpwin32-io.h * plug-ins/script-fu/siodwrapper.c plug-ins/script-fu/scrip-fu.c : there is no script-fu-server on win32
-
Michael Schumacher authored
2004-11-21 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/script-fu/scripts/addborder.scm: first resize the image, then add the border layer and then fill it
-
- 20 Nov, 2004 7 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
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 2 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.
-