gambas-source-code/main/lib/image
Benoît Minisini 5a61180b86 [CONFIGURATION]
* NEW: Dutch translation updated in many places.

[DEVELOPMENT ENVIRONMENT]
* NEW: New option to run a program inside a true virtual terminal, but its 
  standard error output is redirected to the IDE console.

[WIKI]
* NEW: New Gambas wiki CGI script. It aims at replacing the current wiki. 
  Currently in development...

[INTERPRETER]
* NEW: A new '-t' hidden command-line argument to support redirecting the
  standard error output to a named pipe.

[GB.IMAGE]
* BUG: Link with the mathematic library as the pow() function is used for
  the image gamma filter.

[GB.MARKDOWN]
* NEW: Markdown.Line is a new property that returns the current line if an 
  error occurs while converting markdown syntax to HTML.
* NEW: Support for custom commands "{@...}".
* NEW: The quote characters has the same effect as the backquote character, 
  except that markdown is allowed inside.

[GB.QT4]
* BUG: Clipboard.Paste() now returns the image when there is both image and 
  text inside the clipboard.



git-svn-id: svn://localhost/gambas/trunk@6146 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-02-09 16:00:13 +00:00
..
c_color.c [DEVELOPMENT ENVIRONMENT] 2013-08-13 12:18:32 +00:00
c_color.h
CImage.c [DEVELOPMENT ENVIRONMENT] 2013-08-07 03:14:27 +00:00
CImage.h
CImageStat.c
CImageStat.h
gb.image.component
gb.image.h [DEVELOPMENT ENVIRONMEMNT] 2013-09-08 17:15:55 +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
image_stat.h
main.c
main.h
Makefile.am [CONFIGURATION] 2014-02-09 16:00:13 +00:00