X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/409bd44e7bfd5a21c78c8b113f08705069ff8beb..14470b4477ae23ad3f8ad4bd817203c234ca683e:/docs/toback24.txt diff --git a/docs/toback24.txt b/docs/toback24.txt index e33e900751..ee05af61f8 100644 --- a/docs/toback24.txt +++ b/docs/toback24.txt @@ -1,128 +1,326 @@ -8. wxFrame support in wxrcedit +1. wxFrame support in wxrcedit http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863 -15. XRC fixes for and relative file names +[Is this worth applying if wxrcedit is not supported? - VS] -Must be modified to be binary compatible before backporting! +2. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2 -Checking in xmlres.cpp; -/pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xmlres.cpp,v <-- xmlres.cpp -new revision: 1.27; previous revision: 1.26 +CVS: [RR] wxWidgets/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412 +CVS: [RR] wxWidgets/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88 +CVS: [RR] wxWidgets/src/gtk minifram.cpp,1.29,1.30 + (not sure about minifram.cpp: must be checked for binary compatibility - VS) + +When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't +have wxFont::GetInternalFont while 2.4 must have it because of binary +compatibility! + +3. Add Windows XP manifests to wx.rc + +RCS file: /pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/wx.manifest,v +done +Checking in wx.manifest; +/pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/wx.manifest,v <-- wx.manifest +initial revision: 1.1 +done +Checking in wx.rc; +/pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/wx.rc,v <-- wx.rc +new revision: 1.29; previous revision: 1.28 done -(also revision 1.30->1.31 of xmlres.cpp !!!) +5. proper AcceptsFocus() implementation for containers -Checking in xmlres.h; -/pack/cvsroots/wxwindows/wxWindows/contrib/include/wx/xrc/xmlres.h,v <-- xmlres.h -new revision: 1.22; previous revision: 1.21 +http://sf.net/tracker/index.php?func=detail&aid=718913&group_id=9863&atid=309863 -17. XRC: better wxToolBar handler +Checking in include/wx/containr.h; +/pack/cvsroots/wxwindows/wxWidgets/include/wx/containr.h,v <-- containr.h +new revision: 1.10; previous revision: 1.9 +Checking in src/common/containr.cpp; +/pack/cvsroots/wxwindows/wxWidgets/src/common/containr.cpp,v <-- containr.cpp +new revision: 1.17; previous revision: 1.16 -Note: This depends on our agreement on what should be backported. Either -only XRC_ADD_STYLE(...) lines will go into 2.4 or everything in this -patch (including new features not present in 2.4.0's handler). +6. fixes for user dash wxPens handling -Checking in xh_toolb.cpp; -/pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xh_toolb.cpp,v <-- xh_toolb.cpp -new revision: 1.7; previous revision: 1.6 +http://sf.net/tracker/index.php?func=detail&aid=717736&group_id=9863&atid=309863 -22. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2 +Checking in include/wx/msw/pen.h; +/pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/pen.h,v <-- pen.h +new revision: 1.16; previous revision: 1.15 +Checking in src/msw/pen.cpp; +/pack/cvsroots/wxwindows/wxWidgets/src/msw/pen.cpp,v <-- pen.cpp +new revision: 1.20; previous revision: 1.19 +Checking in src/gtk/pen.cpp; +/pack/cvsroots/wxwindows/wxWidgets/src/gtk/pen.cpp,v <-- pen.cpp +new revision: 1.23; previous revision: 1.22 +Checking in samples/drawing/drawing.cpp; +/pack/cvsroots/wxwindows/wxWidgets/samples/drawing/drawing.cpp,v <-- drawing.cpp +new revision: 1.67; previous revision: 1.66 +Checking in docs/changes.txt; +/pack/cvsroots/wxwindows/wxWidgets/docs/changes.txt,v <-- changes.txt +new revision: 1.266; previous revision: 1.265 -CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412 -CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88 -CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30 - (not sure about minifram.cpp: must be checked for binary compatibility - VS) +8. UnixWare compilation fixes: -When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't -have wxFont::GetInternalFont while 2.4 must have it because of binary -compatibility! +Don't forget to rerun autoconf to regenerate configure! -26. Fix Unicode + .wxr +Checking in configure.in; +/pack/cvsroots/wxwindows/wxWidgets/configure.in,v <-- configure.in +new revision: 1.664; previous revision: 1.663 +Checking in setup.h.in; +/pack/cvsroots/wxwindows/wxWidgets/setup.h.in,v <-- setup.h.in +new revision: 1.111; previous revision: 1.110 +Checking in src/unix/gsocket.c; +/pack/cvsroots/wxwindows/wxWidgets/src/unix/gsocket.c,v <-- gsocket.c +new revision: 1.72; previous revision: 1.71 -Using an #if wxUSE_UNICODE in include/wx/wxexpr.h, safer for -binary compatibility. +9. wxSemaphore methods returned incorrect values: -[Is this worth applying now this is deprecated? - JS] +Checking in src/msw/thread.cpp; +/pack/cvsroots/wxwindows/wxWidgets/src/msw/thread.cpp,v <-- thread.cpp +new revision: 1.62; previous revision: 1.61 +Checking in src/unix/threadpsx.cpp; +/pack/cvsroots/wxwindows/wxWidgets/src/unix/threadpsx.cpp,v <-- threadpsx.cpp +new revision: 1.62; previous revision: 1.61 -Checking in include/wx/resource.h; -/pack/cvsroots/wxwindows/wxWindows/include/wx/resource.h,v <-- resource.h -new revision: 1.18; previous revision: 1.17 -Checking in include/wx/wxexpr.h; -/pack/cvsroots/wxwindows/wxWindows/include/wx/wxexpr.h,v <-- wxexpr.h -new revision: 1.19; previous revision: 1.18 -cvs diff: [23:38:56] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/include/wx -Checking in samples/resource/resource.cpp; -/pack/cvsroots/wxwindows/wxWindows/samples/resource/resource.cpp,v <-- resource.cpp -new revision: 1.14; previous revision: 1.13 -cvs diff: [23:39:00] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/samples/resource -Checking in src/common/resource.cpp; -/pack/cvsroots/wxwindows/wxWindows/src/common/resource.cpp,v <-- resource.cpp -new revision: 1.85; previous revision: 1.84 -Checking in src/common/wxexpr.cpp; -/pack/cvsroots/wxwindows/wxWindows/src/common/wxexpr.cpp,v <-- wxexpr.cpp -new revision: 1.27; previous revision: 1.26 +10. Unix/OpenGL build fix: -31. [wxHTML] Fix parsing of CDATA tags and ignore