gambas-source-code/main/lib/draw
Benoît Minisini ae5f540c3b [DEVELOPMENT ENVIRONMENT]
* OPT: ImageEditor: Optimize the pen and eraser tools.
* NEW: ImageEditor: The popup menu allows to define the magnet grid of the 
  current selected shape.

[GB.CLIPPER]
* BUG: Polygon.Clean() does not close the polygon automatically.
* NEW: Polygon.Add() and Polygon.AddPoint() are two new methods to add a
  point to a polygon.
* NEW: Polygon.Remove() is a new method to remove points from a polygon.

[GB.FORM]
* NEW: The ImageView draws nothing by itself if its Draw event is catched.
  Drawing the image is then entirely up to the Draw event handler.


git-svn-id: svn://localhost/gambas/trunk@5805 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-08-18 00:47:21 +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] 2013-08-18 00:47:21 +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
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2013-08-09 20:42:38 +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