From: Václav Slavík Date: Sat, 4 Jan 2003 23:51:46 +0000 (+0000) Subject: added my patches to the list of things to backport to 2.4 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/48594fd2cdf4ad7f4c4f95ce08aa4cd1b1faae44 added my patches to the list of things to backport to 2.4 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/toback24.txt b/docs/toback24.txt index 0a26b426c5..595ddf3cdc 100644 --- a/docs/toback24.txt +++ b/docs/toback24.txt @@ -70,3 +70,31 @@ Checking in src/msw/treectrl.cpp; new revision: 1.136; previous revision: 1.135 done + + +6 Improved X11 ShowFullScreen (later, maybe 2.4.2?) + +RCS file: /pack/cvsroots/wxwindows/wxWindows/src/gtk/toplevel.cpp,v +retrieving revision 1.34 +retrieving revision 1.35 +RCS file: /pack/cvsroots/wxwindows/wxWindows/src/unix/utilsx11.cpp,v +retrieving revision 1.5 +retrieving revision 1.6 +RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/unix/utilsx11.h,v +retrieving revision 1.1 +retrieving revision 1.2 + + + +7 Fixes to wxrc compiler + +wxWindows/contrib/utils/wxrc/wxrc.cpp revision 1.23 +Log: 1) fixed compilation of wxBitmap, wxIcon toplevel nodes + 2) fixed wxrc when using -o dirname/filename + + + +8 wxFrame support in wxrcedit + +http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863 +