]> git.saurik.com Git - wxWidgets.git/commitdiff
user dash and container focus patches
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2003 00:47:45 +0000 (00:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 12 Apr 2003 00:47:45 +0000 (00:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/toback24.txt

index d4c999184425a8360afeb37a3d56b9ed9472a09f..7ab74a1a595f2d6cdc21c324cdf41d96ff505dca 100644 (file)
@@ -34,3 +34,43 @@ Checking in intl.cpp;
 /pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v  <--  intl.cpp
 new revision: 1.93; previous revision: 1.92
 done
+
+5. proper AcceptsFocus() implementation for containers
+
+http://sf.net/tracker/index.php?func=detail&aid=718913&group_id=9863&atid=309863
+
+Checking in include/wx/containr.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/containr.h,v  <--  containr.h
+new revision: 1.10; previous revision: 1.9
+Checking in src/common/containr.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/containr.cpp,v  <--  containr.cpp
+new revision: 1.17; previous revision: 1.16
+
+6. fixes for user dash wxPens handling
+
+http://sf.net/tracker/index.php?func=detail&aid=717736&group_id=9863&atid=309863
+
+Checking in include/wx/msw/pen.h;
+/pack/cvsroots/wxwindows/wxWindows/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/wxWindows/src/msw/pen.cpp,v  <--  pen.cpp
+new revision: 1.20; previous revision: 1.19
+Checking in src/gtk/pen.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/pen.cpp,v  <--  pen.cpp
+new revision: 1.23; previous revision: 1.22
+Checking in samples/drawing/drawing.cpp;
+/pack/cvsroots/wxwindows/wxWindows/samples/drawing/drawing.cpp,v  <--  drawing.cpp
+new revision: 1.67; previous revision: 1.66
+Checking in docs/changes.txt;
+/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v  <--  changes.txt
+new revision: 1.266; previous revision: 1.265
+
+7. use one gdk_draw_lines() call instead of multiple gdk_draw_line() ones
+
+http://sf.net/tracker/index.php?func=detail&aid=717012&group_id=9863&atid=309863
+
+Checking in src/gtk/dcclient.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/dcclient.cpp,v  <--  dcclient.cpp
+new revision: 1.169; previous revision: 1.168
+