2271f6fe96
Bump version to 2.7.5
2011-12-11 20:36:48 +01:00
1b5a0f9d9d
build: Add -Werror=missing-prototypes to CFLAGS where possible
2011-12-07 01:39:01 +05:30
2b1b04bf72
configure: depend on librsvg >= 2.34.2
...
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in file-svg.
2011-12-01 11:36:25 +01:00
79a4f71884
configure: depend on webkitgtk >= 1.6.1
...
because old versions use deprecated GLib stuff in their headers.
Don't #undef G_DISABLE_DEPRECATED in help-browser and web-page.
2011-12-01 11:26:11 +01:00
6cff213038
configure: depend on GLib >= 2.30.2
...
For the reasons mentioned in the last version bump commit below.
2011-11-30 23:32:00 +01:00
3673549257
Depend on lots of newer library versions
...
Gegl >= 0.1.8, Babl >= 0.1.6, Gdk-Pixbuf >= 1.24.0, Pango >= 1.29.4,
GLib >= 2.28.8, GTK+ 2.24.7
Which means depending on a gazillion of bug fixes, which means less
pain for GIMP 2.8 users, and less useless bugzilla traffic eating
developer resources.
2011-11-19 18:16:39 +01:00
5144e7e47c
configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE
2011-10-29 23:51:50 +02:00
b99e0f90c8
configure: fix check for _NL_MEASUREMENT_MEASUREMENT
2011-10-19 21:34:53 +02:00
6d62beef13
Revert "build: Strip out G/GDK/GTK_DISABLE_DEPRECATED"
...
We still depend on GTK+ 2.x which doesn't have the warnings, and
don't want deprecated API being used by accident.
This reverts commit f9e6162086 .
2011-10-17 18:54:34 +02:00
f9e6162086
build: Strip out G/GDK/GTK_DISABLE_DEPRECATED
...
We have compiler warnings, now.
2011-10-17 17:21:51 +01:00
2f0c55b12b
configure.ac: aclocal flags are already honored in Makefile.am
2011-10-17 02:22:21 +01:00
3a05739683
configure.ac: Replace AM_CONFIG_HEADER deprecated macro
...
Use AC_CONFIG_HEADERS instead
2011-10-17 02:03:49 +01:00
de9c5fda00
configure.ac: Use new libtool syntax
2011-10-17 02:03:49 +01:00
c581b6147e
configure.ac: Do not use AC_ISC_POSIX macro
...
Sun dropped support for the obsolete INTERACTIVE
Systems Corporation Unix on 2006-07-23. New programs need not use
this macro.
2011-10-17 02:03:49 +01:00
14b3f594f9
configure.ac: Replace AC_HELP_STRING deprecated macro
2011-10-17 02:03:49 +01:00
5132df3a6d
configure.ac: Replace AC_TRY_RUN deprecated macro
2011-10-17 02:03:49 +01:00
41dc8f1d59
configure.ac: Replace deprecated AC_TRY_LINK macro
2011-10-17 02:03:49 +01:00
4bf2a84e14
configure.ac: Replace deprecated AC_TRY_CPP macro
2011-10-17 02:03:49 +01:00
75476493f4
configure.ac: Replace deprecated AC_TRY_COMPILE macro
2011-10-17 02:03:49 +01:00
464966dbaa
configure.ac: Remove AC_TYPE_SIGNAL
...
Out code can safely assume C89 semantics that RETSIGTYPE is void
2011-10-17 02:03:48 +01:00
71c7301f18
configure: remove cruft found by Javier Jardon
2011-10-17 02:23:02 +02:00
38c412ea4f
configure: don't add G_DISABLE_DEPRECATED for GLIb 2.30
...
because we still use g_format_size_for_display().
2011-10-02 15:14:10 +02:00
2aae54226c
build: Rename HAVE_EXIF define to HAVE_LIBEXIF
2011-09-18 07:04:44 +05:30
e6edc7d833
build: Rename BUILD_METADATA conditional to HAVE_LIBEXIF
2011-09-18 06:50:43 +05:30
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
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
67053601d5
configure.ac: Use maintainer mode by default
...
See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
2011-09-10 15:35:14 +01:00
b40e1c44b6
configure: let the test for TWAIN fail on 64 bit OSX
...
Somebody needs to port the stuff to not using the parts of
Carbon that are not there on 64 bit, or preferrably not use
Carbon at all.
2011-09-01 21:18:57 +02:00
bf4ce56ade
configure: bump version to 2.7.4
2011-08-21 21:49:26 +02:00
2356aad3da
Remove gimp-remote for good, it has been disabled since 2008
2011-07-30 18:59:39 +02:00
055404400a
build: Disable warnings about portable make rules
2011-07-08 22:38:48 +05:30
f1bb40166b
Bug 592364 - Use GUdev rather than deprecated HAL for GIMP
...
GIMP was probably the only user of libhal on most systems, this had
to stop. Ported the linux-input module to GUdev.
2011-06-23 16:30:58 +02:00
5a1a3209e9
Move libpng specific warning CFLAGS to PNG_CFLAGS
2011-05-05 09:48:02 +05:30
c4e44dc098
Show the compiler option that caused a warning
2011-05-02 07:43:48 +05:30
844df2b4df
libgimp*: add guards that #error out if individual files are included
...
This only helps to maintain proper includes in app/ and shouldn't
affect plug-ins at all, because these are supposed to only include the
main headers from libgimp/ since the beginning of time.
The gimpfootypes.h files do not have these guards, so we can continue
to maintain app/'s include policy that is very likely to error out if
wrong things are included.
2011-04-28 14:30:41 +02:00
4c26f37611
Add additional libpng warning flags
...
This flag warns when we use deprecated API. It's added in configure.ac
instead of someplace like plugin-defs.pl because libpng is used
in several places.
2011-04-26 06:49:21 +05:30
79f29530bd
Bump poppler required version to 0.12.4
...
The calls that return cairo surfaces are now required, so the
version bump is required.
2011-04-21 06:56:02 +05:30
374dd50c43
libgimp: add gimp_layer_new_from_surface()
...
and to enable that, make libgimp depend on Cairo.
2011-04-20 23:58:00 +02:00
26bf2b0cd7
Make libgimp depend on GdkPixbuf
...
Move the pixbuf layer and image thumbnail function from libgimpui to
libgimp and move gimp_layer_new_from_pixbuf() to gimplayer.[ch] where
it belongs. Change gimp-2.0.pc accordingly, adapt plug-in Makefiles
and update devel-docs.
2011-04-20 20:04:35 +02:00
822faacd5b
configure.ac: Bump version to 2.7.3
2011-04-14 23:02:58 +02:00
24ee3370b8
Depend on GTK+ >= 2.24.3, cairo >= 1.20.1, gdk-pixbuf >= 2.22.1
...
and completely separate configure and sanity checks for gdk-pixbuf
from GTK+, because it's now distributed as a separate package. Remove
all sorts of conditional compiling based on GDK_CHECK_VERSION() and
CAIRO_VERSION.
2011-04-06 19:58:24 +02:00
e9befddbba
Add the web-page plug-in
2011-03-31 00:39:57 +05:30
4d9952cf54
Add extra optimization flags for super performance
2011-03-27 04:15:09 +05:30
ee6a029040
Add -fno-common to CFLAGS
...
Also fix the errors that were discovered by it. Multiple
definitions of global variables are no longer silently combined by
the linker, and will be reported as errors.
If you see GIMP crash strangely (i.e, apart from the usual crashes),
please go see a head doctor.
2011-03-21 22:51:30 +05:30
10893e6bfa
Revert "Add some extra compiler warnings to CFLAGS"
...
This reverts commit f47645dc51 .
Sorry, but the new warnings are not useful.
2011-03-18 20:41:38 +01:00
f47645dc51
Add some extra compiler warnings to CFLAGS
2011-03-18 22:18:31 +05:30
ef06dfd096
Revert "Add distdir to POTFILES.skip"
...
This reverts commit 0656172b3d .
intltool-update doesn't support $buildir/POTFILES.skip :(
2011-03-10 20:55:50 +01:00
0656172b3d
Add distdir to POTFILES.skip
...
Add the automake distdir to POTFILES.skip so that a make distcheck
followed by a failed make distcheck doesn't fail with
[...]
gimp-2.7.2/tools/gimp-remote-x11.c
gimp-2.7.2/tools/gimp-remote.c
If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
2011-03-10 17:14:40 +01:00
514a5548cd
configure: require GLib >= 2.28.1
2011-03-07 17:11:28 +01:00
063e9e54ee
Require GEGL 0.1.6
2011-02-13 21:59:27 +01:00