fix for w/o expat
[wxWidgets.git] / configure.in
2005-04-15  Robin Dunnwx-config doesn't need to output the resource file...
2005-04-15  Michael WetherellNew --with-gtk=VERSION syntax, and restore --disable...
2005-04-13  Michael WetherellReplace --disable-gtk2 with --with-gtk1 and --with...
2005-04-13  Vadim Zeitlinmistakenly enabled by default --enable-unicode switched...
2005-04-11  Julian SmartChanged version number
2005-04-11  Ron LeeEnabled opengl and unicode by default too as discussed.
2005-04-11  Robert Roebling Make std_string, std_iostreams and gnomeprint default.
2005-04-10  Mattia Barbon Check that std::basic_string<wchar_t> actually works...
2005-04-09  Stefan NeisAdded support for toggle button on OS/2.
2005-04-09  Robert Roebling Added switch for mousewheel.
2005-04-08  Robin Dunnbumped subrelease number
2005-04-07  Michael WetherellAdd "-framework IOKit -framework CoreServices -framewor...
2005-04-05  Robert Roebling Added switch and define for wxUSE_STD_STRING
2005-04-02  Ron LeeRearrange the magic order we use instead of proper...
2005-03-29  Julian SmartUse AC_TRY_LINK for demangle
2005-03-28  Stefan NeisForce wxUSE_DEBUGREPORT to disabled for OS/2.
2005-03-27  Vadim Zeitlinfixed test for GTK+ 2.4: was always false on a second...
2005-03-27  Vadim Zeitlinmake it clear which GL(U) library we can't find in...
2005-03-27  Stefan NeisSomewhat cleaned up handling of OMF mode for OS/2.
2005-03-27  David ElliottDisable wxStackWalker on platforms other than Win32...
2005-03-26  David ElliottMoved compiler detection macros to Bakefile.
2005-03-25  Michael Wetherellconfigure fix for OS/2 from Dave Parsons and David...
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-21  Vadim Zeitlinbuild debugrpt sample if wxUSE_DEBUGREPORT
2005-03-21  Vadim Zeitlindefine USE_QA so that qa library is built
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-19  Robin DunnBumped subrelease number
2005-03-14  Vadim Zeitlindisable debug report for now
2005-03-14  David ElliottMake wxCocoa compile on Tiger.
2005-03-11  Michael WetherellAdd samples mobile and ownerdrw. Make sample richedit...
2005-03-11  Vadim Zeitlinadded wxUSE_DEBUGREPORT
2005-03-08  Vadim Zeitlindon't need AC_CXX_DYNAMIC_CAST for now
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinlook in /usr/lib64 before standard locations, this...
2005-03-03  Vadim Zeitlinadded wx_dynamic_cast()
2005-03-01  Michael WetherellAdd samples to configure: ipc, keyboard, listbox, multi...
2005-02-27  Michael WetherellDetect SIZEOF_WCHAR_T when cross-compiling
2005-02-24  Robin Dunnbumped subrelease number
2005-02-23  Vadim Zeitlinbuild ODBC sample under MSW too if wxUSE_ODBC (closes...
2005-02-19  Stefan NeisBugfixes for OS/2.
2005-02-19  David ElliottCheck for xlC and add -qunique to CXXFLAGS if we're...
2005-02-19  David ElliottCheck to see if -ext o option is required to get compil...
2005-02-19  David ElliottWhen host is OS X (PowerPC Darwin) check if compiler...
2005-02-14  Ryan NortonMove HID stuff into both OSX builds. Add preliminary...
2005-02-14  Stefan NeisForce OMF mode for DLL builds.
2005-02-13  Václav Slavíkmoved GNOME printing code back to wxCore and fixed...
2005-02-13  Stefan NeisSimplified and extended compiler detection for OS/2.
2005-02-12  Michael WetherellRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
2005-02-12  Ryan Nortonchange configure to better detect gstreamer. Check...
2005-02-12  Ryan Nortonproperly detect gstreamer and libxml headers and libs...
2005-02-11  Robin DunnAlso increment WX_CURRENT and WX_AGE according to the...
2005-02-10  Julian SmartVersion
2005-02-10  Michael WetherellAdd wxUSE_ARCSTREAM so that other archive classes can...
2005-02-10  Julian SmartVersion update
2005-02-09  Michael Wetherell'rpath' for hpux
2005-02-08  Ryan NortonRemove tab sample as per 2.6 wiki todo
2005-02-07  Mattia Barbon Fixed error in my previous commit causing
2005-02-06  Václav Slavíkupdate for the next bakefile version (no effect with...
2005-02-03  Ryan Nortonprelimanary wxMediaCtrl cocoa support
2005-02-03  Mattia Barbon Automatically disable wxDialupManager for wxMac and...
2005-01-29  Václav Slavíkfixed wxUSE_CONFIG_NATIVE after setup.h changes
2005-01-21  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-01-20  David ElliottAdd support for Metrowerks compilers.
2005-01-20  David ElliottCheck for vsnprintf while using namespace std if its...
2005-01-20  David ElliottMake sure -DNO_GCC_PRAGMA is in wx-config output regard...
2005-01-20  Vadim Zeitlintrying to get wxUSE_NATIVE_STATUSBAR setting correctly...
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  David ElliottTake -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it...
2005-01-16  Vadim Zeitlinundid the last patch: set wxUSE_XXX to 0 in setup.h...
2005-01-16  Vadim Zeitlinfixed wxUSE_3rdpartylib definitions for --without-3rdpa...
2005-01-15  Vadim Zeitlindefine wxUSE_GUI as 0 when --disable-gui is used
2005-01-15  Vadim Zeitlinremoved unused wxUSE_NOGUI to avoid confusion with...
2005-01-15  Vadim Zeitlinshow "none" for gnomeprint in the summary when building...
2005-01-08  Stefan NeisRemoved -lcma (added in 1.813), since one can't apparen...
2004-12-28  David ElliottSome platforms that use socklen_t don't use it for...
2004-12-22  Stefan NeisApplied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for...
2004-12-19  Vadim Zeitlincorrected compilation error in va_copy() test
2004-12-19  Stefan NeisFixes for OS/2.
2004-12-12  Vadim Zeitlindisable gcc warning about class having private dtors...
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-12-12  Vadim Zeitlininclude <windows.h> in tests for multimon.h, ddraw...
2004-12-08  Mattia Barbon Check for Pango XFT presence (for wxX11).
2004-11-28  Robert Roebling Remove linking to libgnomeprint since we
2004-11-28  Stefan NeisSeparated MinGW and OS/2 specific tests for -DNO_GCC_PR...
2004-11-28  Stefan NeisReuse workaround for MinGW's problems with pragma inter...
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-18  Václav Slavíkfixed libgnomeprint check to fail if libgnomeprint...
2004-11-15  Vadim Zeitlinfixed va_copy test
2004-11-14  Ryan Nortongenerate mediaplayer sample in configure
2004-11-14  David ElliottAdded Mac OS support.
2004-11-12  Ron LeeTagged DEBIAN_2_5_3_2 for release testing. Bumped...
2004-11-12  Ron LeeBump WX_CURRENT back to 3, this must stay the same as
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-12  Robin DunnNot sure how you can print audio, so I expect that...
2004-11-11  Ryan Nortoncorrectly generate wxUSE_MEDIACTRL define
2004-11-11  Ron LeeI really don't have to point out what went wrong here...
2004-11-11  Ryan Nortondirectshow checking
2004-11-11  Ryan Nortonconfigure changes
2004-11-11  Robin DunnBump subrelease number
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
next