Commit graph

30035 commits

Author SHA1 Message Date
Mukund Sivaraman
ecacdbc7cd file-jpeg: Conditionally compile files with EXIF related code 2011-09-18 08:09:41 +05:30
Mukund Sivaraman
bd3faae04c file-jpeg: Include gimpexif.h only if HAVE_LIBEXIF 2011-09-18 08:08:16 +05:30
Mukund Sivaraman
cbed71eb30 file-jpeg: Conditionally declare orientation 2011-09-18 08:07:32 +05:30
Mukund Sivaraman
dfdf05a578 file-jpeg: Add header cladding 2011-09-18 08:00:20 +05:30
Mukund Sivaraman
50b093d92c file-jpeg: Move define to header file 2011-09-18 07:22:38 +05:30
Mukund Sivaraman
f6b70ec3e9 file-jpeg: Remove unused define 2011-09-18 07:22:06 +05:30
Mukund Sivaraman
536d6a527c file-jpeg: Create jpeg-exif.h and move EXIF protos to it 2011-09-18 07:21:30 +05:30
Mukund Sivaraman
2aae54226c build: Rename HAVE_EXIF define to HAVE_LIBEXIF 2011-09-18 07:04:44 +05:30
Mukund Sivaraman
e6edc7d833 build: Rename BUILD_METADATA conditional to HAVE_LIBEXIF 2011-09-18 06:50:43 +05:30
Michael Natterer
7656e2bda1 app: make gimp_window_key_press_event() do the right thing on a Mac
which is look at the right modifier when checking if a key event
can invoke an accelerator. Also get the mnemonic modifier from
GTK instead of hardcoding it, and don't check for it if mnemonics
are disabled, which is the right thing to do on all platforms.
2011-09-17 23:26:58 +02:00
Marco Ciampa
f67c592f0e Updated italian translation 2011-09-17 01:17:09 +02:00
Michael Natterer
6b0e77eafe app: adapt ige-mac-menu.c to the change to META as primary modifier 2011-09-16 23:24:49 +02:00
Michael Natterer
ed00cff9d3 app: don't use image_window->menubar if it's NULL 2011-09-16 23:24:49 +02:00
Michael Natterer
3066a8228a app: use <primary> instead of <control> in accelerator strings
but generically change it back to <control> for GTK+ < 2.24.7.
This enables using the Command modifier on OSX,
2011-09-16 22:59:58 +02:00
Dr.T.Vasudevan
5a46d1e247 updated Tamil translation 2011-09-16 17:46:10 +05:30
Dr.T.Vasudevan
10f7484cd7 updated Tamil translation 2011-09-16 17:35:26 +05:30
Marco Ciampa
5a4708627e Small fix in italian translation 2011-09-16 01:23:27 +02:00
Marco Ciampa
62d9ba7ab3 Small fix in italian translation, thanks to Stefano Ferri, again 2011-09-16 00:51:27 +02:00
Martin Nordholts
8424aafc05 Bug 659084 - git-version.h can't be generated from shallow repositories
Pass --always to git describe so git-version.h can be generated also
from shallow (--depth 1) repositories. Cause found by Kenny Stuart.
2011-09-15 20:47:34 +02:00
Inaki Larranaga Murgoitio
3484309e49 Updated Basque language 2011-09-15 18:32:13 +02:00
Inaki Larranaga Murgoitio
de9011d944 Added Basque language 2011-09-15 18:24:01 +02:00
Inaki Larranaga Murgoitio
519b2c60f0 Updated Basque language 2011-09-15 18:22:10 +02:00
Inaki Larranaga Murgoitio
b52182eb8d Updated Basque language 2011-09-15 18:20:31 +02:00
Inaki Larranaga Murgoitio
c2a132dd42 Updated Basque language 2011-09-15 18:02:52 +02:00
Inaki Larranaga Murgoitio
3d1b6dfae9 Updated Basque language 2011-09-15 17:35:50 +02:00
Inaki Larranaga Murgoitio
cb5ff4f253 Updated Basque language 2011-09-15 17:04:30 +02:00
Inaki Larranaga Murgoitio
003773f52a Updated Basque language 2011-09-15 17:03:25 +02:00
dmustieles
023db8449c Updated Spanish translation 2011-09-15 10:54:19 +02:00
Marco Ciampa
0bd8fe6533 Small fix in italian translation 2011-09-15 10:38:41 +02:00
Michael Natterer
9cfa0a5dde app: use a smaller icon for the image tabs' close button
Also make sure the visibility of the icon doesn't depend on
GTK+ settings by packing it manually.
2011-09-15 09:04:38 +02:00
Alexia Death
d32fa80d1d app: Move smooth to painttool and clean up the rest 2011-09-14 20:44:45 +03:00
Martin Nordholts
fea6d2e5b1 app: Add pixel_regions_free() 2011-09-14 17:34:52 +02:00
Massimo Valentini
27feccc4a4 Do not access transform tool handles if NULL or stales
For example starting GIMP and pressing

Ctrl-N Enter Shift-T (or Shift-R or Shift-P)

showed warnings on the console, and with window manager's
focus mode set to 'click' it was also possible to crash GIMP.
2011-09-13 18:12:35 +02:00
Martin Nordholts
83e3e58ebc app: Remove PixelRegionIterator::dirty_tiles
It is always 1 and only used in a boolean expression.

The member was introduced and used in
bc0451b4b4 and
fd586862fc, then it effectively became
unused in e4b031932a with the

  /* Why would we wan't to set dirty_tiles to 0 here? */

comments.
2011-09-13 07:07:19 +02:00
Changwoo Ryu
2c09e339d7 Updated Korean translation 2011-09-13 11:22:43 +09:00
Mukund Sivaraman
4c7fe3b725 build: Remove --enable-maintainer-mode as it's now the default 2011-09-13 00:54:26 +05:30
Mukund Sivaraman
6080c11161 Revert "Bug #658816 - Add a spellchecker to the comment editor"
This reverts commit 978c96bbc6, which is
probably not such a great idea.
2011-09-13 00:33:33 +05:30
Mukund Sivaraman
978c96bbc6 Bug #658816 - Add a spellchecker to the comment editor
This is an initial version and can be improved. Something is better
than nothing.  :)
2011-09-12 19:36:35 +05:30
Alexia Death
159ee0381d app: Complete the reversal of last patch 2011-09-11 22:48:02 +03:00
Alexia Death
79dfee2c9e Revert "app: Remove obsolete way of keeping track of last painted dab"
This reverts commit 1b62a7bff3.
2011-09-11 22:47:55 +03:00
Alexia Death
8beec385ee app: silence a warning in ink tool 2011-09-11 21:56:33 +03:00
Alexia Death
8f11e8743d app: Don't mark coord done untill its actually been painted 2011-09-11 21:56:33 +03:00
Hleb Valoshka
87e41daa24 Updated Belarusian translation. 2011-09-11 19:41:31 +03:00
Hleb Valoshka
840ed63461 Updated Belarusian translation. 2011-09-11 16:28:07 +03:00
Alexia Death
c360c53873 app: Fix ink tool smooth handling 2011-09-11 16:20:47 +03:00
Hleb Valoshka
90b0e232f8 Updated Belarusian translation. 2011-09-11 16:18:40 +03:00
Alexia Death
1b62a7bff3 app: Remove obsolete way of keeping track of last painted dab 2011-09-11 13:23:05 +03:00
Alexia Death
9711995d88 app: remove duplicate call to coord smooth
Interpolation function is taking care of
the smooth now. This caused bugs with
spacing while using smooth.
2011-09-11 13:23:05 +03:00
Dimitris Spingos
e7e6bec1d1 l10n: Updated Greek translation for po-script-fu 2011-09-11 10:51:25 +03:00
Dimitris Spingos
2e5ee1a5a0 l10n: Updated Greek translation for po-python 2011-09-11 10:50:50 +03:00