]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/toback24.txt
Corrected some wxAccessible mistakes
[wxWidgets.git] / docs / toback24.txt
index 82914db515fb8d281a3ff99188e2dd12a456b8b2..c653128fba4bf037ce7d1447f27cfd967925d8e2 100644 (file)
@@ -107,4 +107,69 @@ Checking in configure.in;
 new revision: 1.666; previous revision: 1.665
 
 11. Ukrainian translation (locale/uk.po)
+[and other translations that were updated in the trunk as well]
+
+12. Fix wxZipFSHandler behaviour when used with relative filenames with ..
+
+Checking in fs_zip.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/fs_zip.cpp,v  <--  fs_zip.cpp
+new revision: 1.22; previous revision: 1.21
+done
+
+
+13. UNICOWS problem in fdrepdlg
+
+http://sf.net/tracker/index.php?func=detail&aid=720542&group_id=9863&atid=309863
+
+Checking in src/msw/fdrepdlg.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/msw/fdrepdlg.cpp,v  <--  fdrepdlg.cpp
+new revision: 1.10; previous revision: 1.9
+
+
+14. Crash in ~wxLocale and incorrect GetLanguage() return value
+
+http://sf.net/tracker/index.php?func=detail&aid=729758&group_id=9863&atid=309863
+
+Checking in src/common/intl.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v  <--  intl.cpp
+new revision: 1.95; previous revision: 1.94
+
+
+15. Fixes for mono bitmaps in wxGTK
+
+http://sf.net/tracker/index.php?func=detail&aid=728768&group_id=9863&atid=309863
+
+Checking in include/wx/gtk/dcmemory.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/gtk/dcmemory.h,v  <--  dcmemory.h
+new revision: 1.13; previous revision: 1.12
+done
+Checking in src/gtk/dcmemory.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/dcmemory.cpp,v  <--  dcmemory.cpp
+new revision: 1.21; previous revision: 1.20
+done
+
+
+16. Menu accels for items with bitmaps in wxGTK
+
+http://sf.net/tracker/index.php?func=detail&aid=626048&group_id=9863&atid=309863
+
+Checking in src/gtk/menu.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/menu.cpp,v  <--  menu.cpp
+new revision: 1.136; previous revision: 1.135
+
+
+17. Init wxTextBuffer::m_isOpened in ctor
+
+http://sf.net/tracker/index.php?func=detail&aid=736208&group_id=9863&atid=109863
+
+Checking in include/wx/textbuf.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/textbuf.h,v  <--  textbuf.h
+new revision: 1.8; previous revision: 1.7
+
+18. Better notebook page sizing
+
+nbbase.cpp, CalcSizeFromPage, plus #includes at top of file.
+This gets the tab size and adds a bit for borders.
+We should do the same for other platforms, only rationalise
+it so that wxNotebook returns the tab rect info.