[Gambas-devel-svn] SF.net SVN: gambas:[6817] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-01-07 18:17:09
|
Revision: 6817 http://sourceforge.net/p/gambas/code/6817 Author: gambas Date: 2015-01-07 18:17:01 +0000 (Wed, 07 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use row borders in project property component list. But still use cell borders in component / library requirements! [GB.GEOM] * BUG: RectF: Fix the implementation of several methods and properties. [GB.GUI.BASE] * NEW: Redesign the Border methods signature. They take a RectF instead of X, Y, Width, Height arguments. * NEW: Border.GetRect() is a new method that returns the available border inside as an integer rectangle. * NEW: Border(...) now create a new Border object, like the constructor. * NEW: Border.IsVoid() returns if the Border object will actually draw a border. The slash and backslash strokes are not taken into account. * NEW: GridView.Collapse has been removed. Margin are always collapsed for row borders, and never collapsed for cell borders. * BUG: GridView borders now work as expected. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Row.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/main/lib/geom/crect_temp.h Added Paths: ----------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class Removed Paths: ------------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |