gambas-source-code/main/lib/draw
Benoît Minisini eba1d9c405 [DEVELOPMENT ENVIRONMENT]
* OPT: Cache the welcome Gambas SVG logo in an image for faster redrawing.
* NEW: Start defining new control hidden properties in all components: 
  _IsControl, _Group, _Family, _IsVirtual, _IsContainer, _IsMultiContainer.

[EXAMPLES]
* NEW: Use new Paint methods in the Painting example.

[INTERPRETER]
* BUG: Instr() and RInstr() correctly handle non-ASCII characters.

[GB.DRAW]
* NEW: Support for Paint.RichText and Paint.RichTextExtents.

[GB.GTK]
* BUG: Rich text relative font sizes are now correctly handled.
* NEW: Implement Paint.RichText and Paint.RichTextExtents.

[GB.QT4]
* NEW: Implement Paint.RichText and Paint.RichTextExtents.


git-svn-id: svn://localhost/gambas/trunk@2698 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-14 01:16:27 +00:00
..
CDraw.c [GB.DRAW] 2009-12-29 21:42:40 +00:00
CDraw.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
cpaint.c [DEVELOPMENT ENVIRONMENT] 2010-02-14 01:16:27 +00:00
cpaint.h [DEVELOPMENT ENVIRONMENT] 2009-12-28 01:19:27 +00:00
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 [CONFIGURATION] 2009-08-17 10:41:51 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2009-12-28 01:19:27 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-12-24 15:09:08 +00:00
matrix.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
matrix.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00