gambas-source-code/main/lib/draw
Benoît Minisini 61997e8921 [DEVELOPMENT ENVIRONMENT]
* NEW: Use the new mascot to draw project directory icon.

[EXAMPLES]
* NEW: Some little changes in the Painting example.

[INTERPRETER]
* NEW: The component GB_INIT function now returns an integer that gives an 
  unloading order. The higher the returned number, the later the component 
  is unloaded. If GB_INIT returns -1, then the component shared library 
  will not be unloaded.
* NEW: Update GB_INIT functions in all components.

[GB.DRAW]
* BUG: Paint.Image() optional translation arguments are not inverted 
  anymore.

[GB.QT4]
* BUG: If Paint.LineWidth is zero, then nothing is stroked, as in gb.gtk.
* BUG: TabStrip is now correctly arranged when it has only one tab.


git-svn-id: svn://localhost/gambas/trunk@2605 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-10 13:40:48 +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-01-10 13:40:48 +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 [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.paint.h [GB.GTK] 2010-01-01 22:19:11 +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