]> O.S.I.I.S - jp/crow.git/commit
* BmpPicture.cs:
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 21 Sep 2015 06:30:08 +0000 (08:30 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 21 Sep 2015 06:30:09 +0000 (08:30 +0200)
commitf662d49464e2b8326522aad67761ffdcb8a5e5f6
treef767f75977721299da029518ec938bfa0366597b
parentdb3a636d9c4de1e4ee1d4e79e6dfeae738daac8d
* BmpPicture.cs:
  allow unscalled picture

* GraphicObject.cs:
  background image path, problems with repaint of background

* Group.cs:
  background image

* HorizontalStack.cs:
  clean code

* Label.cs:
  debug

* TemplatedContainer.cs:
  fix dataSource==null to clear binding successfully

* Window.cs:
  resizable or not

* OpenTKGameWindow.cs:
  RenderCustomTextureOnUIQuad (usefull for cached content)

* Picture.cs:
  Scale boolean

* ListBox.cs:
  remove debug loading time
src/BmpPicture.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/HorizontalStack.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/Window.cs
src/OpenTKGameWindow.cs
src/Picture.cs