put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / platform.h
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...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-29  Stefan Csomorprecompiled headers changed
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-04-15  Vadim Zeitlinuse iostream.h and not iostream with OpenWatcom (part...
2004-04-11  Václav Slavíkadded wx/msw/wince/libraries.h to workaround SDK differ...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-26  Stefan Csomorworkaround for bug in CW MSL
2004-03-25  Stefan Csomorplatform variants for wxMac
2004-03-04  David WebsterRemove the Innotek for OS/2 addition...configure now...
2004-03-03  David WebsterInnotek gcc for os2 specific updates
2004-03-02  Chris Elliottpart of SF patch #904166 (DMC fix)
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2003-12-31  Julian SmartUse on-idle updating of menus in wxUniversal
2003-12-17  Ryan Norton1.
2003-10-22  Vadim Zeitlinmoved wxUSE_UNICODE <-> _UNICODE checks to wx/platform...
2003-09-22  Vadim Zeitlinadded Win64 detection
2003-08-14  Václav SlavíkDMC doesn't have w32api
2003-07-15  Václav SlavíkDigitalMars check didn't work
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-12  Julian SmartFixed menubar on WinCE
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartFurther WinCE mods
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-05  Václav Slavíkdefine wxCHECK_W32API_VERSION for OpenWatcom and Digita...
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-05-30  Vadim Zeitlin#define WINVER as 0x400 if it is not defined at all
2003-05-27  Vadim Zeitlinforce wxUSE_IOSTREAMH to 0 with VC 7.1
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-06  Chris Elliottpossible fix for templates with digitalmars
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-28  Gilles Depeyrotadded definition of TARGET_CARBON when compiling with...
2003-01-19  Mattia Barbon Patch [669508] Define Win32 symbols for CW in platform.h
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-07  Robert Roebling Platform define for wxWinCE
2002-08-24  Vadim Zeitlinadded wxCHECK_GCC_VERSION() macro
2002-08-23  Stefan Csomoradded wxSIZE_T.. defines (every release of CW has a...
2002-02-24  Gilles Depeyrotchanges needed for compilation with Project Builder
2002-02-07  Julian SmartVarious fixes for X11 compilation
2002-01-06  Gilles Depeyrotremoving dependancy on mac headers from public wx headers
2001-12-15  Václav Slavíkcorrect platform detection with DJGPP
2001-12-04  Václav SlavíkMS-DOS fix
2001-10-29  Vadim Zeitlinextracted platform/compiler detection macros from wx...