Steven Kirk
80ecc8002b
Implemented delayed bindings.
10 years ago
Steven Kirk
bacab96ec1
Added test to demonstrate problem.
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
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
Steven Kirk
fd1196f190
Forgot to save .csproj. Again.
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
102af14c4c
Tidied up XAML tests.
Moved actual XAML loading tests into Xaml directory, removed unused
classes.
10 years ago
Steven Kirk
29bf497ed3
Fix renamed OmniXAML interface.
10 years ago
Steven Kirk
0508a07cc6
Merge branch 'master' into style-resources
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
6d3e194fa6
Updated docs.
10 years ago
Steven Kirk
aac303b1fa
Merge branch 'DocFX' of https://github.com/wieslawsoltes/Perspex into wieslawsoltes-DocFX
10 years ago
Steven Kirk
e9611d8c23
Merge branch 'dpi-aware'
10 years ago
Steven Kirk
206cc8f78e
Removed not-yet-supported XAML.
10 years ago
Steven Kirk
18b16d3aae
Merge branch 'master' into style-resources
10 years ago
Steven Kirk
2e3fb75ed6
Updated OmniXAML.
Added some missing namespace definition attributes as now OmniXaml uses them properly.
10 years ago
Wiesław Šoltés
685357e432
Added .gitignore for docs
10 years ago
Wiesław Šoltés
5aa3cb28c4
Merge remote-tracking branch 'Perspex/master' into DocFX
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
Steven Kirk
f41f66f29a
Merge pull request #440 from VitalElement/master
Scaling issue for linux + small fix to Folder Browse.
10 years ago
danwalmsley
b845680b2e
Font scaling on linux, and FolderBrowse implementation for linux.
10 years ago
Steven Kirk
33efd9beb1
Merge pull request #439 from VitalElement/master
Added Folder Browse to Test App and Fixed UndoRedoHelper
10 years ago
danwalmsley
08ef760431
fixed undo redo helper.
10 years ago
danwalmsley
dc3c4d79d6
Added open file and open folder dialogs to test app.
10 years ago
Steven Kirk
8147e2841c
Merge pull request #438 from VitalElement/master
fixed code that crashes mono compiler.
10 years ago
Dan Walmsley
8da396c518
fixed code that crashes mono compiler.
10 years ago
Steven Kirk
d1cbc3fa22
Added failing test.
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
be8e650184
Fix non-compiling tests.
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
cf83667a92
Merge branch 'master' into 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