Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / longlong.h
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-05  Vadim Zeitlinchanged wxLongLongNative(hi, lo) ctor to take wxInt32...
2006-08-18  Julian SmartCorrected VC++ compilo (not yet tested)
2006-08-13  Vadim Zeitlinadded wxULongLong::ToDouble() (patch 1531597)
2006-04-21  Vadim Zeitlinadded operator=(unsigned int) overload (should help...
2006-02-13  Vadim Zeitlinblind compilation fix for 64 bit systems after last...
2006-02-11  Vadim Zeitlinadded assignment operators from int for disambiguation...
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-28  Vadim Zeitlinadded wxABI_VERSION test around ToDouble()
2005-08-28  Vadim Zeitlinadded wxLongLong::ToDouble()
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-02-16  Włodzimierz SkibaNative PalmOS wxLongLong. Introduction of wxULongLong_t...
2005-01-18  Vadim Zeitlinmore fixes to dllexport/import stuff for operator<...
2005-01-18  Vadim Zeitlinadded WXDLLIMPEXP_BASE for operator<<() functions ...
2004-12-27  Włodzimierz SkibawxLongLong to wxString operators.
2004-11-30  Włodzimierz SkibaFixed old FIXME about unsigned result of sunstraction...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-22  Vadim ZeitlinwxLL is now in wx/defs.h together with (new) wxULL
2003-09-22  Vadim Zeitlinreorganized/improved fixed size int types definitions...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-17  Vadim ZeitlinBorland apparently uses for int64 in printf(), not
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-04-24  Gilles Depeyrotcorrected post increment operators which must return...
2001-12-15  Václav Slavíklong long for DJGPP
2001-12-05  Václav Slavíkcompilation fixes (I wonder how did you people ever...
2001-12-02  Vadim Zeitlinreally fixed wxLongLong
2001-12-01  Vadim Zeitlinfixed VC++ compilation
2001-12-01  Vadim Zeitlinfixed compilation warning about signed/unsigned comparison
2001-12-01  Ron LeeAdded 2 extra macros to handle all the flavours of...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-10-20  Mattia BarbonCygwin does support 64 bit ints
2001-09-27  Robin DunnFixed compilation error
2001-09-20  Mattia BarbonRe-enabled long long for MinGW.
2001-09-18  Vadim Zeitlintest for long long directly instead of testing for gcc
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-05-22  Julian SmartReplaced typedef with #define for VC++ 1.5, to prevent...
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2001-03-21  Vadim Zeitlinmerged __sgi compilation fix
2001-01-28  David WebsterOS/2 patch about a #pragma warning.
2001-01-05  Vadim ZeitlinwxDateTime::IsValid() now returns m_time != (wxLongLong)-1
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-08  Vadim ZeitlinwxLongLongWx::Assign(double) works - thanks Guillermo
2000-01-07  Vadim Zeitlinadded test mode to wxLongLongWx which allowed to find...
2000-01-03  David WebsterVisualage C++ V4.0 has a native long long data type.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-28  Julian SmartWatford C++ related changes. Unfortunately, the linker...
1999-12-27  Vadim Zeitlin1. wxLongLongWx::Assign(double) added (half implemented)
1999-12-26  Vadim Zeitlin1. misc compilation (errors, warnings) fixes (from...
1999-12-25  Vadim Zeitlindisable #warning because it's an error for some compilers
1999-12-24  Vadim Zeitlinimplemented wxLongLong division - seems to work
1999-12-23  Vadim Zeitlinremoved testing code from wxLongLong
1999-12-23  Vadim Zeitlintried to implement division of wxLongLongs - doesn...
1999-12-23  Vadim Zeitlinpatches for BC++ 5.3 from Ricky Gonzales <gonzales...
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-17  Jouk Jansen Committing in .
1999-12-17  David Webstercleaning up image mess for os/2
1999-12-03  Vadim ZeitlinwxDateTime...
1999-12-01  Vadim Zeitlin1. more wxDateTime work
1999-11-30  Vadim ZeitlinwxDateTime starting to work, more tests for it and...
1999-11-28  Vadim Zeitlin1. msec resolution for timer functions under Win32
1999-05-10  Vadim ZeitlinMSW compilation fixes
1999-05-10  Vadim Zeitlinthe initial draft of wxLongLong class