Steven Kirk
|
30782b1392
|
Merge pull request #830 from AvaloniaUI/fixes/814-override-metadata
Merge overridden direct property metadata.
|
9 years ago |
Steven Kirk
|
a0a201006f
|
Merge overridden direct property metadata.
|
9 years ago |
Steven Kirk
|
49d94f3075
|
Merge pull request #819 from VitalElement/fixes/fix-devtools-crash
Fixes crash in DevTools
|
10 years ago |
danwalmsley
|
16217119e7
|
GridSplitter no longer has an orientation property.
|
10 years ago |
Steven Kirk
|
a01412625f
|
Merge pull request #817 from SuperJMN/patch-1
Added remark for RenderTransformOrigin
|
10 years ago |
José Manuel Nieto
|
971962f014
|
Added remark for RenderTransformOrigin
|
10 years ago |
Jeremy Koritzinsky
|
15de0387a7
|
Merge pull request #813 from jkoritzinsky/Set-Indexer-Node
Make it possible to set the value of an indexer binding
|
10 years ago |
Jeremy Koritzinsky
|
058e28640c
|
Fixed some whitespace.
|
10 years ago |
Jeremy Koritzinsky
|
1dc96e4184
|
Added more tests.
|
10 years ago |
Jeremy Koritzinsky
|
b038ed55ee
|
Add ability to set the value pointed to by an indexer node.
|
10 years ago |
Jeremy Koritzinsky
|
7f043a5c46
|
Merge pull request #801 from susloparovdenis/gridsplitter
Removed Orientation Property from GridSplitter.
|
10 years ago |
susloparov
|
8704235b66
|
Added test for GridSplitter
|
10 years ago |
Denis
|
d03662a373
|
Not throw exception in last or first position.
|
10 years ago |
susloparov
|
2e813c867d
|
Removed Orientation Property from GridSplitter
It's possible to unambiguously detect orientation based on
Column/RowDefenitions or other elements.
|
10 years ago |
danwalmsley
|
898bec7750
|
Merge pull request #805 from VitalElement/fixes/dont-cover-taskbar-with-system-decorations-hidden
Fixes/dont cover taskbar with system decorations hidden
|
10 years ago |
Dan Walmsley
|
4fbb262eef
|
Merged branch fixes/dont-cover-taskbar-with-system-decorations-hidden into fixes/dont-cover-taskbar-with-system-decorations-hidden
|
10 years ago |
Dan Walmsley
|
3e5d0e69b0
|
fix indentation.
|
10 years ago |
Dan Walmsley
|
1ab0a87780
|
fix comments.
|
10 years ago |
danwalmsley
|
022cbf64b8
|
Merge branch 'master' into fixes/dont-cover-taskbar-with-system-decorations-hidden
|
10 years ago |
Dan Walmsley
|
43cac2c562
|
Renamed property to CoverTaskbarWhenMaximized.
|
10 years ago |
Dan Walmsley
|
4c4342e2dd
|
refactored to seperate method.
|
10 years ago |
Dan Walmsley
|
198f18df66
|
Fix indentation.
|
10 years ago |
danwalmsley
|
4afe10a09a
|
Merge pull request #797 from jkoritzinsky/Save-WindowIcon
Added a method to save an icon to a stream. This enables the scenario…
|
10 years ago |
danwalmsley
|
7b0c4f780f
|
Merge branch 'master' into Save-WindowIcon
|
10 years ago |
danwalmsley
|
e7a5356e2e
|
Merge pull request #789 from AvaloniaUI/fixes/736-remove-testapplication
Removed test applications.
|
10 years ago |
danwalmsley
|
166e24f078
|
Merge branch 'master' into Save-WindowIcon
|
10 years ago |
danwalmsley
|
78e5e29bb7
|
Merge branch 'master'
Conflicts:
samples/TestApplication/TestApplication.csproj
samples/XamlTestApplication/XamlTestApplication.csproj
samples/XamlTestApplicationPcl/XamlTestApplicationPcl.csproj
|
10 years ago |
danwalmsley
|
0272059934
|
Merge branch 'master' into fixes/dont-cover-taskbar-with-system-decorations-hidden
|
10 years ago |
Steven Kirk
|
bb0d6f4475
|
Merge pull request #804 from dlemstra/magick
Added missing using statements.
|
10 years ago |
Steven Kirk
|
41fc010ef8
|
Merge branch 'master' into magick
|
10 years ago |
danwalmsley
|
e1cb5f81f8
|
Merge branch 'master' into fixes/dont-cover-taskbar-with-system-decorations-hidden
|
10 years ago |
danwalmsley
|
ef3a90df0d
|
Merge pull request #799 from VitalElement/fixes/failing-unit-test
Fixes for Carousel Logical Tree
|
10 years ago |
Dirk Lemstra
|
98408d54e4
|
Added missing using statements.
|
10 years ago |
Dan Walmsley
|
d3e66eac58
|
Fix null check around adding Container.Child to logical children.
|
10 years ago |
Dan Walmsley
|
0b3db9af23
|
Remove allocation of list that is not neccesary
|
10 years ago |
Dan Walmsley
|
67a99dc09a
|
No longer type checking as not necessary.
|
10 years ago |
Dan Walmsley
|
225148fd04
|
Removed unused using.
|
10 years ago |
Dan Walmsley
|
2004bdb329
|
more whitespace changes.
|
10 years ago |
Dan Walmsley
|
ed05f842c0
|
Corrected order of Assert arguments.
|
10 years ago |
Dan Walmsley
|
525d1369a5
|
Removed casting that was not needed.
|
10 years ago |
Dan Walmsley
|
28ddbb2159
|
Removed whitespace.
|
10 years ago |
Dan Walmsley
|
5b54116507
|
Add missing inheritdoc comment.
|
10 years ago |
Dan Walmsley
|
dec5682dce
|
Completed Andriod IWindowImpl
|
10 years ago |
Dan Walmsley
|
07b06aa148
|
Completed Ios AvaloniaView implementation.
|
10 years ago |
Dan Walmsley
|
4b33c02008
|
Completed Gtk Window implementation.
|
10 years ago |
Dan Walmsley
|
1efbb9823b
|
Fix Win32 WindowImplement to allow it to restore window size when
SystemDecorations=false and IgnoreTaskBarWhenMaximized=false
|
10 years ago |
Dan Walmsley
|
5cd8d3cfe7
|
Corrected default value for IgnoreTaskBarOnMaximizeProperty
|
10 years ago |
Dan Walmsley
|
96c2f947d7
|
Implemented SetIgnoreTaskBarWhenMaxmimized for Win32
|
10 years ago |
Dan Walmsley
|
ae40a3fa56
|
Add IgnoreTaskbarWhenMaximized property to IWindowImpl
|
10 years ago |
Dan Walmsley
|
49f2d7b477
|
WindowImpl on Win32 when no system decorations will not cover taskbar.
|
10 years ago |