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
Steven Kirk
a72c3e46bf
Moved ILogical to Perspex.LogicalTree.
10 years ago
Steven Kirk
19af37a6af
Started adding StyleResource markup extension.
OmniXAML issue #84 is now blocking us.
10 years ago
Steven Kirk
f7150c65c7
Allow SolidColorBrushes in style resources.
10 years ago
Steven Kirk
d0efd0c6d4
Clear TemplatedParent of ex-template children.
This prevents them still being bound to their ex-TemplatedParent. Fixes
#435 .
10 years ago
Steven Kirk
92bca08e3b
Correctly maintain TreeContainerIndex.
Fixes #434
10 years ago
Steven Kirk
03c7cb5456
Handle inserts into ItemsControl items.
Fixes #431 .
10 years ago
Steven Kirk
8b9693d996
Don't throw in LogicalNotNode.SetValue.
Instead return false to indicate the write failed.
10 years ago
Steven Kirk
127133eb89
Added enum conversions to DefaultValueConverter.
10 years ago
danwalmsley
979c5affb8
corrected default binding mode for checkbox, treeview itemms and selected items.
10 years ago
Steven Kirk
8233f4df18
Support default binding mode on direct properties.
10 years ago
Steven Kirk
6b06d0ee4c
Started adding Style resources.
Added Style.Resources and confirmed that Color can be added to the
resources. However, SolidColorBrush doesn't work - needs a fix from
OmniXAML.
10 years ago
Steven Kirk
dfecd327ff
Updated OmniXAML.
Using perspex-master branch which is upstream master with all non-merged Perspex changes.
10 years ago
Steven Kirk
bee35d75dd
File missed from .csproj.
10 years ago
Steven Kirk
4ccd560b8e
Reinstated perspex's XAML member value plugin.
As the extension point previously added to OmniXAML has been removed.
10 years ago
Steven Kirk
8ac14fd82a
Make Color immutable.
10 years ago
Steven Kirk
d85a4eae16
Fixed typo.
10 years ago
Steven Kirk
b6c60cf334
Added FontWeight to TemplatedControl.
10 years ago
danwalmsley
e7ae829e5c
added placeholder implementations for system dialogs.
10 years ago
danwalmsley
0f0800958f
tidied UnmanagedMethods and put Interfaces out side of class scope.
10 years ago
Steven Kirk
2577855b09
Correctly resolve attached properties.
Design.Width/Height was getting written to Width/Height. Should fix
#428 .
10 years ago
danwalmsley
b87c4a8d66
Win32 implementation of folder browse dialog.
10 years ago
danwalmsley
90f4672be0
removed dependency from ookii dialogs and implemented using Windows Code pack.
10 years ago
danwalmsley
9a3f08ce9d
Basic implementation of BrowseFolderDialog and Win32 Implementation.
10 years ago
Steven Kirk
8375a155e9
Added disabled state to CheckBox.
10 years ago
danwalmsley
202f5839b2
fixed textblock so fontstyle, font weight, etc triggers re-render.
10 years ago
danwalmsley
ec9da47d6a
supporting null or string.empty to trigger property notifications.
10 years ago
Steven Kirk
8eb4f30c6d
Added Tapped and DoubleTapped gestures.
10 years ago