add checks for GTK+ 2.10 (part of patch 1661851)
[wxWidgets.git] / setup.h.in
2007-03-07  Vadim Zeitlinadd checks for GTK+ 2.10 (part of patch 1661851)
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2006-12-14  Vadim Zeitlinreally removed __WIN95__ (as mentioned, but not done...
2006-12-14  Vadim Zeitlintest for __WIN32__ and not __WIN95__ when defining...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-03  Michael WetherellCheck the size of the boolean type used by an external...
2006-11-28  Michael WetherellRename boolean to wxjpeg_boolean to avoid conflicts...
2006-11-09  Vadim Zeitlininclude widec.h if it's available, it contains declarat...
2006-11-09  Vadim Zeitlinregenerated after the last change of setup_inc.h (chang...
2006-11-08  Michael WetherellMove the #if disabling wxUSE_STD_STRING for watcom...
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-28  Vadim Zeitlincheck for strtoull() or wcstoull()
2006-10-27  Michael WetherellAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
2006-10-24  Robin DunnPut wxUSE_DETECT where it won't get overritten
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellCheck for fdopen. Probably everywhere has it, but check...
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-08  Vadim Zeitlinmoved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing...
2006-10-08  Václav Slavíkre-added wxUSE_MS_HTML_HELP to setup.h.in once again...
2006-10-08  Vadim Zeitlinadded wxUSE_ABOUTDLG
2006-10-05  Robin DunnMake the message about wxUSE_GRAPHICS_CONTEXT a bit...
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-02  Vadim Zeitlinadded wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-26  Vadim Zeitlinadd wxUSE_OLE_AUTOMATION here too
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-09  Robert Roebling Apply patch [ 1548750 ] wxVsnprintf() various fixes
2006-09-05  Václav Slavíkuse macros to completely remove wxLogTrace, wxLogDebug...
2006-09-04  Michael WetherellTypo.
2006-09-04  Michael WetherellAdd HAVE_BOOLEAN and NEED_PBT_H.
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-07-17  Michael WetherellRestore wxUSE_MS_HTML_HELP to setup.h.in
2006-06-30  Vadim Zeitlinmoved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it...
2006-06-27  Vadim Zeitlinadded wxUSE_PRINTF_POS_PARAMS which can be used to...
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
next