Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel interna...
[wxWidgets.git] / configure
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-13  Václav Slavíkcheck for HAVE_VISIBILITY first when setting WXIMPORT...
2007-08-07  Vadim Zeitlinuse unsetenv() instead of setenv(var, NULL) which is...
2007-08-07  Václav Slavíkthe Ubuntu visibility bug only happens when building...
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 Zeitlinpreserve the arguments read from configarg.cache in it
2007-07-28  Vadim Zeitlinshow wxUSE_STL in the summary at the end too
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-23  Vadim Zeitlinfix caching of configure arguments broken by one of...
2007-07-22  Václav Slavíkfix visibility problems with libstdc++ on Debian and...
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 Zeitlincorrected (and simplified) configarg.cache updating...
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-16  Vadim Zeitlinfix WX_ARG_WITH behaviour when it's used before wxUSE_A...
2007-07-14  Vadim Zeitlinregenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions
2007-07-14  Vadim Zeitlinallow using dashes in the names of --enable/with option...
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 Zeitlinregenerated after today's changes, it should now handle...
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-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
2007-05-05  Václav Slavíkenable UTF8 build for wxGTK2 and wxDFB by default
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-04-25  Robert Roebling Added compile guards to wxEditableListBox
2007-04-14  Václav Slavíkdon't compile Scintilla sources with -Wall
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-09  Vadim Zeitlinlast version was broken and died when trying to create...
2007-04-09  Václav Slavíkadded wxgl pseudotarget
2007-04-08  Václav Slavíkdon't build wxscintilla lib if wxSTC is not built
2007-04-07  Vadim Zeitlinuse C++ compiler for all getsockopt() tests, not just...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-03-26  Vadim Zeitlinadded taborder sample
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-09  Paul Cornettadd 4th parameter to AC_CHECK_HEADER to skip preprocess...
2007-03-07  Vadim Zeitlinadd checks for GTK+ 2.10 (part of patch 1661851)
2007-03-07  Vadim Zeitlinno changes, just fixed a typo in warning given about...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-02-21  Václav Slavíkfixed BAKEFILE_AUTOCONF_INC_M4_VERSION changed by mistake
2007-02-20  Václav Slavíkfixed incorrectly reported WXWIN_COMPATIBILITY_2_6...
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2007-02-07  Vadim Zeitlindefine wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX
2007-02-06  Robin DunnSet version number
2007-01-19  Robin DunnBump subrelease number
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlininclude WebKit.h as otherwise WebKit is not detected...
2006-12-24  Václav Slavíkdisable (some) features that are not available in DirectFB
2006-12-18  Robin Dunnbump subrelease number
2006-12-12  Robin DunnBump subrelease number
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-09  Michael WetherellFix so that AR/AROPTIONS can be overridden on the confi...
2006-12-09  Michael WetherellFix for the compiler checks. The compiler flags like...
2006-12-04  Vadim Zeitlinenable gnomeprint code by default
2006-12-04  Vadim Zeitlinremoved extra comma in --enable-dataviewctrl helpstring
next