projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add convenient wxMBConv::cMB2WC/WC2MB overloads taking buffers.
[wxWidgets.git]
/
tests
/
2009-09-12
Vadim Zeitlin
Rebake all the samples, demos and tests makefiles.
tree
|
commitdiff
2009-09-12
Vadim Zeitlin
regenerated
tree
|
commitdiff
2009-09-07
Vadim Zeitlin
Fix bug with parsing concatenated switches in wxCmdLine...
tree
|
commitdiff
2009-08-30
Vadim Zeitlin
Correct wxImage::Size() again; add unit tests for it.
tree
|
commitdiff
2009-08-30
Vadim Zeitlin
Fix buffer overflow in wxURLDataObject.
tree
|
commitdiff
2009-08-30
Vadim Zeitlin
Output the extracted number from wxString::ToXXX()...
tree
|
commitdiff
2009-08-24
Vadim Zeitlin
Don't append text following CDATA section to its node...
tree
|
commitdiff
2009-08-23
Vadim Zeitlin
Never overflow the output buffer in wxBase64Decode().
tree
|
commitdiff
2009-08-18
Vadim Zeitlin
Include wx/filefn.h to fix PCH-less compilation.
tree
|
commitdiff
2009-08-18
Vadim Zeitlin
Fix last error display in wxLogSysError().
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Implement wxVLogTrace() accidentally removed by recent...
tree
|
commitdiff
2009-07-22
Vadim Zeitlin
Added ParseFormat("%s") tests.
tree
|
commitdiff
2009-07-21
Vadim Zeitlin
added a test for white space after CDATA (see #10552)
tree
|
commitdiff
2009-07-20
Vadim Zeitlin
Put braces around all calls to wxLogFunctions() inside...
tree
|
commitdiff
2009-07-12
Vadim Zeitlin
Added wxVector::swap().
tree
|
commitdiff
2009-07-12
Vadim Zeitlin
Add component-level filtering to wxLog.
tree
|
commitdiff
2009-07-09
Vadim Zeitlin
disable MSVC deprecation warnings as we intentionally...
tree
|
commitdiff
2009-07-08
Vadim Zeitlin
Changed wxLog DoLogXXX() callbacks and introduced wxLog...
tree
|
commitdiff
2009-07-07
Vadim Zeitlin
added a simple wxLog unit test
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
add more tests for wxFileName::Normalize(DOTS) (see...
tree
|
commitdiff
2009-07-01
Vadim Zeitlin
interpret ~ specially only when it is the first charact...
tree
|
commitdiff
2009-07-01
Vadim Zeitlin
remove _T()s and wxChars from the test making it much...
tree
|
commitdiff
2009-06-20
Kevin Ollivier
Forward port wxGraphicsBitmap cairo implementation...
tree
|
commitdiff
2009-06-17
Michael Wetherell
fn.Mkdir now gives an ICE on VC6 now that it is const.
tree
|
commitdiff
2009-06-07
Vadim Zeitlin
disable a VC6 warning occurring inside a standard header
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
disable MSVC 8+ warning about using Unicode characters...
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
disable warnings about unused parameters in CppUnit...
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
use _isatty/_fdopen/_fileno() instead of isatty/fdopen...
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
use _fileno() instead of fileno() with VC
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
use _unlink() instead of unlink() with VC
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
work around (harmless) warnings in VC7 release build
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
fix bug in generic wxTreeCtrl: calling SelectItem(true...
tree
|
commitdiff
2009-06-02
Francesco Montorsi
add wxGetLinuxDistributionInfo() and wxPlatformInfo...
tree
|
commitdiff
2009-06-01
Francesco Montorsi
use a smaller timeout value to avoid blocking buildslav...
tree
|
commitdiff
2009-06-01
Francesco Montorsi
minor change: differentiate the initial banner of test...
tree
|
commitdiff
2009-06-01
Francesco Montorsi
add check about network connectivity; don't run the...
tree
|
commitdiff
2009-06-01
Francesco Montorsi
fix PCH-less build
tree
|
commitdiff
2009-06-01
Francesco Montorsi
add wxImage test units to test loading from both seekab...
tree
|
commitdiff
2009-06-01
Francesco Montorsi
add wxURL::GetInputStream test unit; add a global IsNet...
tree
|
commitdiff
2009-05-30
Francesco Montorsi
refactor printf benchmarks to fit the new wxWidgets...
tree
|
commitdiff
2009-05-24
Vadim Zeitlin
update CRT environment block in wxSetEnv() too
tree
|
commitdiff
2009-05-17
Vadim Zeitlin
disable a test failing under wxGTK because of what...
tree
|
commitdiff
2009-05-17
Vadim Zeitlin
use a different known good face name under non-MSW
tree
|
commitdiff
2009-05-17
Vadim Zeitlin
correct test failures under MSW, it shouldn't assume...
tree
|
commitdiff
2009-05-17
Vadim Zeitlin
correct test failures under MSW, it shouldn't assume...
tree
|
commitdiff
2009-05-17
Vadim Zeitlin
fix errors in EvtHandlerTestCase::BindFunctor() in...
tree
|
commitdiff
2009-05-12
Vadim Zeitlin
add MSVC project files to svn for consistency
tree
|
commitdiff
2009-05-12
Vadim Zeitlin
don't update stc.h when not building the library, it...
tree
|
commitdiff
2009-05-03
Vadim Zeitlin
removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_...
tree
|
commitdiff
2009-05-03
Vadim Zeitlin
allow comparison of int with 64 bit integer type (see...
tree
|
commitdiff
2009-05-03
Vadim Zeitlin
std::streamoff is just a (32 bit) long under Win32...
tree
|
commitdiff
2009-05-02
Vadim Zeitlin
added wxStd{In,Out}putStream classes (closes #10637)
tree
|
commitdiff
2009-05-02
Vadim Zeitlin
allow passing temporary functors to Bind() too (closes...
tree
|
commitdiff
2009-05-02
Vadim Zeitlin
improvements to wxEventFunctor classes; use wxHAS_EVENT...
tree
|
commitdiff
2009-04-26
Kevin Ollivier
Rebake after latest changes.
tree
|
commitdiff
2009-04-24
Chris Elliott
update bakefile to 0.2.6
tree
|
commitdiff
2009-04-21
Vadim Zeitlin
add test checking that switching mode doesn't change...
tree
|
commitdiff
2009-04-18
Vadim Zeitlin
use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
tree
|
commitdiff
2009-04-17
Vadim Zeitlin
use "ul" suffix instead of cast to unsigned long; this...
tree
|
commitdiff
2009-04-16
Vadim Zeitlin
added failing compilation test for the case of missing...
tree
|
commitdiff
2009-04-16
Vadim Zeitlin
rebake after the addition of graphics/measuring.cpp
tree
|
commitdiff
2009-04-16
Vadim Zeitlin
added a failtest target to Makefile to test for the...
tree
|
commitdiff
2009-04-15
Kevin Ollivier
Add a test to ensure that CreateMeasuringContext create...
tree
|
commitdiff
2009-04-14
Stefan Csomor
guaranteeing autorelease pools for overridden OnRun...
tree
|
commitdiff
2009-04-14
Francesco Montorsi
dump all font properties upon failure
tree
|
commitdiff
2009-04-14
Vadim Zeitlin
only run tests using multiline strings with multiline...
tree
|
commitdiff
2009-04-13
Francesco Montorsi
even more detailed info to debug buildslaves failures
tree
|
commitdiff
2009-04-13
Vadim Zeitlin
suppress output from the test commands; use CPPUNIT_ASS...
tree
|
commitdiff
2009-04-13
Francesco Montorsi
provide more info when a check for native font [user...
tree
|
commitdiff
2009-04-12
Vadim Zeitlin
fix support for using asterisks in the format string...
tree
|
commitdiff
2009-04-12
Francesco Montorsi
implement wxNativeFontInfo::SetFamily for wxGTK with...
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
revert r60023 and really fixed compilation problems...
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
compilation fix after r60017
tree
|
commitdiff
2009-04-04
Michael Wetherell
Fixes for archive tests on Windows.
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
fix the test for !wxUSE_UNICODE_UTF8 builds: don't...
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
fix VsnprintfTestCase::P() for mingw32 which may use...
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
fix test failure on glibc systems which do not use...
tree
|
commitdiff
2009-04-04
Vadim Zeitlin
no changes, just fixed typo in an error message
tree
|
commitdiff
2009-04-03
Stefan Csomor
adjusting DATE_TIME_FMT on OS X
tree
|
commitdiff
2009-04-03
Vadim Zeitlin
fix the test case which wrongly relied on wxString...
tree
|
commitdiff
2009-04-03
Vadim Zeitlin
fix the test case which wrongly relied on wxString...
tree
|
commitdiff
2009-04-03
Vadim Zeitlin
avoid the ugly hack with adding an empty string to...
tree
|
commitdiff
2009-04-03
Vadim Zeitlin
add possibility to choose the locale (useful for Window...
tree
|
commitdiff
2009-04-03
Vadim Zeitlin
use correct expected values for Windows and OS X
tree
|
commitdiff
2009-04-01
Vadim Zeitlin
don't run wxPATH_NORM_LONG test on systems where the...
tree
|
commitdiff
2009-04-01
Vadim Zeitlin
expect 4 digit year in French locale under all platforms
tree
|
commitdiff
2009-03-30
Vadim Zeitlin
correct French short date format for glibc; added more...
tree
|
commitdiff
2009-03-30
Vadim Zeitlin
allow running tests whose names don't end with TestCase...
tree
|
commitdiff
2009-03-30
Vadim Zeitlin
only Linux/glibc seem to use periods as date separator...
tree
|
commitdiff
2009-03-29
Vadim Zeitlin
Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
tree
|
commitdiff
2009-03-27
Václav Slavík
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
always declare TestStrip(), it is now available even...
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
implement deprecated wxStripExtension() in terms of...
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
no changes, just some cleanup (use compile-time asserts...
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
switch off logging sooner (closes #10646)
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
build bot systems don't manage to generate enough ticks...
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
remove unused variable
tree
|
commitdiff
2009-03-25
Vadim Zeitlin
produce a better looking report with --time option...
tree
|
commitdiff
2009-03-25
Vadim Zeitlin
ensure the number of values we expect to record in...
tree
|
commitdiff
next