gambas-source-code/main/lib/image
Benoît Minisini 56c65ddcb4 [DEVELOPMENT ENVIRONMENT]
* NEW: ImageEditor: Tons of bug fixes. The current selection and the 
  current pasted image can be moved, rotated and shrinked with the mouse.
* NEW: Image rotation tool.

[GB.DRAW]
* BUG: The PaintMatrix class is now really autonomous. It can be used 
  without a current drawing device.
* NEW: PaintMatrix.Copy() is a new method that copies a matrix.
* NEW: PaintMatrix.Map() is a new method that applies a matrix to a point
  and returns the result.

[GB.FORM]
* NEW: ImageView can take the focus.
* BUG: DirChooser should not crash anymore when it cannot access a 
  bookmark.

[GB.GTK]
* NEW: Implementation of the new PaintMatrix design.

[GB.IMAGE]
* BUG: Image.Fuzzy() argument cannot be greater than 254.

[GB.QT4]
* NEW: Implementation of the new PaintMatrix design.


git-svn-id: svn://localhost/gambas/trunk@5779 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-08-09 20:42:38 +00:00
..
c_color.c [DEVELOPMENT ENVIRONMENT] 2013-08-07 03:14:27 +00:00
c_color.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CImage.c [DEVELOPMENT ENVIRONMENT] 2013-08-07 03:14:27 +00:00
CImage.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CImageStat.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
CImageStat.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.image.component
gb.image.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
image.c [DEVELOPMENT ENVIRONMENT] 2013-08-09 20:42:38 +00:00
image.h [DEVELOPMENT ENVIRONMENT] 2013-08-07 03:14:27 +00:00
image_stat.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
image_stat.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
main.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am