Steven Kirk
92bfc135ff
Update slider to use theme colors.
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
Steven Kirk
50236aedd1
Update OmniXAML.
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
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
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
b4fbc1d50e
Make failing test pass.
10 years ago
Artsiom Herasimchuk
8c22f3bf3b
Added implementation of Slider
10 years ago
Steven Kirk
80ecc8002b
Implemented delayed bindings.
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
Steven Kirk
8ca890d168
Started implementing XAML lifecycle listener.
We need to delay bindings until everything is set up before everything
works though.
10 years ago
radoslav-radev
b3a26498cb
Mame Popup GetPosition() method virtual.
10 years ago
Steven Kirk
f7cd106937
Updated OmniXAML and added checks for initialization order.
OmniXAML issue #84 is now fixed. Added tests to confirm this and to check that setting the Name property now fails because of this fix.
The fix for Name will come next.
10 years ago
Jeremy Koritzinsky
6783fd21e0
Fixed failing tests.
10 years ago
Jeremy Koritzinsky
8c6c1ffaea
Added unit tests for parsing floating point indexers and changed LiteralParser to support it.
10 years ago
Jeremy Koritzinsky
5ed27d36d3
Added code for listening for indexer updates via INotifyPropertyChanged.
10 years ago
Jeremy Koritzinsky
74cea95956
Can now bind to a non-IList/Array indexer (with any parameter type convertible via TypeUtilities).
10 years ago
Steven Kirk
0df95a81ae
Added new style resource test.
To get style resources working, OmniXaml #84 really needs to be set, so
style resource tests failing for the moment.
10 years ago
Steven Kirk
b3fe8121d1
Implement binding elements to non-controls.
10 years ago
Steven Kirk
29bf497ed3
Fix renamed OmniXAML interface.
10 years ago
Steven Kirk
2234c6dba4
Updated OmniXAML.
10 years ago
Steven Kirk
a70c5aaa44
Invalidate visual on invalidate measure/arrange.
10 years ago
Steven Kirk
9a7f8dea57
Formatting.
10 years ago
Steven Kirk
9ca500aa0c
Respect WindowState when showing window.
Fixed #436 .
10 years ago
Steven Kirk
206cc8f78e
Removed not-yet-supported XAML.
10 years ago
Steven Kirk
2e3fb75ed6
Updated OmniXAML.
Added some missing namespace definition attributes as now OmniXaml uses them properly.
10 years ago
Steven Kirk
a1300e76bf
Started adding styles resources.
That could be used by controls. However, we can't apply a StyleResource
to a non-control as we have no reference to our position in the logical
tree. Blocked by OmniXaml issue #80 .
10 years ago
Steven Kirk
e5a439d82a
Added mutable SolidColorBrush.
As a hack for lack of immutability support in XAML.
10 years ago
Steven Kirk
a5e8e75e9b
Fixed namespace lookups.
10 years ago
Steven Kirk
624a7cf962
Trying to fix intermittent test failure.
10 years ago
Steven Kirk
f62f32c83c
Allow {StyleResource} in setter.
10 years ago
danwalmsley
b845680b2e
Font scaling on linux, and FolderBrowse implementation for linux.
10 years ago
danwalmsley
08ef760431
fixed undo redo helper.
10 years ago
Dan Walmsley
8da396c518
fixed code that crashes mono compiler.
10 years ago
Steven Kirk
5348c23e4b
Fixed NullReferenceExceptions.
10 years ago
Steven Kirk
cae6868b02
Hacked around OmniXAML issue #84 .
10 years ago
Steven Kirk
d7baf6fef6
Fix name on addition to logical tree.
10 years ago
Steven Kirk
663b1fe490
Moved Name to Control.
10 years ago
Steven Kirk
81065f1d24
Added logical tree attachment events to ILogical.
10 years ago
Steven Kirk
338b71b204
Moved IVisual to Perspex.VisualTree.
10 years ago