2011-02-16 |
Paul Cornett | fix GCC warning |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Vadim Zeitlin | use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vadim Zeitlin | more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON... |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Vadim Zeitlin | some blind compilation fixes for legacy code (#9698) |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | added wxDebugContext::SetShutdownNotifyFunction() ... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Mattia Barbon | Make wxClassInfo attributes private. Replace |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | corrected #ifdef order (might help linking with wxUSE_M... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Julian Smart | Applied patch [ 1113624 ] MSW DLL requires global new... |
blob | commitdiff | raw | diff to current |
2005-02-07 |
Stefan Csomor | DebugAlloc and DebugFree must be present also if there... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Robert Roebling | Applied compilation fix for memory.cpp. |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Julian Smart | Spelling corrections |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Julian Smart | Crash fix under VC++ |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Julian Smart | Fixed memory checking on Unix by removing inlines and... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Stefan Csomor | adding mac to the memory crit sect |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Stefan Csomor | fixing access errors when running in unicode |
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-05-04 |
Dimitri Schoolwerth | removed tab characters |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Dimitri Schoolwerth | delayed destruction of global memLocker object |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Dimitri Schoolwerth | fixed Xcode 1.2 warnings; code cleanup |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Václav Slavík | fixed wxDebugContext to work with global and static... |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Julian Smart | Patch from "Viktor Voroshylo" <viktor@voroshylo.com> |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Mattia Barbon | STL compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Václav Slavík | added <windows.h> wrapper |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Julian Smart | Removed duplicate wxTrace functions |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Václav Slavík | compilation fixes (bug #672413) |
blob | commitdiff | raw | diff to current |
2003-01-06 |
Julian Smart | Make it build in Unicode mode again |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Julian Smart | Don't compile crit. section code on Mac yet |
blob | commitdiff | raw | diff to current |
2002-08-30 |
David Webster | TRUE, not true; FALSE not false |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Julian Smart | Applied patch 548046: wxDebugAlloc & wxDebugFree thread... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | applied patch to build wxMSW with CW7 (patch 550445) |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Julian Smart | Tex2RTF: underscores now only checked for if syntax... |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Vadim Zeitlin | applied patch 430835 (missing wxSTD breaking compilatio... |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
David Webster | Const casting fix for Vis C. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
David Webster | bad delete operator, should be delete [] for gs_FSMimeF... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Applied memory allocation patch, and worked around... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Julian Smart | Made VC++ makefiles and project files a bit more consistent |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Julian Smart | Some Motif fixes; makefile fixes; added wxTransferStrea... |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Julian Smart | Updated wxvc_dll.dsp and memory.h to make VC++ compile... |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
blob | commitdiff | raw | diff to current |
1999-10-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Julian Smart | Getting various compilers to work with wxWin again |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Brian Macy | Cleaned up some warnings |
blob | commitdiff | raw | diff to current |
1999-04-21 |
Ove Kaaven | Unicode fixes. |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-04 |
Julian Smart | Corrected memory.cpp compilation error; Cygwin makefile... |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Julian Smart | Corrected memory.cpp checkpoint bug; added Tex2RTF |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Stefan Csomor | CW Win32 support |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Julian Smart | In DialogEd, changed Close to Destroy to make it shut... |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Julian Smart | Some stubs includes removed from wxMotif; wxNotebook... |
blob | commitdiff | raw | diff to current |
1998-12-09 |
Julian Smart | VC++ 4 fixes and added docvwmdi to distribution files. |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Julian Smart | Various wxMotif changes including size optimisation... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-11-11 |
Julian Smart | Changed setup.h so that global memory operators are... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Changes related to stream includes |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-24 |
Julian Smart | Fixed delete operator for VC++ 6. |
blob | commitdiff | raw | diff to current |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
blob | commitdiff | raw | diff to current |
1998-09-11 |
Robert Roebling | Updates to memcheck |
blob | commitdiff | raw | diff to current |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
blob | commitdiff | raw | diff to current |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
blob | commitdiff | raw | diff to current |
1998-07-25 |
Robert Roebling | Removed warnings mesgs |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
blob | commitdiff | raw | diff to current |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
blob | commitdiff | raw | diff to current |
1998-07-02 |
Julian Smart | Various changes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|