Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8900/wxLua/docs
Modified Files:
changelog.txt
Log Message:
Changed wxLuaStackDialog to use a wxListCtrl instead of a hacked
wxTreeCtrl that tries to be a wxListCtrl. Works better.
Removed all code in splttree.h/cpp before removing it completely.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** changelog.txt 21 May 2007 01:07:59 -0000 1.29
--- changelog.txt 22 May 2007 03:27:54 -0000 1.30
***************
*** 20,23 ****
--- 20,25 ----
- Put derived functions into the LUA_REGISTRYINDEX instead of the
wxLuaState's m_pDerivedList.
+ - Change the wxLuaStackDialog to use a wxListCtrl instead of a hacked
+ wxTreeCtrl that tries to act like a listctrl. Cleaner, faster, and smaller.
version 2.8.0.0 (released 24/12/2006)
|