added AC_SUBST for EXTRALIBS_STC which was missing and caused wx-config to print...
[wxWidgets.git] / configure.in
2008-01-14  Francesco Montorsiadded AC_SUBST for EXTRALIBS_STC which was missing...
2008-01-06  Vadim Zeitlinset DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non...
2008-01-06  Vadim Zeitlinadded configure option for wxUSE_AUTOID_MANAGEMENT
2008-01-06  Vadim Zeitlinfix type in --enable-ico_cur help string
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-16  Robert Roeblingenable dataviewctrl by default
2007-12-12  Vadim Zeitlinset wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBU...
2007-12-09  Robert RoeblingwxMac does support wxPopupWindow (there is code for...
2007-11-28  Paul CornettSolaris /usr/bin/tr requires [] around character ranges
2007-11-24  Paul Cornettremove check for missing gtk_icon_size_lookup, since...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-21  Vadim Zeitlinremoved AC_TYPE_UID_T check, we don't need it (and...
2007-11-20  Václav Slavíkremoved gstreamer dependency from all libraries except...
2007-11-20  Vadim Zeitlinadd gstreamer libraries to EXTRALIBS_MEDIA which is...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-12  Robert RoeblingDisable GStreamer8 by ddefault, otherwise GStreamer10...
2007-11-10  Vadim Zeitlindefine wxUSE_OWNER_DRAWN for OS/2 too
2007-11-10  Vadim Zeitlinuse 0/1 in all tests instead of using sometimes this...
2007-11-10  Vadim Zeitlintry to fix the problem of built-in libtiff not finding...
2007-11-05  Vadim Zeitlinrequire GTK+ 2.4 for wxGTK2
2007-11-03  Paul Cornettput dnl on a new line so it doesn't join lines, remove...
2007-11-03  Paul Cornettdo not use [] around tr character ranges, it is not...
2007-11-03  Paul Cornettfix for configure error message "grep: Unmatched [...
2007-11-02  Vadim Zeitlinprevent builtin libtiff from using libjpeg if --without...
2007-10-29  Vadim Zeitlinrun libtiff configure when --with-libtiff=builtin is...
2007-10-25  Michael WetherellFix missing word 'test' causing 'yes' to run during...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-21  Michael WetherellWhen testing for getpwuid_r and getgrgid_r also check...
2007-10-20  Vadim Zeitlinalways return just "$CXX -o" from `wx-config --ld`...
2007-10-17  Vadim Zeitlininclude -DWXUSINGDLL in wx-config output under all...
2007-10-04  Michael WetherellCache user and group name as these can be expensive...
2007-09-20  Vadim Zeitlinbuild updates for libtiff 3.8.2
2007-09-17  Julian SmartRemoved "not yet working" comment for --enable-universa...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-13  Paul Cornettremove unused configure tests and macros
2007-09-13  Paul Cornettepoll typo
2007-09-10  Václav SlavíkFixed wxAtomicInc/Dec() to not use asm/atomic.h header...
2007-09-06  Robert RoeblingAdd Cairo to build, remove run-time dependency
2007-09-05  Robert RoeblingAdd GtkPrint detection code and configure switch
2007-09-03  David ElliottTry the DefaultProperties key if the buildSettings...
2007-08-22  Václav Slavík--enable-iniconf and --enable-regkey aren't GUI-only...
2007-08-19  Václav Slavíkuse UTF8 build by default on Unix (except Darwin)
2007-08-07  Vadim Zeitlinuse unsetenv() instead of setenv(var, NULL) which is...
2007-08-07  Vadim Zeitlinremove tests for Mac Rez and SetFile which are also...
2007-08-07  Vadim Zeitlindon't test for things which bakefile already tests...
2007-07-29  Vadim Zeitlinremoved png and propsize samples from SAMPLES_SUBDIRS...
2007-07-29  David ElliottUse the ECHO_N and ECHO_C variables in lieu of echo...
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-28  Vadim Zeitlinshow wxUSE_STL in the summary at the end too
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-27  Paul Cornettskip preprocessor test for a couple more header checks
2007-07-27  Paul Cornettfix last commit, it seems spaces are not allowed betwee...
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-27  David ElliottImplement --with-macosx-sdk[=SDK] and --with-macosx...
2007-07-26  Vadim Zeitlinre-disable Universal Mac builds by default
2007-07-21  Vadim Zeitlinadded --enable-ownerdrawn MSW-only option
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-07-21  Vadim Zeitlinadded --enable-ps-in-msw configure option
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinextracted MSW-specific setup.h options to their own...
2007-07-21  Vadim Zeitlindefine wxUSE_FONTENUM
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinadded --enable-uxtheme option
2007-07-20  Paul Cornettmore AC_CHECK_HEADERS fixes
2007-07-20  David ElliottRestore AC_CHECK_HEADERS in preference to AC_CHECK_HEAD...
2007-07-19  Vadim Zeitlincheck for setenv first, then putenv as using setenv...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Vadim Zeitlinremoved the hyphen from the new --enable{baseevt,epoll...
2007-07-16  Vadim Zeitlintest for gettimeofday/ftime even if we don't use wxDate...
2007-07-14  Paul Cornettfix syntax error
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-14  Vadim Zeitlindon't change the wxUSE_XXX for the controls if --enable...
2007-07-13  Václav Slavíkadded --disable-visibility configure option
2007-07-13  Václav Slavíkmake --enable-optimise the default in absence of -...
2007-07-11  Vadim Zeitlin--with-sdl option should be taken into account for...
2007-07-11  Vadim Zeitlindisable the libraries and features which were disabled...
2007-07-11  Vadim Zeitlinadded wxUSE_SVG
2007-07-11  Vadim Zeitlinadd adv and core libraries to the built wx libs if...
2007-07-11  Vadim ZeitlinRewrote configure --enable/with options handling:
2007-07-10  Vadim Zeitlinadded --optional-libs wx-config argument (patch 1747239)
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  Václav Slavíkadded GCC visibility support
2007-07-08  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-06-29  Václav SlavíkwxUniChar wchar_t handling fixes for Borland, DMC and...
2007-06-26  Václav Slavíkfixes to wint_t and wchar_t handling in unichar.h ...
2007-06-26  Václav Slavíkadded configure check for wcsdup(), there are too many...
2007-06-22  Vadim Zeitlinremove -mt and/or -pthread when mixing Sun CC and gcc...
2007-06-22  Vadim Zeitlinuse -R instead of -Wl,-rpath with Sun CC under Linux too
2007-06-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
2007-06-15  Vadim Zeitlincorrected strptime() test, don't use NULL pointer as...
2007-06-14  Vadim Zeitlincheck if strptime() works correctly and disable its...
2007-06-08  Stefan NeisTry using UTF-8 on OS/2.
2007-05-27  David ElliottAdd implementation of Objective-C class name uniquifying.
2007-05-15  Vadim Zeitlinuse C++ compiler for va_copy test, at least under IRIX...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-10  Vadim Zeitlinfixed detection of missing C++ compiler added in last...
2007-05-09  Vadim Zeitlinabort immediately if no C++ compiler was detected inste...
2007-05-09  Vadim Zeitlintest for round() using C++ compiler, not C one (should...
2007-05-05  Vadim Zeitlinoutput Unicode/UTF-8 settings on a single line
next