From: John L. <jr...@us...> - 2007-02-23 04:36:04
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12669/wxLua/docs Modified Files: changelog.txt wxluaref.html Log Message: added all wxWidget's wxUSE_XXX conditions to the bindings Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** wxluaref.html 9 Feb 2007 05:17:09 -0000 1.14 --- wxluaref.html 23 Feb 2007 04:35:30 -0000 1.15 *************** *** 445,449 **** <a href="#wxStaticText">wxStaticText</a><br> <a href="#wxStatusBar">wxStatusBar</a><br> ! wxStdDialogButtonSizer - (Not wrapped)<br> wxStopWatch - (Not wrapped)<br> <a href="#wxStreamBase">wxStreamBase</a><br> --- 445,449 ---- <a href="#wxStaticText">wxStaticText</a><br> <a href="#wxStatusBar">wxStatusBar</a><br> ! <a href="#wxStdDialogButtonSizer">wxStdDialogButtonSizer</a><br> wxStopWatch - (Not wrapped)<br> [...2111 lines suppressed...] !<i>%wxchkver25</i> <i>%include</i> "wx/xrc/xml.h"<br> --- 13212,13216 ---- // ============================================================================<br> <br> ! <i>%if</i> wxLUA_USE_wxXMLResource & wxUSE_XML<br> <br> !<i>%wxchkver25</i> <i>%include</i> "wx/xrc/xml.h"<br> *************** *** 13308,13312 **** </blockquote><font color=#AA0000><i>%endclass</i></font><br> <br> ! <i>%endif</i> //wxLUA_USE_wxXMLResource<br> <HR> <h2>../wxstc/stc.i</h2> --- 13377,13381 ---- </blockquote><font color=#AA0000><i>%endclass</i></font><br> <br> ! <i>%endif</i> //wxLUA_USE_wxXMLResource & wxUSE_XML<br> <HR> <h2>../wxstc/stc.i</h2> Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** changelog.txt 9 Feb 2007 17:34:21 -0000 1.23 --- changelog.txt 23 Feb 2007 04:35:30 -0000 1.24 *************** *** 6,12 **** -------------------------------------------------------------------- ! - added RUNTIME_LIBS and THREADING options to the build system to allow to statically compile against the C runtime (only for some win compilers) ! version 2.8.0.0 (released 24/12/2006) --- 6,14 ---- -------------------------------------------------------------------- ! - Added RUNTIME_LIBS and THREADING options to the build system to allow to statically compile against the C runtime (only for some win compilers) ! - Added all of the wxWidget's wxUSE_XXX conditions to the bindings ! - Hopefully fixed the wx2lua and lua2wx string conversion for unicode ! and high ascii characters. version 2.8.0.0 (released 24/12/2006) |