add more flexible and safer template Connect() overloads (#10000)
[wxWidgets.git] / configure.in
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlinthere is no need to do DEFAULT_wxUSE_CONTROL=yes; also...
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-06  Václav Slavíkwx is not a compiler, it doesn't need AC_CANONICAL_TARGET
2009-01-01  Robert RoeblingCorrect wx-config's output of base libs for OSX ports...
2008-12-29  Francesco Montorsiadd the -headerpad_max_install_names option to the...
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-24  Vadim Zeitlinreorganize scroll sample to make it possible to underst...
2008-12-22  Robert RoeblingAdded clipboard sample check to configure.in, other...
2008-12-09  Francesco Montorsifix wxOS2 build where OpenGL headers are available...
2008-12-08  Francesco Montorsiimplement 'auto' mode for both wxMediaCtrl and OpenGL
2008-12-08  Francesco Montorsidon't give an error when OpenGL libraries aren't availa...
2008-12-08  Francesco Montorsienable OpenGL and MediaCtrl components by default as...
2008-11-23  Vadim Zeitlindon't assume that __thread is available just because...
2008-11-23  Vadim Zeitlindon't use __thread keyword with g++ < 4 as it results...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-14  Vadim Zeitlindisable warning about possible misaligned access given...
2008-11-13  Robin DunnSet TOOLKIT_LOWERCASE correctly for the various flavors...
2008-11-12  Vadim Zeitlinuse -Woverloaded-virtual if g++ supports it
2008-11-12  Vadim Zeitlinremove SO_SUFFIX from configure, this is handled by...
2008-11-12  Vadim Zeitlinuse = in test, not == which is not standard and not...
2008-11-12  Vadim Zeitlinfix large files support for HP-UX v11: we need _LARGEFI...
2008-11-03  Vadim Zeitlininclude richtext library in BUILT_WX_LIBS (in particula...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-10-17  Robert RoeblingUpdates for make dist for OSX_CARBON
2008-10-09  Vadim Zeitlintrying to fix visibility problems for ObjC++ files...
2008-10-06  Stefan Csomorporting dcscreen blit from 2.8
2008-10-03  Vadim Zeitlinmerged docvwmdi sample into docview one to avoid having...
2008-09-24  Robin DunnFix OpenGL test on OSX
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-07  Stefan Csomorreintroducing former default, reverting Robert's change...
2008-09-07  Stefan Csomorintegrating Kevin's work, command line builds for osx...
2008-09-05  Robert RoeblingEnable graphics context by default
2008-08-26  Robert RoeblingAlso make make dist for wxMac work
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-06  Vadim Zeitlindon't disable optimize if --enable-debug_info was speci...
2008-07-30  Stefan Csomordefault to using graphics context on osx
2008-06-28  Vadim Zeitlinfix --disable-optimise configure option description...
2008-06-13  Vadim Zeitlinsearch for X11 headers in paths under /usr/local before...
2008-06-12  Vadim Zeitlindon't test for hash_{map,set} classes if we have unorde...
2008-06-12  Vadim Zeitlinuse std[::tr1]::unordered_map if available in wxUSE_STL...
2008-06-04  Stefan NeisMore compilation fixes for mingw-w64.
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-06-01  Vadim Zeitlinfix the test for vsscanf() declaration which never...
2008-05-30  Vadim Zeitlinalways define wxUSE_RICHEDIT[2] -- this is better than...
2008-04-05  Stefan NeisTests for declarations of snprintf/vsnprintf/vsscanf...
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-03-27  Francesco Montorsiremoved old utils (helpgen, tex2rtf, helphtml, nplugin...
2008-03-26  Francesco Montorsiadded the rungccxml.sh script and the setup_gccxml...
2008-02-22  Robin DunnAdd AutoToolbox framework
2008-02-18  David ElliottTest for dlopen/dlerror on Mac OS X as with any other...
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-09  Vadim Zeitlinadd wxUSE_WEAKREF (modified partially applied patch...
2008-02-07  David ElliottAdd in some support for separate CXXFLAGS and OBJCXXFLAGS.
2008-02-05  Vadim Zeitlinfix typo in warning message
2008-02-04  Vadim Zeitlinadded console IPC sample (part of patch 1833150)
2008-01-17  Paul Cornettcheck for vswscanf(), AIX 5.1 and HP-UX 11.11 don't...
2008-01-16  Stefan Csomorallowing for building without sys libiconv (compat...
2008-01-16  Stefan Csomorfix should have been mac only
2008-01-15  Stefan Csomorfixing leopard configure for universal_binary when...
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
next