Move wxUSE_GUI definition from chkconf.h to the top of platform.h.
[wxWidgets.git] / include / wx / platform.h
2011-10-12  Vadim ZeitlinMove wxUSE_GUI definition from chkconf.h to the top...
2011-10-12  Stefan Csomormoving defines in front of the setup.h to make webkit...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-04-15  Dimitri SchoolwerthReplaced C++ comments with C ones in C files.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-11-09  Vadim ZeitlinFix preprocessor definitions for wxBase build under...
2010-11-07  Vadim ZeitlinFix build with Borland C++ compiler.
2010-04-16  Vadim ZeitlinDon't rely on __GXX_RTTI being defined with g++ < 4.3.
2009-12-30  Michael WetherellSupport large files with stdio on mingw.
2009-11-22  Vadim ZeitlinDefine wxNO_RTTI if RTTI support is disabled for g...
2009-11-06  Vadim ZeitlinRecognize MSVC 10 in wx/platform.h.
2009-10-09  Vadim ZeitlinDefine __WXOSX__ and __WXMAC__ on compiler command...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-04-25  Vadim Zeitlindefine __EVC4__ for eVC 4 compiler to make testing...
2009-03-16  Francesco Montorsido not copy the typical setup.h in setup_gccxml.h;...
2009-02-16  Stefan Csomormake OSX defines to be 1, not only defined, for backwar...
2009-02-01  Stefan NeisFixed compilation error on OS/2 (strnlen declaration...
2008-12-30  Vadim Zeitlinensure that WIN32 is defined, winsock2.h relies on...
2008-09-16  Stefan Csomorfixing redefine warnings
2008-09-10  Stefan Csomor32/64 bit universal builds support
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-03  Vadim Zeitlinadd more wxUSE_XXX checks
2008-08-30  Vadim Zeitlinno changes, just de-TAB-bed
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Stefan Csomorswitching to OSX naming
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-05-31  Stefan NeisCompilation fixes for mingw-w64.
2008-04-14  Robin DunnAlso set wxHAVE_RAW_BITMAP for Mac and GTK2, use it...
2008-03-26  Francesco Montorsiadded the rungccxml.sh script and the setup_gccxml...
2008-03-07  Stefan Csomorxcode_config moved
2008-03-07  Stefan Csomoradding Aspen (iPhone)
2008-02-18  Vadim Zeitlintell user to define _USE_OLD_RW_STL for BC5.6 instead...
2008-01-29  Václav Slavíkadded wxCHECK_VISUALC_VERSION macro
2008-01-29  Vadim Zeitlindefine __VISUALCn__ for n=5,6,7,8,9 and not only 8...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-11-20  Stefan Csomorcommon xcode support
2007-11-19  David ElliottDon't define __WXOSX__ when building the wxCocoa base...
2007-11-16  Stefan Csomorcleanup
2007-10-25  Chris Elliottallow Borland 5.5 again
2007-10-24  David ElliottDon't check for wxMac before overriding WORDS_BIGENDIAN...
2007-10-24  David ElliottRemove defined(__WXMAC__) && defined(__APPLE__) case...
2007-10-17  Paul Cornettremove C++ comment
2007-10-08  Chris Elliottset minimum bcc32 version to turbo explorer
2007-10-01  Jouk JansenOpenVMS : removing dependency on obsolete Porting-libra...
2007-09-27  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-06-22  Vadim Zeitlinfix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION
2006-11-01  Stefan NeisGeneralized compilation fix for old compilers.
2006-10-26  Stefan Csomoradd the missing defines before the xcode prefix gets...
2006-10-15  Stefan Csomoravailability does not include any other headers, but...
2006-05-25  Włodzimierz Skiba__WXHANDHELD__ introduction.
2006-05-19  Paul Cornettusing defined in a macro has undefined behavior
2006-03-24  Włodzimierz SkibaAllow easier PalmOS5 development by volounteers.
2006-01-28  Stefan Csomorattempt to fix endian problems when doing cross-compile...
2006-01-27  Kevin OllivierSince Universal binaries compile the same file twice...
2006-01-18  Julian SmartApplied patch [ 1306443 ] Removal of C++-style comments...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-10-27  Włodzimierz SkibaSupport for automatic setup.h in OS/2 with OW builds...
2005-10-23  Stefan NeisRemoved unused symbol __WXOS2__ (it's either __OS2__...
2005-10-17  Michael WetherellLink with bufferoverflowu.lib for VC++ 8 and later
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-08-30  Vadim Zeitlindefine _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
2005-08-21  Vadim Zeitlinmoved __STDC_EXT__ definition for HP-UX from configure...
2005-08-07  Vadim Zeitlinfix problems with __POWERPC__ being redefined
2005-08-03  Vadim Zeitlintest for __MWERKS__ with #ifdef, not #if (fixes a ...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-07-01  Włodzimierz SkibaGlobal platform header (<PalmOS.h>) removed from public...
2005-06-22  Michael WetherellUnrevert Cygwin changes after discussion. Cygwin will...
2005-06-16  Michael WetherellRevert Cygwin changes
2005-06-16  Michael WetherellLet Cygwin be a Windows build for wxMSW and a unix...
2005-06-07  Vadim Zeitlindon't define WINVER in platform.h, do it in wrapwin...
2005-06-07  Stefan Csomorcorrecting condition
2005-06-07  Vadim Zeitlindefine wxUSE_UNICODE before including wx/chkconf.h...
2005-06-07  Stefan Csomorsupport mac on little endian systems
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-16  Stefan NeisFixed wxSTD for old gcc versions.
2005-02-06  Stefan Csomorneeded for avoiding double typedefs in xcode builds
2005-01-19  Włodzimierz SkibaFixes after removal of palmos/gccpriv.h.
2005-01-16  Vadim Zeitlinadded code for hardware platform detection (__INTEL__...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-01  Stefan Csomorswitching to defines not having a value for __WXMAC__
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-19  Vadim Zeitlindefine __WXOSX__ for wxMac/Cocoa; document it
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-11  Ryan Nortontemp. solution to get unicode to work on 10.3
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-16  Vadim Zeitlindon't force __WXMOTIF__ definition under HP-UX (patch...
2004-09-10  Włodzimierz SkibaDMC reality.
2004-09-09  Vadim Zeitlindefine WINVER as 0x0400 for VC++ 6 because its headers...
2004-09-07  Vadim Zeitlindefine WINVER as 0x0502 by default (highest possible...
2004-08-09  Włodzimierz SkibawxUSE_IOSTREAMH always 0 for MinGW (finally closed...
2004-07-25  Vadim ZeitlinwxGTK/Cygwin fix (patch 914565)
2004-06-11  Robert Roebling Added compatibility fix for wxADJUST_MINSIZE
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
next