Update of /cvsroot/libufo/ufo-0.5
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24756
Modified Files:
ChangeLog
Log Message:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** ChangeLog 12 Jul 2005 13:46:31 -0000 1.34
--- ChangeLog 15 Sep 2005 10:26:57 -0000 1.35
***************
*** 871,872 ****
--- 871,887 ----
- Fixed selected button in UButtonGroup when calling UButton::setSelected
- Added basic support for translucent list boxes
+
+ 0.8.1
+ - Fixed clip bounds (by fixing URectangle::intersect).
+ - Added automatic disconnection from signals if the object of an object slot
+ is destroyed (only if object is derived from UObject).
+ - Implemented USlotNode::notify
+ - Added label constructor with buddy argument.
+ - Added action map to UXul to automatically connect slots to
+ sigActivated signals.
+ - Fixed setting size via XUL and CSS commands.
+ - Implemented accesskey attribute of XUL elements.
+ - Changed UXDisplay to send KeyTyped events only if no Alt or Ctrl modifier
+ is pressed.
+ - Added support for keyboard events to UListBox
+ - New default layout manager for any new widget is now UBoxLayout
|