- 11 Dec, 2004 6 commits
-
-
Sven Neumann authored
2004-12-11 Sven Neumann <sven@gimp.org> * app/app-sections.txt: updated.
-
Sven Neumann authored
2004-12-11 Sven Neumann <sven@gimp.org> * INSTALL * NEWS * README: updates for the GIMP 2.2.0 release.
-
Sven Neumann authored
2004-12-11 Sven Neumann <sven@gimp.org> * plug-ins/common/unsharp.c: got rid of a global variable.
-
Sven Neumann authored
2004-12-11 Sven Neumann <sven@gimp.org> * plug-ins/common/bumpmap.c (dialog_bumpmap_callback): more changes to restore the gimp-2.0 behaviour.
-
Michael Natterer authored
2004-12-11 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable-preview.[ch]: added new function gimp_drawable_get_sub_preview() which returns a scaled preview of a part of a drawable. (gimp_drawable_preview_scale): made it work with srcPR.x and srcPR.y being != 0. * app/core/gimpimage-preview.c (gimp_image_get_new_preview) * app/widgets/gimpviewrendererdrawable.c (gimp_view_renderer_drawable_render): if the area of the drawable preview is more than 4 times larger than the drawable itself (evil heuristic, but seems to work fine), use above function to get a sub-preview of the drawable instead of getting an insanely large preview of the whole drawable just to use a small part of it. Fixes bug #142074. * app/core/gimpimage-preview.c (gimp_image_get_new_preview): optimized by skipping layers which do not intersect with the canvas.
-
Sven Neumann authored
2004-12-11 Sven Neumann <sven@gimp.org> * plug-ins/common/bumpmap.c (dialog_bumpmap_callback): do actually change the bumpmap drawable. Fixes bug #160985, hopefully without reopening bug #158494.
-
- 10 Dec, 2004 8 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2004-12-11 Sven Neumann <sven@gimp.org> * configure.in: set version to 2.2.0. * tools/Makefile.am * tools/authorsgen/Makefile.am * tools/authorsgen/authorsgen.pl * tools/authorsgen/contributors: removed authorsgen, a perl script that used to be used to create AUTHORS and authors.h. * Makefile.am * authors.dtd * authors.xml: added a simple XML file that lists authors and contributors and a DTD to validate it. * authors.xsl: a stylesheet to generate AUTHORS from authors.xml. * app/dialogs/Makefile.am * app/dialogs/authors.xsl: a stylesheet to generate authors.h from authors.xml. * app/dialogs/authors.h: regenerated. * app/dialogs/about-dialog.c: added a const modifier.
-
William Skaggs authored
* app/widgets/gimphistogrameditor.c: make histogram editor, and therefore histogram dialog, use the selection. Should resolve bug #72959. * app/core/gimpdrawable-histogram.h: remove trailing whitespace.
-
Manish Singh authored
2004-12-10 Manish Singh <yosh@gimp.org> * app/widgets/gimpdatafactoryview.c * app/widgets/gimpitemtreeview.c: #include <string.h> for strcmp()
-
Michael Natterer authored
2004-12-10 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdatafactoryview.c (gimp_data_factory_view_tree_name_edited) * app/widgets/gimpitemtreeview.c (gimp_item_tree_view_name_edited) * app/widgets/gimptemplateview.c (gimp_template_view_tree_name_edited): call gimp_object_set_name() or gimp_item_rename() only if the item's name has actually changed and restore the old text otherwise. Fixes one instance of "name is not updated correctly after editing" for which I blamed GTK+ in bug #145463 :-) The other instances should be fixed in GTK+ HEAD and are imho unfixable with GTK+ 2.4.
-
Michael Natterer authored
2004-12-10 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_clear_items): clear all viewable cell renderers so they don't keep pointers to layers/masks which don't exist any more. Fixes the additional problem in bug #148852 but not the bug itself.
-
Amanpreet Singh Alam authored
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 09 Dec, 2004 8 commits
-
-
William Skaggs authored
* app/core/gimpbrushpipe.c (gimp_brush_pipe_select_brush): Don't initialize a new random number generator every time a brush is selected from a pipe. Fixes bug #148205).
-
David Odin authored
* plug-ins/common/cartoon.c: marked the menu entry for translation (reported by Zigomar)
-
Michael Natterer authored
2004-12-09 Michael Natterer <mitch@gimp.org> * app/dialogs/print-size-dialog.c * app/widgets/gimpsizebox.c: set a focus_chain on the size_entries so the focus order is width->height->chain->unitmenu and not width->chain->height->unitmenu. * app/widgets/gimptemplateeditor.c: changed focus_chain code to work like above (cosmetics).
-
Hendrik Brandt authored
2004-12-09 Hendrik Brandt <heb@gnome-de.org> * po*/de.po: Updated German translation.
-
Sven Neumann authored
2004-12-09 Sven Neumann <sven@gimp.org> * app/gui/splash.c (splash_update): only expose the area of the window that actually changed. * app/plug-in/plug-in-rc.c (plug_in_rc_write): changed the header and footer to be more in line with the other rc files.
-
Sven Neumann authored
-
Amanpreet Singh Alam authored
-
William Skaggs authored
* app/dialogs/print-size-dialog.c (print_size_dialog_size_changed): Previous fix only worked if units were inches -- now seems to work for all units. (Fixes #72852?)
-
- 08 Dec, 2004 5 commits
-
-
William Skaggs authored
* plug-ins/common/randomize.c: Changed algorithm for Pick and Slur to treat all channels within a pixel in the same way; intended to fix bug #72852.
-
William Skaggs authored
* app/dialogs/print-size-dialog.c (print_size_dialog_size_changed): fixed kludgy use of size entry, seems to fix bug #159273.
-
Øyvind Kolås authored
-
Michael Natterer authored
2004-12-08 Michael Natterer <mitch@gimp.org> * app/widgets/gimpuimanager.[ch]: renamed gimp_ui_manager_get_action() to gimp_ui_manager_find_action(). * app/widgets/gimpcolormapeditor.c * app/widgets/gimpitemtreeview.c * app/widgets/gimppaletteeditor.c * app/widgets/gimptoolbox.c * app/widgets/gimptooloptionseditor.c * app/display/gimpdisplayshell-close.c: changed accordingly. (this change is quite useless as it stands, but will help keeping the diff between 2.2 and 2.3 small as soon as we're branched). * app/widgets/gimpcolormapeditor.c (gimp_colormap_preview_button_press): invoke the "edit-color", not "new-color" action upon double click. (palette_editor_select_entry): update the ui manager after selecting the entry so the entry-specific actions become sensitive if there was no entry selected before.
-
Michael Natterer authored
2004-12-08 Michael Natterer <mitch@gimp.org> * app/widgets/gimppropwidgets.[ch]: added new prop_widget gimp_prop_int_combo_box_new() which takes a pre-built GimpIntStore and allows to create views on int properties with arbitrary sets of values (not just enums). * app/widgets/gimpcontrollereditor.c (gimp_controller_editor_constructor): added support for generic combo boxes controlled exclusively by controller properties: if an int property "foo" is followed by an object property "foo-values" and the contained object is a GimpIntStore, use that store as model for selecting "foo"'s values using gimp_prop_int_combo_box_new(). (Allows for more flexible controller configuration, the actual use case in the midi controller is still work in progress).
-
- 07 Dec, 2004 7 commits
-
-
Vincent van Adrighem authored
2004-12-07 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
-
Miloslav Trmac authored
2004-12-07 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Peteris Krisjanis authored
2004-12-07 Peteris Krisjanis <pecisk@gmail.com> Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
2004-12-07 Peteris Krisjanis <pecisk@gmail.com> * lv.po: Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
2004-12-07 Peteris Krisjanis <pecisk@gmail.com> Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Peteris Krisjanis authored
2004-12-07 Peteris Krisjanis <pecisk@gmail.com> * lv.po: Updated Latvian translation by Gatis Kalnins <gatis.kalnins@metatrons.org>
-
Marco Ciampa authored
-
- 06 Dec, 2004 6 commits
-
-
Sven Neumann authored
2004-12-06 Sven Neumann <sven@gimp.org> * tools/authorsgen/contributors: removed duplicate entry for Roman. * AUTHORS * app/dialogs/authors.h: regenerated.
-
Roman Joost authored
2004-12-06 Roman Joost <romanofski@gimp.org> * tools/authorsgen/contributors: added Róman Joost to contributors
-
Michael Natterer authored
2004-12-06 Michael Natterer <mitch@gimp.org> * app/tools/gimptransformtool.c: applied patch from Sven Neumann which removes code that prevents layers with mask from being transformed. * app/tools/gimptransformtool.[ch]: added "gboolean mask_empty" parameter to GimpTransformTool::transform(). Needed because the selection gets cleared by cutting from the drawable and we need the selection's state before that cutting. (gimp_transform_tool_doit): pass "mask_empty" to GimpTransformTool::transform(): * app/tools/gimptransformtool.c (gimp_transform_tool_real_transform) * app/tools/gimpfliptool.c (gimp_flip_tool_transform): when transforming a layer with mask and there is no selection, transform the mask just as if it was a linked item. Fixes bug #143837 and bug #159697.
-
Michael Natterer authored
2004-12-06 Michael Natterer <mitch@gimp.org> * de.po: Changed latin character to ascii one to fix the build.
-
Laszlo Dvornik authored
2004-12-06 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Hungarian translation updated by Arpad Biro.
-
Roman Joost authored
2004-12-06 Roman Joost <romanofski@gimp.org> * de.po: added Name to translators msgid, which I always forgott
-