]> O.S.I.I.S - jp/crow.git/commit
* Crow.csproj, Default.style, button.svg, buttest.svg, buttest2.svg, buttest4.svg...
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Aug 2016 01:37:29 +0000 (03:37 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Aug 2016 01:37:29 +0000 (03:37 +0200)
commit80ceca9f199f37928f8c3068d07732b77d45156f
tree23cc31124f141dfc7919581d8cfab381a4ebc977
parent2b62c4b6eefdeaf3ddb4247b6241e87ee2345a6a
* Crow.csproj, Default.style, button.svg, buttest.svg, buttest2.svg, buttest4.svg, 0.crow:
  test and divers

* DirectoryView.cs:
  SelectedItem property

* GraphicObject.cs:
  Style class, EventInfo in styles

* Group.cs:
  lock children

* Popper.cs:
  alignment = top left, simple unpop on mouse leave, no additional tests

* Spinner.cs:
  ctor order

* TabView.cs:
  code clean

* Window.cs:
  movable

* Style.cs, Interface.cs:
  Style class

* StyleReader.cs:
  parser exception, debug expression parsing

* Button.crow, Popper.goml, TabItem.crow, CheckBox.goml, Expandable.goml, MessageBox.goml, RadioButton.goml, ScrollingListBox.goml:
  templating

* TreeView.crow:
  scrollbar

* 1.crow:
  showcase

* test.style, Tests.csproj, CheckBox2.imlt:
  tests
30 files changed:
Crow.csproj
Default.style
Images/Icons/buttest.svg [deleted file]
Images/Icons/buttest2.svg [deleted file]
Images/Icons/buttest4.svg [deleted file]
Images/Icons/button.svg [deleted file]
Style.cs [new file with mode: 0644]
Templates/Button.crow
Templates/CheckBox.goml
Templates/Expandable.goml
Templates/MessageBox.goml
Templates/Popper.goml
Templates/RadioButton.goml
Templates/ScrollingListBox.goml
Templates/TabItem.crow
Templates/TreeView.crow
Tests/Interfaces/CheckBox2.imlt [new file with mode: 0644]
Tests/Interfaces/basicTests/0.crow
Tests/Interfaces/basicTests/1.crow
Tests/Tests.csproj
Tests/test.style
src/GraphicObjects/DirectoryView.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/Spinner.cs
src/GraphicObjects/TabView.cs
src/GraphicObjects/Window.cs
src/Interface.cs
src/StyleReader.cs