Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18314
Modified Files:
CHANGES
Log Message:
Index: CHANGES
===================================================================
RCS file: /cvsroot/wgui/wgui/CHANGES,v
retrieving revision 1.161
retrieving revision 1.162
diff -C2 -d -r1.161 -r1.162
*** CHANGES 27 Jan 2006 16:59:39 -0000 1.161
--- CHANGES 11 Feb 2006 00:08:05 -0000 1.162
***************
*** 11,15 ****
--- 11,17 ----
+ Changed CGroupBox: The sText parameter on the constructor is now optional and will default to an empty string
+ Changed CRenderedString: All the parameters for GetMetrics() are now optional
+ + Changed CTextBox: Home/End on a multi-line box will now move to the previous/next \n. Ctrl + Home/End wil move to the beginning/end of the entire text.
+ Bugfix CListBox: Adding and removing items now sets the scrollbar correctly so you can't scroll past everything in the window (courtesy of Jurgen De Backer)
+ + Bugfix CTextBox: Fixed a crash when selecting text in certian situations.
0.4.0 -> 0.4.1
|