Commit Graph

31018 Commits

Author SHA1 Message Date
052bce733b Typo 2012-02-07 17:35:06 +01:00
7cf2ee6397 Bug 586451: Alpha Logo scripts incorrectly become...
sensitive after "Refresh Scripts"
2012-02-07 17:32:02 +01:00
05aa83270d Bug 554359: text tool should compress undo steps...
when the rectangle is manipulated
2012-02-07 17:32:02 +01:00
39368a410d plugged memory leaks 2012-02-07 17:32:02 +01:00
73a3b56ec9 data: clean up brushes Makefiles and remove duplicate files 2012-02-07 09:30:13 +01:00
ec9187e69b Bug 669382 - corrupt png file theme-22.png in Default theme
Re-save the file so trailing junk gets stripped.
2012-02-06 22:53:34 +01:00
4f61e58bb8 app: set the sensitivity of the tool options' preset menu items
based on "editable" and "deletable".
2012-02-06 22:04:34 +01:00
79d997457b app: set GimpToolPresetEditor insensitive for non-editable presets 2012-02-06 22:03:30 +01:00
41b00e2e6b app: Make palette part of paint tools context mask 2012-02-06 21:57:20 +02:00
fe946a7501 data: More new brush set cleanup, underscore hunt edition 2012-02-06 21:57:20 +02:00
f72806bbcd app: fix GimpContainerTreeView name editing so it always works the same
no matter how editing was started (double click, keyboard activate, F2).

Connect to "editing-started" of the name cell and set the object's
real name directly on the GtkCellEditable, instead of trying to hack
around in the tree store before the actual editing starts.
2012-02-06 19:28:37 +01:00
b4988ef00f Added Telugu translation by Swecha Team 2012-02-06 13:30:48 +05:30
8a40421299 Updated Telugu Translation 2012-02-06 13:27:18 +05:30
947ea55a07 app: chain up last in gimp_container_tree_view_set_context()
so all the view renderers already have the right context when the
parent interface code selects the right item, which in turn requires
the context to be already set on the renderers. Fixes warnings when
dragging dockables around.
2012-02-06 01:33:01 +01:00
3c240bcb3c plug-ins: remove unused variable in file-tiff-load.c 2012-02-05 22:28:55 +01:00
1b34c9220c plug-ins: actually use the return value of fread() in gimppressionist/presets 2012-02-05 22:28:09 +01:00
9092c79ca2 plug-ins: remove unused variable in file-pdf-save.c 2012-02-05 22:27:15 +01:00
b1fe1db7d3 Updated Spanish translation 2012-02-05 19:14:29 +01:00
f06e712c3c [l10n] Update Japanese translation 2012-02-05 14:47:45 +09:00
fe92376278 [l10n] Update Japanese translation 2012-02-05 14:45:39 +09:00
662c25c9e1 [l10n] Update Japanese translation 2012-02-05 14:43:27 +09:00
a98ea408b8 [l10n] Update Japanese translation 2012-02-05 14:41:29 +09:00
44136cd23f [l10n] Update Japanese translation 2012-02-05 14:39:14 +09:00
7aa12175a4 data: More resource updates and cleanup with Ramon 2012-02-04 21:00:43 +02:00
6e1618a910 Updated Slovenian translation 2012-02-04 19:48:32 +01:00
dff066dc59 Update Arabic translation 2012-02-03 07:42:31 +02:00
c585737f3a app: Add import type as third preference on Export 2012-02-02 21:17:35 +02:00
84b048744d Updated Polish translation 2012-02-02 18:50:26 +01:00
a0e6941db1 Bug 669188: saving a monochrome bitmap picture ...
The colormap was being written within the DIB header.
It must follow both the mask and color space info.
2012-02-02 11:49:41 -05:00
216470c728 file-pdf-load: Change description and button text 2012-02-02 21:58:47 +05:30
4f3da64f55 file-pdf-load: Rearrange code slightly to group the font options statements together 2012-02-02 21:56:30 +05:30
389c73d492 file-pdf-load: Bug 644544: Let GIMP allow to switch off antialiasing in PDF 2012-02-02 21:55:43 +05:30
355ce0b6ec docs: Update the release instructions to be more water-tight 2012-02-02 16:32:37 +05:30
17f1f2a2fa app: use G_N_ELEMENTS() and remove GIMP_N_TAB_STYLE_CANDIDATES define 2012-02-01 20:38:10 +01:00
f7554c299e app: use deletable flag for sorting user data above system data
Previously flag writable was used. This caused ritable and editable
brushes to sort first. This was not clearly understood criteria.
Now user brushes in writable folders are sorted first.
2012-02-01 21:05:16 +02:00
bcb35382c6 data: cleanup default brushes set 2012-02-01 00:51:56 +02:00
d11f9d7dbf Bug 664885 - Open 'Document History' --> always a additional history tab appears
Really find a *widget* in gimp_dialog_factory_find_widget(), don't
just return the first found session info's widget. It's perfectly fine
for a session info to have a NULL widget, if that dialog is not
currently open.
2012-01-31 22:00:17 +01:00
9a4abedb98 plug-ins: fix indentation b0rk from previous commit 2012-01-31 21:28:12 +01:00
2871093626 Bug 669074 - Corrected typo, spotted by David Allen, in BMP file signature. 2012-01-31 14:53:18 -05:00
05bca8c622 build: Make .xz compressed dist tarballs too 2012-01-31 19:01:51 +05:30
cac442c2df app: port dockable showing in widgets/ to GimpWindowStrategy 2012-01-30 23:52:59 +01:00
0a68527edc app: move the GimpWindowStrategy interface from display/ to widgets/ 2012-01-30 23:33:21 +01:00
325bce54a7 app: port dockable showing to using GimpWindowStrategy API
so it works right in SWM. Fixed actions/, tools/, and app/ for now.
2012-01-30 23:24:44 +01:00
79a66d36d2 app: rename GimpWindowStrategy::create_dockable_dialog()
to ::show_dockable_dialog() because that's what it wlays does, no
matter if the dialog has to be created or now.
2012-01-30 22:59:09 +01:00
4aa866a8b9 Bug 664885 - Open 'Document History' --> always a additional history tab appears
In SWM, try to find an existing dialog in
gimp_single_window_strategy_create_dockable_dialog() before falling
back to creating a new one.
2012-01-30 22:53:43 +01:00
92693f40b6 app: allow to pass an identifier list to gimp_dialog_factory_find_widget()
Which is right for all external users, GimpDialogFactory itself splits
the identifier list itself if needed before finding a specific dialog.
2012-01-30 22:51:51 +01:00
dcc9eabbd5 app: formatting fixes in GimpSmudge 2012-01-29 16:59:22 +01:00
993eb14476 Updated italian translation. 2012-01-28 22:10:05 +01:00
e373cf1e52 Updated Lithuanian translation 2012-01-28 13:49:06 +02:00
5454e03ef5 Updated italian translation 2012-01-27 22:36:11 +01:00