- 22 Nov, 2004 11 commits
-
-
Francisco Javier F. Serrador authored
2004-11-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Francisco Javier F. Serrador authored
2004-11-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Corrected error.
-
Michael Natterer authored
2004-11-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontrollerinfo.c (gimp_controller_info_init): always create the event mapping table. Fixes tons of warnings and non-functional controller mapping dialog when an empty controller was deserialized from controllerrc. Spotted by drc.
-
Sven Neumann authored
2004-11-22 Sven Neumann <sven@gimp.org> * app/app_procs.c (app_exit_after_callback): call base_exit() before quitting the application using exit(). Fixes bug #159019. * app/base/tile-swap.c: moved the warning about a non-empty swap file into #ifdef GIMP_UNSTABLE ... #endif.
-
David Odin authored
* plug-ins/gfig/gfig-dialog.c: correctly initialize the Antialising check box. Reported by Zigomar.
-
Francisco Javier F. Serrador authored
2004-11-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Michael Natterer authored
2004-11-22 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/script-fu-scripts.c: sort the SFMenu structs by their menu_paths *and* the procedure's menu_labels. Fixes menu item sorting after "Refresh".
-
Michael Natterer authored
2004-11-22 Michael Natterer <mitch@gimp.org> * app/tools/gimptextoptions.[ch] (gimp_text_options_editor_new): added a "menu_factory" parameter instead of trying to get it from the toplevel GimpDock (which does not exists if the tool options dialog does not exist). Fixes bug #159071. * app/tools/gimptexttool.c (gimp_text_tool_editor): pass the menu_factory. * app/dialogs/dialogs.c (dialogs_init): pass the global menu factory also when constructing the "toplevel" dialog factory so the above works.
-
Michael Natterer authored
2004-11-22 Michael Natterer <mitch@gimp.org> * libgimpbase/gimputils.c (gimp_any_to_utf8): use g_strndup() instead of g_strdup() if a length was passed. * app/dialogs/info-window.c: g_strndup() the comment parasite's data and pass -1 as length to gimp_any_to_utf8() so we don't encounter the questionable (buggy?) behavior of g_utf8_validate() to fail upon finding '\0' within the "length" passed. Fixes bug #159051.
-
Michael Natterer authored
2004-11-22 Michael Natterer <mitch@gimp.org> * plug-ins/common/struc.c: applied patch from Wolfgang Hofer which makes the plug-in use its procedure name for storing the "last_vals" struct. Fixes bug #159028. * plug-ins/common/tileit.c: ditto. Fixes bug #159029.
-
David Odin authored
* plug-ins/gfig/gfig-line.c: fixed a stupid bug which made all lines half-selected.
-
- 21 Nov, 2004 17 commits
-
-
Sven Neumann authored
2004-11-22 Sven Neumann <sven@gimp.org> * app/dialogs/file-open-location-dialog.c: changed border-size of GimpContainerEntry to 0.
-
David Lodge authored
2004-11-21 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
-
Sven Neumann authored
2004-11-21 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: added --no-splash command-line option that is passed to gimp. Addresses Debian bug report #277989. * docs/gimp-remote.1.in: document the new option.
-
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 5 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
-