Nikita Tsukanov
|
8d21c8069d
|
Moved project
|
10 years ago |
Nikita Tsukanov
|
3af869f49f
|
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
|
10 years ago |
Wiesław Šoltés
|
9cdcf6cb02
|
Revert "Updated projects and packages"
This reverts commit 7cca79b435.
|
10 years ago |
Steven Kirk
|
c9d3408c29
|
Improve numerical binding error messages.
|
10 years ago |
Steven Kirk
|
57a611533c
|
Added Data Annotations validation.
|
10 years ago |
Steven Kirk
|
ab515ee513
|
Added INDEI validation to BindingTest.
|
10 years ago |
Steven Kirk
|
760adfc126
|
Update BindingTest with changes.
Data validation still doesn't work in BindingTest though.
|
10 years ago |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
10 years ago |
Steven Kirk
|
3c164547ed
|
Added mono solution platform.
And removed the projects that don't apply/dont build on mono from it.
|
10 years ago |
Wiesław Šoltés
|
a3a5f21873
|
Fixed references
|
10 years ago |
Jan Schiefer
|
f3927cea6b
|
Add missing project references for BindingTest and VirtualiationTest
|
10 years ago |
Jeremy Koritzinsky
|
3c5848bc2c
|
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
|
10 years ago |
Nikita Tsukanov
|
ee37ab8df4
|
Added UsePlatformDetect
|
10 years ago |
Nikita Tsukanov
|
e14ac5742f
|
RegisterServices should be called by AppBuilder
|
10 years ago |
Steven Kirk
|
d79fc6bbd8
|
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
|
10 years ago |
Steven Kirk
|
5c33fbc6ee
|
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
|
10 years ago |
Steven Kirk
|
d97c276b52
|
Added ncrunch project files.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Wiesław Šoltés
|
a3d2cc400d
|
Updated BindingTest sample view model
|
10 years ago |
Wiesław Šoltés
|
557fda7f45
|
Updated BindingTest sample
|
10 years ago |
Wiesław Šoltés
|
764d5fd0ce
|
Updated BindingTest sample
|
10 years ago |
Wiesław Šoltés
|
b25125108a
|
Added Commands tab
|
10 years ago |
Wiesław Šoltés
|
b4d486f45d
|
Added StringValueCommand
|
10 years ago |
Steven Kirk
|
3e3e3244e3
|
Updated SharpDX.
|
10 years ago |
Jason Jarvis
|
874e350126
|
Fixed up tab and name styling issues.
|
10 years ago |
Jason Jarvis
|
97388703b3
|
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
|
10 years ago |
Steven Kirk
|
364fe86e78
|
Allow designer to work again.
|
10 years ago |
Wiesław Šoltés
|
af9e5e6336
|
Removed unused usings
|
10 years ago |
Wiesław Šoltés
|
17313a05ba
|
Changed target framework to 4.5 for BindingTest
|
10 years ago |
Steven Kirk
|
3f5f21e6ad
|
Removed logging to normal in BindingTest.
|
10 years ago |
Steven Kirk
|
46df444cda
|
Logging documentation.
|
10 years ago |
Steven Kirk
|
3bf4182007
|
Log binding errors.
|
10 years ago |
Jeremy Koritzinsky
|
44b1b4d9cd
|
Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly.
|
10 years ago |
Steven Kirk
|
81d7d76659
|
Renamed paml => xaml in files.
|
10 years ago |
Steven Kirk
|
94ea1dc6c3
|
Renamed .paml files to .xaml.
|
10 years ago |
Steven Kirk
|
913c647bcb
|
Think I've managed to repro Core2D leak.
|
10 years ago |
Steven Kirk
|
e09495749f
|
Update BindingTest to display data template.
Based on selected list item. Trying to reproduce the leak seen in
Core2D.
|
10 years ago |
Steven Kirk
|
ab2d7571e1
|
Include default theme and base color in App.paml.
|
10 years ago |
Steven Kirk
|
44a50eb51c
|
Removed one way to source binding from BindingTest.
As it was clearing the binding value when the program was run. Not sure
why it didn't do that before as it is correct behavior.
|
10 years ago |
Steven Kirk
|
80ecc8002b
|
Implemented delayed bindings.
|
10 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
10 years ago |
Steven Kirk
|
8fb9c5c8e7
|
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
|
10 years ago |
Steven Kirk
|
baf43b31c2
|
Use #element syntax in binding.
|
11 years ago |
Steven Kirk
|
7865743819
|
Added ElementName bindings.
|
11 years ago |
Steven Kirk
|
76b6f8f3dd
|
Another oops.
|
11 years ago |
Steven Kirk
|
73785d471f
|
Oops.
|
11 years ago |
Steven Kirk
|
bd220d2b92
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
78ff0ff940
|
Fix ProgressBar display.
Closes #217.
|
11 years ago |
Steven Kirk
|
62b8c5a40c
|
Added default type converter for bindings.
To convert between basic types. Closes #256. Closes #270.
|
11 years ago |
Steven Kirk
|
6401cec2ef
|
Make SelectedItems a plain IList
As IList<T> is not covariant.
|
11 years ago |