[UFO-devel] LibUFO 0.8.1 released!
Status: Beta
Brought to you by:
schmidtjf
From: Johannes S. <sch...@us...> - 2005-09-22 14:39:41
|
The newest version of libUFO, version 0.8.1 has been released! http://libufo.sourceforge.net This release has been tested with GNU/Linux/x86 using g++-4.0, with GUN/Linux/Amd64 using g++-3.4 and with WinXP using MS VC++ 6. Here are the major changes for this release: * 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). * 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. Due to the change of the UObject class (to allow automatic disconnection on destruction), this release is again not binary compatible to the previous one. Please download and send feedback! Johannes p.s.: Sorry for the late announcement on the mailing list. |