Steven Kirk
|
5bfa93b747
|
Renamed Deck -> Carousel.
|
11 years ago |
Steven Kirk
|
78ff0ff940
|
Fix ProgressBar display.
Closes #217.
|
11 years ago |
Steven Kirk
|
16825ac45e
|
Handle null and UnsetValue in ExpressionSubject.
|
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 |
Steven Kirk
|
c0dff57a78
|
Make SelectedItems bindable.
And to avoid confusion removed SelectedIndexes.
|
11 years ago |
Steven Kirk
|
7d73960ef6
|
Make selecting ranges work.
|
11 years ago |
Steven Kirk
|
b2d40e77c3
|
Started implementing multiple selection.
|
11 years ago |
Steven Kirk
|
7a287782fb
|
Renamed "selected" style class to ":selected"
|
11 years ago |
Steven Kirk
|
7b82df4369
|
Replaced AutoSelect with SelectionMode.
Added protected multiple selection properties to SelectingItemsControl.
|
11 years ago |
Steven Kirk
|
d183cf1bc3
|
Fix XamlTestApplication.
|
11 years ago |
Steven Kirk
|
92535c3904
|
Make TreeDataTemplate work.
|
11 years ago |
Steven Kirk
|
9d88f91852
|
Determine binding target at time of bind.
This is needed in order to be able to use bindings as selectors, e.g.
for TreeDataTemplate.ItemsSelector.
|
11 years ago |
Steven Kirk
|
9aa3c18c58
|
Fixed shuffle.
|
11 years ago |
Steven Kirk
|
a5ec3588c5
|
Test binding negation in BindingTest.
|
11 years ago |
Steven Kirk
|
3fee7587bc
|
Make the shuffle more noticable.
|
11 years ago |
Steven Kirk
|
0c837f87a8
|
Add demo of binding to array index.
Tried to add a button to shuffle ObservableCollection, but Command binding doesn't seem to work.
|
11 years ago |
Steven Kirk
|
1064fbd186
|
Implement OneTime binding.
|
11 years ago |
Steven Kirk
|
8457645eb4
|
Implemented OneWayToSource binding.
|
11 years ago |
Steven Kirk
|
907505f194
|
Get simple two-way bindings working.
|
11 years ago |
Steven Kirk
|
4d5abf80e7
|
Added a binding test application.
|
11 years ago |
Steven Kirk
|
52975c8432
|
Basic binding using ExpressionObserver.
|
11 years ago |
Steven Kirk
|
ce920d1d18
|
Commented out TreeView for now.
|
11 years ago |
Nikita Tsukanov
|
01562bd98c
|
XamlTestApp code cleanup
|
11 years ago |
Nikita Tsukanov
|
b016c8d34d
|
Moved some stuff from XamlTestApplication to XamlTestApplicationPcl
|
11 years ago |
Steven Kirk
|
c91ea908da
|
Fixed Animations page again.
|
11 years ago |
Nikita Tsukanov
|
e8406b3f27
|
Fixed animations tab
|
11 years ago |
Steven Kirk
|
5cd27f7e8f
|
Started implementing TreeDataTemplate.
Binding system needs to be updated first.
|
11 years ago |
Steven Kirk
|
d581a1785d
|
Fixed test DataTemplate.
|
11 years ago |
Steven Kirk
|
a0509caede
|
Renamed TreeDataTemplate -> FuncTreeDataTemplate.
|
11 years ago |
Steven Kirk
|
d143b7fcee
|
Make initial DropDown selection work
Fixes #110
|
11 years ago |
Steven Kirk
|
1b4c7787d1
|
Enable DevTools on TestApplication.
|
11 years ago |
Steven Kirk
|
328f4c95d6
|
Trying to define DataTemplates in XAML.
Getting a crash from OmniXAML.
|
11 years ago |
Steven Kirk
|
292a04d973
|
Renamed DataTemplate -> FuncDataTemplate.
|
11 years ago |
Steven Kirk
|
ad70cf874c
|
Make the TestApplication work again.
Expose the tab item content selector from TabControl, and make
FuncMemberSelector return default(T) if the parameter is of the wrong
type.
|
11 years ago |
Nikita Tsukanov
|
d7f3778de6
|
New main loop system
|
11 years ago |
Dan Walmsley
|
362f7e78c0
|
implemented UseFloatingWatermark
|
11 years ago |
Dan Walmsley
|
7964321dd1
|
Implemented UseFloatingWaterMark property.
|
11 years ago |
Dan Walmsley
|
fc76076c8a
|
Added implementation of Watermark for Textbox.
|
11 years ago |
Jason Jarvis
|
d561910554
|
Updated TimeSpanTypeConverter (renamed) to support both full syntax as well as shorthand seconds only. Made CrossFade/PageSlide use simple Duration property, and removed PerspexObject base. Fixed some white space issues.
|
11 years ago |
Jason Jarvis
|
8723790a04
|
Animations (PageSlide and CrossFade) can now be added in Xaml files. Added a TimeSpanTypeConverter to support that.
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Steven Kirk
|
b3af361686
|
Still trying to get property dependencies working.
SelectedIndex isn't being set.
|
11 years ago |
Steven Kirk
|
1b745ab62c
|
Removed NGenerics.
Closes #7.
|
11 years ago |
Nikita Tsukanov
|
2fd1234b49
|
Renamed MainWindow.xaml to MainWindow.paml
|
11 years ago |
Amer Koleci
|
edcd2cbe46
|
Add Canvas under Layout tab
|
11 years ago |
Nelson Carrillo
|
d8b95e8bc3
|
Finalizing Gallery work
|
11 years ago |
Nelson Carrillo
|
49019c440a
|
More progress
|
11 years ago |
Nelson Carrillo
|
b491c0ec25
|
WIP
|
11 years ago |
Nelson Carrillo
|
13c3f00b87
|
Cleaning up TestApplication
|
11 years ago |