- 13 Apr, 2005 8 commits
-
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/core/gimplayer.c: fixed gtk-doc comment.
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: udpated.
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell-scale.[ch]: when using Ctrl-wheel to zoom in/out, center on the mouse position (bug #79384).
-
Marco Ciampa authored
-
Adi Attar authored
2005-04-13 Adi Attar <aattar@cvs.gnome.org> * po/xh.po: Added Xhosa translation * po-libgimp/xh.po: Added Xhosa translation * po-plug-ins/xh.po: Added Xhosa translation * po-script-fu/xh.po: Added Xhosa translation * configure.in: Added "xh" to ALL_LINGUAS.
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/config/gimpcoreconfig.c: set GIMP_CONFIG_PARAM_CONFIRM on the "font-path" property. Set GIMP_CONFIG_PARAM_IGNORE for "font-path-writable". * app/dialogs/preferences-dialog.c: don't use "font-path-writable". * app/core/gimp.c (gimp_restore) * app/text/gimp-fonts.c: handle --no-fonts similar to --no-data and allow to load the fonts later by pressing "Refresh" in the fonts dialog.
-
Artur Flinta authored
2005-04-13 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/app_procs.c: register handler for the "GimpPaint" log domain. * app/core/gimpdatafactory.c (gimp_data_factory_init): don't load any data if TRUE is passed for no_data. * app/tools/gimppainttool.c (gimp_paint_tool_draw): handle a NULL brush gracefully.
-
- 12 Apr, 2005 8 commits
-
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/core/gimpimage-convert.c (gimp_image_convert): handle a NULL palette with GIMP_CUSTOM_PALETTE type, use the builtin mono palette as fallback. * app/dialogs/convert-dialog.c: handle empty palette container. * app/gui/gui-vtable.c (gui_pdb_dialog_new): removed unused code. * tools/pdbgen/pdb/convert.pdb: don't load the palettes implicitely. * app/pdb/convert_cmds.c: regenerated.
-
Michael Natterer authored
2005-04-13 Michael Natterer <mitch@gimp.org> * app/widgets/gimpimagedock.c (gimp_image_dock_image_changed): don't use the image container as display container.
-
Sven Neumann authored
2005-04-13 Sven Neumann <sven@gimp.org> * app/core/gimpdatafactory.[ch]: added gimp_data_factory_refresh(). * app/actions/data-commands.c * tools/pdbgen/pdb/brushes.pdb * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/gradients.pdb * tools/pdbgen/pdb/palettes.pdb * tools/pdbgen/pdb/patterns.pdb: use the new function. * app/pdb/brushes_cmds.c * app/pdb/convert_cmds.c * app/pdb/gradients_cmds.c * app/pdb/palettes_cmds.c * app/pdb/patterns_cmds.c: regenerated.
-
Sven Neumann authored
* app/core/gimpcontainer.[ch]: added gimp_container_is_empty(). * app/core/gimpcontext.c * app/core/gimpimage.c * app/dialogs/palette-import-dialog.c * app/text/gimptextlayer.c * app/widgets/gimpimagedock.c: use the new function.
-
Adam Weinberger authored
2005-04-12 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Michael Natterer authored
2005-04-12 Michael Natterer <mitch@gimp.org> * app/core/gimp-transform-utils.c (gimp_transform_matrix_perspective): undo the "cosmetic changes" of 2005-03-20. Fixes bug #300269.
-
Raphael Quinet authored
2005-04-12 Raphael Quinet <raphael@gimp.org> * configure.in: updated test for libjpeg so that it requires version 6b (27-Mar-1998) or later. * plug-ins/jpeg/jpeg.h * plug-ins/jpeg/jpeg.c * plug-ins/jpeg/jpeg-load.c * plug-ins/jpeg/jpeg-save.h * plug-ins/jpeg/jpeg-save.c: added support for loading and saving XMP packets in JPEG APP1 markers, simplified the code that reads comments from COM markers and removed #ifdef HAVE_PROGRESSIVE_JPEG because we require jpeg-6b, which includes progressive support.
-
Adam Weinberger authored
2005-04-12 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 11 Apr, 2005 7 commits
-
-
William Skaggs authored
* plug-ins/Lighting/lighting_shade.c: Fix typo responsible for bug #300122, also revise env-mapping code to make it perform better.
-
David Odin authored
* plug-ins/common/convmatrix.c: small cleanups, more will come.
-
Michael Natterer authored
2005-04-11 Michael Natterer <mitch@gimp.org> Let the user decide whether tool options are persistant or not as suggested in bug #165078: * app/config/gimprc-blurbs.h * app/config/gimpguiconfig.[ch]: added "gboolean save_tool_options". * app/tools/gimp-tools.[ch]: implement the same logic as for devicerc and essionrc: added gimp_tools_clear() which deletes the stored tool options and added "save_tool_options" and "always_save" parameters to gimp_tools_save(). Everything affects just the primary tool options, *not* the separately saved presets for each tool. * app/gui/gui.c (gui_exit_callback): changed accordingly. * app/dialogs/preferences-dialog.c: added GUI for the stuff above in the style of the devicerc and seccionrc prefs GUIs.
-
Raphael Quinet authored
2005-04-11 Raphael Quinet <raphael@gimp.org> * plug-ins/metadata/base64.h * plug-ins/metadata/base64.c: Added implementation of base64_decode(), use gsize or gssize for sizes.
-
Raphael Quinet authored
2005-04-11 Raphael Quinet <raphael@gimp.org> * plug-ins/metadata/metadata.c: Register plug_in_metadata_import and plug_in_metadata_export in the PDB. * plug-ins/metadata/Makefile.am * plug-ins/metadata/base64.h * plug-ins/metadata/base64.c: Added base64 decoder, needed for reading the thumbnail images (base64 encoded inside XML element). * plug-ins/metadata/xmp-parse.h * plug-ins/metadata/xmp-parse.c: Added XMP_PTYPE_ALT_THUMBS for parsing a list of thumbnail images. Decode and store the base64 encoded images. * plug-ins/metadata/xmpdump.c * plug-ins/metadata/xmp-model.h * plug-ins/metadata/xmp-model.c: Added support for thumbnails, defined global symbols for standard XMP schema URIs. * plug-ins/metadata/interface.c: Preliminary support for widget cross-references just for testing - it does not save anything yet. Added thumbnail tab, although the thumbnail image is not displayed yet.
-
Michael Natterer authored
2005-04-11 Michael Natterer <mitch@gimp.org> * app/widgets/gimpclipboard.c: don't include "core/gimpviewable.h"
-
Sven Neumann authored
2005-04-11 Sven Neumann <sven@gimp.org> * app/tools/gimpfuzzyselecttool.c: added a hint to the statusbar. Closes bug #300125.
-
- 10 Apr, 2005 7 commits
-
-
Vincent van Adrighem authored
2005-04-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
David Odin authored
* plug-ins/common/convmatrix.c: added a preview, but this plug-in certainly need some more work.
-
Marco Ciampa authored
-
David Odin authored
* plug-ins/common/convmatrix.c: preliminary cleanup before implementing a preview.
-
Sven Neumann authored
2005-04-10 Sven Neumann <sven@gimp.org> * app/actions/drawable-commands.h: removed duplicate function declarations (spotted by Karine Delvare).
-
Adam Weinberger authored
2005-04-09 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-04-10 Sven Neumann <sven@gimp.org> Merged from gimp-2-2 branch: * plug-ins/print/print.c: reverted the previous change, it was wrong (see bug #169909).
-
- 09 Apr, 2005 10 commits
-
-
Michael Natterer authored
2005-04-10 Michael Natterer <mitch@gimp.org> * app/file/file-utils.c * app/tools/gimpfliptool.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimppaletteselect.c: removed unneeded base/ includes.
-
Sven Neumann authored
2005-04-09 Sven Neumann <sven@gimp.org> Merged from gimp-2-2 branch: * menus/Makefile.am * tips/Makefile.am: changed the validate rules to work with srcdir != builddir.
-
Michael Natterer authored
2005-04-09 Michael Natterer <mitch@gimp.org> * app/core/gimpbuffer.[ch]: added gimp_buffer_new_from_pixbuf(). * app/widgets/gimpclipboard.c: removed tile_manager_new_from_pixbuf() and base/ dependency.
-
Manish Singh authored
005-04-09 Manish Singh <yosh@gimp.org> * app/widgets/gimppixbuf.c: #include <string.h> for strcmp, and fix gdk_atom_intern usage.
-
Sven Neumann authored
2005-04-09 Sven Neumann <sven@gimp.org> * plug-ins/print/print.c: quote the shell command passed to execl(). Fixes bug #169909.
-
William Skaggs authored
* app/tools/gimpnewrectselecttool.[ch] * app/tools/gimprectangletool.[ch]: more work on rectangle tool ui.
-
Sven Neumann authored
-
Michael Natterer authored
2005-04-09 Michael Natterer <mitch@gimp.org> Implement dragging and dropping in any GdkPixbuf supported format. Fixes bug #172794 and bug #172795. * app/core/gimplayer.[ch] (gimp_layer_new_from_region): new function which contains all stuff that was in gimp_layer_new_from_tiles(). (gimp_layer_new_from_tiles): use above function. (gimp_layer_new_from_pixbuf): new function. * app/widgets/Makefile.am * app/widgets/gimppixbuf.[ch]: new files containing GdkPixbuf utility functions for clipboard and DnD. * app/widgets/gimpselectiondata.[ch]: removed gimp_selection_data_set,get_pixbuf(), GTK+ provides the same API. Also removed GdkAtom parameters all over the place because it's always the same as selection_data->target. * app/widgets/gimpclipboard.c: use the new pixbuf utility functions and gtk_selection_data_set,get_pixbuf(). * app/widgets/widgets-enums.h * app/widgets/gimpdnd.[ch]: removed never-implemented GIMP_DND_TYPE_PNG and added a generic GIMP_DND_TYPE_PIXBUF instead. Added API to drag and drop GdkPixbufs which transparently converts from/to and GdkPixbuf-supported image format. Removed passing around of GdkAtoms, since they were always the same as selection_data->target. * app/widgets/gimpdnd-xds.[ch]: follow GdkAtom parameter removal. * app/widgets/gimpcontainertreeview.[ch]: added virtual function GimpContainerTreeView::drop_pixbuf(). * app/widgets/gimpcontainertreeview-dnd.c: dispatch drop_pixbuf(). * app/widgets/gimplayertreeview.c: implement drop_pixbuf(). * app/widgets/gimpdrawabletreeview.c: allow to drag all drawables as pixbufs. * app/display/gimpdisplayshell-dnd.c: allow dropping of pixbufs.
-
Adam Weinberger authored
2005-04-09 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Miloslav Trmac authored
2005-04-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-