gambas-source-code/main/lib/geom
Benoît Minisini fea6d3c2dd [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.


git-svn-id: svn://localhost/gambas/trunk@6817 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-01-07 18:17:01 +00:00
..
cpoint.c
cpoint.h
cpoint_temp.h [DEVELOPMENT ENVIRONMEMNT] 2013-09-08 17:15:55 +00:00
crect.c
crect.h
crect_temp.h [DEVELOPMENT ENVIRONMENT] 2015-01-07 18:17:01 +00:00
gb.geom.h [DEVELOPMENT ENVIRONMENT] 2013-08-09 20:42:38 +00:00
main.c
main.h
Makefile.am