Steven Kirk
|
bdc8100961
|
Fix failing tests.
|
8 years ago |
Steven Kirk
|
b49717ee13
|
Merge branch 'master' into tokenizer
|
8 years ago |
Steven Kirk
|
5491f4818e
|
Use standard naming for Read methods.
|
8 years ago |
Steven Kirk
|
f83dd046a2
|
Use Contract.Requires for preconditions.
|
8 years ago |
Steven Kirk
|
9ff123cc94
|
Moved StringTokenizer to Avalonia.Base.
And make it public instead of linking it from Avalonia.Visuals to Avalonia.Controls.
|
8 years ago |
Steven Kirk
|
b5e7182490
|
Merge branch 'master' into pr/1125-parsing-improvements
|
8 years ago |
Jeremy Koritzinsky
|
970d55f5af
|
Merge pull request #1508 from AvaloniaUI/fixes/1506-dnd-namespace
Move Drag'n'Drop classes to Avalonia.Input.
|
8 years ago |
Steven Kirk
|
68f5cd6dd6
|
Move DnD classes to Avalonia.Input.
Fixes #1506.
|
8 years ago |
danwalmsley
|
edbe42cbd0
|
Merge pull request #1505 from wieslawsoltes/FixDragAndDropPageFileName
Fix DragAndDropPage file name
|
8 years ago |
Wiesław Šoltés
|
0561ee2cb2
|
Fix DragAndDropPage file name
|
8 years ago |
Steven Kirk
|
6eb380b4de
|
Merge pull request #1472 from dotnet-campus/t/lindexi1/inprove_tiny_perform
Improve tiny performance
|
8 years ago |
Steven Kirk
|
fec7b4a29f
|
Merge branch 'master' into t/lindexi1/inprove_tiny_perform
|
8 years ago |
Steven Kirk
|
12854dcea8
|
Merge pull request #1489 from ahopper/fixes/1484-nested-autoclose-popups
Fix #1484 nested popups
|
8 years ago |
Steven Kirk
|
2360762c26
|
Merge branch 'master' into fixes/1484-nested-autoclose-popups
|
8 years ago |
Steven Kirk
|
30c4987c3d
|
Merge pull request #1417 from boombuler/DragDrop
Drag drop
|
8 years ago |
ahopper
|
ce2f046b71
|
Merge branch 'master' into fixes/1484-nested-autoclose-popups
|
8 years ago |
ahopper
|
d11848e2ef
|
Merge branch 'fixes/1484-nested-autoclose-popups' of https://github.com/ahopper/Avalonia into fixes/1484-nested-autoclose-popups
|
8 years ago |
ahopper
|
cea86f3647
|
removed popup from control catalog
|
8 years ago |
Florian
|
00055f317a
|
Merge branch 'master' into DragDrop
|
8 years ago |
Steven Kirk
|
48d1df3da2
|
Merge branch 'master' into t/lindexi1/inprove_tiny_perform
|
8 years ago |
Steven Kirk
|
25b92e83f4
|
Merge pull request #1487 from AvaloniaUI/fixes/fix-csproj-explicit-includes
tidy ControlCatalog.cspoj
|
8 years ago |
Steven Kirk
|
3d0a8adda4
|
Merge branch 'master' into fixes/fix-csproj-explicit-includes
|
8 years ago |
Jeremy Koritzinsky
|
fe60908f52
|
Merge pull request #1500 from AvaloniaUI/fixes/devtools-focus
Fixed focused control display in DevTools.
|
8 years ago |
Steven Kirk
|
3b2012dcd8
|
Fixed focused control display in DevTools.
|
8 years ago |
Steven Kirk
|
4e22f4ece4
|
Merge pull request #1498 from factormystic/patch-1
Fix broken quickstart link
|
8 years ago |
factormystic
|
195c2bb57a
|
Fix broken quickstart link
|
8 years ago |
ahopper
|
cf547b22d0
|
Merge branch 'master' into fixes/1484-nested-autoclose-popups
|
8 years ago |
danwalmsley
|
82246cbae1
|
Merge branch 'master' into fixes/fix-csproj-explicit-includes
|
8 years ago |
danwalmsley
|
25f25dd1c4
|
Merge pull request #1488 from AvaloniaUI/fixes/1436-border-layout-issues
Fix ZIndex / Layout issue with Styles and Border Control
|
8 years ago |
danwalmsley
|
36ba73bace
|
Merge branch 'master' into fixes/1436-border-layout-issues
|
8 years ago |
danwalmsley
|
dd003c325f
|
Merge pull request #1497 from AvaloniaUI/fixes/content-presenter-arrange-with-padding-gt-child-height
Fixes/content presenter arrange with padding > child height
|
8 years ago |
Steven Kirk
|
4ca13f2e3f
|
Added additional invalidation properties...
...to `ContentPresenter`
|
8 years ago |
Dan Walmsley
|
8d07861e59
|
white space.
|
8 years ago |
Dan Walmsley
|
2c9f3ede54
|
fix tests and and fixes.
|
8 years ago |
danwalmsley
|
d944f36d88
|
Merge branch 'master' into fixes/1436-border-layout-issues
|
8 years ago |
Dan Walmsley
|
a98d289af8
|
Add arrange fix for border and content presenter.
|
8 years ago |
Dan Walmsley
|
67003577a0
|
Add failing unit tests for border and content presenter.
|
8 years ago |
Steven Kirk
|
2d1ab0a106
|
Only update clip bounds when ClipToBounds = true.
Fixes #1436
|
8 years ago |
boombuler
|
6bb1cb471e
|
don't use OSX-Platform DragSource
this should be used when the DragSource does work with any object.
For now only strings and filenames work.
|
8 years ago |
boombuler
|
36186b3107
|
added Drag+Drop sample
|
8 years ago |
boombuler
|
d5d8d049a4
|
Renamed AcceptDrag to AllowDrop and added docs
|
8 years ago |
boombuler
|
c09233e4b4
|
renamed DragSource to InProcessDragSource
|
8 years ago |
lindexi
|
6f029bea2b
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into t/lindexi1/inprove_tiny_perform
|
8 years ago |
lindexi
|
00cf66d727
|
Merge branch 't/lindexi1/inprove_tiny_perform' of https://github.com/easiwin/Avalonia into t/lindexi1/inprove_tiny_perform
|
8 years ago |
lindexi
|
f03d0e9a4f
|
remove comment
|
8 years ago |
danwalmsley
|
06c491c4bf
|
Merge pull request #1492 from AvaloniaUI/fixes/1094-spurious-button-press
Fix spurious button presses.
|
8 years ago |
Dan Walmsley
|
653372009a
|
[ContentPresenter] BorderThickness affects render and measure.
|
8 years ago |
Dan Walmsley
|
27680c35e9
|
[Border] CornerRadius affects render.
|
8 years ago |
Dan Walmsley
|
5cba2f4aac
|
auto generate assembly info for control catalog.
|
8 years ago |
Dan Walmsley
|
85339e4585
|
remove other unnecesary stuff from ControlCatalog project file.
|
8 years ago |