[Libufo-commits] ufo-0.5 ChangeLog,1.37,1.38 TODO,1.3,1.4
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-10-26 13:41:34
|
Update of /cvsroot/libufo/ufo-0.5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21970 Modified Files: ChangeLog TODO Log Message: Index: TODO =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TODO 18 Apr 2004 12:46:12 -0000 1.3 --- TODO 26 Oct 2005 13:41:14 -0000 1.4 *************** *** 2,8 **** More immediate - Write an up-to-date TODO file Less immediate ! - Use optimized methods for image(-filter) methods (like memcpy) - Remove deprecated code --- 2,12 ---- More immediate - Write an up-to-date TODO file + - Write new paint engine (picasso) + - Merge UVideoDevice with UXFrame (and UContext?) + - Add Unicode (UTF-8?) support + - Add D3D rendering backend Less immediate ! - Add Tree/Table widget - Remove deprecated code Index: ChangeLog =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** ChangeLog 11 Oct 2005 20:23:30 -0000 1.37 --- ChangeLog 26 Oct 2005 13:41:14 -0000 1.38 *************** *** 901,902 **** --- 901,917 ---- - Changed GL graphics to have an 0.5f offset for lines rasterization (removed general 3/8 pixel offset). + + 0.8.4 + - Made code relocatable (thanks to autopackage.org) + - Added UFileArchive::isDirectory, UFileArchive::dirName + - Removed UFileArchive::createFileStream, destroyFileStream + - Fixed alpha value for colors returned by UColor::brighter,darker + - Fixed clean-up on destruction of glx driver + - Changed UWidget::removeImpl(iterator) to UWidget::removeImpl(int index) + - Made UWidget::testState,setState(s),getState public + - Fixed bug with unreferencing UVolatileData in UAbstractDisplay + - Changed UVolatileData to auto-registering at UDisplay. + - Fixed colored vertex arrays (in UGL_Graphics and UVertexArray). + - Fixed UBoxLayout::getPreferredSize for implicitely hidden widgets. + - Fixed clean-up of ugl_driver in dummy video driver. + - Implemented XUL elements: groupbox, deck, stack and tabbox |