Steven Kirk
45207dd7c6
Make ExpressionObserver complete...
When rootObservable or _update completes.
10 years ago
Steven Kirk
79843ae311
Make DataTemplate-created controls namescopes.
10 years ago
Steven Kirk
21f4570559
Allow binding to anchor's DataContext.
Fixes #461 .
10 years ago
Steven Kirk
5d53ec9822
Fix binding to Window.
10 years ago
Steven Kirk
b227e8623f
Removed bogus test.
It wasn't testing the actual leak and relied on messy reflection so
removing it.
10 years ago
Steven Kirk
080638e079
Ensure DataTemplate contents can be named.
10 years ago
Steven Kirk
7e9756993f
Merge branch 'jkoritzinsky-application.exit'
10 years ago
Steven Kirk
92a03adfc5
Merge branch 'application.exit' of https://github.com/jkoritzinsky/Perspex into jkoritzinsky-application.exit
10 years ago
Steven Kirk
768c5c0f5e
Added new failing leak test.
10 years ago
Steven Kirk
667c17af4b
Removed leak tests and added failing test.
These were from a time when templates were applied when
attached/detached from visual tree. Template controls are now retained
until another template is applied.
10 years ago
Jeremy Koritzinsky
eea178500a
Added test and fixed implementation.
10 years ago
Steven Kirk
45004daa76
Use theme colors in ControlCatalog sidebar.
10 years ago
Steven Kirk
92bfc135ff
Update slider to use theme colors.
10 years ago
Steven Kirk
2a44e707f5
Use theme colors in ControlCatalog.
And demonstrate changing theme colors for a single button.
10 years ago
Steven Kirk
b397e5f89e
Re-enable carousel transition dropdown.
10 years ago
Steven Kirk
d582eecf28
Fix TestApplication.
10 years ago
Steven Kirk
165702c73e
Merge branch 'style-resources'
10 years ago
Steven Kirk
ab2d7571e1
Include default theme and base color in App.paml.
10 years ago
Steven Kirk
13599a6ebc
Set Track's logical child.
To its Thumb. This fixes a problem with styling ScrollBar.
10 years ago
Jeremy Koritzinsky
bbe460c18f
Added interface and implementation for application exiting. Will automatically close all windows when called.
10 years ago
Steven Kirk
50236aedd1
Update OmniXAML.
10 years ago
Steven Kirk
e6cc6cbd12
Merge pull request #453 from wieslawsoltes/PseudoClass
Added PseudoClass for OrientationProperty
10 years ago
Steven Kirk
aa87129043
Merge pull request #456 from Seeker1437/designer-move-patch
Moves Perspex Designer to PerspexVS
10 years ago
Darnell Williams
41e572b3a2
Moves Perspex Designer to PerspexVS
10 years ago
Wiesław Šoltés
37de675f5a
Added PseudoClass for OrientationProperty
10 years ago
Steven Kirk
7779a0b39b
Merge pull request #452 from KvanTTT/master
Fixed DPI scaling .dll not found. fixed #449
10 years ago
Steven Kirk
5add75d7f4
Merge pull request #450 from wieslawsoltes/SliderStyle
Modified slider style to look like other controls
10 years ago
Steven Kirk
cffc67e117
Correctly set binding priority from Setter.
10 years ago
Steven Kirk
6e337ec877
Fix loading of UserControls.
Also added a UserControl test, though it turns out it was unrelated to
the problem at hand.
10 years ago
Steven Kirk
c8dc3ff29b
Default theme now uses style resources.
10 years ago
Steven Kirk
8209a85193
Make IBinding return an InstancedBinding.
Instead of an ISubject<object> as this was wasteful when a OneTime or
OneWay binding was required.
10 years ago
Steven Kirk
aca47c45ba
Merge pull request #451 from wieslawsoltes/FixTickFrequencyException
Fix Slider.TickFrequency OmniXaml.ParseException
10 years ago
Ivan Kochurkin
a6115dca09
Fixed DPI scaling .dll not found. fixed #449
10 years ago
Wiesław Šoltés
462643c8c4
Fixed TickFrequency OmniXaml.ParseException
10 years ago
Wiesław Šoltés
1341c77c3e
Modified slider style to look like other controls
10 years ago
Steven Kirk
66bd84f22c
Update binding anchor to be plain object.
Because e.g. a Style can be an anchor but is not an IPerspexObject.
10 years ago
Steven Kirk
a9f5fac632
Added failing test.
10 years ago
Steven Kirk
5f57b92e8c
Merge branch 'herasimchuk-aa-slider'
10 years ago
Steven Kirk
b4fbc1d50e
Make failing test pass.
10 years ago
Artsiom Herasimchuk
89fac7c1ea
Added Slider to control catalog
10 years ago
Artsiom Herasimchuk
8c22f3bf3b
Added implementation of Slider
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
3d57693b7d
Merge branch 'jkoritzinsky-master'
10 years ago
Steven Kirk
232e04bfd3
Merge branch 'master' of https://github.com/jkoritzinsky/Perspex into jkoritzinsky-master
10 years ago
Steven Kirk
d447a7f5bb
Merge branch 'master' of https://github.com/mmayfield45/Perspex into mmayfield45-master
10 years ago
Steven Kirk
e1b42e8fdd
Merge branch 'master' of https://github.com/Perspex/Perspex
10 years ago
Jeremy Koritzinsky
069e6d9aca
Removed TODO comment.
10 years ago
Jeremy Koritzinsky
7baf8ba615
Changed argument parser to parse everything as strings and refactored the IndexerNode.GetValue to special case places where we can check validity (and multidimensional arrays since they don't work like everything else). Removed LiteralParser since it isn't used by anything any more.
10 years ago
Michael Mayfield
645d76c725
Improve rendering when resizing
10 years ago