2006-06-25 |
Vadim Zeitlin | fix gcc warnings about in printf format (partly modifi... |
blob | commitdiff | raw |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Włodzimierz Skiba | Include wx/stream.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Włodzimierz Skiba | Include wx/string.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Julian Smart | Increase precision of variant conversion to string |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Michael Wetherell | Compile fix for Unicode build on win64 |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | don't use deprecated conversion operator in wxVariantDa... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | added wxIsSameDouble() which wraps double comparison... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-06 |
Vadim Zeitlin | recognize 0/1 as false/true in string->bool conversion... |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Włodzimierz Skiba | Fix for ambiguities which happen in STL=1 mode under... |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Ryan Norton | Duplicate impl of wxVariant == because GCC can't tell... |
blob | commitdiff | raw | diff to current |
2005-02-07 |
Ryan Norton | depereciate stringlist stuff in wxVariant |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Vadim Zeitlin | compilation fix for last commit |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | fix for losing time information (if present) when conve... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Włodzimierz Skiba | We need a char, not wxChar. |
blob | commitdiff | raw | diff to current |
2004-10-30 |
David Elliott | Declare namespace std {} before using namespace std... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
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-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Robin Dunn | copare lower case |
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-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Václav Slavík | fixed to make wxBase DLL compile |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Vadim Zeitlin | use c_str() instead of mb_str() with wxString::Printf... |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Roger Gammans | Addition at simple wxObject*, support into wxVariant. |
blob | commitdiff | raw | diff to current |
2003-05-28 |
Roger Gammans | Reinsert missing ctor removed in date/time tidy |
blob | commitdiff | raw | diff to current |
2003-04-24 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | unicode and __MACH__ additions for wxMac |
blob | commitdiff | raw | diff to current |
2003-03-23 |
Julian Smart | Removed obsolete wxDate and wxTime classes. |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Vadim Zeitlin | silent gcc warning about missing \n at the end of file |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Vadim Zeitlin | allow compilation with wxUSE_DATETIME == 0 (patch 679822) |
blob | commitdiff | raw | diff to current |
2003-01-20 |
David Webster | TRUE not true, FALSE not false |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Julian Smart | Applied [ 586524 ] wxVariant Enhancements. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vadim Zeitlin | implemented wxVariant::NullList() (patch 578257) |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Vadim Zeitlin | copy the variant name in the assignment operator as... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Vadim Zeitlin | added support for wxArrayString data in wxVariant |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Vadim Zeitlin | added missing wxSTDs |
blob | commitdiff | raw | diff to current |
2001-06-10 |
George Tasker | wxDbGrid additions - Added support for ODBC date types |
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-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-06 |
Julian Smart | Some doc corrections; Watcom C++ corrections; VC++... |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | more fixes to compilation warnings from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Vadim Zeitlin | 1. corrected compilation of wxTime/wxDate |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Vadim Zeitlin | 1. wxLongLong and wxDateTime compilation fixed for... |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Robert Roebling | HP-UX fixes |
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-07-14 |
Vadim Zeitlin | 1. new wxFFile class - as wxFile but uses fopen/fread... |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Guilhem Lavaux | * New wxStreams (to be documented), new classes: wxBuff... |
blob | commitdiff | raw | diff to current |
1999-06-27 |
Robert Roebling | Work on streams of all sorts. More to come. |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | The prevalent wide characters. |
blob | commitdiff | raw | diff to current |
1999-03-15 |
J. Russell Smyth | Completed Vadims HAVE_BOOL changes |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Vadim Zeitlin | more things are done by configure: checks for bool... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Vadim Zeitlin | wxUSE_STREAM corrected to wxUSE_STREAMS |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Vadim Zeitlin | 1. wxMotif fixes for compilation in "no compatible... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Robert Roebling | New wxDataObject, DnD and Clipboard code |
blob | commitdiff | raw | diff to current |
1998-11-30 |
Vadim Zeitlin | linux compile fix |
blob | commitdiff | raw | diff to current |
1998-11-29 |
Julian Smart | Added Win95 implementation of OutputDebugString; added... |
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-10-16 |
Julian Smart | Misc. Motif; removed duplicate wxICON; variant compile... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Guilhem Lavaux | * wxSocket fixes |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Vadim Zeitlin | 1. wxTimer::Start() returns bool in wxGTK too (other... |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Changes related to stream includes |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
blob | commitdiff | raw | diff to current |
|