summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* depend on DirectFB >= 1.0.0. There's no point in using an earlierSven Neumann2009-02-181-1/+1
| | | | | | | | | | 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
* Bump versionMatthias Clasen2009-02-171-1/+1
| | | | svn path=/trunk/; revision=22352
* Require GLib 2.19.7 for GMountOperation::aborted.Matthias Clasen2009-02-171-1/+1
| | | | | | | | * configure.in: Require GLib 2.19.7 for GMountOperation::aborted. * gtk/gtkmountoperation.c: Implement GMountOperation::aborted. svn path=/trunk/; revision=22347
* Check for Xrandr 1.3Matthias Clasen2009-02-131-1/+1
| | | | | | | | | | | | | * 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
* bump versionMatthias Clasen2009-02-031-1/+1
| | | | svn path=/trunk/; revision=22275
* allow static jasper gdk-pixbuf loaderFridrich Strba2009-01-311-1/+4
| | | | svn path=/trunk/; revision=22264
* Bump versionMatthias Clasen2009-01-271-1/+1
| | | | svn path=/trunk/; revision=22233
* bump versionMatthias Clasen2009-01-231-1/+1
| | | | svn path=/trunk/; revision=22204
* Look for cairo-xlib when checking gdk-x11 depsMatthias Clasen2009-01-021-1/+1
| | | | svn path=/trunk/; revision=22045
* Bump versionMatthias Clasen2009-01-011-1/+1
| | | | svn path=/trunk/; revision=22039
* Bump gtk-doc dependency to 1.11 for nicer index-generation.Matthias Clasen2008-11-211-1/+1
| | | | | | | | | | | | | | | | 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
* updated version number to 2.15.0 for development.Matthias Clasen2008-09-181-3/+3
| | | | | | | | | | | | | 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
* Bump versionMatthias Clasen2008-09-181-2/+2
| | | | svn path=/trunk/; revision=21422
* Bug 552107 – Small libtool fixesMatthias Clasen2008-09-171-1/+4
| | | | | | | | | | | | 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
* Correct help string for --disable-gdiplus.Tor Lillqvist2008-09-081-1/+1
| | | | | | | | | | 2008-09-08 Tor Lillqvist <tml@novell.com> * configure.in (debug_default): Correct help string for --disable-gdiplus. svn path=/trunk/; revision=21319
* Bump versionMatthias Clasen2008-09-051-2/+2
| | | | svn path=/trunk/; revision=21298
* Bump versionMatthias Clasen2008-09-041-2/+2
| | | | svn path=/trunk/; revision=21292
* Bump version to 2.14.0Matthias Clasen2008-09-041-2/+2
| | | | svn path=/trunk/; revision=21274
* remove -DPANGO_DISABLE_SINGLE_INCLUDES from CPPFLAGS, I committed thatMichael Natterer2008-08-291-1/+1
| | | | | | | | | | 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
* Bump versionMatthias Clasen2008-08-191-1/+1
| | | | svn path=/trunk/; revision=21153
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix the mime sniffing testMatthias Clasen2008-08-071-1/+1
| | | | svn path=/trunk/; revision=21038
* Bump versionMatthias Clasen2008-08-051-1/+1
| | | | svn path=/trunk/; revision=21017
* Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makesTor Lillqvist2008-08-041-3/+1
| | | | | | | | | | | | | 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
* Bump glib dependencyMatthias Clasen2008-08-041-1/+1
| | | | svn path=/trunk/; revision=20983
* Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.Tor Lillqvist2008-08-031-0/+9
| | | | | | | | | | | | | 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
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-031-0/+4
| | | | | | | | | | | | | 2008-08-04 Tor Lillqvist <tml@novell.com> Bug 544684 - Win64 issue, window handles are assumed to be 32-bit * configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER. * gdk/gdkconfig.h.win32: Ditto here. svn path=/trunk/; revision=20956
* Don't bother with the test "if gio can sniff png" if $gio_can_sniff hasTor Lillqvist2008-08-031-40/+43
| | | | | | | | | | | | | 2008-08-04 Tor Lillqvist <tml@novell.com> * configure.in: Don't bother with the test "if gio can sniff png" if $gio_can_sniff has been already set. Preset it to "no" for Win32. This helps cross-compilation from 32-bit Windows to 64-bit. No idea how this should be handled for cross-compilation in general. svn path=/trunk/; revision=20954
* Use po/LINGUASMatthias Clasen2008-08-021-6/+1
| | | | svn path=/trunk/; revision=20930
* Support rendering GEmblemedIconMatthias Clasen2008-07-281-1/+1
| | | | svn path=/trunk/; revision=20910
* More correct content type handlingMatthias Clasen2008-07-231-1/+3
| | | | svn path=/trunk/; revision=20897
* Workaround for what apparently is a bug in MSYS: returning -1 from main()Tor Lillqvist2008-07-221-1/+1
| | | | | | | | | | | 2008-07-22 Tor Lillqvist <tml@novell.com> * configure.in: Workaround for what apparently is a bug in MSYS: returning -1 from main() is misinterpreted as exit status 0, so make sure we return 0 or 1. svn path=/trunk/; revision=20895
* Add a test for my fixes from July 20th.Sven Herzberg2008-07-221-0/+1
| | | | | | | | | | | | | | | 2008-07-22 Sven Herzberg <sven@imendio.com> Add a test for my fixes from July 20th. * configure.in: create gdk/tests/Makefile * gdk/Makefile.am: include the tests subfolder * gdk/tests/Makefile.am: create and run my test * gdk/tests/check-gdk-cairo.c (test), (main): the test that I wrote (passes at least for x11 and quartz backends) svn path=/trunk/; revision=20894
* Default to linking against Xinerama again, so that we can fallback toMatthias Clasen2008-07-221-1/+1
| | | | | | | | * configure.in: Default to linking against Xinerama again, so that we can fallback to Xinerama when broken X drivers make Xrandr useless. Sigh. svn path=/trunk/; revision=20891
* Bump versionMatthias Clasen2008-07-221-1/+1
| | | | svn path=/trunk/; revision=20890
* 2.13.5GTK_2_13_5Matthias Clasen2008-07-221-1/+1
| | | | svn path=/trunk/; revision=20888
* Added Pashto (ps) to ALL_LINGUASRuna Bhattacharjee2008-07-171-1/+1
| | | | svn path=/trunk/; revision=20853
* test content sniffing capability of gioMatthias Clasen2008-07-151-0/+39
| | | | svn path=/trunk/; revision=20837
* Add -ljpeg when checking for jasper. Reported by Mike CalmusMatthias Clasen2008-07-151-1/+1
| | | | | | | | * configure.in: Add -ljpeg when checking for jasper. Reported by Mike Calmus svn path=/trunk/; revision=20827
* 2.13.5Matthias Clasen2008-07-051-1/+1
| | | | svn path=/trunk/; revision=20785
* Introduce GSEAL() macro.Tim Janik2008-06-201-0/+9
| | | | | | * configure.in: define GSEAL() when generating gdkconfig.h svn path=/trunk/; revision=20478
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-1/+1
| | | | svn path=/trunk/; revision=20463
* Bump versionMatthias Clasen2008-06-141-1/+1
| | | | svn path=/trunk/; revision=20387
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-11 Behdad Esfahbod <behdad@gnome.org> Bug 503071 – Application direction changes to right to left even if theres no translation * configure.in: Bump glib requirement. * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): * gtk/gtkactiongroup.c (dgettext_swapped): * gtk/gtkbuilder.c (gtk_builder_class_init): * gtk/gtkbuilderparser.c (_dpgettext), (_gtk_builder_parser_translate): * gtk/gtkfilechooserdefault.c (list_size_data_func): * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): * gtk/gtkintl.h: * gtk/gtkmain.c (setlocale_initialization), (do_pre_parse_initialization), (gettext_initialization): * gtk/gtkstock.c (gtk_stock_lookup), (sgettext_swapped): Use g_dgettext() and g_dngettext(). svn path=/trunk/; revision=20358
* removed local xdgmime copy as Matthias suggested in bug #520874, commentCarlos Garnacho2008-06-101-1/+0
| | | | | | | | | | | 2008-06-10 Carlos Garnacho <carlos@imendio.com> * configure.in: * gtk/Makefile.am: * gtk/xdgmime: removed local xdgmime copy as Matthias suggested in bug #520874, comment #8. It's no longer used directly by GTK+. svn path=/trunk/; revision=20343
* Bug 536185 – monitor font configurationBehdad Esfahbod2008-06-061-0/+3
| | | | | | | | | | | | | | | | | 2008-06-06 Behdad Esfahbod <behdad@gnome.org> Bug 536185 – monitor font configuration * configure.in: * gdk/x11/gdksettings.c: * gtk/gtksettings.c (gtk_settings_class_init), (gtk_settings_notify), (settings_update_fontconfig): Monitor xsettings key Fontconfig/Timestamp and upon change, reread fontconfig configuration, clear Pango's caches, and redraw all widgets. svn path=/trunk/; revision=20324
* add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.Michael Natterer2008-06-051-1/+1
| | | | | | | | | 2008-06-05 Michael Natterer <mitch@imendio.com> * configure.in: add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. svn path=/trunk/; revision=20317
* 2.13.2Matthias Clasen2008-06-031-1/+1
| | | | svn path=/trunk/; revision=20311
* 2.13.1Matthias Clasen2008-05-301-1/+1
| | | | svn path=/trunk/; revision=20248
* last but not least, add G_DISABLE_SINGLE_INCLUDES,Michael Natterer2008-05-281-0/+2
| | | | | | | | | | | | 2008-05-28 Michael Natterer <mitch@gimp.org> * configure.in: last but not least, add G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES to CPPFLAGS so it's impossible to commit code that would break apps which use DISABLE_INCLUDE defines. svn path=/trunk/; revision=20222