]> git.saurik.com Git - wxWidgets.git/commit - src/cocoa/fontdlg.mm
2.5.3 - cleanups, fixes, etc. etc. -
authorRyan Norton <wxprojects@comcast.net>
Thu, 7 Oct 2004 08:53:48 +0000 (08:53 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 7 Oct 2004 08:53:48 +0000 (08:53 +0000)
commitdcb68102796280b3e54979ae95738089914ce842
tree07765d5837107cff750658e1fac58a31e59a5699
parent685cdfcb9e8f92132536ef239fe1d98303d527b2
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
31 files changed:
build/bakefiles/files.bkl
docs/latex/wx/array.tex
include/wx/cocoa/colordlg.h [new file with mode: 0644]
include/wx/cocoa/display.h [new file with mode: 0644]
include/wx/cocoa/drawer.h [new file with mode: 0644]
include/wx/cocoa/filedlg.h [new file with mode: 0644]
include/wx/cocoa/fontdlg.h [new file with mode: 0644]
include/wx/cocoa/msgdlg.h [new file with mode: 0644]
include/wx/cocoa/sound.h [new file with mode: 0644]
include/wx/cocoa/taskbar.h [new file with mode: 0644]
include/wx/defs.h
include/wx/process.h
include/wx/string.h
include/wx/wxchar.h
src/cocoa/app.mm
src/cocoa/colordlg.mm [new file with mode: 0644]
src/cocoa/display.mm [new file with mode: 0644]
src/cocoa/drawer.mm [new file with mode: 0644]
src/cocoa/filedlg.mm [new file with mode: 0644]
src/cocoa/fontdlg.mm [new file with mode: 0644]
src/cocoa/msgdlg.mm [new file with mode: 0644]
src/cocoa/sound.mm [new file with mode: 0644]
src/cocoa/taskbar.mm [new file with mode: 0644]
src/cocoa/utilsexc.mm [new file with mode: 0644]
src/cocoa/window.mm
src/common/string.cpp
src/common/wxchar.cpp
src/mac/carbon/fontdlg.mm [deleted file]
src/mac/carbon/sound.cpp
tests/strings/stdstrings.cpp
tests/strings/strings.cpp