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.
11 years ago
Steven Kirk
b3fe8121d1
Implement binding elements to non-controls.
11 years ago
Steven Kirk
102af14c4c
Tidied up XAML tests.
Moved actual XAML loading tests into Xaml directory, removed unused
classes.
11 years ago
Steven Kirk
29bf497ed3
Fix renamed OmniXAML interface.
11 years ago
Steven Kirk
0508a07cc6
Merge branch 'master' into style-resources
11 years ago
Steven Kirk
2234c6dba4
Updated OmniXAML.
11 years ago
Steven Kirk
a70c5aaa44
Invalidate visual on invalidate measure/arrange.
11 years ago
Steven Kirk
9a7f8dea57
Formatting.
11 years ago
Steven Kirk
9ca500aa0c
Respect WindowState when showing window.
Fixed #436 .
11 years ago
Steven Kirk
6d3e194fa6
Updated docs.
11 years ago
Steven Kirk
aac303b1fa
Merge branch 'DocFX' of https://github.com/wieslawsoltes/Perspex into wieslawsoltes-DocFX
11 years ago
Steven Kirk
e9611d8c23
Merge branch 'dpi-aware'
11 years ago
Steven Kirk
206cc8f78e
Removed not-yet-supported XAML.
11 years ago
Steven Kirk
18b16d3aae
Merge branch 'master' into style-resources
11 years ago
Steven Kirk
2e3fb75ed6
Updated OmniXAML.
Added some missing namespace definition attributes as now OmniXaml uses them properly.
11 years ago
Wiesław Šoltés
685357e432
Added .gitignore for docs
11 years ago
Wiesław Šoltés
5aa3cb28c4
Merge remote-tracking branch 'Perspex/master' into DocFX
11 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 .
11 years ago
Steven Kirk
e5a439d82a
Added mutable SolidColorBrush.
As a hack for lack of immutability support in XAML.
11 years ago
Steven Kirk
a5e8e75e9b
Fixed namespace lookups.
11 years ago
Steven Kirk
624a7cf962
Trying to fix intermittent test failure.
11 years ago
Steven Kirk
f62f32c83c
Allow {StyleResource} in setter.
11 years ago
Steven Kirk
f41f66f29a
Merge pull request #440 from VitalElement/master
Scaling issue for linux + small fix to Folder Browse.
11 years ago
danwalmsley
b845680b2e
Font scaling on linux, and FolderBrowse implementation for linux.
11 years ago
Steven Kirk
33efd9beb1
Merge pull request #439 from VitalElement/master
Added Folder Browse to Test App and Fixed UndoRedoHelper
11 years ago
danwalmsley
08ef760431
fixed undo redo helper.
11 years ago
danwalmsley
dc3c4d79d6
Added open file and open folder dialogs to test app.
11 years ago
Steven Kirk
8147e2841c
Merge pull request #438 from VitalElement/master
fixed code that crashes mono compiler.
11 years ago
Dan Walmsley
8da396c518
fixed code that crashes mono compiler.
11 years ago
Steven Kirk
d1cbc3fa22
Added failing test.
11 years ago
Steven Kirk
5348c23e4b
Fixed NullReferenceExceptions.
11 years ago
Steven Kirk
cae6868b02
Hacked around OmniXAML issue #84 .
11 years ago
Steven Kirk
d7baf6fef6
Fix name on addition to logical tree.
11 years ago
Steven Kirk
663b1fe490
Moved Name to Control.
11 years ago
Steven Kirk
be8e650184
Fix non-compiling tests.
11 years ago
Steven Kirk
81065f1d24
Added logical tree attachment events to ILogical.
11 years ago
Steven Kirk
338b71b204
Moved IVisual to Perspex.VisualTree.
11 years ago
Steven Kirk
a72c3e46bf
Moved ILogical to Perspex.LogicalTree.
11 years ago
Steven Kirk
19af37a6af
Started adding StyleResource markup extension.
OmniXAML issue #84 is now blocking us.
11 years ago
Steven Kirk
f7150c65c7
Allow SolidColorBrushes in style resources.
11 years ago
Steven Kirk
cf83667a92
Merge branch 'master' into style-resources
11 years ago
Steven Kirk
d0efd0c6d4
Clear TemplatedParent of ex-template children.
This prevents them still being bound to their ex-TemplatedParent. Fixes
#435 .
11 years ago
Steven Kirk
92bca08e3b
Correctly maintain TreeContainerIndex.
Fixes #434
11 years ago
Steven Kirk
03c7cb5456
Handle inserts into ItemsControl items.
Fixes #431 .
11 years ago
Steven Kirk
8b9693d996
Don't throw in LogicalNotNode.SetValue.
Instead return false to indicate the write failed.
11 years ago
Steven Kirk
127133eb89
Added enum conversions to DefaultValueConverter.
11 years ago
Steven Kirk
f4a6a4ad58
Merge pull request #429 from VitalElement/master
corrected default binding mode for checkbox, treeview itemms and sele…
11 years ago
danwalmsley
979c5affb8
corrected default binding mode for checkbox, treeview itemms and selected items.
11 years ago
Steven Kirk
8233f4df18
Support default binding mode on direct properties.
11 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.
11 years ago