- 04 May, 2005 6 commits
-
-
Peteris Krisjanis authored
2005-05-04 Peteris Krisjanis <pecisk@gmail.com> Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
2005-05-04 Peteris Krisjanis <pecisk@gmail.com> *lv.po: Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Kevin Cozens authored
2005-05-04 Kevin Cozens <kcozens@cvs.gimp.org> * scripts/tiny-fu-set-cmap.sct: Moved two set!'s in to the let block.
-
Adam Weinberger authored
2005-05-04 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-05-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpfgbgeditor.c (gimp_fg_bg_editor_button_press): emit "color-clicked" on first click. * app/widgets/gimptoolbox.c: changed tooltip accordingly.
-
- 03 May, 2005 3 commits
-
-
Michael Natterer authored
2005-05-04 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in-proc-def.[ch] (plug_in_proc_def_set_icon): new function. * tools/pdbgen/pdb/plug_in.pdb: removed the same code here and use the new function. * app/pdb/plug_in_cmds.c: regenerated.
-
Michael Natterer authored
2005-05-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolordisplayeditor.h: include the parent class, not gimpeditor.h * app/widgets/gimpcolordisplayeditor.c: include gimpeditor.h here
-
Sven Neumann authored
2005-05-03 Sven Neumann <sven@gimp.org> * plug-ins/pygimp/gimpfu.py (progress_update): special case percentage < 0 and pulse progress.
-
- 02 May, 2005 1 commit
-
-
Marco Ciampa authored
-
- 30 Apr, 2005 2 commits
-
-
Francisco Javier F. Serrador authored
2005-04-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-04-30 Sven Neumann <sven@gimp.org> * plug-ins/bmp/bmpread.c: applied a patch from David Costanzo that adds missing error handling to the BMP loader, allowing it to deal gracefully with incomplete BMP image files.
-
- 29 Apr, 2005 7 commits
-
-
Francisco Javier F. Serrador authored
2005-04-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icodialog.c * plug-ins/winicon/icosave.c: changed dialog layout.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * tools/pdbgen/enumcode.pl: declared function array as const. * libgimp/gimpenums.c.tail: regenerated.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * app/core/gimpprojection-construct.c (gimp_projection_construct): use copy_region() instead of using tile_manager_map_over_tile() directly.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpmessagebox.c (gimp_message_box_init): unset "can-focus" on the message labels. Fixes bug #302400.
-
Sven Neumann authored
2005-04-29 Sven Neumann <sven@gimp.org> * app/core/gimpprojection-construct.c: save COW projection code from bit-rotting. It can now be enabled again (but is definitely broken).
-
Manish Singh authored
2005-04-28 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/clothify.py: don't reset the passed parameters to default values. Spotted by Joao S. O. Bueno Calligaris.
-
- 28 Apr, 2005 10 commits
-
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/visual-index.xml * libgimpwidgets/images/gimp-pixmap.png: removed placeholder for GimpPixmap illustration. This widget is about to be deprecated anyway.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-scale.h: corrected variable names.
-
Sven Neumann authored
* libgimpwidgets/images/*.png: regenerated.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * tools/Makefile.am * tools/units.[ch]: added a very basic GimpUnit implementation. * tools/shooter.c * tools/widgets.c: initialize the units and enable GimpUnitMenu.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-load.c (load_image): detach from the drawable.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * de.po: updated german translation.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * app/core/gimptemplate.c (gimp_template_create_image): fill the layer before adding it to the image.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c (render_image_rgb): fixed an oversight from yesterday's changes.
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * app/core/gimpunit.c * libgimp/gimpunitcache.c: built-in units are const.
-
Leonid Kanter authored
-
- 27 Apr, 2005 11 commits
-
-
Sven Neumann authored
2005-04-28 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c: spare a few CPU cycles.
-
Adam Weinberger authored
2005-04-27 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * app/base/tile-manager.c (tile_manager_get_tile): removed redundant check. * app/display/gimpdisplayshell-render.c: don't access the next tile if we are at the end of the render loop anyway.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c: removed unused byte_order variables.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * app/core/gimpimage-colormap.[ch]: declared the return value of gimp_image_get_colormap() as const. * app/display/gimpdisplayshell-render.c: added some const qualifiers.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpclipboard.c (gimp_clipboard_free): free all memory allocated for GimpClipboard. * libgimpwidgets/gimppatheditor.c (gimp_path_editor_set_path): always free old_path.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpunitstore.c: don't call va_arg() too often. * libgimpconfig/gimpcolorconfig.c (gimp_color_config_finalize): free the string allocated for the display module.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/image.pdb: plugged a small memleak. * app/pdb/image_cmds.c: regenerated.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: added more standard keybindings.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * plug-ins/metadata/metadata.c: don't mark the menu identifier for translation.
-
Sven Neumann authored
2005-04-27 Sven Neumann <sven@gimp.org> * app/actions/context-actions.c * app/actions/context-commands.[ch]: applied a patch from Aron Stansvik that adds actions to control hue, saturation and value of the foreground and background colors.
-