Initial commit of wxAUI
[wxWidgets.git] / setup.h.in
2006-06-06  Julian SmartInitial commit of wxAUI
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-08  Vadim Zeitlinadded wxUSE_COMBOBCONTROL and wxUSE_OWNERDRAWNCOMBOBOX...
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-02-09  Julian SmartAdded wxUSE_INKEDIT
2006-01-31  Julian SmartAdded wxUSE_TOOLBOOK
2006-01-18  Julian SmartApplied patch [ 1306443 ] Removal of C++-style comments...
2006-01-08  Robert Roebling Added configure flag for wxDataViewCtrl.
2006-01-08  Robert Roebling Added configure checks for Hildon Framework.
2005-11-27  Stefan NeisCleaned up some erroneous stuff from previous commit...
2005-11-27  Stefan NeisDetect thread-safe versions of gethostbyname/gethostbya...
2005-11-20  Michael WetherellUse re_search directly instead of regexec when using...
2005-11-15  Włodzimierz SkibaBe consistent with all setup.h. Include chkconf.h only...
2005-10-24  Michael WetherellAlways define wxUSE_OWNER_DRAWN so that we don't get...
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-25  Vadim Zeitlindon't declare pthread_mutexattr_settype() ourselves...
2005-09-25  Vadim Zeitlindon't declare strptime() ourselves if the system alread...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-07  Michael WetherellHandle the case when (v)snprintf have the format declar...
2005-08-31  Stefan NeisReplaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
2005-08-23  Vadim Zeitlincheck for missing statfs() prototype (happens at least...
2005-08-22  Vadim Zeitlinadded test for snprintf() which may not be present...
2005-08-18  Mattia Barbon Avoid some -Wundef warning. Check for __WXGTK__ using...
2005-08-04  Vadim Zeitlinadded wxUSE_DC_CACHEING
2005-08-04  Vadim Zeitlinadded HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing...
2005-07-30  Mattia Barbon Add configure check for Lesstif, to be used by following
2005-07-30  Vadim ZeitlinwxUSE_UNICODE_MSLU is MSW-specific so shouldn't be...
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-05-21  Julian SmartFixed [ 1195584 ] Missing wxUSE_RICHEDIT2 in setup...
2005-04-15  Václav Slavíkre-added missing wxUSE_PLUINGS
2005-04-05  Robert Roebling Added switch and define for wxUSE_STD_STRING
2005-03-19  Mattia Barbon Avoid redefining _GNU_SOURCE.
2005-03-14  David ElliottMake wxCocoa compile on Tiger.
2005-03-11  Vadim Zeitlinadded wxUSE_DEBUGREPORT
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-02-27  Michael WetherellMove wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the...
2005-02-26  Ryan Nortonsetup.h regeration
2005-02-20  Vadim Zeitlinmention wxNO_THREADS/EXCEPTIONS in comment before wxUSE...
2005-02-12  Michael WetherellRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
2005-02-12  Ryan Nortonproperly detect gstreamer and libxml headers and libs...
2005-02-10  Michael WetherellAdd wxUSE_ARCSTREAM so that other archive classes can...
2005-01-20  Vadim Zeitlintrying to get wxUSE_NATIVE_STATUSBAR setting correctly...
2005-01-19  Vadim Zeitlinundef wxUSE_NATIVE_STATUSBAR before redefining it as...
2005-01-19  Vadim Zeitlindefine wxUSE_NATIVE_STATUSBAR as 1 for wxMSW builds
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-16  Vadim Zeitlinregenerated with all common options set to 0
2005-01-15  Vadim Zeitlinonly define wxUSE_NATIVE_STATUSBAR for the ports which...
2005-01-15  Vadim Zeitlinremoved unused wxUSE_NOGUI to avoid confusion with...
2005-01-15  Vadim Zeitlinmanage setup.h.in using update-setup.h too
2004-12-29  David ElliottSome platforms that use socklen_t don't use it for...
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-12-08  Mattia Barbon Check for Pango XFT presence (for wxX11).
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-11-11  Ryan Nortonadd directshow define
2004-11-11  Ryan Nortonmore setup changes
2004-11-01  Robert Roebling Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
2004-10-02  Vadim Zeitlinadded tests for va_copy and va_list
2004-09-28  Vadim Zeitlinadded HAVE_REINTERPRET_CAST detection
2004-09-20  Václav Slavíkmoving XRC to the core
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-06-20  Václav Slavíkcheck for wputc wputchar putws fputws availability
2004-06-17  Julian SmartAdded --enable-webkit
2004-06-06  Václav Slavíkuse pango_font_family_is_monospace() to enumerate fixed...
2004-05-16  Stefan NeisFor OS/2 PM builds, check for type SPBCDATA in system...
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-08  Vadim Zeitlinadded wxUSE_MDI (but forgot to commit before)
2004-05-08  Mattia Barbon Add missing #define.
2004-05-01  Václav Slavíkdefine wxUSE_HOTKEY
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
2004-03-05  Václav Slavíkalways define wxUSE_MOUSEWHEEL
2004-02-28  Robert Roebling Checks for --enable-gpe, libgpewidget
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-02-12  Vadim Zeitlinhopefully fixed strings.h mess completely now by not...
2004-02-10  Vadim Zeitlinadded HAVE_STATIC_CAST
2004-02-10  Vadim ZeitlinWin64 compilation fixes: define SIZEOF_SIZE_T, added...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-01  Václav Slavík1. optionally use libSDL for wxSound
2003-12-23  Julian SmartRemoved out of date comment about Unicode
2003-12-14  Václav Slavíkadded checks for Xxf86vmode
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-21  Stefan NeisIdentify OS/2 by defining __OS2__.
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-12  Mattia Barbon Try detecting if the CD-ROM I/O implementation in...
2003-08-23  Václav Slavíkbuiltin iODBC build fixes
2003-08-21  Vadim Zeitlinadded wxListbook
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Václav Slavíkno wxToolBarSimple
2003-08-03  Václav Slavíkfixed mmedia contrib to work if libesd is not present
2003-07-31  Václav SlavíkJulian forgot to add wxUSE_UXTHEME
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
next