Matthias Clasen
9389d53504
Bump version
2009-08-17 23:53:36 -04:00
Javier Jardón
c930f3a748
Support silent build rules with automake 1.11 (GnomeBug:591998)
...
Support silent build rules, requires at least automake-1.11.
Enable by either passing --enable-silent-rules to configure or
passing V=0 to make.
2009-08-17 20:15:23 +02:00
Matthias Clasen
860fdbe3ba
Bump version
2009-08-11 15:07:15 -04:00
Sam Thursfield
2f0dd2d806
Fix configure.in to work without --with-gdktarget on non-X11.
...
Patch from bug #590086 .
2009-08-02 10:32:47 +03:00
Matthias Clasen
88d96c7246
Bump version
2009-07-24 23:51:47 -04:00
Matthias Clasen
630441030f
Bump version
2009-07-17 23:11:12 -04:00
Matthias Clasen
c41e36ad8a
Make jasper support optional
...
To enable it, one must now pass --with-libjasper to configure.
2009-07-16 20:54:42 -04:00
Tor Lillqvist
4d282879be
Disable the GDI+ loaders by default as they are broken.
2009-07-16 22:05:17 +03:00
Matthias Clasen
417e5f86cf
Bump version to 2.17.5
2009-07-10 19:45:21 -04:00
Matthias Clasen
b55ac3523d
Bump version
2009-07-07 01:07:27 -04:00
Ryan Lortie
6fe357965a
Use g_mapped_file_unref()
...
- drop deprecated use of g_mapped_file_free()
- bump glib version requirement
2009-06-18 15:11:57 -04:00
Matthias Clasen
09f41f5000
Bump version to 2.17.3
2009-06-15 21:48:53 -04:00
Björn Lindqvist
beb617c206
Halt configure if selected cairo backend is missing, fixes Bug 565998
2009-06-06 21:46:41 +02:00
Matthias Clasen
c7a0a513f5
Remove nonworking conditionals
...
Don't pretend that we care about XShape-less builds anymore.
See bug 584637.
2009-06-05 23:06:12 -04:00
Brian Cameron
3302114358
Improve Solaris Xinerama configure detection
...
The latest releases of Solaris now ship with the X.org Xserver, so it is
better to use the Xfree Xinerama interfaces if available. This commit fixes
the configure script so that it first tries to use the Xfree interfaces and
only falls back to the Solaris-specific interfaces if they are not available.
This way, older releases of Solaris which do not use X.org also will work.
(Bug 580079)
2009-06-05 00:46:25 -05:00
Matthias Clasen
ac0ed81b6f
Bump version to 2.17.2
2009-05-29 19:46:56 -04:00
gheet
c57fc80465
Adding PAPI printbackend
...
Adding a new print backend module using libpapi detals see GNOME#382676.
(gheet)
2009-05-11 18:33:08 +01:00
Matthias Clasen
e5702523ff
Bump version to 2.17.1
2009-05-04 02:09:12 -04:00
Matthias Clasen
ce517a4152
Bump version to 2.17.0
2009-05-04 00:43:49 -04:00
Matthias Clasen
fd9ee5539f
Bump version
2009-04-11 18:09:33 -04:00
Matthias Clasen
6a3f590d9f
Bump version
...
svn path=/trunk/; revision=22532
2009-03-13 15:09:54 +00:00
Matthias Clasen
8fea2d5873
Bump version to 2.16.0
...
svn path=/trunk/; revision=22528
2009-03-13 14:17:06 +00:00
Matthias Clasen
057f8e1da7
Bump version
...
svn path=/trunk/; revision=22450
2009-03-02 20:44:48 +00:00
Matthias Clasen
abd5fd2e16
Generate po-properties/POTFILES at configure time. Patch by Loïc Minier
...
* configure.in: Generate po-properties/POTFILES at configure time.
Patch by Loïc Minier
svn path=/trunk/; revision=22430
2009-03-01 07:24:28 +00:00
Sven Neumann
987cd43aca
depend on DirectFB >= 1.0.0. There's no point in using an earlier
...
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
svn path=/trunk/; revision=22359
2009-02-18 17:38:19 +00:00
Matthias Clasen
5b5702e229
Bump version
...
svn path=/trunk/; revision=22352
2009-02-17 22:28:29 +00:00
Matthias Clasen
9a5e06ce7b
Require GLib 2.19.7 for GMountOperation::aborted.
...
* configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
* gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
svn path=/trunk/; revision=22347
2009-02-17 06:29:21 +00:00
Matthias Clasen
2e67143e3b
Check for Xrandr 1.3
...
* configure.in: Check for Xrandr 1.3
* gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
and set if if we have randr 1.3
* gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
information, if we have XRRGetScreenResourcesCurrent.
svn path=/trunk/; revision=22327
2009-02-13 18:12:57 +00:00
Matthias Clasen
81605d90ae
bump version
...
svn path=/trunk/; revision=22275
2009-02-03 01:58:28 +00:00
Fridrich Strba
eef208fcf9
allow static jasper gdk-pixbuf loader
...
svn path=/trunk/; revision=22264
2009-01-31 11:41:12 +00:00
Matthias Clasen
bf8c7774f1
Bump version
...
svn path=/trunk/; revision=22233
2009-01-27 05:53:32 +00:00
Matthias Clasen
1c1002c77d
bump version
...
svn path=/trunk/; revision=22204
2009-01-23 23:05:41 +00:00
Matthias Clasen
7ad5e9569b
Look for cairo-xlib when checking gdk-x11 deps
...
svn path=/trunk/; revision=22045
2009-01-02 21:11:58 +00:00
Matthias Clasen
d1242fdf5a
Bump version
...
svn path=/trunk/; revision=22039
2009-01-01 22:32:47 +00:00
Matthias Clasen
c428039493
Bump gtk-doc dependency to 1.11 for nicer index-generation.
...
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.[hc]: Declare structs in a way that
gtk-doc understands.
svn path=/trunk/; revision=21794
2008-11-21 08:20:19 +00:00
Matthias Clasen
9b428cd6f7
updated version number to 2.15.0 for development.
...
2008-09-18 Matthias Clasen <mclasen@redhat.com>
* configure.in: updated version number to 2.15.0 for development.
* ChangeLog.pre-2-14: rotate ChangeLog
=== Branch for 2.14 ===
svn path=/trunk/; revision=21428
2008-09-18 14:55:35 +00:00
Matthias Clasen
a20075a75f
Bump version
...
svn path=/trunk/; revision=21422
2008-09-18 04:32:47 +00:00
Matthias Clasen
c35ea43d67
Bug 552107 – Small libtool fixes
...
2008-09-17 Matthias Clasen <mclasen@redhat.com>
Bug 552107 – Small libtool fixes
* configure.in: Regenerate libtool early, quote $deplibs_check_method.
Patch by Patryk Zawadzki
svn path=/trunk/; revision=21411
2008-09-17 15:10:30 +00:00
Tor Lillqvist
6291644754
Correct help string for --disable-gdiplus.
...
2008-09-08 Tor Lillqvist <tml@novell.com>
* configure.in (debug_default): Correct help string for
--disable-gdiplus.
svn path=/trunk/; revision=21319
2008-09-08 08:06:06 +00:00
Matthias Clasen
486255099a
Bump version
...
svn path=/trunk/; revision=21298
2008-09-05 02:35:29 +00:00
Matthias Clasen
ba56da87ec
Bump version
...
svn path=/trunk/; revision=21292
2008-09-04 17:00:08 +00:00
Matthias Clasen
e716096b48
Bump version to 2.14.0
...
svn path=/trunk/; revision=21274
2008-09-04 03:48:14 +00:00
Michael Natterer
251bf08755
remove -DPANGO_DISABLE_SINGLE_INCLUDES from CPPFLAGS, I committed that
...
2008-08-29 Michael Natterer <mitch@imendio.com>
* configure.in: remove -DPANGO_DISABLE_SINGLE_INCLUDES from
CPPFLAGS, I committed that accidentially.
svn path=/trunk/; revision=21237
2008-08-29 12:05:29 +00:00
Matthias Clasen
3068d7d6c1
Bump version
...
svn path=/trunk/; revision=21153
2008-08-19 01:19:54 +00:00
Michael Natterer
e0d30ee141
define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.
...
2008-08-12 Michael Natterer <mitch@imendio.com>
* configure.in: define -DGDK_PIXBUF_DISABLE_DEPRECATED in the
global CFLAGS.
* gdk-pixbuf/Makefile.am: make the contents gdk-pixbuf-marshal.h
visible for GDK_PIXBUF_COMPILATION.
* contrib/gdk-pixbuf-xlib/Makefile.am
* demos/Makefile.am
* demos/gtk-demo/Makefile.am
* gdk-pixbuf/pixops/Makefile.am
* gdk/Makefile.am
* gdk/x11/Makefile.am
* gtk/Makefile.am
* gtk/tests/Makefile.am
* gtk/theme-bits/Makefile.am
* modules/engines/ms-windows/Makefile.am
* modules/engines/pixbuf/Makefile.am
* modules/input/Makefile.am
* perf/Makefile.am
* tests/Makefile.am: remove -DDGDK_PIXBUF_DISABLE_DEPRECATED here.
svn path=/trunk/; revision=21096
2008-08-12 15:04:55 +00:00
Matthias Clasen
e4226cdc46
Fix the mime sniffing test
...
svn path=/trunk/; revision=21038
2008-08-07 14:44:59 +00:00
Matthias Clasen
8fd301d7a4
Bump version
...
svn path=/trunk/; revision=21017
2008-08-05 18:27:06 +00:00
Tor Lillqvist
6a5f3cc9d9
Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes
...
2008-08-05 Tor Lillqvist <tml@novell.com>
* configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit
Windows, too. It just makes more sense, as a HWND *is* a kind of
pointer.
* gdk/gdkconfig.h.win32: Ditto here.
svn path=/trunk/; revision=20986
2008-08-04 22:20:53 +00:00
Matthias Clasen
f9504c1402
Bump glib dependency
...
svn path=/trunk/; revision=20983
2008-08-04 18:24:14 +00:00
Tor Lillqvist
71d9f3d45b
Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.
...
2008-08-04 Tor Lillqvist <tml@novell.com>
* configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
Windows. AC_SUBST it.
* gdk/Makefile.am
* gtk/Makefile.am: Pass appropriate -machine flag to lib.exe.
svn path=/trunk/; revision=20957
2008-08-03 23:47:10 +00:00