Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27989
Modified Files:
README
Log Message:
Prep for 0.4.2
Index: README
===================================================================
RCS file: /cvsroot/wgui/wgui/README,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** README 29 Dec 2005 13:46:18 -0000 1.22
--- README 8 Feb 2006 21:36:58 -0000 1.23
***************
*** 4,7 ****
--- 4,9 ----
We owe him many thanks for his contributions.
+ The goal for the next release is to finally get unicode working. This will likely require some larger changes, and will
+ probably mean a version bump to 0.5.0.
***************
*** 10,14 ****
The most noticeable changes for this release involve the CFrame class. Frames now have a neat transparancy effect
when you drag them. A CMessageBox class based on the CFrame now allows for simple message boxes. The plan for
! the next release is to extend this even further into same common dialogs, like a file selector.
Unfortunately, there's still a problem with the popup menus that can cause a crash. I've removed a call to the
Draw() method from the InsertMenuItem() method, which seems to have fixed the problem, even if it doesn't make
--- 12,16 ----
The most noticeable changes for this release involve the CFrame class. Frames now have a neat transparancy effect
when you drag them. A CMessageBox class based on the CFrame now allows for simple message boxes. The plan for
! the next release is to extend this even further into some common dialogs, like a file selector.
Unfortunately, there's still a problem with the popup menus that can cause a crash. I've removed a call to the
Draw() method from the InsertMenuItem() method, which seems to have fixed the problem, even if it doesn't make
|