[Gambas-devel-svn] SF.net SVN: gambas:[6428] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-08-26 10:46:20
|
Revision: 6428 http://sourceforge.net/p/gambas/code/6428 Author: gambas Date: 2014-08-26 10:46:10 +0000 (Tue, 26 Aug 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add 'gb.media.form' to the list of components. * NEW: Support for the new GridView.Padding property. * NEW: Change the way GridView and TableView are represented in the form editor. [GB.GUI.BASE] * NEW: GridView.Padding is a new property that defines the default cell padding. Its default value is 2 pixels. * NEW: Paint.DrawTextShadow() is a new method that draws the shadow of a text. Note that you must call Paint.DrawText() to draw the real text below the shadow. * NEW: Paint.DrawRichTextShadow() is a new method that draws the shadow of a piece of rich text. Note that you must call Paint.DrawRichText() to draw the real text below the shadow. [GB.IMAGE] * NEW: Allows a component that supports the Image class to have a premultiplied default image format. Beware that some images methods do not support premultiplied formats yet. * NEW: Color.Transparent now is &HFF000000& and not &HFFFFFFFF anymore. [GB.QT4] * NEW: Use a premultiplied RGBA default format for images. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Test/Form5.class gambas/trunk/comp/src/gb.form/.src/Test/Form5.form gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Columns.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class gambas/trunk/comp/src/gb.gui.base/.src/MMain.module gambas/trunk/comp/src/gb.gui.base/.src/Paint.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.media.form/.component gambas/trunk/comp/src/gb.media.form/.src/FTest.form gambas/trunk/gb.qt4/src/CClipboard.cpp gambas/trunk/gb.qt4/src/CImage.cpp gambas/trunk/gb.qt4/src/CPicture.cpp gambas/trunk/gb.qt4/src/CTrayIcon.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/main/lib/image/c_color.c gambas/trunk/main/lib/image/image.c Added Paths: ----------- gambas/trunk/comp/src/gb.gui.base/.src/Test/FPaint.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FPaint.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |