gambas-source-code/main/lib/draw
Benoît Minisini 52b3040e07 [DEVELOPMENT ENVIRONMENT]
* NEW: Try to avoir Application.Busy flickering in some dialogs.

[EXAMPLES]
* NEW: New Tablet event inspired by a project made by Ricardo Díaz Martín.

[GB.DRAW]
* NEW: Paint.DrawImage() takes a new optional argument that defines the 
  opacity of the drawing, between 0 and 1.

[GB.FORM]
* NEW: ScrollArea.Tablet is a new property that allows it to catch tablet 
  events.

[GB.GTK]
* BUG: Support for tablet events.
* BUG: Make mouse events in gb.gtk and gb.qt3 behave the same way.
* NEW: Mouse.State is a new property that return the state of all mouse 
  buttons as specified by the current mouse event.
* NEW: Mouse.Button now only returns the index of the button that triggered 
  the mouse event.
* BUG: Fix a typo in the name of the Pointer.YTilt property.
* BUG: DrawingArea.Tablet now works correctly when the DrawingArea is not
  cached.

[GB.QT4]
* BUG: Mouse events from tablet now get accurate button information.
* BUG: Make mouse events in gb.gtk and gb.qt3 behave the same way.
* NEW: Mouse.State is a new property that return the state of all mouse 
  buttons as specified by the current mouse event.
* NEW: Mouse.Button now only returns the index of the button that triggered 
  the mouse event.
* BUG: Fix a typo in the name of the Pointer.YTilt property.


git-svn-id: svn://localhost/gambas/trunk@5057 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-19 13:01:57 +00:00
..
CDraw.c [GB.DRAW] 2012-06-27 18:06:10 +00:00
CDraw.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
cpaint.c [DEVELOPMENT ENVIRONMENT] 2012-08-19 13:01:57 +00:00
cpaint.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
crect.c [GB.DRAW] 2012-02-22 01:43:17 +00:00
crect.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.draw.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.image.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2012-08-19 13:01:57 +00:00
gb_list.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [INTERPRETER] 2012-05-08 15:32:33 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am [GB.DRAW] 2011-02-13 21:43:14 +00:00
matrix.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
matrix.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00