gambas-source-code/main/lib/draw
Benoît Minisini 9fcc50b488 [DEVELOPMENT ENVIRONMENT]
* NEW: Update markup syntax with support for indexes.

[WIKI CGI SCRIPT]
* NEW: Support for component help written in *.info files.
* BUG: Automatic links work again.

[GB.DRAW]
* BUG: Fix Point and PointF InRect() method signature.

[GB.GUI.BASE]
* BUG: TreeView Click event correctly sets the Item property.
* BUG: Remove the useless GridView.Data.Draw property.
* BUG: Remove the GridView KeyPress event override.
* BUG: Fix the GridView Draw event signature.

[GB.QT4.WEBKIT]
* NEW: WebElement.Paint() now takes an optional clipping rectangle 
  argument.


git-svn-id: svn://localhost/gambas/trunk@5410 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-12-03 12:56:41 +00:00
..
cdraw.c [GB.DRAW] 2012-11-24 21:41:28 +00:00
cdraw.h [INTERPRETER] 2012-11-24 18:52:11 +00:00
cpaint.c [GB.DRAW] 2012-11-28 03:32:55 +00:00
cpaint.h [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
cpoint.c [GB.DRAW] 2012-11-25 01:39:49 +00:00
cpoint.h [INTERPRETER] 2012-11-24 18:52:11 +00:00
cpoint_temp.h [DEVELOPMENT ENVIRONMENT] 2012-12-03 12:56:41 +00:00
crect.c [INTERPRETER] 2012-11-24 18:52:11 +00:00
crect.h [GB.DRAW] 2012-11-26 06:33:49 +00:00
crect_temp.h [GB.DRAW] 2012-11-28 03:32:55 +00:00
gb.draw.h [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
gb.image.h
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
gb_list.c
main.c [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
main.h
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
matrix.c
matrix.h