wxWidgets/tests
Ryan Norton dcb6810279 2.5.3 - cleanups, fixes, etc. etc. -
1. Various stubs for wxCocoa (and the bakefile entries for them)
2. Definitions for some wxCocoa cocoa types in defs.h
3. Hack to attempt to fix SYNC sound for mac carbon
4. Fix for wxCocoa and 10.2 (Dave - I'm already around doing some stuff anyway - I'll go ahead and save you the trouble).
5. 10.2 unicode layer
6. Strings null-char fixes (stems from chartraits patch - essentially the patch minus the chartraits part - HAHA :)) [note to self - swap the 2nd and 3rd params of wxMemchr if you use chartraits and vice versa]
	* If you have time please run the strings and stdstrings cppunit test suite
	* Also add more test suites if you want - more is always better :)
	* This does not include any fixes for mbtowc etc functions as outlined on the ml

7. An attempt to update wxArray docs a little
8. wx/process.h build fix for wxCocoa
9. Unicode fixes in app.mm for wxCocoa
10. Remove newer font panel after Stefan's suggestion


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-07 08:53:48 +00:00
..
arrays this code was taken from console sample, preserve its copyright 2004-04-06 12:14:05 +00:00
datetime deprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined SetToWeekOfYear() 2004-09-11 22:07:10 +00:00
fileconf added tests for deleting and renaming entries and groups 2004-10-04 10:38:08 +00:00
filename corrected SetPath tests 2004-08-16 13:29:32 +00:00
filesys test UNC filenames conversion on MSW 2004-06-23 22:18:45 +00:00
fontmap moved wxFontMapper tests to its own file and testcase 2004-06-19 14:01:44 +00:00
formatconverter small test suite improvements (patch 937094) 2004-04-18 20:04:30 +00:00
hashes Converted hash tests to CppUnit. 2004-05-22 17:51:35 +00:00
longlong make the tests run a little faster 2004-04-21 20:20:48 +00:00
mbconv compilation fix for gcc-3.4 2004-06-23 22:18:11 +00:00
regex more dmc fixes (patch 941830) 2004-04-30 20:55:57 +00:00
streams added unit tests for wxStringStreams 2004-09-19 22:00:16 +00:00
strings 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
makefile.bcc Regen Bakefiles for OSX HID integration 2004-09-27 06:53:08 +00:00
makefile.gcc Regen Bakefiles for OSX HID integration 2004-09-27 06:53:08 +00:00
Makefile.in Update the wx-config man page. 2004-09-29 09:07:08 +00:00
makefile.vc Regen Bakefiles for OSX HID integration 2004-09-27 06:53:08 +00:00
makefile.wat Regen Bakefiles for OSX HID integration 2004-09-27 06:53:08 +00:00
test.bkl started wxFileConfig unit test 2004-10-03 23:17:19 +00:00
test.cpp wxUSE_LOG fixes. 2004-07-20 17:18:49 +00:00
test.dsp Regen Bakefiles for OSX HID integration 2004-09-27 06:53:08 +00:00
test.dsw applied path 906264: test program 2004-03-03 22:56:16 +00:00
testdata.fc moved Unicode tests to testsuite (patch 943945) 2004-04-30 20:26:14 +00:00