Commit Graph

30800 Commits

Author SHA1 Message Date
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
7eb2bbd11c Updated Spanish translation 2012-01-26 13:29:54 +01:00
cc5596c334 Updated Spanish translation 2012-01-26 12:59:37 +01:00
db97f15ad5 Updated Slovenian translation 2012-01-25 21:38:51 +01:00
58defdc380 Updated Belarusian translation. 2012-01-25 22:48:21 +03:00
da14eca758 Updated Spanish translation 2012-01-25 17:25:31 +01:00
2c1a2567fe Updated Spanish translation 2012-01-25 17:21:58 +01:00
b5e6a60fbf Updated Polish translation 2012-01-25 17:01:06 +01:00
123f499e30 Bug 668600 - "You can drop dockable dialogs here" not translatable
Add app/widgets/gimppanedbox.c to POTFILES.in
2012-01-24 23:36:29 +01:00
569b262e2d app: various tool options and tool preset fixes
- move the code that sets the tool options' "defined" and "serialize"
  properties from GimpToolInto to GimpToolOptions so they are always
  set correctly.
- make GimpToolOptions fix broken serialized NULL tools automatically.
- make sure a GimpToolPreset's tool options always has a tool set. If all
  fails, set a NULL tool explicitly and let the logic in GimpToolOptions
  find the right tool.
- set GimpToolPreset's "use" booleans to FALSE for context properties
  that have no effect on the tool.
- set GimpToolPresetEditor's toggle insensitive for these properties.
2012-01-23 22:40:49 +01:00
761b566c49 data: fix incorect dynamics preset 2012-01-23 23:08:36 +02:00
313430b738 app: move all GimpToolPresetEditor members to a private struct 2012-01-23 00:56:21 +01:00
6699ed185c data: Add .gitignore in the new data directories 2012-01-22 21:02:36 +01:00
a77809a13b Bug 668447 - Rotate tool: wrong keyboard bindings to rotate image interactively
Make "Right" rotate right and "Left" rotate left.
2012-01-22 20:47:25 +01:00
e1a819d564 Typo 2012-01-22 21:28:59 +02:00
c3c348e50b Bug 666949: Segfault when reading XCF file
use a guint for Tile's share_count member
2012-01-22 17:58:50 +01:00
005b119f1f file-ps: Link to Ghostscript library instead of launching another process 2012-01-22 10:33:50 +05:30
ebe0bcc901 build: Add check for Ghostscript 2012-01-22 09:21:15 +05:30
3f7a2dc9a7 build: Add missing SUBDIRS to data/dynamics/Makefile.am 2012-01-22 09:04:08 +05:30