gambas-source-code/main/lib/draw
Benoît Minisini a0cf1a5b01 [DEVELOPMENT ENVIRONMENT]
* BUG: Paste and Delete are now correctly disabled in the form editor when 
  the form is read-only.

[EXAMPLE]
* NEW: New Printing example.

[GB.DRAW]
* NEW: Paint.RichTextExtents() now take an optional width argument.
* NEW: Paint.DrawText() and Paint.DrawRichText() are two new methods to 
  directly draw text without using an intermediate path. They make 
  generated PDF and Postscript files smaller.

[GB.FORM]
* BUG: Setting ScrollArea.Border property correctly refreshes it now.
* BUG: ScrollArea contents is correctly clipped now.

[GB.GTK]
* BUG: gb.gtk now requires 'gtk+-unix-print-2.0' pkg-config library.
* BUG: Dialog.Font works correctly now.
* BUG: Relative font sizes are correctly interpreted in rich text now.
* BUG: TextArea shortcuts correctly ensure that the cursor is visible.
* BUG: Paint.DrawImage() works correctly now.


git-svn-id: svn://localhost/gambas/trunk@3607 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-02-23 15:49:56 +00:00
..
CDraw.c [GB.DRAW] 2011-02-13 23:03:20 +00:00
CDraw.h [COMPILER] 2011-01-08 01:17:55 +00:00
cpaint.c [DEVELOPMENT ENVIRONMENT] 2011-02-23 15:49:56 +00:00
cpaint.h [COMPILER] 2011-01-08 01:17:55 +00:00
crect.c [GB.DRAW] 2011-02-13 23:03:20 +00:00
crect.h [GB.DRAW] 2011-02-13 23:03:20 +00:00
gb.draw.h [GB.DRAW] 2011-01-28 02:42:42 +00:00
gb.image.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2011-02-23 15:49:56 +00:00
gb_list.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
main.c [GB.DRAW] 2011-02-13 21:43:14 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [GB.DRAW] 2011-02-13 21:43:14 +00:00
matrix.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
matrix.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00