Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16613
Modified Files:
AUTHORS BUGS README
Log Message:
Documentation updates for the 0.3.3 release.
Index: README
===================================================================
RCS file: /cvsroot/wgui/wgui/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** README 23 Apr 2004 03:45:43 -0000 1.18
--- README 7 Jun 2004 18:54:15 -0000 1.19
***************
*** 1,5 ****
0.3.3
! For this release we've added a pair of new classes: wUtil::CLog and CTextBox.
Due to problems with VC6, use of the VC.NET and .NET 2003 compilers is suggested for building on Windows.
--- 1,10 ----
0.3.3
! This release only contains a few minor changes, the most notable of which is the addition of the CRangeControl class,
! which is now the base class for the CProgressBar and CScrollBar controls.
!
! This is to be the last 0.3.x release. The next release will hopefully be the 0.4.0 release which will have some fairly significant
! changes to the drawing code. The intention of these changes is to fix several bugs (like the Z-Order bug), improve performance,
! and enable us to add some new cool features.
Due to problems with VC6, use of the VC.NET and .NET 2003 compilers is suggested for building on Windows.
Index: BUGS
===================================================================
RCS file: /cvsroot/wgui/wgui/BUGS,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BUGS 13 Apr 2004 15:28:53 -0000 1.13
--- BUGS 7 Jun 2004 18:54:05 -0000 1.14
***************
*** 1,5 ****
! Known bugs for 0.3.2
! - Bug #825743 - Popup menu Z-order can run into problems when popups overlap
- Floating windows may flicker in debug builds and on slower machines
- The wGui library is currently built to the src directory instead of the lib directory when using GNU Make
--- 1,5 ----
! Known bugs for 0.3.3
! - Bug #825743 - Popup menu Z-order can run into problems when popups overlap. This has been partially fixed, but may still flicker.
- Floating windows may flicker in debug builds and on slower machines
- The wGui library is currently built to the src directory instead of the lib directory when using GNU Make
Index: AUTHORS
===================================================================
RCS file: /cvsroot/wgui/wgui/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AUTHORS 12 Sep 2003 16:23:04 -0000 1.4
--- AUTHORS 7 Jun 2004 18:54:02 -0000 1.5
***************
*** 3,10 ****
--- 3,17 ----
Rob Wiskow - ro...@bo...
Willie Zutz - wil...@bi...
+
+
+
+ Past wGui Developers
+
Lucio Asnaghi (aka kRAkEn/gORe) - kra...@li...
+
Contributors
Oldrich Dlouhy
+
|