Jeremy Koritzinsky
|
eea178500a
|
Added test and fixed implementation.
|
11 years ago |
Jeremy Koritzinsky
|
bbe460c18f
|
Added interface and implementation for application exiting. Will automatically close all windows when called.
|
11 years ago |
Jeremy Koritzinsky
|
069e6d9aca
|
Removed TODO comment.
|
11 years ago |
Jeremy Koritzinsky
|
7baf8ba615
|
Changed argument parser to parse everything as strings and refactored the IndexerNode.GetValue to special case places where we can check validity (and multidimensional arrays since they don't work like everything else). Removed LiteralParser since it isn't used by anything any more.
|
11 years ago |
Jeremy Koritzinsky
|
6783fd21e0
|
Fixed failing tests.
|
11 years ago |
Jeremy Koritzinsky
|
8c6c1ffaea
|
Added unit tests for parsing floating point indexers and changed LiteralParser to support it.
|
11 years ago |
Jeremy Koritzinsky
|
5ed27d36d3
|
Added code for listening for indexer updates via INotifyPropertyChanged.
|
11 years ago |
Jeremy Koritzinsky
|
74cea95956
|
Can now bind to a non-IList/Array indexer (with any parameter type convertible via TypeUtilities).
|
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
|
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
|
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
|
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
|
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 |
Steven Kirk
|
eef5bcc6ab
|
Merge pull request #427 from VitalElement/master
Basic implementation of BrowseFolderDialog and Win32 Implementation.
|
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
|
d3bdadadc4
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
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 |
Steven Kirk
|
f6c7513490
|
Added CheckBox page to ControlCatalog.
|
11 years ago |
Steven Kirk
|
3d7cca4176
|
Merge pull request #425 from VitalElement/master
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
11 years ago |
danwalmsley
|
202f5839b2
|
fixed textblock so fontstyle, font weight, etc triggers re-render.
|
11 years ago |