gambas-source-code/main/lib/image
Benoît Minisini 6f440dc030 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix the icon editor.

[INTERPRETER]
* NEW: If Stop Event is used during the Timer event, the timer is stopped.

[INFORMER]
* BUG: Fix a file descriptor leak.

[GB.DRAW]
* NEW: Draw.Zoom() now does not draw cell borders unless zoom is greater or 
  equal than 6.

[GB.DESKTOP]
* BUG: Fix a forgotten "break" in a switch statement when setting a window
  property with a string array.

[GB.QT4]
* BUG: Fix image leak in Clipboard.Copy() and Drag().
* BUG: Fix incorrect copy of image data when taking ownership of an image 
  object.
* NEW: Draw.Image() does not do a smooth transformation the image is 
  enlarged in both dimensions, and if the new size is a multiple of the old
  size.
* OPT: DrawingArea with the default background color now does not repaint
  its background before calling the Draw event.

[GB.QT4.EXT]
* BUG: Fix a bad test in GDocument::getLineFlag().


git-svn-id: svn://localhost/gambas/trunk@3368 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-12-15 15:55:16 +00:00
..
c_color.c [DEVELOPMENT ENVIRONMENT] 2010-09-15 01:49:26 +00:00
c_color.h
CImage.c [DEVELOPMENT ENVIRONMENT] 2010-08-24 10:56:55 +00:00
CImage.h
CImageStat.c
CImageStat.h
gb.image.component
gb.image.h
image.c [DEVELOPMENT ENVIRONMENT] 2010-12-15 15:55:16 +00:00
image.h [DEVELOPMENT ENVIRONMENT] 2010-08-24 10:56:55 +00:00
image_stat.c [WIKI CGI SCRIPT] 2010-12-05 20:17:24 +00:00
image_stat.h
main.c
main.h
Makefile.am