]> git.saurik.com Git - wxWidgets.git/commit
Version 1.8-0
authorRoman Rolinsky <rolinsky@femagsoft.com>
Tue, 6 Feb 2007 15:40:32 +0000 (15:40 +0000)
committerRoman Rolinsky <rolinsky@femagsoft.com>
Tue, 6 Feb 2007 15:40:32 +0000 (15:40 +0000)
commit75aa19469b8b31ae58d6e8956b0e4c7200e30578
treefc041783eb7c0a0e7468896d2581add5e56c8e2d
parent750040fabb4e91f3b7acb4edf7ce58fb600dbc0a
Version 1.8-0

New feature added from a patch submitted on sourceforge by botg:
moving of tree items.

Bugs fixed:
- ChecklistBox content editing;
- Window styles more in sync with the docs;
- Replacing items;
- Reference property page created correctly (every property is
  optional).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
wxPython/wx/tools/XRCed/CHANGES.txt
wxPython/wx/tools/XRCed/TODO.txt
wxPython/wx/tools/XRCed/globals.py
wxPython/wx/tools/XRCed/images.py
wxPython/wx/tools/XRCed/panel.py
wxPython/wx/tools/XRCed/params.py
wxPython/wx/tools/XRCed/src-images/ToolMoveDown.png [new file with mode: 0644]
wxPython/wx/tools/XRCed/src-images/ToolMoveLeft.png [new file with mode: 0644]
wxPython/wx/tools/XRCed/src-images/ToolMoveRight.png [new file with mode: 0644]
wxPython/wx/tools/XRCed/src-images/ToolMoveUp.png [new file with mode: 0644]
wxPython/wx/tools/XRCed/tree.py
wxPython/wx/tools/XRCed/undo.py
wxPython/wx/tools/XRCed/xrced.py
wxPython/wx/tools/XRCed/xxx.py