Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / math.h
2010-01-19  Václav SlavíkFix wxMulDivInt32() to round the result like win32...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-09-22  Vadim Zeitlinfix METRIC_CONVERSION_CONSTANT which got accidentally...
2008-08-30  Vadim Zeitlinno changes, fix typo in comment
2008-08-30  Vadim Zeitlinuse C99 isfinite() for 64 bit mingw32 instead of BSD...
2008-07-29  Stefan Csomorosx regrouping
2008-04-01  Stefan NeisAdded header needed for Solaris to find finite() prototype.
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-04-30  Vadim Zeitlinuse a marginally more precise but, more importantly...
2007-04-30  Vadim Zeitlinassert that wxRound() argument is in the supported...
2007-03-08  Paul Cornettremove unreachable declaration
2006-08-19  Paul Cornettconfigure test for round
2006-07-06  Włodzimierz SkibawxRound() workaround to avoid unexpected compile and...
2005-10-24  Włodzimierz SkibaMove wxMulDivInt32 to common math.
2005-09-25  Vadim Zeitlinadded wxIsNullDouble()
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Vadim Zeitlinadded wxIsSameDouble() which wraps double comparison...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2005-03-06  Vadim Zeitlinreplaced C++ comment with a C one
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-14  Włodzimierz SkibaBe C file.
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-02  Vadim Zeitlinadded wx/math.h (patch 686009)