Commit graph

30825 commits

Author SHA1 Message Date
Martin Renold
08ed48fffc Bug 669616 - openraster plugin saves invalid files under some circumstances
If the label contains an URL, the double slashes (//) make very
poor filenames inside the ZIP container.

http://forum.intilinux.com/mypaint-help-and-tips/gimp-corrupting-ora-files/msg10284/#msg10284
2012-02-08 20:22:18 +01:00
Hleb Valoshka
3d4c7f8d4b Updated Belarusian translation. 2012-02-08 10:45:13 +03:00
Marco Ciampa
59ab77d7b1 Updated italian translation 2012-02-08 08:20:56 +01:00
Michael Natterer
4cccb20c6e INSTALL: recommend some more libs to install for optional plugins 2012-02-08 00:36:03 +01:00
Mikael Magnusson
23ca29855c NEWS: Apply some typo fanaticism 2012-02-07 21:03:55 +01:00
Michael Natterer
d0d78ed284 NEWS: updates 2012-02-07 21:00:44 +01:00
Michael Natterer
2414301799 Review the last few commits and apply some style fanaticism
some completely unrelated,
2012-02-07 20:36:55 +01:00
Massimo Valentini
052bce733b Typo 2012-02-07 17:35:06 +01:00
Massimo Valentini
7cf2ee6397 Bug 586451: Alpha Logo scripts incorrectly become...
sensitive after "Refresh Scripts"
2012-02-07 17:32:02 +01:00
Massimo Valentini
05aa83270d Bug 554359: text tool should compress undo steps...
when the rectangle is manipulated
2012-02-07 17:32:02 +01:00
Massimo Valentini
39368a410d plugged memory leaks 2012-02-07 17:32:02 +01:00
Michael Natterer
73a3b56ec9 data: clean up brushes Makefiles and remove duplicate files 2012-02-07 09:30:13 +01:00
Michael Natterer
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
Michael Natterer
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
Michael Natterer
79d997457b app: set GimpToolPresetEditor insensitive for non-editable presets 2012-02-06 22:03:30 +01:00
Alexia Death
41b00e2e6b app: Make palette part of paint tools context mask 2012-02-06 21:57:20 +02:00
Alexia Death
fe946a7501 data: More new brush set cleanup, underscore hunt edition 2012-02-06 21:57:20 +02:00
Michael Natterer
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
Praveen Illa
b4988ef00f Added Telugu translation by Swecha Team 2012-02-06 13:30:48 +05:30
swecha
8a40421299 Updated Telugu Translation 2012-02-06 13:27:18 +05:30
Michael Natterer
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
Michael Natterer
3c240bcb3c plug-ins: remove unused variable in file-tiff-load.c 2012-02-05 22:28:55 +01:00
Michael Natterer
1b34c9220c plug-ins: actually use the return value of fread() in gimppressionist/presets 2012-02-05 22:28:09 +01:00
Michael Natterer
9092c79ca2 plug-ins: remove unused variable in file-pdf-save.c 2012-02-05 22:27:15 +01:00
Francisco Vila
b1fe1db7d3 Updated Spanish translation 2012-02-05 19:14:29 +01:00
Nishibori Kiyotaka
f06e712c3c [l10n] Update Japanese translation 2012-02-05 14:47:45 +09:00
Nishibori Kiyotaka
fe92376278 [l10n] Update Japanese translation 2012-02-05 14:45:39 +09:00
Nishibori Kiyotaka
662c25c9e1 [l10n] Update Japanese translation 2012-02-05 14:43:27 +09:00
Nishibori Kiyotaka
a98ea408b8 [l10n] Update Japanese translation 2012-02-05 14:41:29 +09:00
Nishibori Kiyotaka
44136cd23f [l10n] Update Japanese translation 2012-02-05 14:39:14 +09:00
Alexia Death
7aa12175a4 data: More resource updates and cleanup with Ramon 2012-02-04 21:00:43 +02:00
Martin Srebotnjak
6e1618a910 Updated Slovenian translation 2012-02-04 19:48:32 +01:00
Khaled Hosny
dff066dc59 Update Arabic translation 2012-02-03 07:42:31 +02:00
Alexia Death
c585737f3a app: Add import type as third preference on Export 2012-02-02 21:17:35 +02:00
Piotr Drąg
84b048744d Updated Polish translation 2012-02-02 18:50:26 +01:00
Massimo Valentini
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
Mukund Sivaraman
216470c728 file-pdf-load: Change description and button text 2012-02-02 21:58:47 +05:30
Mukund Sivaraman
4f3da64f55 file-pdf-load: Rearrange code slightly to group the font options statements together 2012-02-02 21:56:30 +05:30
Massimo Valentini
389c73d492 file-pdf-load: Bug 644544: Let GIMP allow to switch off antialiasing in PDF 2012-02-02 21:55:43 +05:30
Mukund Sivaraman
355ce0b6ec docs: Update the release instructions to be more water-tight 2012-02-02 16:32:37 +05:30
Michael Natterer
17f1f2a2fa app: use G_N_ELEMENTS() and remove GIMP_N_TAB_STYLE_CANDIDATES define 2012-02-01 20:38:10 +01:00
Alexia Death
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
Alexia Death
bcb35382c6 data: cleanup default brushes set 2012-02-01 00:51:56 +02:00
Michael Natterer
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
Michael Natterer
9a4abedb98 plug-ins: fix indentation b0rk from previous commit 2012-01-31 21:28:12 +01:00
Kevin Cozens
2871093626 Bug 669074 - Corrected typo, spotted by David Allen, in BMP file signature. 2012-01-31 14:53:18 -05:00
Mukund Sivaraman
05bca8c622 build: Make .xz compressed dist tarballs too 2012-01-31 19:01:51 +05:30
Michael Natterer
cac442c2df app: port dockable showing in widgets/ to GimpWindowStrategy 2012-01-30 23:52:59 +01:00
Michael Natterer
0a68527edc app: move the GimpWindowStrategy interface from display/ to widgets/ 2012-01-30 23:33:21 +01:00
Michael Natterer
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