gambas-source-code/gb.net.curl/src
Benoît Minisini 055096a304 [DEVELOPMENT ENVIRONMENT]
* NEW: Support for 'WebCoord' property kind.
* NEW: WebForm family: Draw WebImage controls.
* NEW: CoordBox.Units is a new property that allows to define the units
  list.
* NEW: CoordBox.DefaultUnit is a new property that allows to define the
  default unit.
* BUG: CoordBox is now correctly not localized.

[GB.DB.FORM]
* BUG: Correctly define the default size of controls.

[GB.FORM.EDITOR]
* NEW: The Margin event is now raised on double click only.
* NEW: The line cache is now based on Picture, not on Image.

[GB.GTK]
* NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width.
* NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height.
* NEW: SvgImage.Paint() now takes optional X, Y, Width and Height
  arguments. These arguments define the target drawing rectangle, and the
  SVG image will be scaled to fit it.

[GB.GTK3]
* NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width.
* NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height.
* NEW: SvgImage.Paint() now takes optional X, Y, Width and Height
  arguments. These arguments define the target drawing rectangle, and the
  SVG image will be scaled to fit it.

[GB.GUI.BASE]
* NEW: Paint.StretchImage() is a new method that scales an image to fit a
  rectangle, keeping the image proportions.

[GB.QT4]
* NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width.
* NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height.
* NEW: SvgImage.Paint() now takes optional X, Y, Width and Height
  arguments. These arguments define the target drawing rectangle, and the
  SVG image will be scaled to fit it.

[GB.QT5]
* NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width.
* NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height.
* NEW: SvgImage.Paint() now takes optional X, Y, Width and Height
  arguments. These arguments define the target drawing rectangle, and the
  SVG image will be scaled to fit it.

[GB.WEB.FORM]
* NEW: WebControl: Width and Height properties now have the 'WebCoord'
  kind.


git-svn-id: svn://localhost/gambas/trunk@7503 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-12-05 11:14:30 +00:00
..
gb.net.curl [DEVELOPMENT ENVIRONMENT] 2015-12-05 11:14:30 +00:00
CCurl.c [GB.NET.CURL] 2015-01-23 15:25:18 +00:00
CCurl.h [DEVELOPMENT ENVIRONMENT] 2014-11-23 02:22:57 +00:00
CFtpClient.c [DEVELOPMENT ENVIRONMENT] 2014-11-23 02:22:57 +00:00
CFtpClient.h [GB.NET.CURL] 2013-10-08 23:32:15 +00:00
CHttpClient.c [GB.NET.CURL] 2015-11-08 19:57:18 +00:00
CHttpClient.h [DEVELOPMENT ENVIRONMENT] 2014-11-26 23:41:04 +00:00
CNet.c [GB.NET.CURL] 2013-08-15 19:20:52 +00:00
CNet.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CProxy.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CProxy.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.net.curl.component [CONFIGURATION] 2010-02-10 01:58:50 +00:00
gbcurl.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gbcurl.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [GB.NET.CURL] 2013-08-04 12:03:48 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2014-12-20 15:24:00 +00:00