2010-11-09 |
Vadim Zeitlin | Fix preprocessor definitions for wxBase build under... |
blob | commitdiff | raw |
2010-11-07 |
Vadim Zeitlin | Fix build with Borland C++ compiler. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Vadim Zeitlin | Don't rely on __GXX_RTTI being defined with g++ < 4.3. |
blob | commitdiff | raw | diff to current |
2009-12-30 |
Michael Wetherell | Support large files with stdio on mingw. |
blob | commitdiff | raw | diff to current |
2009-11-22 |
Vadim Zeitlin | Define wxNO_RTTI if RTTI support is disabled for g... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Vadim Zeitlin | Recognize MSVC 10 in wx/platform.h. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Vadim Zeitlin | Define __WXOSX__ and __WXMAC__ on compiler command... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | define __EVC4__ for eVC 4 compiler to make testing... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Francesco Montorsi | do not copy the typical setup.h in setup_gccxml.h;... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Stefan Csomor | make OSX defines to be 1, not only defined, for backwar... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Stefan Neis | Fixed compilation error on OS/2 (strnlen declaration... |
blob | commitdiff | raw | diff to current |
2008-12-30 |
Vadim Zeitlin | ensure that WIN32 is defined, winsock2.h relies on... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Stefan Csomor | fixing redefine warnings |
blob | commitdiff | raw | diff to current |
2008-09-10 |
Stefan Csomor | 32/64 bit universal builds support |
blob | commitdiff | raw | diff to current |
2008-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
blob | commitdiff | raw | diff to current |
2008-09-03 |
Vadim Zeitlin | add more wxUSE_XXX checks |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Vadim Zeitlin | no changes, just de-TAB-bed |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | switching to OSX naming |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | define wxHAS_RAW_BITMAP (instead of inconsistenly named... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Stefan Neis | Compilation fixes for mingw-w64. |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Robin Dunn | Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | added the rungccxml.sh script and the setup_gccxml... |
blob | commitdiff | raw | diff to current |
2008-03-07 |
Stefan Csomor | xcode_config moved |
blob | commitdiff | raw | diff to current |
2008-03-07 |
Stefan Csomor | adding Aspen (iPhone) |
blob | commitdiff | raw | diff to current |
2008-02-18 |
Vadim Zeitlin | tell user to define _USE_OLD_RW_STL for BC5.6 instead... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Václav Slavík | added wxCHECK_VISUALC_VERSION macro |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
blob | commitdiff | raw | diff to current |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Stefan Csomor | common xcode support |
blob | commitdiff | raw | diff to current |
2007-11-19 |
David Elliott | Don't define __WXOSX__ when building the wxCocoa base... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Stefan Csomor | cleanup |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Chris Elliott | allow Borland 5.5 again |
blob | commitdiff | raw | diff to current |
2007-10-24 |
David Elliott | Don't check for wxMac before overriding WORDS_BIGENDIAN... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
David Elliott | Remove defined(__WXMAC__) && defined(__APPLE__) case... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Paul Cornett | remove C++ comment |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Chris Elliott | set minimum bcc32 version to turbo explorer |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Jouk Jansen | OpenVMS : removing dependency on obsolete Porting-libra... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Vadim Zeitlin | include vms_jackets.h directly from wx/platform.h inste... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Stefan Neis | Generalized compilation fix for old compilers. |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | add the missing defines before the xcode prefix gets... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Stefan Csomor | availability does not include any other headers, but... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | __WXHANDHELD__ introduction. |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Paul Cornett | using defined in a macro has undefined behavior |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Włodzimierz Skiba | Allow easier PalmOS5 development by volounteers. |
blob | commitdiff | raw | diff to current |
2006-01-28 |
Stefan Csomor | attempt to fix endian problems when doing cross-compile... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Kevin Ollivier | Since Universal binaries compile the same file twice... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1306443 ] Removal of C++-style comments... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Włodzimierz Skiba | Macros for simplified testing Open Watcom version and... |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Włodzimierz Skiba | Support for automatic setup.h in OS/2 with OW builds... |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Stefan Neis | Removed unused symbol __WXOS2__ (it's either __OS2__... |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Michael Wetherell | Link with bufferoverflowu.lib for VC++ 8 and later |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676) |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Vadim Zeitlin | moved __STDC_EXT__ definition for HP-UX from configure... |
blob | commitdiff | raw | diff to current |
2005-08-07 |
Vadim Zeitlin | fix problems with __POWERPC__ being redefined |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Vadim Zeitlin | test for __MWERKS__ with #ifdef, not #if (fixes a ... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Włodzimierz Skiba | Global platform header (<PalmOS.h>) removed from public... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Michael Wetherell | Unrevert Cygwin changes after discussion. Cygwin will... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Michael Wetherell | Revert Cygwin changes |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Michael Wetherell | Let Cygwin be a Windows build for wxMSW and a unix... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | don't define WINVER in platform.h, do it in wrapwin... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Stefan Csomor | correcting condition |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | define wxUSE_UNICODE before including wx/chkconf.h... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Stefan Csomor | support mac on little endian systems |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Julian Smart | Added licence/copyright information |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Stefan Neis | Fixed wxSTD for old gcc versions. |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Stefan Csomor | needed for avoiding double typedefs in xcode builds |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Włodzimierz Skiba | Fixes after removal of palmos/gccpriv.h. |
blob | commitdiff | raw | diff to current |
2005-01-16 |
Vadim Zeitlin | added code for hardware platform detection (__INTEL__... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Stefan Csomor | switching to defines not having a value for __WXMAC__ |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Vadim Zeitlin | define __WXOSX__ for wxMac/Cocoa; document it |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Ryan Norton | temp. solution to get unicode to work on 10.3 |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Vadim Zeitlin | don't force __WXMOTIF__ definition under HP-UX (patch... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | DMC reality. |
blob | commitdiff | raw | diff to current |
2004-09-09 |
Vadim Zeitlin | define WINVER as 0x0400 for VC++ 6 because its headers... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Vadim Zeitlin | define WINVER as 0x0502 by default (highest possible... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Włodzimierz Skiba | wxUSE_IOSTREAMH always 0 for MinGW (finally closed... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | wxGTK/Cygwin fix (patch 914565) |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Robert Roebling | Added compatibility fix for wxADJUST_MINSIZE |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Stefan Csomor | precompiled headers changed |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | use iostream.h and not iostream with OpenWatcom (part... |
blob | commitdiff | raw | diff to current |
2004-04-11 |
Václav Slavík | added wx/msw/wince/libraries.h to workaround SDK differ... |
blob | commitdiff | raw | diff to current |
next |