[Gambas-devel-svn] SF.net SVN: gambas: [557] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-06 00:16:31
|
Revision: 557 http://gambas.svn.sourceforge.net/gambas/?rev=557&view=rev Author: gambas Date: 2007-09-05 17:16:34 -0700 (Wed, 05 Sep 2007) Log Message: ----------- [GB.DRAW] * NEW: Draw.RichText() is a new method for drawing HTML-like text. * NEW: Draw.RichTextWidth() and Draw.RichTextHeight() are two new methods that return the size of a rich text. [GB.GTK] * NEW: TextArea Change and Cursor events were implemented. * NEW: Rich text now understand HTML entities, thanks to code from KDE libraries. * BUG: Some fixes in DrawingArea. May not work in some cases. Modified Paths: -------------- 2.0/trunk/gb.gtk/TODO 2.0/trunk/gb.gtk/src/CButton.cpp 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/CDrawingArea.cpp 2.0/trunk/gb.gtk/src/CTextArea.cpp 2.0/trunk/gb.gtk/src/Makefile.am 2.0/trunk/gb.gtk/src/gcontrol.cpp 2.0/trunk/gb.gtk/src/gdraw.cpp 2.0/trunk/gb.gtk/src/gdraw.h 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.h 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/gmessage.cpp 2.0/trunk/gb.gtk/src/gtextarea.cpp 2.0/trunk/gb.gtk/src/gtextarea.h 2.0/trunk/gb.gtk/src/gtools.cpp 2.0/trunk/gb.gtk/src/gtools.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/lib/draw/gb.draw.h 2.0/trunk/main/lib/draw/matrix.c Added Paths: ----------- 2.0/trunk/gb.gtk/src/kentities.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |