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 [DEVELOPMENT ENVIRONMENT] 2009-09-06 09:25:18 +00:00
CImage.c [DEVELOPMENT ENVIRONMENT] 2010-08-24 10:56:55 +00:00
CImage.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
CImageStat.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
CImageStat.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb.image.component [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.image.h [GB.IMAGE] 2010-06-19 12:38:28 +00:00
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 [CONFIGURATION] 2009-08-17 10:41:51 +00:00
main.c [GB.IMAGE] 2010-06-19 12:38:28 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-09-01 01:14:13 +00:00