gambas-source-code/main/lib/draw
Benoît Minisini 8c6cf71838 [DEVELOPMENT ENVIRONMENT]
* NEW: ImageEditor: A text tool has been added.
* BUG: The "open terminal" and "open file browser" toolbar icons now work 
  as expected.

[WEBSITE MAKER]
* NEW: Update for 3.5.2 release.

[INTERPRETER]
* NEW: Successives spaces in a regular expression pattern now acts like a 
  single space.

[GB.DRAW]
* NEW: Paint.PathOutline is a new property that returns a array of polygons 
  corresponding to the current drawing path.

[GB.FORM]
* NEW: FontBox is a new control that allows to select a font from a text 
  field.
* NEW: The FontChooser control now adapts its interface if its height is 
  too small.

[GB.GTK]
* NEW: Paint.PathOutline is a new property that returns a array of polygons 
  corresponding to the current drawing path.

[GB.GUI.BASE]
* NEW: Add a little left and right padding to GridView cells.
* NEW: ListBox now uses the default selected background color.

[GB.QT4]
* NEW: Paint.PathOutline is a new property that returns a array of polygons 
  corresponding to the current drawing path.


git-svn-id: svn://localhost/gambas/trunk@6080 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-01-12 01:59:49 +00:00
..
cdraw.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
cdraw.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
cpaint.c [DEVELOPMENT ENVIRONMENT] 2014-01-12 01:59:49 +00:00
cpaint.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.draw.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.geom.h [GB.DRAW] 2013-05-04 17:23:17 +00:00
gb.image.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2014-01-12 01:59:49 +00:00
gb_list.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am [GB.DRAW] 2013-05-04 17:23:17 +00:00
matrix.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
matrix.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00