gambas-source-code/main/lib/draw
Benoît Minisini 5a547fbb10 [DEVELOPMENT ENVIRONMENT]
* NEW: Use a big font for displaying cursor position in editors.

[GB.DRAW]
* NEW: Paint.Arc() and Paint.Ellipse() take a new optional boolean argument
  that tells if a pie must be drawn instead of a chord.

[GB.FORM]
* NEW: LCDLabel now has an HighlightColor property that allows to define 
  the color of the glow. By default, no glow is drawn.

[GB.GTK]
* BUG: Fix control background drawing routine.
* NEW: Implement the new "Pie" argument of Paint.Arc() and Paint.Ellipse().

[GB.GUI.BASE]
* BUG: Draw.Ellipse() and Draw.Circle() now draw a pie instead of a chord.

[GB.QT4]
* NEW: Implement the new "Pie" argument of Paint.Arc() and Paint.Ellipse().


git-svn-id: svn://localhost/gambas/trunk@5413 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-12-06 00:21:16 +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 [DEVELOPMENT ENVIRONMENT] 2012-12-06 00:21:16 +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-12-06 00:21:16 +00:00
gb_list.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-11-27 18:42:24 +00:00
matrix.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
matrix.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00