shcherban
|
aa9c5d2b41
|
Added file extension append to selected path in SaveFileDialog if it wasn't specified by user
|
11 years ago |
shcherban
|
528f767b64
|
Fixed #221 (InitialFileName not set for OpenFileDialog/SaveFileDialog on windows )
|
11 years ago |
Nikita Tsukanov
|
2152300be5
|
Fixed AddOwner call for HotKeyProperty
|
11 years ago |
Steven Kirk
|
94884821ff
|
Fixed another typo.
Closes #222 for reals.
|
11 years ago |
Steven Kirk
|
b652138d0d
|
Fix swap of width/height in D2D Bitmap.
Fixes #218.
|
11 years ago |
Steven Kirk
|
b731b339cd
|
Fixed typo in DrawRectangle.
Closes #222.
|
11 years ago |
Steven Kirk
|
454cd679f0
|
Renamed references to "id" -> "name".
|
11 years ago |
Steven Kirk
|
e56bc47ae7
|
Fix typo.
|
11 years ago |
Steven Kirk
|
bd4d76796f
|
Merge branch 'direct-perspexproperties'
|
11 years ago |
Nikita Tsukanov
|
7529ab6536
|
Replaced ITopLevelImpl.SetOwnder by SetInputRoot
|
11 years ago |
Steven Kirk
|
005d95780b
|
Fixed failing test.
|
11 years ago |
Steven Kirk
|
986dc84ed4
|
Merge branch 'master' into direct-perspexproperties
|
11 years ago |
Steven Kirk
|
fb9e9f4f10
|
Updated OmniXAML.
|
11 years ago |
Steven Kirk
|
f68f24f24a
|
Fix failing test.
|
11 years ago |
Steven Kirk
|
1f05f98200
|
Merge branch 'dependson'
Conflicts:
samples/XamlTestApplication/Views/MainWindow.paml
src/Markup/Perspex.Markup.Xaml/Context/PerspexWiringContext.cs
src/Perspex.SceneGraph/Media/FormattedText.cs
|
11 years ago |
Steven Kirk
|
d143b7fcee
|
Make initial DropDown selection work
Fixes #110
|
11 years ago |
Steven Kirk
|
559a8c951b
|
Fix PerspexProperty equality.
|
11 years ago |
Steven Kirk
|
307433d531
|
Use this one weird trick to make tests work.
|
11 years ago |
Steven Kirk
|
b5b750123d
|
Make VisualParent a direct PerspexProperty.
|
11 years ago |
Steven Kirk
|
00613b2d67
|
Use correct Contract exception.
|
11 years ago |
Steven Kirk
|
f38aa15886
|
More direct PPs.
|
11 years ago |
Steven Kirk
|
1498213e0c
|
Make more PPs direct.
|
11 years ago |
Steven Kirk
|
cbfbc52803
|
Use direct PPs for SelectedIndex/Items.
|
11 years ago |
Steven Kirk
|
45b8547fcf
|
Added some more direct PP tests.
|
11 years ago |
Steven Kirk
|
f12e25c5c8
|
Fix ItemsControl unsubscription.
|
11 years ago |
Steven Kirk
|
5c4d2b84a3
|
Started converting PPs to direct PPs.
|
11 years ago |
Steven Kirk
|
1268e612c6
|
Fix binding mode checks.
BindingMode.Default should be equivalent to BindingMode.OneWay.
|
11 years ago |
Steven Kirk
|
d3e7a1b730
|
Don't run XAML tests in parallel.
|
11 years ago |
Steven Kirk
|
9f962a2a6b
|
Merge branch 'danwalmsley-master'
|
11 years ago |
Steven Kirk
|
2c015bea36
|
Merge branch 'master' of https://github.com/danwalmsley/Perspex into danwalmsley-master
|
11 years ago |
Steven Kirk
|
133dd7aa80
|
Enable AddOwner for direct PerspexProperties.
|
11 years ago |
Steven Kirk
|
637b980919
|
Moved BindingPriority to its own file.
|
11 years ago |
Steven Kirk
|
247831a6c8
|
Implemented direct PersexProperties.
|
11 years ago |
Steven Kirk
|
7e7873b3a7
|
Fixed HotKeyManager test.
|
11 years ago |
Nikita Tsukanov
|
23896f772d
|
HotKey property landed to button and menuitem
|
11 years ago |
Nikita Tsukanov
|
1d5b585895
|
Implemented HotKey attached property.
It doesn't work, however, because of broken ContentControl (doesn't sets child's parent for some reason)
|
11 years ago |
Nikita Tsukanov
|
8cbd9cb2d5
|
Added XmlnsDefinition for Perspex.Controls.Shapes
|
11 years ago |
Nikita Tsukanov
|
5acef971f0
|
Added KeyGesture and KeyBindings
|
11 years ago |
Steven Kirk
|
1b4c7787d1
|
Enable DevTools on TestApplication.
|
11 years ago |
Steven Kirk
|
57fbf27c9e
|
Documentation.
|
11 years ago |
Steven Kirk
|
5a40e57f2b
|
Added extra TabControl test.
|
11 years ago |
Steven Kirk
|
d98247e352
|
Updated OmniXAML
|
11 years ago |
Dan Walmsley
|
a8317ca29f
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
11 years ago |
Steven Kirk
|
893a7d9275
|
Allow negative Thickness values.
|
11 years ago |
Nelson Carrillo
|
8152ffd5b1
|
Merge pull request #214 from Perspex/ncarrillo-patch-2
Fix unable to move window after non client area msg
|
11 years ago |
Nelson Carrillo
|
b7db2ac304
|
Update WindowImpl.cs
|
11 years ago |
Nelson Carrillo
|
81b941bff4
|
Merge pull request #213 from Perspex/ncarrillo-patch-1
Non client mouse messages generate input events
|
11 years ago |
Nelson Carrillo
|
b25015583f
|
Non client mouse messages generate input events
|
11 years ago |
Steven Kirk
|
bdd367c93e
|
Merge pull request #209 from Perspex/datacontext-fixes
Datacontext fixes
|
11 years ago |
Steven Kirk
|
ad70cf874c
|
Make the TestApplication work again.
Expose the tab item content selector from TabControl, and make
FuncMemberSelector return default(T) if the parameter is of the wrong
type.
|
11 years ago |