Jeremy Koritzinsky
de7e8d5567
Merge branch 'linq-expression-expressionobserver' into selector-parse-no-sprache
8 years ago
Jeremy Koritzinsky
19ec878dd6
Merge remote-tracking branch 'AvaloniaUI/master' into linq-expression-expressionobserver
8 years ago
Jeremy Koritzinsky
f6fc30665e
Fix nits.
8 years ago
Jumar Macato
f1d6ab12be
Merge pull request #1734 from AvaloniaUI/editorconfig
Use modified .editorconfig from corefx
8 years ago
Steven Kirk
75f029b52a
Use modified .editorconfig from corefx
Takes the `.editorconfig` from `dotnet/corefx` and modifies it slightly:
- Prefer `var` in all cases
- Use accessibility modifiers
- Remove C++ preferences
- Add indent for xaml files
8 years ago
Jeremy Koritzinsky
08be99c273
Merge pull request #1014 from AvaloniaUI/extract-layout-manager
Extract layout manager to ILayoutRoot
8 years ago
Jeremy Koritzinsky
25f44687c0
Merge branch 'master' into extract-layout-manager
8 years ago
Jeremy Koritzinsky
02d3b6fd7a
Merge pull request #1722 from AvaloniaUI/AdornerLayer-hit-test
Make AdornerLayer hit-test visible
8 years ago
Steven Kirk
c45f8cdd59
Merge branch 'master' into AdornerLayer-hit-test
8 years ago
Jeremy Koritzinsky
5f31c3589c
Move CreateLayoutManager to be next to other methods.
8 years ago
Jeremy Koritzinsky
3ceb6812cb
Merge pull request #1726 from jp2masa/window-closing-fix
Fixed Window.Close, so that Closing is only invoked once
8 years ago
Jeremy Koritzinsky
5d8b0842f6
Merge pull request #1703 from AvaloniaUI/valuestore
Store LocalValues directly without creating a PriorityValue.
8 years ago
Jeremy Koritzinsky
6d413c295d
Merge branch 'master' into valuestore
8 years ago
Jeremy Koritzinsky
7a6b3e3fdd
Merge pull request #1695 from AvaloniaUI/templatebinding
Simplify TemplateBindings
8 years ago
José Pedro
f32e71c977
Fixed Window.Close, so that Closing is only invoked once.
8 years ago
Jeremy Koritzinsky
e76eda1abf
Add back missing typeResolver arguments removed in the merge.
8 years ago
Jeremy Koritzinsky
0d3d138499
Make AdornerLayer hit-test visible
Fix #1463
8 years ago
Jeremy Koritzinsky
62a1040b69
Merge branch 'master' into templatebinding
8 years ago
Jeremy Koritzinsky
dbc942b066
Add XML docs.
8 years ago
Jeremy Koritzinsky
b525070142
Merge remote-tracking branch 'AvaloniaUI/master' into linq-expression-expressionobserver
8 years ago
Jumar Macato
38d1bc2028
Merge pull request #1718 from wieslawsoltes/CakeUseIsPlatformNetCoreOnlyProperty
Use IsPlatformNetCoreOnly property in Cake script
8 years ago
Wiesław Šoltés
213ec8ce07
Use IsPlatformNetCoreOnly property
8 years ago
Jumar Macato
77251178e5
Merge pull request #1716 from wieslawsoltes/CakeRefactoring
Cake build script refactoring
8 years ago
Wiesław Šoltés
ff6676a2b0
Fixed error
8 years ago
Wiesław Šoltés
98642a97b7
Changed task dependency order for AppVeyor task
8 years ago
Wiesław Šoltés
fcf54c4939
Even more simplification of tasks graph
8 years ago
Wiesław Šoltés
efd119e6d4
Unified tasks with criteria
8 years ago
Wiesław Šoltés
608194cb14
Changed comments
8 years ago
Wiesław Šoltés
3cd1e567ed
Added IsPlatformNetCoreOnly parameter
8 years ago
Wiesław Šoltés
7bfe322cdd
Formatted code to be consistent
8 years ago
Wiesław Šoltés
98e08fa63b
Removed unused task graph
8 years ago
Wiesław Šoltés
30c9ef8dd4
Simplified task graph
8 years ago
Wiesław Šoltés
03628cc0bb
Do not copy when building NetCoreOnly platform
8 years ago
Wiesław Šoltés
5cd9ede289
Fix Zip-Files task
8 years ago
Wiesław Šoltés
e787ff5a5a
Zip nupkg
8 years ago
Wiesław Šoltés
21ab8c3666
Do not include interop for NetCoreOnly
8 years ago
Wiesław Šoltés
8661dcc48f
Enable Direct2D1 for NetCoreOnly platform
8 years ago
Wiesław Šoltés
a0196a3ddc
Filter tools content
8 years ago
Wiesław Šoltés
40eb37c977
Filter core files
8 years ago
Wiesław Šoltés
81bd1c1acc
More NetCoreOnly checks
8 years ago
Wiesław Šoltés
84be6a7d35
Check for NetCoreOnly platform
8 years ago
Wiesław Šoltés
3bcaa2996a
Moved criteria to Impl tasks
8 years ago
Wiesław Šoltés
9da1c65eec
Check first for criteria
8 years ago
Wiesław Šoltés
c9fa15fce8
Fix dependency order
8 years ago
Wiesław Šoltés
4de1d156bf
Fix errors
8 years ago
Wiesław Šoltés
064c89bd42
Refactored Cake script to enable running Impl tasks without dependencies
8 years ago
Jumar Macato
f71af2fb54
Merge pull request #1714 from RayyanTahir/1704-windowstartuplocation
WindowStartupLocation Fix
8 years ago
Rayyan Tahir
4b83f48a36
Merge branch 'master' into 1704-windowstartuplocation
8 years ago
Sannan Khan
2a14f4d6a5
Moved SetWindowStartupLocation() to end of Show() function
8 years ago
Jumar Macato
2859700446
Merge pull request #1713 from Gillibald/fixes/PathDataScientificNotation
PathMarkupParser fix
8 years ago