Commit Graph

30918 Commits

Author SHA1 Message Date
Massimo Valentini 7fed1b6e93 Bug 651956: Text tool misremembers point size upon reloading file
When setting the unit of a property shared with a gimp_prop_size_entry,
a conversion is applied to the corresponding size property (to preserve
size_entry's ref-value), but the conversion risks to change the size
property already updated.

To update, at the same time, size and unit, it is better to start updating
size_entry's unit in order to trigger the useless conversion on the stale
size.
2012-03-09 19:21:44 +01:00
Massimo Valentini 71cb4fbd71 Bug 667368: Bug in Histogram egalization 2012-03-08 18:20:45 +01:00
Alexis Wilhelm c7c752f5df Bug 541859 - Colour Balance Range to Adjust has no Effect
This makes the different ranges have a clearly different effect,
plus speeds up the gegl op quite a lot.

NOTE: this might affect the result of scripts using color-balance
2012-03-07 21:45:59 +01:00
Michael Natterer f2f1eab753 app: add "ERROR" to the values of enum GimpPdbErrorCode
so they are now GIMP_PDB_ERROR_FOO instead of just GIMP_PDB_FOO,
because it was just too confusing wrt enum GimpPdbStatusType.
2012-03-05 19:36:59 +01:00
Michael Natterer 435feea20a app: use gimp_cairo_set_source_rgb() wheh setting a GimpRGB 2012-03-05 19:19:47 +01:00
Massimo Valentini 1658460523 app: don't g_assert_not_reached on GIMP_PDB_FAILED errors
calling in a script (gimp-file-load-layer 1 image "notexists.bmp")
used to crash GIMP with the following message:

**
Gimp-PDB:ERROR:gimpprocedure.c:491:gimp_procedure_get_return_values:
code should not be reached
gimp-2.7: terminated: Aborted
2012-03-05 18:36:03 +01:00
Michael Natterer 0c236cbc48 app: don't draw the grid if it covers the image entirely
Regardless of the elaborate discussion in bug #599267, as soon as the
grid starts covering the image completely (when the is no more spacing
between grid lines), it is entirely useless, so skip drawing it.
2012-03-04 20:19:57 +01:00
Daniel Mustieles 64c996918a Updated Spanish translation 2012-03-04 19:28:05 +01:00
Michael Natterer 4ad0104a43 plug-ins: change more things in maze from uint to int to fix compiler warnings 2012-03-04 17:53:54 +01:00
Ville Sokk 2084b13369 Bug 155733 - need to check return values of gimp_drawable_mask_bounds()
Mask intersect fixes for some plug-ins.
2012-03-04 17:49:41 +01:00
Martin Srebotnjak 4e8c93246a Updated Slovenian translation 2012-03-03 22:15:35 +01:00
Piotr Drąg 997e1f3e0c Updated Polish translation 2012-03-03 21:14:10 +01:00
Ville Sokk 082d758a34 Bug 558795 - Using same quick mask color across sessions
Add configuration option for quick mask color.
2012-03-03 02:45:10 +01:00
Michael Natterer 72d60103e5 configure: remove the rules for the "gimpinstall" script
it was needed for the script version of gimptool which is gone.
2012-03-02 20:09:44 +01:00
Michael Natterer bd591d73cf libgimp: add gimp_ink_blob_type_get_type() to gimp.def 2012-03-02 12:20:21 +01:00
Michael Natterer b952f80be0 Bug 658477 - add PDB support for more paint and ink options
Apply heavily modified patch from Es Swartz which adds PDB API for
brush size, angle and aspect ratio, as well as a full interface for
ink. Changed to patch to add all procedures to the "context" group
instead of creating new PDB groups, properly use the new
GimpPDBContext APIs for paint options, and did some general cleanup.
(Warning, completely untested).
2012-03-01 12:58:26 +01:00
Massimo Valentini c2f68b59a3 Bug 670897: Phython-fu does not return parent layer...
(pdb.gimp_item_get_parent(item))

Adjust param conversions when wrapping pdb functions
and implement 'children' and 'parent' getter for
GimpItem Python Object.
2012-02-28 18:20:10 +01:00
Marco Ciampa bebcebd1ca Updated italian translation. 2012-02-28 18:08:59 +01:00
Daniel Nylander 0818bcfe42 Updated Swedish translation 2012-02-28 09:05:26 +01:00
Martin Srebotnjak 2677566cfe Updated Slovenian translation 2012-02-27 22:35:50 +01:00
Kiyotaka NISHIBORI 9ed3cb42f1 [l10n] Update Japanese translation 2012-02-24 22:11:35 +09:00
Daniel Mustieles cef8a3e6f3 Updated Spanish translation 2012-02-24 10:27:46 +01:00
Michael Natterer 8ea6d3a94f app: when scaling, use the proper image api to move guides and sample points
so the image's "foo-moved" signals are emitted and the display can
follow. Moving them around manually was needed before the displayed
guides and sample points were proper views of the resp. core objects.
2012-02-24 00:31:27 +01:00
Piotr Drąg 6f0937a9b5 Updated Polish translation 2012-02-23 22:04:56 +01:00
Richard Bowers e507f406d7 Bug 589229 - Keyboard shortcuts for zoom do not work as expected
Add extra actions for KP_1 ... KP_5 because they are separate keys.
2012-02-23 20:17:35 +01:00
Martin Nordholts f7aa27a7e8 app: Remove "Far from completely implemented!" in SWM action
Unfortunately this is a string change, but we simply can't not let it
say "Far from completely implemented!". Single-window mode works fine
now.
2012-02-23 19:29:56 +01:00
Michael Natterer b1483144cf app: remove unused variable in GimpSpinScale 2012-02-22 23:38:35 +01:00
Michael Natterer aadfc82f11 app: various GimpSpinScale fixes
- make it respect RTL mode better, something is still weird though
- don't fiddle with the entry's inner_border
- place label and number on the same line
- adjust size_request to respect the label's requisition
- set the label to ellipsize
2012-02-22 22:48:42 +01:00
Mikael Magnusson 0f8dd4ab88 plug-ins: make preview grid lines less blurry in map-object 2012-02-22 21:55:08 +01:00
Marco Ciampa b1dc95baa2 Updated italian translation. 2012-02-22 13:18:07 +01:00
Kjartan Maraas 731fa45f2b Updated Norwegian bokmål translation 2012-02-22 08:40:18 +01:00
Kjartan Maraas 55457924a7 Updated Norwegian bokmål translation 2012-02-21 20:55:05 +01:00
Daniel Mustieles a69bfe7538 Updated Spanish translation. 2012-02-21 17:12:10 +01:00
Daniel Mustieles bbd7d976f2 Updated Spanish translation. Fixed bugs #618697 and #618444 2012-02-21 17:09:02 +01:00
Daniel Mustieles b95828038d Updated Spanish translation. Fixed bugs #618699 and #618698 2012-02-21 16:58:10 +01:00
Michael Natterer 96cec46bec plug-ins: fix include guards in gfig-types.h 2012-02-21 16:44:14 +01:00
Michael Natterer 71e8fc8c3a app: make sure undrawing the selection doesn't leave right/bottom pixel garbage
gimp_display_shell_mask_bounds(): transform the selection bounds with
sub-pixel precision and then apply floor()/ceil() accordingly.
2012-02-21 16:01:53 +01:00
Michael Natterer fbd746f95a app: don't rely on gtk_container_remove() to always destroy the child
Instead, either destroy the child instead of removing it, or remove
*and* destroy it in cases where the remove() api on the "parent"
doesn't match GTK+'s parent/child relation (like with all our dock
widgets). We can't rely on remove() to implicitly detstroy, because
there might be arbitrary other code holding references, such as
accessibility modules and whatnot. Most likely fixes unclear crashes
in accessibility code and other crashes we blamed GTK+ for.
2012-02-21 00:36:18 +01:00
Hleb Valoshka 29f1f3654a Updated Belarusian translation. 2012-02-20 23:01:00 +03:00
Praveen Arimbrathodiyil 787d957c61 gimp Malayalam translations updated by Sadiq PK 2012-02-20 17:19:37 +05:30
Kiyotaka NISHIBORI f21aa4b88c [l10n] Update Japanese translation 2012-02-20 14:19:17 +09:00
Martin Srebotnjak b46edeb88a Updated Slovenian translation 2012-02-19 20:54:04 +01:00
Piotr Drąg b3e62ca815 Updated Polish translation 2012-02-19 20:23:59 +01:00
Daniel Mustieles db59314fc3 Updated Spanish translation 2012-02-19 19:17:51 +01:00
malay.keshav 848460d9a5 about-dialog: Add ifdef GIMP_UNSTABLE around about_dialog_add_unstable_message() 2012-02-19 22:14:36 +05:30
Michael Natterer c63f34ff17 Bug 670352 - Tool tip for "Zoom Out" and "Zoom In" are not translated
Apply patch from Kiyotaka NISHIBORI that makes the actions use the
right translation context.
2012-02-19 12:15:41 +01:00
malay.keshav 9bf7d9d08a Rename function (about_dialog_add_unstable_message) 2012-02-19 16:43:37 +05:30
Martin Srebotnjak 4dc1c4e3b8 Updated Slovenian translation 2012-02-16 22:07:17 +01:00
Mikael Magnusson f68acc3946 gfig: draw rectangular grid on whole pixels, set correct defaults in combo boxes. 2012-02-16 18:14:17 +01:00
Massimo Valentini 8b995fc76d gfig: mute compiler warnings 2012-02-16 18:07:59 +01:00