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
|
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 |
Steven Kirk
|
127133eb89
|
Added enum conversions to DefaultValueConverter.
|
10 years ago |
Steven Kirk
|
f4a6a4ad58
|
Merge pull request #429 from VitalElement/master
corrected default binding mode for checkbox, treeview itemms and sele…
|
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 |
Steven Kirk
|
eef5bcc6ab
|
Merge pull request #427 from VitalElement/master
Basic implementation of BrowseFolderDialog and Win32 Implementation.
|
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
|
d3bdadadc4
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
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 |
Steven Kirk
|
f6c7513490
|
Added CheckBox page to ControlCatalog.
|
10 years ago |
Steven Kirk
|
3d7cca4176
|
Merge pull request #425 from VitalElement/master
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
10 years ago |
danwalmsley
|
202f5839b2
|
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
10 years ago |
Steven Kirk
|
c618b3a433
|
Merge pull request #422 from VitalElement/master
supporting null or string.empty to trigger property notifications.
|
10 years ago |
danwalmsley
|
8c7412232c
|
Seperated testing of null and empty string triggering PropertyChangedEvent.
|
10 years ago |
danwalmsley
|
ec9da47d6a
|
supporting null or string.empty to trigger property notifications.
|
10 years ago |
Steven Kirk
|
023c831a63
|
Merge branch 'interaction-changes'
|
10 years ago |
Steven Kirk
|
8eb4f30c6d
|
Added Tapped and DoubleTapped gestures.
|
10 years ago |
Steven Kirk
|
719a5519b5
|
Fix exception in HtmlControl.
|
10 years ago |
Steven Kirk
|
be8079137d
|
Added Raised observable to RoutedEvent.
Similar to PerspexProperty.Changed observable. Make AddClassHandler
methods use this.
|
10 years ago |
Steven Kirk
|
3e3134217c
|
Fixed name of PointerPressedEventArgs.
|
10 years ago |