Steven Kirk
|
2e3fb75ed6
|
Updated OmniXAML.
Added some missing namespace definition attributes as now OmniXaml uses them properly.
|
11 years ago |
danwalmsley
|
b845680b2e
|
Font scaling on linux, and FolderBrowse implementation for linux.
|
11 years ago |
danwalmsley
|
08ef760431
|
fixed undo redo helper.
|
11 years ago |
Dan Walmsley
|
8da396c518
|
fixed code that crashes mono compiler.
|
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 |
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
|
dfecd327ff
|
Updated OmniXAML.
Using perspex-master branch which is upstream master with all non-merged Perspex changes.
|
11 years ago |
Steven Kirk
|
bee35d75dd
|
File missed from .csproj.
|
11 years ago |
Steven Kirk
|
4ccd560b8e
|
Reinstated perspex's XAML member value plugin.
As the extension point previously added to OmniXAML has been removed.
|
11 years ago |
Steven Kirk
|
8ac14fd82a
|
Make Color immutable.
|
11 years ago |
Steven Kirk
|
d85a4eae16
|
Fixed typo.
|
11 years ago |
Steven Kirk
|
b6c60cf334
|
Added FontWeight to TemplatedControl.
|
11 years ago |
danwalmsley
|
e7ae829e5c
|
added placeholder implementations for system dialogs.
|
11 years ago |
danwalmsley
|
0f0800958f
|
tidied UnmanagedMethods and put Interfaces out side of class scope.
|
11 years ago |
Steven Kirk
|
2577855b09
|
Correctly resolve attached properties.
Design.Width/Height was getting written to Width/Height. Should fix
#428.
|
11 years ago |
danwalmsley
|
b87c4a8d66
|
Win32 implementation of folder browse dialog.
|
11 years ago |
danwalmsley
|
90f4672be0
|
removed dependency from ookii dialogs and implemented using Windows Code pack.
|
11 years ago |
danwalmsley
|
9a3f08ce9d
|
Basic implementation of BrowseFolderDialog and Win32 Implementation.
|
11 years ago |
Steven Kirk
|
8375a155e9
|
Added disabled state to CheckBox.
|
11 years ago |
danwalmsley
|
202f5839b2
|
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
11 years ago |
danwalmsley
|
ec9da47d6a
|
supporting null or string.empty to trigger property notifications.
|
11 years ago |
Steven Kirk
|
8eb4f30c6d
|
Added Tapped and DoubleTapped gestures.
|
11 years ago |
Steven Kirk
|
719a5519b5
|
Fix exception in HtmlControl.
|
11 years ago |
Steven Kirk
|
be8079137d
|
Added Raised observable to RoutedEvent.
Similar to PerspexProperty.Changed observable. Make AddClassHandler
methods use this.
|
11 years ago |
Steven Kirk
|
3e3134217c
|
Fixed name of PointerPressedEventArgs.
|
11 years ago |
danwalmsley
|
c4060802a8
|
Implemented textbox isreadonly property.
|
11 years ago |
Steven Kirk
|
a03dad9bab
|
Removed a bunch of unused members/classes.
|
11 years ago |
Steven Kirk
|
afcdab9101
|
Improved GetTemplatedChildren
Now doesn't need to enumerate the whole descendent tree.
|
11 years ago |
Steven Kirk
|
f004a0a778
|
Added IsTemplateFocusTarget attached property.
And use it in TreeViewItem's data template to place the focus adorner
around the correct control. Closes #294.
|
11 years ago |
Steven Kirk
|
b68c417f37
|
Expose logical tree events on IControl.
|
11 years ago |
Steven Kirk
|
278f12e8d7
|
ControlLocator should work on logical tree.
|
11 years ago |
Steven Kirk
|
6f32c868d9
|
SelectingItemsControl.AutoScrollToSelectedItem
Added SelectingItemsControl.AutoScrollToSelectedItem. Closes #363.
|
11 years ago |
Steven Kirk
|
9191234f54
|
Fix keyboard handling.
Allows Alt+F4 to work.
|
11 years ago |
Steven Kirk
|
2283cfa486
|
Started refactoring unit tests.
Added a shared test project with a UnitTestApplication and use it in
LeakTests.
|
11 years ago |
Wiesław Šoltés
|
c8a6b43009
|
Updat app.config
|
11 years ago |
Steven Kirk
|
f54b9a4511
|
Fix failing android build.
|
11 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
11 years ago |
Steven Kirk
|
55e275b049
|
Style Separator in ContextMenu.
|
11 years ago |
Steven Kirk
|
6d139eb394
|
Fixes #407.
|
11 years ago |
Steven Kirk
|
e047de7bc2
|
Fixed #409.
|
11 years ago |
Steven Kirk
|
886a29fda0
|
Fixes #410.
|
11 years ago |
Steven Kirk
|
46a6d2917e
|
Expose Name as PerspexProperty.
|
11 years ago |
Steven Kirk
|
ebb7f74eef
|
Fix issue with namespace registrations.
|
11 years ago |
Steven Kirk
|
9ecd558af1
|
Added FallbackValue to MultiBinding.
Closes #411.
|
11 years ago |
Steven Kirk
|
2278e09fde
|
Missed change from previous commit.
|
11 years ago |