wxWidgets/tests
2008-03-23 18:08:16 +00:00
..
archive compilation fixes for VC6 2008-01-13 01:13:03 +00:00
arrays compilation fixes for VC6 2008-01-13 01:13:03 +00:00
base64 added unit tests for decoding invalid base64 strings; corrected bugs exposed by them 2008-01-15 16:56:17 +00:00
benchmarks update infos about profiling under linux (callgrind utility has been merged with valgrind) 2008-03-23 18:08:16 +00:00
config fix bug with adding entries to a root group containing only subgroups (as shown by new AddToExistingRoot() unit test) 2007-10-26 22:50:26 +00:00
controls added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
datetime added wxDateTime::FormatISOCombined() and ParseISODate/Time/Combined() 2008-02-03 13:04:56 +00:00
filekind Compilation fix 2005-04-25 10:32:55 +00:00
filename converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed 2008-01-27 16:25:33 +00:00
filesys [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00
fontmap added missing licence information 2006-03-31 21:14:40 +00:00
formatconverter fix a couple of harmless warnings in MSVC build 2007-09-14 23:33:46 +00:00
geometry compilation fixes for VC6 2008-01-13 01:13:03 +00:00
hashes compilation fixes for VC6 2008-01-13 01:13:03 +00:00
intl added basic test for wxLocale 2007-03-26 21:12:13 +00:00
lists don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
longlong Fix for 64-bit systems 2006-02-15 12:59:37 +00:00
mbconv compilation fix 2007-07-23 22:33:44 +00:00
regex don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +00:00
scopeguard added test for wxScopeGuard 2005-06-16 23:47:30 +00:00
streams fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug 1792727, part of patch 1795174) 2007-09-15 00:32:54 +00:00
strings Compile fixes. 2008-02-20 22:28:02 +00:00
textfile compilation fixes for VC6 2008-01-13 01:13:03 +00:00
thread compilation fixes for VC6 2008-01-13 01:13:03 +00:00
uris removed WXWIN_COMPATIBILITY_24 2007-03-08 01:33:01 +00:00
vectors fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable 2008-01-22 11:29:21 +00:00
weakref remove the test of weak references classes size, it's implementation-dependent 2008-01-16 02:03:10 +00:00
xlocale fixed wxXLocale(wxLanguage) ctor under Windows, use it instead of ctor from locale string in the test 2008-02-10 17:38:37 +00:00
dummy.cpp Empty line at the end. 2004-11-22 15:12:29 +00:00
makefile.bcc added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
makefile.gcc added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
Makefile.in added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
makefile.vc added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
makefile.wat added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
test_printfbench.dsp regenerated makefiles with bkl-0.2.3 2008-01-23 12:13:07 +00:00
test_test_gui.dsp added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
test_test.dsp add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287) 2008-02-10 17:03:23 +00:00
test_vc7_printfbench.vcproj added VC7/8 project files for samples 2008-01-27 11:38:07 +00:00
test_vc7_test_gui.vcproj added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
test_vc7_test.vcproj add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287) 2008-02-10 17:03:23 +00:00
test_vc8_printfbench.vcproj added VC7/8 project files for samples 2008-01-27 11:38:07 +00:00
test_vc8_test_gui.vcproj added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
test_vc8_test.vcproj add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287) 2008-02-10 17:03:23 +00:00
test.bkl added wxWindow::ClientToWindowSize and WindowToClientSize helpers 2008-02-12 15:49:22 +00:00
test.cpp compilation fixes for VC6 2008-01-13 01:13:03 +00:00
testdata.fc moved Unicode tests to testsuite (patch 943945) 2004-04-30 20:26:14 +00:00
testprec.h We can't define things in someone else's namespace. 2006-08-28 12:27:39 +00:00