Commit Graph

31291 Commits

Author SHA1 Message Date
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
0f8dd4ab88 plug-ins: make preview grid lines less blurry in map-object 2012-02-22 21:55:08 +01:00
b1dc95baa2 Updated italian translation. 2012-02-22 13:18:07 +01:00
731fa45f2b Updated Norwegian bokmål translation 2012-02-22 08:40:18 +01:00
55457924a7 Updated Norwegian bokmål translation 2012-02-21 20:55:05 +01:00
a69bfe7538 Updated Spanish translation. 2012-02-21 17:12:10 +01:00
bbd7d976f2 Updated Spanish translation. Fixed bugs #618697 and #618444 2012-02-21 17:09:02 +01:00
b95828038d Updated Spanish translation. Fixed bugs #618699 and #618698 2012-02-21 16:58:10 +01:00
96cec46bec plug-ins: fix include guards in gfig-types.h 2012-02-21 16:44:14 +01:00
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
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
29f1f3654a Updated Belarusian translation. 2012-02-20 23:01:00 +03:00
787d957c61 gimp Malayalam translations updated by Sadiq PK 2012-02-20 17:19:37 +05:30
f21aa4b88c [l10n] Update Japanese translation 2012-02-20 14:19:17 +09:00
b46edeb88a Updated Slovenian translation 2012-02-19 20:54:04 +01:00
b3e62ca815 Updated Polish translation 2012-02-19 20:23:59 +01:00
db59314fc3 Updated Spanish translation 2012-02-19 19:17:51 +01:00
848460d9a5 about-dialog: Add ifdef GIMP_UNSTABLE around about_dialog_add_unstable_message() 2012-02-19 22:14:36 +05:30
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
9bf7d9d08a Rename function (about_dialog_add_unstable_message) 2012-02-19 16:43:37 +05:30
4dc1c4e3b8 Updated Slovenian translation 2012-02-16 22:07:17 +01:00
f68acc3946 gfig: draw rectangular grid on whole pixels, set correct defaults in combo boxes. 2012-02-16 18:14:17 +01:00
8b995fc76d gfig: mute compiler warnings 2012-02-16 18:07:59 +01:00
261da8a4ab Bug 642728: Use cairo to draw Gfig 2012-02-16 18:07:59 +01:00
a1d7a4dba4 gfig: select the correct layer GimpImageType
and avoid a warning in a useless (but not unreachable)
code path

and do not dereference a NULL pointer when a style name
includes a white space (ex. "default style")
2012-02-16 18:07:59 +01:00
cd002dd0c6 app: remove two duplicated variable inits 2012-02-16 11:30:38 +01:00
5c19c75f71 app: fix typo in error message 2012-02-16 11:25:23 +01:00
776d2b9e04 plug-ins: fix debug macro in wget file-uri backend 2012-02-16 11:24:02 +01:00
06bb523ee9 [l10n] Update Japanese translation 2012-02-16 09:21:57 +09:00
a59f22a666 Updated Spanish translation 2012-02-15 13:00:20 +01:00
534d1f1215 Bug 670062 - duplicate xml tag
Apply patch from OKANO Takayoshi that removes the duplicate tag.
2012-02-14 22:52:06 +01:00
dec74ea061 Updated Polish translation 2012-02-14 18:38:17 +01:00
50add07774 Typos 2012-02-14 15:49:07 +02:00
919d369365 [l10n] Update Japanese translation 2012-02-14 22:07:49 +09:00
8559a28fd4 app: don't mess with the dialog's sensitivity while checking the extension
so the same widget (e.g. the entry) stays focused after dismissing the
extension mismatch message dialog.
2012-02-14 12:18:34 +01:00
7f5a43f3e1 app: rename GimpToolInfo::menu_path to ::menu_label
"path" is a really ancient pre-GtkAction terminology here.
2012-02-14 10:00:26 +01:00
f2fc342101 Bug 670024 - Zoom Tool menu label is not translated
Remove the message context from the zoom tool's menu label. It's not
needed and can't work like that for menu items.
2012-02-14 09:54:29 +01:00
b93cdd8bc5 Updated Slovenian translation 2012-02-13 22:30:01 +01:00
bd94635e02 Updated Spanish translation 2012-02-13 12:10:35 +01:00
43b6d6922c Bug 615227 - Undo while scaling layer freezes GIMP
Don't run into an infinite loop when the undo editor is used
while we're in the middle of an undo group.
2012-02-13 08:17:47 +01:00
b3c8cbd5a5 app: remove all docks from GimpImageWindow in dispose()
Seems to fix irregularly occuring warnings on exit about dialogs
being still around.
2012-02-13 00:12:50 +01:00
f57c9e59fe Updated Polish translation 2012-02-12 21:52:43 +01:00
f07b9606d8 Bug 658610 - Warn when importing PNG images with an offse
Added a dialog about offsets to the PNG loader
2012-02-12 20:49:52 +01:00
ddb1f968b5 app: fix include guards in gimpbrush-transform.h to not use the old filename 2012-02-12 18:41:52 +01:00
0b97416971 etc: use <Primary> instead of <Control> in the default menurc 2012-02-12 15:09:14 +01:00
bdc3f7e7e0 Bug 635615 - Embed page setup dialog in the print dialog
Get rid of the antique separate page setup menu item and dialog.
Started with a patch from Bilal Akhtar but massively changed it, and
fixed some undiscovered bugs on the way.
2012-02-12 13:51:18 +01:00
90065a517e app: try harder to show filename and file size in Image -> Properties
by using gimp_image_get_any_uri() instead of get_filename() or get_uri().
2012-02-11 22:54:06 +01:00
3670fa5ddd devel-docs: all functions in app/ appear in the docs again \o/ 2012-02-11 19:10:55 +01:00
0e6b703794 app: remove unused typedef GimpDynamicsOptions 2012-02-11 18:12:42 +01:00
f70bc837fa app: remove gimpdisplay-utils.[ch], move its only function to gimpdisplay.[ch] 2012-02-11 17:57:27 +01:00