[Wgui-cvs] wgui CHANGES,1.162,1.163 README,1.23,1.24
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2006-02-15 16:09:38
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25476 Modified Files: CHANGES README Log Message: Textbox warning fix and CFrame transparency-while-dragging disabled. Index: README =================================================================== RCS file: /cvsroot/wgui/wgui/README,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** README 8 Feb 2006 21:36:58 -0000 1.23 --- README 15 Feb 2006 16:09:26 -0000 1.24 *************** *** 7,10 **** --- 7,13 ---- probably mean a version bump to 0.5.0. + The transparency effect in CFrame dragging had to be disabled. It was causing a crash when a frame was extended off + the edge of a view. + 0.4.1 Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -d -r1.162 -r1.163 *** CHANGES 11 Feb 2006 00:08:05 -0000 1.162 --- CHANGES 15 Feb 2006 16:09:26 -0000 1.163 *************** *** 12,15 **** --- 12,16 ---- + 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 CFrame: The CFrame transparency effect added in 0.4.1 was causing a crash in certain circumstances, this has been disabled until a solution can be figured out + 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. |