]> O.S.I.I.S - jp/crow.git/commit
* Crow.csproj:
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 6 Aug 2016 15:48:03 +0000 (17:48 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 6 Aug 2016 15:48:03 +0000 (17:48 +0200)
commitc45ce80e0e4298afcbeee9215ee2d1d30c4c3be8
treeec659a28153b9df8406736d9f8df6ee255b8cb7e
parentf42cabddc008529eddc0a43cad3be2b39b6790ee
* Crow.csproj:
* Label.cs: update

* GraphicObject.cs: key up

* ListBox.cs: IMLStream instanciing

* PrivateContainer.cs: Clear child Changes

* Scroller.cs: scroller have VerticalSrcrolling by default

* TemplatedControl.cs: remove unused hostClass attribute

* IMLStream.cs: IMLStream instance and source properties

* Interface.cs: removed unused hostClass
Only putOnTop Window widget when focused
KeyboardState key up and down

* TreeView.crow: no border in default template

* BasicTests.cs: IMLEditor
PropLessBinding test

* Tests.csproj:
* 2.crow:
* 0.crow:
* test5.crow:
* 2.crow:
* testTreeView.crow: update tests

* Bindings.cs:
* MemberReference.cs:
* CompilerServices.cs: property less bindings debug
20 files changed:
Crow.csproj
Templates/TreeView.crow
Tests/BasicTests.cs
Tests/Interfaces/Divers/2.crow
Tests/Interfaces/Divers/test5.crow
Tests/Interfaces/Expandable/2.crow [deleted file]
Tests/Interfaces/Unsorted/0.crow
Tests/Interfaces/Unsorted/testTreeView.crow
Tests/Tests.csproj
src/CompilerServices/Bindings.cs
src/CompilerServices/CompilerServices.cs
src/CompilerServices/MemberReference.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/TemplatedControl.cs
src/IMLStream.cs
src/Interface.cs