gambas-source-code/main/lib/draw
Benoît Minisini 98ad2ba515 [DEVELOPMENT ENVIRONMENT]
* NEW: Properties wose kind is ReportBorder are now managed.
* NEW: Border and Padding are taken into account when drawing Report forms.

[INTERPRETER]
* BUG: Thousand separators are taken into account when trying to convert a 
  string to an integer.
* BUG: String[].Exist() now correctly returns a boolean.

[GB.DRAW]
* NEW: Paint.Device and Draw.Device now return NULL if nothing is 
  currently drawn.

[GB.REPORT]
* NEW: Change the syntax of ReportBorder.ToString() and ReportBorder[].

[GB.QT4]
* BUG: Dialog.SelectColor() does not quit the event loop unexpectedly 
  anymore.


git-svn-id: svn://localhost/gambas/trunk@2760 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-03-07 01:38:15 +00:00
..
CDraw.c [DEVELOPMENT ENVIRONMENT] 2010-03-07 01:38:15 +00:00
CDraw.h
cpaint.c [DEVELOPMENT ENVIRONMENT] 2010-03-07 01:38:15 +00:00
cpaint.h
gb.draw.h [GB.DRAW] 2009-12-29 21:42:40 +00:00
gb.image.h
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2010-02-14 01:16:27 +00:00
gb_list.c
main.c
main.h
Makefile.am
matrix.c
matrix.h