gambas-source-code/main/lib
Benoît Minisini e63e8777a1 [DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Image brightness and constrast, clipboard management,
  cut, copy & paste have been implemented. Many fixes everywhere.
* NEW: Image editor: Resize dialog has been enhanced.

[GB.IMAGE]
* BUG: Image.Copy() now checks its arguments better, so that it does not
  generate images with garbage inside.
* NEW: Image.BrightnessContrast() is a new method that allows to change the
  brightness and contrast of an image.
* OPT: Internal routines for color space conversion between HSV and RGB 
  have been optimized.

[GB.FORM]
* NEW: The ImageView Draw event now takes the image that has been drawn as 
  argument.
* NEW: ImageView.Brightness and ImageView.Contrast are two new properties
  that allow to define the corresponding effects applied to the displayed
  image.


git-svn-id: svn://localhost/gambas/trunk@5775 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-08-06 17:28:13 +00:00
..
complex [CONFIGURATION] 2013-08-03 15:38:01 +00:00
compress [INTERPRETER] 2013-01-06 16:13:31 +00:00
data [INTERPRETER] 2013-07-21 16:19:26 +00:00
db [CONFIGURATION] 2013-08-03 15:38:01 +00:00
debug [CONFIGURATION] 2013-08-03 15:38:01 +00:00
draw [CONFIGURATION] 2013-08-03 15:38:01 +00:00
eval [CONFIGURATION] 2013-08-03 15:38:01 +00:00
geom [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gui [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gui.opengl [CONFIGURATION] 2013-08-03 15:38:01 +00:00
image [DEVELOPMENT ENVIRONMENT] 2013-08-06 17:28:13 +00:00
image.effect [CONFIGURATION] 2013-08-03 15:38:01 +00:00
option [CONFIGURATION] 2013-07-23 00:56:01 +00:00
signal [CONFIGURATION] 2013-08-03 15:38:01 +00:00
vb [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [GB.DRAW] 2013-05-04 17:23:17 +00:00