wxWidgets3: update to svn r70933

This commit is contained in:
Shawn Hoffman
2012-03-17 18:12:27 -07:00
parent 0ed8af2287
commit a648aca65c
906 changed files with 39468 additions and 17244 deletions

View File

@ -7,5 +7,3 @@
#else
#include "wx/wxgtk.h"
#endif
#define wxUSE_MARKUP 0

View File

@ -16,7 +16,7 @@
#endif /* __cplusplus */
/* fill in with the string wxGetOsDescription() will return */
#define WXWIN_OS_DESCRIPTION "Darwin 10.6.0 i386"
#define WXWIN_OS_DESCRIPTION "Darwin 11.3.0 i386"
/* the installation location prefix from configure */
#define wxINSTALL_PREFIX "/usr/local"
@ -54,9 +54,6 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define this if your version of GTK+ is greater than 1.2 */
/* #undef __WXGTK12__ */
/* Define this if your version of GTK+ is greater than 1.2.7 */
/* #undef __WXGTK127__ */
@ -186,12 +183,10 @@
#define wxUSE_WCHAR_T 1
#define wxUSE_EXCEPTIONS 0
#define wxUSE_EXCEPTIONS 0
#define wxUSE_EXTENDED_RTTI 0
#define wxUSE_STL 0
#define wxUSE_LOG 1
#define wxUSE_LOGWINDOW 1
@ -206,6 +201,12 @@
#define wxUSE_STREAMS 1
#define wxUSE_PRINTF_POS_PARAMS 1
#define wxUSE_STL 0
#if defined(__DMC__) || defined(__WATCOMC__) \
|| (defined(_MSC_VER) && _MSC_VER < 1200)
#define wxUSE_STD_DEFAULT 0
@ -213,11 +214,16 @@
#define wxUSE_STD_DEFAULT 0
#endif
#define wxUSE_STD_CONTAINERS 0
#define wxUSE_STD_IOSTREAM 1
#define wxUSE_STD_STRING 1
#define wxUSE_PRINTF_POS_PARAMS 1
#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
#define wxUSE_IOSTREAMH 0
#define wxUSE_LONGLONG 1
@ -247,7 +253,7 @@
#define wxUSE_STOPWATCH 1
#define wxUSE_FSWATCHER 0
#define wxUSE_FSWATCHER 0
#define wxUSE_CONFIG 1
@ -303,7 +309,7 @@
#define wxUSE_ANY 1
#define wxUSE_REGEX 0
#define wxUSE_REGEX 0
#define wxUSE_SYSTEM_OPTIONS 1
@ -311,18 +317,31 @@
#define wxUSE_MEDIACTRL 1
#define wxUSE_XRC 0
#define wxUSE_XRC 0
#define wxUSE_XML 0
#define wxUSE_XML wxUSE_XRC
#define wxUSE_AUI 1
#define wxUSE_RIBBON 0
#define wxUSE_RIBBON 0
#define wxUSE_PROPGRID 0
#define wxUSE_PROPGRID 0
#define wxUSE_STC 0
#define wxUSE_WEBVIEW 0
#ifdef __WXMSW__
#define wxUSE_WEBVIEW_IE 0
#else
#define wxUSE_WEBVIEW_IE 0
#endif
#if defined(__WXGTK__) || defined(__WXOSX__)
#define wxUSE_WEBVIEW_WEBKIT 0
#else
#define wxUSE_WEBVIEW_WEBKIT 0
#endif
#ifdef _MSC_VER
@ -350,11 +369,14 @@
#define wxUSE_CONTROLS 1
#define wxUSE_MARKUP 0
#define wxUSE_POPUPWIN 1
#define wxUSE_TIPWINDOW 1
#define wxUSE_ANIMATIONCTRL 1
#define wxUSE_BANNERWINDOW 1
#define wxUSE_BUTTON 1
#define wxUSE_BMPBUTTON 1
#define wxUSE_CALENDARCTRL 1
@ -390,8 +412,10 @@
#define wxUSE_STATTEXT 1
#define wxUSE_STATBMP 1
#define wxUSE_TEXTCTRL 1
#define wxUSE_TIMEPICKCTRL 1
#define wxUSE_TOGGLEBTN 1
#define wxUSE_TREECTRL 1
#define wxUSE_TREELISTCTRL 1
#define wxUSE_STATUSBAR 1
@ -431,7 +455,7 @@
#define wxUSE_ARTPROVIDER_TANGO 1
#define wxUSE_HOTKEY 0
#define wxUSE_HOTKEY 1
#define wxUSE_CARET 1
@ -447,6 +471,8 @@
#define wxUSE_NOTIFICATION_MESSAGE 1
#define wxUSE_RICHTOOLTIP 1
#define wxUSE_SASH 1
#define wxUSE_SPLITTER 1
@ -511,11 +537,11 @@
#define wxUSE_PRINTING_ARCHITECTURE 1
#define wxUSE_HTML 0
#define wxUSE_HTML 0
#define wxUSE_GLCANVAS 1
#define wxUSE_RICHTEXT 0
#define wxUSE_RICHTEXT 0
#define wxUSE_CLIPBOARD 1
@ -559,10 +585,7 @@
#define wxUSE_SVG 1
#define REMOVE_UNUSED_ARG 0
#define wxUSE_IOSTREAMH 0
#define wxUSE_DC_TRANSFORM_MATRIX 1
@ -570,9 +593,9 @@
#define wxUSE_LIBPNG 1
#define wxUSE_LIBJPEG 0
#define wxUSE_LIBJPEG 0
#define wxUSE_LIBTIFF 0
#define wxUSE_LIBTIFF 0
#define wxUSE_TGA 1
@ -659,6 +682,8 @@
#define wxUSE_DATEPICKCTRL_GENERIC 0
#define wxUSE_TIMEPICKCTRL_GENERIC 0
#define wxUSE_CRASHREPORT 0
/* --- end MSW options --- */
@ -794,10 +819,6 @@
* Use the Hildon 2.0 framework
*/
#define wxUSE_LIBHILDON2 0
/*
* Have glibc2
*/
#define wxHAVE_GLIBC2 0
/*
* Use libXpm
*/
@ -975,25 +996,25 @@
#define HAVE_USLEEP 1
/* Define if you have wcscasecmp() function */
/* #undef HAVE_WCSCASECMP */
#define HAVE_WCSCASECMP 1
/* Define if you have wcsncasecmp() function */
/* #undef HAVE_WCSNCASECMP */
#define HAVE_WCSNCASECMP 1
/* Define if you have wcslen function */
#define HAVE_WCSLEN 1
/* Define if you have wcsdup function */
/* #undef HAVE_WCSDUP */
#define HAVE_WCSDUP 1
/* Define if you have wcsftime() function */
#define HAVE_WCSFTIME 1
/* Define if you have strnlen() function */
/* #undef HAVE_STRNLEN */
#define HAVE_STRNLEN 1
/* Define if you have wcsnlen() function */
/* #undef HAVE_WCSNLEN */
#define HAVE_WCSNLEN 1
/* Define if you have wcstoull() and wcstoll() */
/* #undef HAVE_WCSTOULL */
@ -1209,7 +1230,7 @@
/* #undef wxHAS_INOTIFY */
/* Define if you have kqueu_xxx() functions. */
#define wxHAS_KQUEUE 1
/* #undef wxHAS_KQUEUE */
/* -------------------------------------------------------------------------
Win32 adjustments section

View File

@ -16,7 +16,7 @@
#endif /* __cplusplus */
/* fill in with the string wxGetOsDescription() will return */
#define WXWIN_OS_DESCRIPTION "FreeBSD 7.4-PRERELEASE i386"
#define WXWIN_OS_DESCRIPTION "Linux 2.6.32-5-686 i686"
/* the installation location prefix from configure */
#define wxINSTALL_PREFIX "/usr/local"
@ -44,7 +44,7 @@
/* Define this to get extra features from GNU libc. */
#ifndef _GNU_SOURCE
/* #undef _GNU_SOURCE */
#define _GNU_SOURCE 1
#endif
/* Define to `int' if <sys/types.h> doesn't define. */
@ -54,9 +54,6 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define this if your version of GTK+ is greater than 1.2 */
#define __WXGTK12__ 1
/* Define this if your version of GTK+ is greater than 1.2.7 */
/* #undef __WXGTK127__ */
@ -89,12 +86,12 @@
#define __UNIX__ 1
/* #undef __AIX__ */
#define __BSD__ 1
/* #undef __BSD__ */
/* #undef __DARWIN__ */
/* #undef __EMX__ */
#define __FREEBSD__ 1
/* #undef __FREEBSD__ */
/* #undef __HPUX__ */
/* #undef __LINUX__ */
#define __LINUX__ 1
/* #undef __NETBSD__ */
/* #undef __OPENBSD__ */
/* #undef __OSF__ */
@ -163,7 +160,7 @@
#define wxUSE_ON_FATAL_EXCEPTION 1
#define wxUSE_STACKWALKER 0
#define wxUSE_STACKWALKER 1
#define wxUSE_DEBUGREPORT 1
@ -186,12 +183,10 @@
#define wxUSE_WCHAR_T 1
#define wxUSE_EXCEPTIONS 0
#define wxUSE_EXCEPTIONS 0
#define wxUSE_EXTENDED_RTTI 0
#define wxUSE_STL 0
#define wxUSE_LOG 1
#define wxUSE_LOGWINDOW 1
@ -206,6 +201,12 @@
#define wxUSE_STREAMS 1
#define wxUSE_PRINTF_POS_PARAMS 1
#define wxUSE_STL 0
#if defined(__DMC__) || defined(__WATCOMC__) \
|| (defined(_MSC_VER) && _MSC_VER < 1200)
#define wxUSE_STD_DEFAULT 0
@ -213,11 +214,16 @@
#define wxUSE_STD_DEFAULT 0
#endif
#define wxUSE_STD_CONTAINERS 0
#define wxUSE_STD_IOSTREAM 1
#define wxUSE_STD_STRING 1
#define wxUSE_PRINTF_POS_PARAMS 1
#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
#define wxUSE_IOSTREAMH 0
#define wxUSE_LONGLONG 1
@ -247,7 +253,7 @@
#define wxUSE_STOPWATCH 1
#define wxUSE_FSWATCHER 0
#define wxUSE_FSWATCHER 0
#define wxUSE_CONFIG 1
@ -281,7 +287,7 @@
#define wxUSE_APPLE_IEEE 1
#define wxUSE_JOYSTICK 0
#define wxUSE_JOYSTICK 1
#define wxUSE_FONTENUM 1
@ -303,26 +309,39 @@
#define wxUSE_ANY 1
#define wxUSE_REGEX 0
#define wxUSE_REGEX 0
#define wxUSE_SYSTEM_OPTIONS 1
#define wxUSE_SOUND 1
#define wxUSE_MEDIACTRL 1
#define wxUSE_MEDIACTRL 0
#define wxUSE_XRC 0
#define wxUSE_XRC 0
#define wxUSE_XML 0
#define wxUSE_XML wxUSE_XRC
#define wxUSE_AUI 1
#define wxUSE_RIBBON 0
#define wxUSE_RIBBON 0
#define wxUSE_PROPGRID 0
#define wxUSE_PROPGRID 0
#define wxUSE_STC 0
#define wxUSE_WEBVIEW 0
#ifdef __WXMSW__
#define wxUSE_WEBVIEW_IE 0
#else
#define wxUSE_WEBVIEW_IE 0
#endif
#if defined(__WXGTK__) || defined(__WXOSX__)
#define wxUSE_WEBVIEW_WEBKIT 0
#else
#define wxUSE_WEBVIEW_WEBKIT 0
#endif
#ifdef _MSC_VER
@ -350,11 +369,14 @@
#define wxUSE_CONTROLS 1
#define wxUSE_MARKUP 0
#define wxUSE_POPUPWIN 1
#define wxUSE_TIPWINDOW 1
#define wxUSE_ANIMATIONCTRL 1
#define wxUSE_BANNERWINDOW 1
#define wxUSE_BUTTON 1
#define wxUSE_BMPBUTTON 1
#define wxUSE_CALENDARCTRL 1
@ -390,8 +412,10 @@
#define wxUSE_STATTEXT 1
#define wxUSE_STATBMP 1
#define wxUSE_TEXTCTRL 1
#define wxUSE_TIMEPICKCTRL 1
#define wxUSE_TOGGLEBTN 1
#define wxUSE_TREECTRL 1
#define wxUSE_TREELISTCTRL 1
#define wxUSE_STATUSBAR 1
@ -447,6 +471,8 @@
#define wxUSE_NOTIFICATION_MESSAGE 1
#define wxUSE_RICHTOOLTIP 1
#define wxUSE_SASH 1
#define wxUSE_SPLITTER 1
@ -511,11 +537,11 @@
#define wxUSE_PRINTING_ARCHITECTURE 1
#define wxUSE_HTML 0
#define wxUSE_HTML 0
#define wxUSE_GLCANVAS 1
#define wxUSE_RICHTEXT 0
#define wxUSE_RICHTEXT 0
#define wxUSE_CLIPBOARD 1
@ -559,10 +585,7 @@
#define wxUSE_SVG 1
#define REMOVE_UNUSED_ARG 0
#define wxUSE_IOSTREAMH 0
#define wxUSE_DC_TRANSFORM_MATRIX 1
@ -570,9 +593,9 @@
#define wxUSE_LIBPNG 1
#define wxUSE_LIBJPEG 0
#define wxUSE_LIBJPEG 0
#define wxUSE_LIBTIFF 0
#define wxUSE_LIBTIFF 0
#define wxUSE_TGA 1
@ -605,7 +628,7 @@
* Unix-specific options
*/
#define wxUSE_SELECT_DISPATCHER 1
#define wxUSE_EPOLL_DISPATCHER 0
#define wxUSE_EPOLL_DISPATCHER 1
#define wxUSE_UNICODE_UTF8 1
#define wxUSE_UTF8_LOCALE_ONLY 0
@ -659,6 +682,8 @@
#define wxUSE_DATEPICKCTRL_GENERIC 0
#define wxUSE_TIMEPICKCTRL_GENERIC 0
#define wxUSE_CRASHREPORT 0
/* --- end MSW options --- */
@ -777,7 +802,7 @@
/*
* Use GTK print for printing under GTK+ 2.0
*/
#define wxUSE_GTKPRINT 0
#define wxUSE_GTKPRINT 1
/*
* Use GNOME print for printing under GTK+ 2.0
*/
@ -794,10 +819,6 @@
* Use the Hildon 2.0 framework
*/
#define wxUSE_LIBHILDON2 0
/*
* Have glibc2
*/
#define wxHAVE_GLIBC2 0
/*
* Use libXpm
*/
@ -854,11 +875,11 @@
/*
* use the session manager to detect KDE/GNOME
*/
#define wxUSE_DETECT_SM 0
#define wxUSE_DETECT_SM 1
/* define with the name of timezone variable */
/* #undef WX_TIMEZONE */
#define WX_TIMEZONE timezone
/* The type of 3rd argument to getsockname() - usually size_t or int */
#define WX_SOCKLEN_T socklen_t
@ -866,6 +887,9 @@
/* The type of 5th argument to getsockopt() - usually size_t or int */
#define SOCKOPTLEN_T socklen_t
/* The type of statvfs(2) argument */
#define WX_STATFS_T struct statfs
/* The signal handler prototype */
#define wxTYPE_SA_HANDLER int
@ -937,6 +961,15 @@
(defined in the unix98 standard) */
#define HAVE_UNIX98_PRINTF 1
/* define if you have statfs function */
#define HAVE_STATFS 1
/* define if you have statfs prototype */
#define HAVE_STATFS_DECL 1
/* define if you have statvfs function */
/* #undef HAVE_STATVFS */
/* Define if you have strtoull() and strtoll() */
#define HAVE_STRTOULL 1
@ -963,10 +996,10 @@
/* #undef HAVE_USLEEP */
/* Define if you have wcscasecmp() function */
/* #undef HAVE_WCSCASECMP */
#define HAVE_WCSCASECMP 1
/* Define if you have wcsncasecmp() function */
/* #undef HAVE_WCSNCASECMP */
#define HAVE_WCSNCASECMP 1
/* Define if you have wcslen function */
#define HAVE_WCSLEN 1
@ -978,10 +1011,10 @@
#define HAVE_WCSFTIME 1
/* Define if you have strnlen() function */
/* #undef HAVE_STRNLEN */
#define HAVE_STRNLEN 1
/* Define if you have wcsnlen() function */
/* #undef HAVE_WCSNLEN */
#define HAVE_WCSNLEN 1
/* Define if you have wcstoull() and wcstoll() */
/* #undef HAVE_WCSTOULL */
@ -1004,11 +1037,14 @@
/* The number of bytes in a short. */
#define SIZEOF_SHORT 2
#ifdef __LP64__
#define wxSIZE_T_IS_ULONG 1
#else
/* The number of bytes in a size_t. */
#define SIZEOF_SIZE_T 4
/* Define if size_t on your machine is the same type as unsigned int. */
#define wxSIZE_T_IS_UINT 1
#endif
/* Define if size_t on your machine is the same type as unsigned long. */
/* #undef wxSIZE_T_IS_ULONG */
/* Define if wchar_t is distinct type in your compiler. */
#define wxWCHAR_T_IS_REAL_TYPE 1
@ -1089,7 +1125,7 @@
#define HAVE_UNSETENV 1
/* Define if you have the <X11/XKBlib.h> header file. */
/* #undef HAVE_X11_XKBLIB_H */
#define HAVE_X11_XKBLIB_H 1
/* Define if you have the <X11/extensions/xf86vmode.h> header file. */
/* #undef HAVE_X11_EXTENSIONS_XF86VMODE_H */
@ -1116,11 +1152,7 @@
#define HAVE_ICONV 1
/* Define as "const" if the declaration of iconv() needs const. */
#if defined __FreeBSD__ || __NetBSD__
#define ICONV_CONST const
#else
#define ICONV_CONST
#endif
#define ICONV_CONST
/* Define if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
@ -1192,7 +1224,13 @@
#define HAVE_GETGRGID_R 1
/* Define if locale_t is available */
/* #undef HAVE_LOCALE_T */
#define HAVE_LOCALE_T 1
/* Define if you have inotify_xxx() functions. */
/* #undef wxHAS_INOTIFY */
/* Define if you have kqueu_xxx() functions. */
/* #undef wxHAS_KQUEUE */
/* -------------------------------------------------------------------------
Win32 adjustments section