- 30 Nov, 2004 3 commits
-
-
Sven Neumann authored
2004-11-30 Sven Neumann <sven@gimp.org> * app/sanity.c: we check for the same version of freetype on all platforms, no need for an ifdef here.
-
Sven Neumann authored
2004-11-30 Sven Neumann <sven@gimp.org> * libgimp/gimpexport.c: some more HIG-ification tweaks to the Export dialogs.
-
Michael Natterer authored
2004-11-30 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactiongroup.c (gimp_action_group_set_action_color) (gimp_action_group_set_action_color): allow to set color and viewable to NULL, GimpAction handles this nicely. Fixes warnings some foo_actions_update() functions were triggering.
-
- 29 Nov, 2004 9 commits
-
-
David Odin authored
* plug-ins/gfig/*[ch]: code cleanup
-
Michael Natterer authored
2004-11-29 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/display.pdb: make it work as documented (fail if the new_image already has a display). Also fail if the old_image doesn't have any display (changed docs accordingly). On success, take over the initial reference count of the new image, just as the gimp_display_new() PDB wrapper does. Fixes bug #159051. * app/pdb/display_cmds.c * libgimp/gimpdisplay_pdb.c: regenerated.
-
Sven Neumann authored
2004-11-29 Sven Neumann <sven@gimp.org> * app/file/file-save.c (file_save_as): when the image filename changes, forget the filename that was last used with "save-a-copy".
-
Stanislav Visnovsky authored
2004-11-29 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Fixed Slovak translation.
-
Sven Neumann authored
2004-11-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.c (gimp_preview_toggle_callback): change the "update" property and notify listeners (in particular GimpDrawablePreview) before invalidating the preview. Plug-ins might (needlessly) look at the property to decide whether they need to redraw. Fixes bug #159816. * plug-ins/common/unsharp.c (preview_update): no need to look at the value of the "Preview" toggle. GimpPreview takes care this.
-
Stanislav Visnovsky authored
2004-11-29 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdeno Podobny.
-
Stanislav Visnovsky authored
2004-11-29 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Fixed Slovak translation.
-
Stanislav Visnovsky authored
2004-11-29 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Fixed Slovak translation by Zdeno Podobny.
-
Jan Morén authored
2004-11-29 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 28 Nov, 2004 19 commits
-
-
David Odin authored
* plug-ins/gfig/gfig-dialog.c: issue a repaint after the "show previous", "show next" and "show all" callbacks. * plug-ins/gfig/gfig-style.c: fixed some comments.
-
Sven Neumann authored
2004-11-29 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_preview.c * plug-ins/imagemap/imap_selection.c: undeprecated.
-
David Odin authored
* plug-ins/gfig/gfig-dobject.c: copy the style of the object when pushing it to the undo stack, so undoing works as expected.
-
David Odin authored
* plug-ins/gfig/gfig-style.c * plug-ins/gfig/gfig-style.h: create a new function to get the current style instead of using a global pointer for this (gfig_context_get_current_style ()) * plug-ins/gfig/gfig-circle.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-dobject.c * plug-ins/gfig/gfig.h: use this function everywhere it is needed. And remove the current_style field from GfigContext. (unrelated): * plug-ins/FractalExplorer/Dialogs.h * plug-ins/FractalExplorer/FractalExplorer.c: small cleanups
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2004-11-28 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-style.[ch] * plug-ins/gfig/gfig.h: removed unused stack of styles. Removed gimp_style from GFigContext.
-
Sven Neumann authored
2004-11-28 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig.c (run): push a context for GFig.
-
Peteris Krisjanis authored
2004-11-28 Peteris Krisjanis <pecisk@gmail.com> * Added Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
2004-11-28 Peteris Krisjanis <pecisk@gmail.com> * lv.po: Added Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
David Odin authored
* plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-dialog.h plug-ins/gfig/gfig-dobject.c: renamed undo_water_mark to undo_level. Fixed the style handling when clearing the whole thing and undoing in some very particular cases. The undo part should certainly be redone to some extent. Btw, this is the revision 1.10000 of the ChangeLog, yeah!
-
William Skaggs authored
* plug-ins/gfig/gfig-style.c: make sure PaintType is saved and loaded with the style.
-
David Odin authored
* plug-ins/gfig/gfig-dialog.c: correctly initializes the paint_type field of the default style. * plug-ins/gfig/gfig-style.c: don't print an useless error message where no-one can see it when loading an other with no style but use the default style instead.
-
Sven Neumann authored
2004-11-28 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.[ch] * plug-ins/gfig/gfig-dobject.c: moved Undo and Clear to the Edit menu. Added a utility function to set the sensitivity of an action by name. Cleaned up action callback. * plug-ins/gfig/gfig-style.c: minor cleanup.
-
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-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: made the class name uppercase since it is used to parse a gfig file.
-
Sven Neumann authored
2004-11-28 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c: make sure that widgets in the Grid and Preferences dialogs are only accessed while the dialogs exist.
-
Sven Neumann authored
2004-11-28 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c: made the Grid and Preferences dialogs singeltons and declared them as transient to the GFig window. Don't let them run their own main loop.
-
Sven Neumann authored
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2004-11-28 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c: added a Close menu item to the menubar. Removed help buttons from popup dialogs. Set the same default directory in load and save filechoosers.
-
- 27 Nov, 2004 9 commits
-
-
Manish Singh authored
2004-11-27 Manish Singh <yosh@gimp.org> * tools/pdbgen/pdb/drawable_transform.pdb: escape utf8 as hex, to avoid perl trying to be so smart that it's stupid. * app/pdb/drawable_transform_cmds.c: regenerated.
-
Manish Singh authored
2004-11-27 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c (save_image): thumbnail buffer variable declarations should be guarded under HAVE_EXIF.
-
Manish Singh authored
2004-11-27 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/colorxhtml.py: s/colorhtml/colorxhtml/, so it doesn't clash with the perl version. * plug-ins/pygimp/plug-ins/Makefile.am: reflect filename change.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: delay the creation of the display for the export image preview until the user requests a preview. Fixes bug #159376.
-
Øyvind Kolås authored
-
Kevin Cozens authored
2004-11-27 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/spyrogimp.scm: Force number of teeth to be integer values. Changed default for Outer teeth to give a more interesting image. Detabified file. Fixes bug #158448.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-scripts.c (script_fu_script_proc): don't look at the menu path to determine if the script is image-based. Instead look at the number of parameters we are being called with.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * app/tools/gimpinkoptions-gui.c: made the Size scale logarithmic as suggested in bug #159632.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/common/tiff.c (save_image): tell the user that we can't handle indexed images with alpha channel (bug #159600).
-