summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Added "bn" to ALL_LINGUAS. Added Bangla translation by of Ankur groupTaneem Ahmed2004-01-021-1/+1
| | | | | | | | 2004-01-01 Taneem Ahmed <taneem@bengalinux.org> * configure.in: Added "bn" to ALL_LINGUAS. * po/bn.po: Added Bangla translation by of Ankur group <gnome-translation@bengalinux.org>.
* === Released 2.3.1 ===Owen Taylor2003-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Dec 8 10:54:44 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.1 === * NEWS: Updates for 2.3.1 * configure.in: Version 2.3.1, interface age 0, binary age 301. * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel): Rename from gtk_menu_item_real_can_activate_accel() to match GTK+ convention, improve comment. * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(), can ::can-activate-accel signal. * gtk/gtkwidget.c (closure_accel_activate): Fix spelling in comment. * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean up comment. * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros into the .c file. Mon Dec 8 12:09:21 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkicontheme.c (find_builtin_icon): Fix a missing 'else'. (#128816, Jorn Baayen)
* Added Thai (th) translation. Added Thai (th) to ALL_LINGUAS.Paisa Seeluangsawat2003-12-061-1/+1
| | | | | | | 2003-12-05 Paisa Seeluangsawat <paisa@users.sf.net> * th.po: Added Thai (th) translation. * configure.in: Added Thai (th) to ALL_LINGUAS.
* Check for freetype headers the way freetype wants us to.Noah Levitt2003-11-171-1/+2
| | | | | | | 2003-11-17 Noah Levitt <nlevitt@columbia.edu> * configure.in: Check for freetype headers the way freetype wants us to.
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-241-1/+1
| | | | | | | | | | | | | | Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version.
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Wed Oct 22 23:20:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]: gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework for the new file selector widget. * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]: Initial implementation of the GtkFileChooser user interface. * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation for Unix files. * configure.in gtk/Makefile.am gtk/xdgmime: Build code for freedesktop.org MIME system on Unix. * tests/testfilechooser.c: Test program for GtkFileChooser * tests/prop-editor.c: Add support for properties on interfaces.
* Added Uzbek filesPablo Saratxaga2003-09-061-1/+1
|
* Added "sq" to ALL_LINGUASLaurent Dhima2003-08-291-1/+1
| | | | * configure.in: Added "sq" to ALL_LINGUAS
* Added "ne" to ALL_LINGUAS. Added Nepali translation by Pawan ChitrakarChristian Rose2003-08-221-1/+1
| | | | | | | | 2003-08-22 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. * po/ne.po: Added Nepali translation by Pawan Chitrakar <pawan@nplinux.org>.
* Rework handling of REBUILD_PNGS, so that we also don't try to REBUILD_PNGSOwen Taylor2003-08-181-7/+16
| | | | | | | | | | | | Mon Aug 18 10:51:57 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Rework handling of REBUILD_PNGS, so that we also don't try to REBUILD_PNGS when cross-compiling and there is no gdk-pixbuf-csource. But give an error if gtk/stock-icons/gtkstockpixbufs.h is not in the source tree. (Note that REBUILDS_PNG was set backwards before, which is why you always had to manually recreate gtkstockpixbufs.h!)
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-1/+7
| | | | | | | | | | | | | | | | Fri Aug 15 12:34:04 2003 Owen Taylor <otaylor@redhat.com> Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai): * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that we link libgtk against X explicitely, since we make GTK+ calls for plug/socket. * gtk/queryimmodules.c: Use USE_LA_MODULES and G_MODULE_SUFFIX here. * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect XShmPutImage with #ifdef USE_SHM.
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-108/+49
| | | | | | | | | | | | | | | | | | | Sat Aug 2 12:53:16 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Requires glib-2.3.0, pango-1.2.0. * configure.in: Require Xft version 2, remove code for handling older versions of pango and Xft. Many miscellaneous improvements to X checks * acinclude.m4: Add GTK_ADD_LIB() macro for adding a library to a variable, avoiding dups. * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): Always load "fixed" * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and for pangox.
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fri Jul 4 15:57:52 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap errors and XSync(). * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use _gdk_x11_set_input_focus_safe() here as well. * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Rework handling of property notifies on _NET_WM_STATE so that we ignore _NET_WM_DESKTOP notifies unless we really care. * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use XShmQueryExtension() rather than XQueryExtension() to avoid extra rountrip. * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Remove unused call to XGetWindowAttributes() * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove unused call to XGetKeyboardControl(). * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush): Add (#99571) * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c No-op implementations of gdk_display_flush(). * gdk/gdkwindow.c (gdk_window_process_all_updates): Use gdk_display_flush() rather than gdk_flush() to avoid XSync(). * gdk/x11/gdkwindow-x11.c (update_wm_hints) gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here so that we don't have to get the property back from the server. * gdk/x11/gdkwindow-x11.c (show_window_internal): Store the serial of when we map a toplevel to allow optimizing out notifies on _NET_WM_STATE/_NET_WM_DESKTOP. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't XTranslateCoordinates() for override-redirect windows. Fri Jul 4 15:59:27 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment about setting window group after the window is mapped from docs - nothing the ICCCM forbids that. * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size): Fix g_return_val_if_fail() in void return function. * configure.in: Fix misplaced comma that was resulting in XShm always being disabled.
* Check for Xcursor.Matthias Clasen2003-06-301-0/+9
| | | | | | | | | | | | | 2003-07-01 Matthias Clasen <maclas@gmx.de> * configure.in: Check for Xcursor. * gdk/x11/gdkcursor-x11.c: * gdk/gdkdisplay.h: * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions: gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), gdk_display_supports_cursor_color(), gdk_display_get_default_cursor_size() and gdk_display_get_maximal_cursor_size(). (#69436)
* Add rule to regenerate man pages from Docbook. (man_MANS): AddMatthias Clasen2003-06-171-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-06-17 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf/Makefile.am: Add rule to regenerate man pages from Docbook. (man_MANS): Add gdk-pixbuf-csource.1, gdk-pixbuf-query-loaders.1. (content_files): Add gdk-pixbuf-csource.xml, gdk-pixbuf-query-loaders.xml. * gdk-pixbuf/gdk-pixbuf-csource.xml: New refentry, containing the former gdk-pixbuf/gdk-pixbuf-csource.1, converted to Docbook. * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: New refentry. * gdk-pixbuf/gdk-pixbuf-csource.1: * gdk-pixbuf/gdk-pixbuf-query-loaders.1: Man pages generated from the .xml sources. * gdk-pixbuf/gdk-pixbuf.sgml: Include gdk-pixbuf-csource.xml and gdk-pixbuf-query-loaders.xml. * gtk/Makefile.am: Add rule to regenerate man pages from Docbook. (man_MANS): Add gtk-query-immodules-2.0.1 (content_files): Add gtk-query-immodules-2.0.xml * gtk/gtk-query-immodules-2.0.xml: New refentry. * gtk/gtk-query-immodules-2.0.1: Man page generated from the .xml source. * gtk/gtk-docs.sgml: Include gtk-query-immodules-2.0.xml. * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New macros to check for XML catalog contents and path, borrowed from gtk-doc. * configure.in: New option --enable-man to enable regeneration of man pages from Docbook, if the necessary tools are found.
* Added "li" to ALL_LINGUAS. Added Limburgish translation by Mathieu vanChristian Rose2003-06-031-1/+1
| | | | | | | | 2003-06-03 Christian Rose <menthos@menthos.com> * configure.in: Added "li" to ALL_LINGUAS. * po/li.po: Added Limburgish translation by Mathieu van Woerkom <mathieu.brabants.org>.
* A loader for PCX files. (#113035, Josh Beam)Matthias Clasen2003-05-211-1/+1
| | | | | | | | | | 2003-05-21 Matthias Clasen <maclas@gmx.de> * pixbufloader_pcx.def: * io-pcx.c: A loader for PCX files. (#113035, Josh Beam) * gdk-pixbuf-io.c: * Makefile.am: Add PCX loader.
* Added Arabic translationArafat Medini2003-05-201-1/+1
| | | | | | 2003-05-19 Arafat Medini <lumina@silverpen.de> * ar.po: Added Arabic translation
* set the HAVE_X11R6 automake conditional to false if not compiling for X11.Sven Neumann2003-05-081-0/+1
| | | | | | | 2003-05-08 Sven Neumann <sven@gimp.org> * configure.in: set the HAVE_X11R6 automake conditional to false if not compiling for X11.
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-182/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue May 6 16:50:52 2003 Owen Taylor <otaylor@redhat.com> Patch from James Henstridge to update to automake-1.7 (#109542) * autogen.sh: update to call newer tools. * configure.in: various updates, to use M4 macros to put variables that change each release at the top. Use AC_HELP_STRING to format help strings. Use AC_CONFIG_COMMANDS to generate gdkconfig.h. * Makefile.am: require Automake 1.7. Remove gdk-2.0.pc and gtk+-2.0.pc on uninstall. Pass --enable-gtk-doc to configure during distcheck. * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make makefile fragment. * */Makefile.am: don't use STRIP_BEGIN/STRIP_END. Use BUILT_SOURCES where appropriate. Build generated files in builddir rather than srcdir. Fix uninstall and distclean targets to satisfy distcheck. === * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h built first, since we are now using BUILT_SOURCES. * gdk/Makefile.am: Remove an outdated comment about gdk_headers. * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem with geninclude.pl. * configure.in: Update versions to 2.3.0.
* Added sr and sr@Latn to ALL_LINGUAS. Removed sp, it's replaced by sr@Latn.Christian Rose2003-05-051-1/+1
| | | | | | | | | 2003-05-05 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. Removed sp, it's replaced by sr@Latn. * po/sr.po, po/sr@Latn.po: Added Serbian translation by Danilo Šegan <dsegan@gmx.net>.
* Added "am" "mk" "ta" to ALL_LINGUAS.Abel Cheung2003-04-231-1/+1
| | | | | | 2003-04-23 Abel Cheung <maddog@linux.org.hk> * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
* Only check for XFT2 if we found pango-xft (#105692, Jon Nall)Owen Taylor2003-04-221-2/+4
| | | | | | | Tue Apr 22 15:17:25 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Only check for XFT2 if we found pango-xft (#105692, Jon Nall)
* Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and useOwen Taylor2003-04-211-5/+12
| | | | | | | | | Fri Apr 18 16:31:49 2003 Owen Taylor <otaylor@redhat.com> * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am: Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use of XAddConnectionWatch. Remove --enable-xim config option. Should fix building on X11R6 (#110523, Albert Chin)
* Added Malayalam translationsGuntupalli Karunakar2003-03-201-1/+1
|
* Added Indonesian translation Added "id" to ALL_LINGUASMohammad DAMT2003-02-171-1/+1
| | | | | | | 2003-02-17 Mohammad DAMT <mdamt@bisnisweb.com> * po/id.po: Added Indonesian translation * configure.in: Added "id" to ALL_LINGUAS
* Added "yi" to ALL_LINGUAS. Added Yiddish translation by Raphael FinkelChristian Rose2003-02-121-1/+1
| | | | | | | | 2003-02-12 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS. * yi.po: Added Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
* Removed "en@IPA" from ALL_LINGUAS. Removed. It doesn't containChristian Rose2003-02-091-1/+1
| | | | | | | 2003-02-09 Christian Rose <menthos@menthos.com> * configure.in: Removed "en@IPA" from ALL_LINGUAS. * po/en@IPA.po: Removed. It doesn't contain translations anyway.
* Remove gtk+.spec.in from EXTRA_DIST, and from dist rules. (#102231)Owen Taylor2003-01-301-1/+0
| | | | | | | Thu Jan 30 16:30:54 2003 Owen Taylor <otaylor@redhat.com> * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from EXTRA_DIST, and from dist rules. (#102231)
* Remove SOEXT stuff; it doesn't work portably.Owen Taylor2003-01-271-3/+0
| | | | | | Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Remove SOEXT stuff; it doesn't work portably.
* Fix --without-modules/--disable-modules confusion that was causingOwen Taylor2003-01-271-9/+3
| | | | | | | | | | | Mon Jan 27 15:58:31 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Fix --without-modules/--disable-modules confusion that was causing --disable-modules not to work. (#102865, Akira Tagoh) * configure.in: Fix problem with plain --with-xinput (#104266, Akira Tagoh)
* Added "mn" to ALL_LINGUAS. Added Mongolian translation by Sanlig BadralChristian Rose2003-01-221-1/+1
| | | | | | | | 2003-01-22 Christian Rose <menthos@menthos.com> * configure.in: Added "mn" to ALL_LINGUAS. * po/mn.po: Added Mongolian translation by Sanlig Badral <badral@chinggis.com>.
* fix a stray bracket that was breaking the buildHavoc Pennington2003-01-051-1/+1
| | | | | | 2003-01-05 Havoc Pennington <hp@pobox.com> * configure.in: fix a stray bracket that was breaking the build
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-051-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-01-05 Tor Lillqvist <tml@iki.fi> * gtk-zip.sh.in: Use correct DLL and import library names, with GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION. (DEVZIP): Add gdk-pixbuf-query-loaders.exe. * configure.in: Improve check for dimm.h. * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in gdk-pixbuf/Makefile.am. * gdk-pixbuf/makefile.mingw.in * gdk-pixbuf/pixops/makefile.mingw.in * gdk/makefile.mingw.in * gdk/win32/makefile.mingw.in * gtk/makefile.mingw.in: Remove. Not maintained anyway. * gdk-pixbuf/Makefile.am * gdk-pixbuf/pixops/Makefile.am * gdk/Makefile.am * gdk/win32/Makefile.am * gtk/Makefile.am * configure.in: Remove makefile.mingw{,.in} from here, too. * README.win32: Updates. Don't mention the now removed makefile.mingw files. * gdk/gdk.def * gtk/gtk.def: Add a couple of missing entries. * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy(). * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround earlier. * gdk/win32/rc/Makefile.am: Add hack to help build/win32/lt-compile-resource decide which kind of libtool object file to produce.
* === Released 2.2.0 ===GTK_2_2_0Owen Taylor2002-12-211-4/+4
| | | | | | | | | | | | | | Fri Dec 20 15:23:26 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.2.0 === * configure.in: Version 2.2.0, interface age 0, binary age 200. * README.in: Update the release notes. * INSTALL.in: Mention that Pango-1.0 can be used with GTK+-2.2. * NEWS: Update.
* === Released 2.1.5 ===GTK_2_1_5Owen Taylor2002-12-171-3/+3
| | | | | | | | | | | | Mon Dec 16 22:38:11 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.5 === * configure.in: GTK+-2.1.5, interface age 2, binary age 105. * NEWS: Updated. * gtk/Makefile.am (gtk_c_sources): Remove reference to fnmatch.h
* Don't use AC_CHECK_LIB() when checking for FreeType, Pango, Atk since thatOwen Taylor2002-12-171-6/+14
| | | | | | | | | Mon Dec 16 22:12:01 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Don't use AC_CHECK_LIB() when checking for FreeType, Pango, Atk since that get the ordering wrong. Instead, set LIBS ourself and call AC_TRY_LINK_FUNC(). (#98406)
* Hard-code GTK_BINARY_VERSION=2.2.0 for now; should stay the same until weOwen Taylor2002-12-151-1/+1
| | | | | | | Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for now; should stay the same until we branch for 2.3.
* version 2.1.4, interface age 1.Owen Taylor2002-12-111-8/+5
| | | | | | | | | | | | Wed Dec 11 14:04:23 2002 Owen Taylor <otaylor@redhat.com> * configure.in: version 2.1.4, interface age 1. * configure.in: Require GLib-2.1.4, so we will catch the need for the new AM_GLIB_DEFINE_LOCALEDIR() in an obvious way. * configure.in gtk/Makefile.am: Use AM_GLIB_DEFINE_LOCALEDIR()
* 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