José Pedro
c1d6fe6686
Fixed possible NullReferenceException in DefaultRenderLoop.
8 years ago
José Pedro
35b4913c0b
Removed AvaloniaWin32Exception usings.
8 years ago
Dan Walmsley
240bb40be4
whitespace fixes.
8 years ago
Dan Walmsley
89767c8b78
add comments to new properties.
8 years ago
Dan Walmsley
3bc303c4e8
implement menus and submenus obey screen extremities.
8 years ago
CommonGuy
d9819ab004
Extract WindowLong parameter into enum
8 years ago
Benedikt Schroeder
b70981b29a
Merge branch 'master' into fix/1520-BindingExpressionTests
8 years ago
Benedikt Schroeder
73ca7334ee
Initial
8 years ago
Benedikt Schroeder
e454318990
Merge pull request #2 from AvaloniaUI/master
Merge
8 years ago
CommonGuy
a50a8a3314
Add CanResize to Window
8 years ago
Amadeusz Sadowski
5dabc067ed
Added StaticResource tests for bindings within DataTemplate
8 years ago
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
Stano Turza
69e4a5220c
Stubs for Android and iOS
8 years ago
Stano Turza
586e8654f3
replace Min Max properties with function
8 years ago
Stano Turza
814434ccd8
Merge remote-tracking branch 'origin/master'
8 years ago
Stano Turza
3f75825f46
Fix GTK
8 years ago
Stano Turza
b89b72f0ba
Fix Win32 window size constraints
fixes + revert testing changes
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
Stano Turza
bd33b3076b
Fix Win32 window size constraints
fixes + revert testing changes
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