gambas-source-code/main/lib/image
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
..
c_color.c [WIKI CGI SCRIPT] 2010-01-04 12:04:53 +00:00
c_color.h [DEVELOPMENT ENVIRONMENT] 2009-09-06 09:25:18 +00:00
CImage.c [GB.IMAGE] 2009-12-29 11:56:43 +00:00
CImage.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CImageStat.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CImageStat.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb.image.component
gb.image.h [GB.IMAGE] 2009-12-29 18:19:33 +00:00
image.c [GB.IMAGE] 2009-12-29 11:56:43 +00:00
image.h [GB.IMAGE] 2009-12-29 11:56:43 +00:00
image_stat.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
image_stat.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2010-01-10 13:40:48 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-09-01 01:14:13 +00:00