projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add wxGrid::Render() for drawing the grid to any wxDC.
[wxWidgets.git]
/
tests
/
datetime
/
2012-05-13
Vadim Zeitlin
Fix wxDateTime unit test after the changes of r71430.
tree
|
commitdiff
2012-03-25
Vadim Zeitlin
Return valid pointers from wxDateTime::ParseXXX() with...
tree
|
commitdiff
2012-03-09
Vadim Zeitlin
Check for iterator validity when parsing "%%" in wxDate...
tree
|
commitdiff
2012-03-09
Vadim Zeitlin
Check for end of string when parsing "%z" in wxDateTime...
tree
|
commitdiff
2012-01-05
Vadim Zeitlin
Fix wxDateTime unit test compilation without PCH.
tree
|
commitdiff
2012-01-05
Vadim Zeitlin
Implement support for "%z" in wxDateTime::Format()...
tree
|
commitdiff
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
tree
|
commitdiff
2011-06-19
Vadim Zeitlin
Extract wxDateTime-related cppunit helpers in a separat...
tree
|
commitdiff
2011-04-30
Dimitri Schoolwerth
No code changes, fixed some typos.
tree
|
commitdiff
2010-11-16
Vadim Zeitlin
Fix crashes in wxDateTime::ParseDate() for some invalid...
tree
|
commitdiff
2010-06-24
Václav Slavík
Format strings fixes in test suite.
tree
|
commitdiff
2010-06-06
Francesco Montorsi
revert previous revision about localization of decimal...
tree
|
commitdiff
2010-01-04
Vadim Zeitlin
Compilation fix for VC6 after r63061.
tree
|
commitdiff
2010-01-04
Vadim Zeitlin
Correctly parse times without seconds in wxDateTime...
tree
|
commitdiff
2009-12-17
Vadim Zeitlin
Correct wxDateTime::GetWeekOfMonth() for days in the...
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
tree
|
commitdiff
2009-07-22
Vadim Zeitlin
Added ParseFormat("%s") tests.
tree
|
commitdiff
2009-04-18
Vadim Zeitlin
use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
no changes, just fixed typo in an error message
tree
|
commitdiff
2009-03-29
Vadim Zeitlin
Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
tree
|
commitdiff
2009-03-25
Vadim Zeitlin
give more detailed message when the test fails in TestT...
tree
|
commitdiff
2009-03-24
Vadim Zeitlin
added GetEnglish{Month,WeekDay}Name()
tree
|
commitdiff
2009-03-24
Vadim Zeitlin
discard the time zone part of strings being parsed...
tree
|
commitdiff
2009-03-24
Vadim Zeitlin
fix parsing methods for non-ASCII strings (e.g. dates...
tree
|
commitdiff
2009-03-23
Vadim Zeitlin
enforce "C" locale for tests which can't work in any...
tree
|
commitdiff
2009-03-23
Vadim Zeitlin
give better error messages when tests fail
tree
|
commitdiff
2009-03-21
Francesco Montorsi
fix for PCH-less builds
tree
|
commitdiff
2009-03-21
Francesco Montorsi
fixes for Italian locale: ignore a final 'CET' string...
tree
|
commitdiff
2009-01-28
Vadim Zeitlin
correct wxDateTime DST begin/end computations for years...
tree
|
commitdiff
2009-01-04
Vadim Zeitlin
abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
tree
|
commitdiff
2008-12-21
Vadim Zeitlin
fix wxTimeSpan::Format() for negative spans with 0...
tree
|
commitdiff
2008-11-19
Vadim Zeitlin
minor icc warning fixes
tree
|
commitdiff
2008-09-26
Vadim Zeitlin
fix ParseFormat("%d") to set the date it finds (#10002)
tree
|
commitdiff
2008-07-19
Vadim Zeitlin
remove the just added assertEquals(time_t, long) overlo...
tree
|
commitdiff
2008-07-18
Vadim Zeitlin
get rid of special WX_ASSERT_FOO_EQUAL macros by defini...
tree
|
commitdiff
2008-06-09
Vadim Zeitlin
correct some compatibility problems with the existing...
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
really fix the test to work in any time zone and with...
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
fix wxDateTime::ParseRfc822Date() to handle missing...
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
add a special macro for comparing time_t values to...
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
fix time zone conversion test to work in any time zone...
tree
|
commitdiff
2008-05-31
Vadim Zeitlin
use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
tree
|
commitdiff
2008-02-03
Vadim Zeitlin
added wxDateTime::FormatISOCombined() and ParseISODate...
tree
|
commitdiff
2008-01-16
Vadim Zeitlin
don't write wide string to std::ostream which outputs...
tree
|
commitdiff
2008-01-13
Vadim Zeitlin
compilation fixes for VC6
tree
|
commitdiff
2008-01-07
Vadim Zeitlin
make wxDateTime::ParseXXX() functions char*-friendly
tree
|
commitdiff
2008-01-06
Vadim Zeitlin
added WX_ASSERT_MESSAGE macro to simply using CPPUNIT_A...
tree
|
commitdiff
2007-12-30
Vadim Zeitlin
fix bug with parsing negative time zones in ParseRfc822...
tree
|
commitdiff
2007-12-15
Vadim Zeitlin
don't misinterpret the time after the date as a weekday...
tree
|
commitdiff
2007-09-30
Vadim Zeitlin
really fixed the DST test by using explicit country...
tree
|
commitdiff
2007-09-30
Vadim Zeitlin
return the beginning/end of DST in local time, not...
tree
|
commitdiff
2007-06-10
Václav Slavík
don't use implicit wxString->char*/wchar_t* conversion...
tree
|
commitdiff
2007-01-18
Vadim Zeitlin
added wxDateTime::GetDateOnly()
tree
|
commitdiff
2006-10-28
Vadim Zeitlin
fix gcc compilation warning
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
added more time span formatting tests
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
handle negative time spans correctly in Format()
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
fixed TestTimeFormat() test: and can use 2 digit...
tree
|
commitdiff
2006-07-20
Vadim Zeitlin
added wxTimeSpan::Format() test
tree
|
commitdiff
2006-03-21
Vadim Zeitlin
added ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
compilation fixes for wxUSE_DATETIME==0 (another part...
tree
|
commitdiff
2006-02-05
Roger Gammans
Add flags to test dates struct which allow us to skip...
tree
|
commitdiff
2005-08-28
Vadim Zeitlin
Fixed several bugs in wxDateTime timezone handling:
tree
|
commitdiff
2005-02-28
Vadim Zeitlin
another test for DST bug
tree
|
commitdiff
2005-01-31
Vadim Zeitlin
added test for the DST bug (patch 1097811)
tree
|
commitdiff
2005-01-19
Włodzimierz Skiba
MinGW warning fix for hundreds of not initialized members.
tree
|
commitdiff
2004-11-22
Ryan Norton
[ 1068188 ] Precompiled header for the test program...
tree
|
commitdiff
2004-11-10
Ryan Norton
fix datetime tests for non-westeurope time zones
tree
|
commitdiff
2004-10-31
Ryan Norton
Rename some tests to avoid conflicts with project build...
tree
|
commitdiff
2004-09-11
Vadim Zeitlin
deprecated SetToTheWeek() and GetWeek(); added and...
tree
|
commitdiff
2004-09-11
Vadim Zeitlin
fixed GetWeekOfYear() for first/last week in some cases...
tree
|
commitdiff
2004-06-24
Włodzimierz Skiba
Removed unused code.
tree
|
commitdiff
2004-06-23
Vadim Zeitlin
added Set(jdn) test
tree
|
commitdiff
2004-06-23
Vadim Zeitlin
extracted some wxDateTime tests from console sample...
tree
|
commitdiff