]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/tools/XRCed/CHANGES
wxHtmlHistoryItem needs not be wxObject
[wxWidgets.git] / wxPython / tools / XRCed / CHANGES
index 28061d36fe6d3531e65b2b4a3af9894752c48690..89b20ff696dd337ac6282757817c5f45db9f1c21 100644 (file)
@@ -1,3 +1,32 @@
+0.0.7
+-----
+
+Some command-line arguments.
+
+"Test window" command and toolbar button.
+
+New panel interphace (wxHTMLWindow is not used anymore).
+
+Toggling between embedded and detached panel.
+
+Cache for already used windows.
+
+Current top-level control is bold, if test window shown.
+
+Undo/redo broken.
+
+CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
+wxWin):
+
+contrib/src/xrc/xmlrsall.cpp
+45,46c45,46
+<     AddHandler(new wxListCtrlXmlHandler);
+< #if CHECKLISTBOX
+---
+>     AddHandler(new wxListCtrlXmlHandler);    
+> #if wxUSE_CHECKLISTBOX
+
+
 0.0.6
 -----
 
@@ -10,17 +39,20 @@ Fixed double-clicking problem with tree control on Windows.
 
 Some performance improovements.
 
+
 0.0.5
 -----
 
 Added notebook with properties page and style page. Fixed some problems
 on Windows.
 
+
 0.0.4
 -----
 
 Some fixes suggested by RD
 
+
 0.0.3
 -----