summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 2002-12-09 Artis Trops <hornet@navigator.lv> * configure.in: Added Latvian ↵Peteris Krisjanis2002-12-091-1/+1
| | | | (lv) to ALL_LINGUAS
* === Released GTK+-2.1.3 ===GTK_2_1_3Owen Taylor2002-12-031-2/+2
| | | | | | | | | | Mon Dec 2 20:36:28 2002 Owen Taylor <otaylor@redhat.com> * === Released GTK+-2.1.3 === * configure.in: Version 2.1.3, interface ago 0. * NEWS: Update
* replace gtk-doc version check with an all-sh version that works better,15:43:54 2002 Dan Mills2002-11-211-9/+17
| | | | | | | | 2002-11-21 15:43:54 2002 Dan Mills <thunder@ximian.com> * configure.in: replace gtk-doc version check with an all-sh version that works better, also up the required gtk-doc version to 0.10 (#99216).
* Add package version info to API docs.Matthias Clasen2002-11-211-1/+17
|
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-081-1/+1
| | | | | | | | | | | | | | | | | Fri Nov 8 17:08:54 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use g_get_application_name() instead of g_get_prgname() as the default window title when set. * gdk/x11/gdkwindow-x11.c gdk/x11/gdkdisplay-x11.[ch]:x Set g_get_application_name() as the title for the leader window the first time we create a window pointing to it. * tests/testgtk.c (main): Call g_set_application_name(); * configure.in (GDK_PIXBUF_VERSION): Require GLib-2.1.3
* Remove check for winsock.h since it might show up on Linux+Wine. InsteadOwen Taylor2002-11-031-1/+0
| | | | | | | | | Sun Nov 3 13:03:29 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c configure.in: Remove check for winsock.h since it might show up on Linux+Wine. Instead just conditionalize of G_OS_WIN32. (#97396, Gaute Lindkvist)
* Add a mnemonic to the "selection" label. (More of #74267)Owen Taylor2002-11-021-2/+2
| | | | | | | | | | | Fri Nov 1 21:03:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c: Add a mnemonic to the "selection" label. (More of #74267) * configure.in: Version 2.1.2 * NEWS: Updates.
* Added Belorusian (be) to ALL_LINGUASDmitry Mastrukov2002-10-281-1/+1
|
* make configure checks for Xrandr and Xinerama extensions less noisyJeremy Katz2002-10-191-3/+4
| | | | | | | 2002-10-19 Jeremy Katz <katzj@redhat.com> * configure.in: make configure checks for Xrandr and Xinerama extensions less noisy (#95858)
* Version 2.1.1, interface age 0, binary age 101.Owen Taylor2002-10-141-2/+2
| | | | | | | | Mon Oct 14 18:50:59 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 2.1.1, interface age 0, binary age 101. * NEWS: Updates
* Add a check for the Xrandr extension.Owen Taylor2002-10-041-0/+15
| | | | | | | | | | | | | | Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Add a check for the Xrandr extension. * gdk/gdkscreen.[ch]: Add a size-changed signal. * gdk/x11/gdkscreen-x11.[ch]: Patch from Keith packard to hook up ConfigureNotify events on the root window to the ::size-changed signal. (#94560) * gtk/gtkimcontextsimple.c: Warning fixes
* Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32,Tor Lillqvist2002-09-291-5/+33
| | | | | | | | | | 2002-09-29 Tor Lillqvist <tml@iki.fi> * configure.in: Instead of forcing -fnative-struct into CFLAGS when using gcc for Win32, check for gcc version 3.x which uses -mms-bitfields instead. Also check if either of these switches is actually available at all, and warn if not. Thanks to Soren Andersen for the inspiration. (#93965)
* Add AM_CONDITIONAL calls also in the non-x11 branch. Otherwise we getTor Lillqvist2002-09-081-0/+2
| | | | | | | | | | | | | | | | | 2002-09-08 Tor Lillqvist <tml@iki.fi> * configure.in: Add AM_CONDITIONAL calls also in the non-x11 branch. Otherwise we get "conditional \"$1\" was never defined. Usually this means the macro was only invoked conditionally." errors when running configure if using automake 1.6a. Yeah, I know that autogen.sh says to use automake 1.4, but on Win32 I more or less have to use the bleeding edge. I think. Fix an earlier ChangeLog entry to include the file name: 2002-08-31 Tor Lillqvist <tml@iki.fi> * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
* Add ani to all_loaders.Matthias Clasen2002-09-061-1/+1
| | | | * configure.in: Add ani to all_loaders.
* fix non-solaris xinerama checks (bug #89732)jacob berkman2002-09-051-3/+8
| | | | | | 2002-09-05 jacob berkman <jacob@ximian.com> * configure.in: fix non-solaris xinerama checks (bug #89732)
* Consistently order pangoxft / pangox in pkg-config calls in hopes ofOwen Taylor2002-08-091-1/+1
| | | | | | | | Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Consistently order pangoxft / pangox in pkg-config calls in hopes of reducing problems (Eric Mader.)
* link gdk-pixbuf-xlib against x libs (bug #83442)jacob berkman2002-08-061-1/+1
| | | | | | 2002-08-06 jacob berkman <jacob@ximian.com> * configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-0/+4
| | | | | | | | | | | | | | | Fri Aug 2 00:43:15 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h gdk/x11/gdkwindow-x11.c: Switch back to using XftDraw so that we take advantage of the draw-to-non-RENDER capabilities of Xft2. * demos/gtk-demo/changedisplay.c (query_for_toplevel): Fix the case where the user clicks on the "click on a window popup".
* ri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-07-261-4/+4
| | | | | * configure.in: Replace uses of grep \(A\|B\) ... with egrep (A|B). (#84872, Arnaud Charlet)
* Added Bulgarian (bg).Yanko Kaneti2002-06-181-1/+1
| | | | | | | | | | | | | 2002-06-18 Yanko Kaneti <yaneti@declera.com> * configure.in: (ALL_LINGUAS) Added Bulgarian (bg). po/ * bg.po (added): Bulgarian translation by Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>. 100%
* check that pango has Xft2 support, instead of checking whether Xft2Havoc Pennington2002-06-121-1/+1
| | | | | | | 2002-06-12 Havoc Pennington <hp@redhat.com> * configure.in: check that pango has Xft2 support, instead of checking whether Xft2 exists.
* Fix some problems with case statements for checking for omitted deps.Owen Taylor2002-06-121-27/+2
| | | | | | | | | | Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix some problems with case statements for checking for omitted deps. (#84202, Jacob Berkman.) * configure.in: Remove USE_X11R6_XIM checks since we no longer use them.
* Added hi in ALL_LINGUAS Added new hindi translation.Naba Kumar2002-06-101-1/+1
| | | | | * configure.in: Added hi in ALL_LINGUAS * po/hi.po: Added new hindi translation.
* If we have xft .pc file, use that when checking for Xft/Xrender. (StillOwen Taylor2002-06-041-13/+21
| | | | | | | | | | Tue Jun 4 17:39:34 2002 Owen Taylor <otaylor@redhat.com> * configure.in: If we have xft .pc file, use that when checking for Xft/Xrender. (Still need to separate out HAVE_XFT, HAVE_RENDER) * configure.in: Make sure Xft cflags come before X cflags.
* Require autoconf-2.52 explicitely, since otherwise Debian will process itOwen Taylor2002-05-221-0/+3
| | | | | | | | | | | | Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, since otherwise Debian will process it with 2.13 (ugh!). Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove GTK_RESIZE_QUEUE setting.
* Re-add REBUILD_PNGS definition that got accidentally removed.Owen Taylor2002-05-171-0/+6
| | | | | | | Fri May 17 16:05:34 2002 Owen Taylor <otaylor@redhat.com> * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS definition that got accidentally removed.
* Remove accidentally committed mng stuff.Matthias Clasen2002-05-161-29/+2
|
* Fixes for #78258Owen Taylor2002-05-161-1/+1
| | | | | | | | | | | | | | | | Thu May 16 14:51:14 2002 Owen Taylor <otaylor@redhat.com> Fixes for #78258 * gtk/gtkrbtree.c demos/gtk-demo/editable-cells.c: Fix some 64-bit warning problems. (Patch from Matthias Clasen.) * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew_helper): Surround a bunch of debug code with G_ENABLE_DEBUG. * configure.in demos/gtk-demo/main.c: Replace #ifndef G_OS_WIN32 with proper #ifdef HAVE_FLOCKFILE.
* If not building libpng, don't rebuild gtkstockpixbufs.h (#81819, BillOwen Taylor2002-05-151-0/+6
| | | | | | | | Wed May 15 11:13:19 2002 Owen Taylor <otaylor@redhat.com> * configure.in gtk/stock-icons/Makefile.am: If not building libpng, don't rebuild gtkstockpixbufs.h (#81819, Bill Janssen)
* Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, GarethOwen Taylor2002-05-141-1/+2
| | | | | | | | | | | | | | | Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com> * demos/gtk-demo/geninclude.pl.in configure.in: Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, Gareth Pearce. Fix based on patch from Matthias Clasen) * gdk/Makefile.am: Patch from Daniel Elstner to use glib-mkenums instead of makeenums.pl. * gdk/{x11,linux-fb,win32}/Makefile.am: Hack to get gdkenumtypes.h built first.
* fixed yesterdays fix for cross compiling: simply check the variableMichael Natterer2002-05-081-2/+2
| | | | | | | 2002-05-08 Michael Natterer <mitch@gimp.org> * configure.in: fixed yesterdays fix for cross compiling: simply check the variable "cross_compiling" which gets set by autoconf.
* added a new conditional CROSS_COMPILING which indicates ($build != $host).Michael Natterer2002-05-071-0/+10
| | | | | | | | | | | | 2002-05-07 Michael Natterer <mitch@gimp.org> * configure.in: added a new conditional CROSS_COMPILING which indicates ($build != $host). If it is set, look for gdk-pixbuf-csource in PATH. Error out if it was not found. * gtk/stock-icons/Makefile.am: use the gdk-pixbuf-csource found at configure time if CROSS_COMPILING is set, use the one which was just built otherwise.
* Fix versioning to avoid changing the soname!Owen Taylor2002-05-061-5/+13
| | | | | | | | | | | | | | | | | Mon May 6 12:17:14 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix versioning to avoid changing the soname! [ merge from stable ] * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641) * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when compiling "what went wrong" test case. (#79329) * m4macros/gtk-2.0.m4: Remove reference to editing pkg-config script. (From Jim Gettys)
* Bump version to 2.1.0, binary, interface age 0.Matthias Clasen2002-05-051-6/+27
| | | | | | | | | | | * configure.in: Bump version to 2.1.0, binary, interface age 0. * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): (gtk_container_class_find_child_property): Document. * gtk/gtkwidget.c: * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties and gtk_widget_class_find_child_property. (#80652)
* Fix problem with == in test argument. (#80732, Hidetoshi Tajima)Owen Taylor2002-05-051-1/+1
| | | | | | | Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix problem with == in test argument. (#80732, Hidetoshi Tajima)
* Doc fixes.Alex Larsson2002-04-301-0/+37
| | | | | | | | | | | | | | | | | | | | | | | Tue Apr 30 12:28:27 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplay.c gdk/gdkpango.c gdk/gdkpixmap.c gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkx.h: Doc fixes. Tue Apr 30 11:37:09 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c: Make multihead-safe; use a different IM context per display. * configure.in acconfig.h: Add Xinerama checks from multihead branch, changing HAS_XINERAMA => HAVE_XINERAMA. * gdk/x11/gdkdisplay-x11.c: HAS_XINERAMA => HAVE_XINERAMA. 2002-04-29 Alex Larsson <alexl@redhat.com> * gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Use tmp also if foreground is set.
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Apr 25 16:51:40 2002 Owen Taylor <otaylor@redhat.com> Start of integration of Erwann Chenede's multihead work from the gtk-multihead branch. * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch] gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkscreen-x11.[ch] New classes representing a set of screens with attached input devices and a single contiguous area, respectively. * gdk/gdk.[ch] gdk/gdkinternals.h gdk/x11/gdkmain-x11.c: gdk/x11/gdkprivate-x11.h: Make the initialization interface simple _gdk_windowing_init() and do the rest in gdk_open_display() calls. * gdk/gdk.[ch]: Add gdk_parse_args() which can be used to do the display-independent part of initialization instead of gdk_init_[check]. * gdk/gdkcursor.h gdk/gdkfont.h gdk/gdkkeys.h gdk/gdkpixmap.h gdk/gdkproperty.h gdk/gdkselection.h gdk/gdkwindow.h: Add multihead variants (_for_display(), for_screen()) of functions getting information specific to a particular screen screen or display. * gdk/gdkscreen.[ch]: Add gdk_screen__* variants of functions like gdk_rgb_get_colormap() that used to get/list global objects. * gdk/x11/gdkx.h: Add functions for converting GdkScreen and GdkDisplay into the X equivalents. * gdk/x11/gdkwindow-x11.c: Removed gdk_window_xid_at_coords() not in the headers and unused. * configure.in gdk/x11/{gxid.c,gxid_lib.[ch],gdkinput-gxi.c}: Remove gxid support ... has not been tested for a long time... "xfree" support is more portable to non XFree86. * gdk/**.h: Add a GDK_MULTIHEAD_SAFE define that can be used to turn off functions that are inherently non-multihead safe. * gdk/**.c: add GDK_NOTE(multihead, ...) calls when functions are used in non-multihead-safe ways. * gdk/*.c gdk/x11/*.c: Changes to make the internals of GDK multihead safe.
* update version to 2.0.2, binary age 2, interface age 2.GTK_2_0_2Tim Janik2002-04-021-3/+3
| | | | | | | | | Tue Apr 2 13:44:27 2002 Tim Janik <timj@gtk.org> * configure.in: update version to 2.0.2, binary age 2, interface age 2. * NEWS: updates for 2.0.2.
* UpdatesOwen Taylor2002-03-291-6/+6
| | | | | | | | | | | | | | Fri Mar 29 00:19:41 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Updates * configure.in: Version 2.0.1, binary, interface age 1. * configure.in (GDK_PIXBUF_VERSION): Up required versions of dependencies. * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: Add stock_add/remove_16.
* Try to find libpng via pkg-config first, since libpng-1.2.2 will come withMatthias Clasen2002-03-271-17/+26
| | | | | * configure.in: Try to find libpng via pkg-config first, since libpng-1.2.2 will come with a .pc file.
* Use $PKG_CONFIG, not pkg-config. (LEE Sau Dan, #75572)Owen Taylor2002-03-201-1/+1
| | | | | | | Wed Mar 20 11:00:59 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Use $PKG_CONFIG, not pkg-config. (LEE Sau Dan, #75572)
* include CFLAGS from gthread-2.0 so that the libs work correctly in aSven Neumann2002-03-161-5/+5
| | | | | | | | 2002-03-16 Sven Neumann <sven@gimp.org> * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0 so that the libs work correctly in a threaded environment.
* Set MATH_LIB to empty also on Win32.Tor Lillqvist2002-03-151-1/+2
| | | | | | 2002-03-15 Tor Lillqvist <tml@iki.fi> * configure.in: Set MATH_LIB to empty also on Win32.
* set CCAS and CCASFLAGS to get automake 1.6 compatibility without breakingJames Henstridge2002-03-111-1/+6
| | | | | | | 2002-03-11 James Henstridge <james@daa.com.au> * configure.in: set CCAS and CCASFLAGS to get automake 1.6 compatibility without breaking things for people using 1.4.
* Some packing tweaks.Owen Taylor2002-03-081-1/+9
| | | | | | | | | | | Fri Mar 8 14:22:43 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c (gtk_file_selection_init): Some packing tweaks. * configure.in: Include GLIB_LIBS when checking for bind_textdomain_codeset, to catch the case where it is in -lintl.
* change an == to =jacob berkman2002-03-061-1/+1
| | | | | | 2002-03-05 jacob berkman <jacob@ximian.com> * configure.in: change an == to =
* Fix up the freetype checking logic. Suppress suprious "no" withManish Singh2002-03-061-24/+28
| | | | | | | 2002-03-05 Manish Singh <yosh@gimp.org> * configure.in: Fix up the freetype checking logic. Suppress suprious "no" with --disable-modules.
* libpango is now called libpango-1.0James Henstridge2002-03-061-1/+1
| | | | | | 2002-03-06 James Henstridge <james@daa.com.au> * configure.in: libpango is now called libpango-1.0
* Update version to 2.0.0Owen Taylor2002-03-051-15/+12
| | | | | | | | | | | | | | | | Tue Mar 5 15:47:54 2002 Owen Taylor <otaylor@redhat.com> * configure.in test/makefile.msc **.pc.in **/*.am: Update version to 2.0.0 * gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp files. * configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0, Pango, Atk, 1.0.0. * m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum version.
* Fix typo where pangoxft was being required instead of pangox. (Reported byOwen Taylor2002-03-031-1/+1
| | | | | | | | Sun Mar 3 12:13:56 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Fix typo where pangoxft was being required instead of pangox. (Reported by Miles Lane)