Amadeusz Sadowski
8d11d7a5fa
BindingExtension Source tests and sample
#1521
8 years ago
Amadeusz Sadowski
a9ebd15616
Merge branch 'master' into 'parent-ambient-provider'
8 years ago
Amadeusz Sadowski
ccd62038af
Update Portable.Xaml to https://github.com/AvaloniaUI/Portable.Xaml/pull/1
8 years ago
Steven Kirk
9ea2585d2c
Merge pull request #1514 from NatElkins/update-readme-for-beta
Updating readme to reflect beta status
8 years ago
Nat Elkins
648ce074bb
Updating readme to reflect beta status
8 years ago
Amadeusz Sadowski
3f87b9d02d
Support StaticResource in Bindings inside DataTemplate
8 years ago
Steven Kirk
a486a66ad3
Merge pull request #1512 from achal7/fixes/1448
Fixes/1448
8 years ago
Steven Kirk
0ebd79dbce
Merge branch 'master' into fixes/1448
8 years ago
Steven Kirk
1fa411b3d0
Merge pull request #1496 from achal7/master
fix of issue 1479
8 years ago
Steven Kirk
5ae3264dcc
Merge branch 'master' into master
8 years ago
Steven Kirk
09e7e41403
Merge pull request #1510 from temporaryuser0/master
Check if event was handled before in OnTextInput
8 years ago
achal7
a38fe5c915
Seprated InvalidateMeasure out from InvalidateFormattedText.
Whoever needs both the feature, calls then explicitly.
In this way TextPresenter's subscriber for SelectionStart/End doent invalidate measure,
since it should only focus on invalidate formatted text
Fixes #1448
8 years ago
achal7
16c2a181b2
Revert "Fix of issue #1448"
This reverts commit 1ed14986f1a94aef840f0505902c7ef237bb3825.
8 years ago
Achal Shah
7623a18a53
Revert "1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control"
This reverts commit 16ea6a31fc .
8 years ago
achal7
802729bd2d
Fix of issue #1448
InvalidateFormattedText was doing mainly 2 activities, resets formatted text and resets measure.
Splited it and extracted reset of formatted text in to seprate function and using it over there.
TextPresenter usis obervable stream for SelectionStart/End property, over there inside subscriber instead of calling InvalidateFormatedText now we use only ClearFormatedText.
The reason is SelectionStart/End is not going to make any changes regarding measurement and hence reseting formatted text alone is sufficient enough
8 years ago
achal7
8b9aace2e4
1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control
2) Clear function clean up the states, however currentNode by definition is depends upon one of the state value, hence made that also null,
since there is nothing now to link
8 years ago
temporaryuser0
6be8a4880b
Merge branch 'master' into master
8 years ago
Steven Kirk
e25d24eed0
Merge pull request #1509 from boombuler/XmlnsDefinition
removed unnecessary XmlnsDefinition
8 years ago
temporaryuser0
ad675ded5e
Check if event was handled before in OnTextInput
8 years ago
boombuler
bcdc940cd9
removed unnecessary XmlnsDefinition
8 years ago
Jeremy Koritzinsky
35b29d8f23
Merge pull request #1125 from aelij/tokenizer
Parsing improvements
8 years ago
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