Steven Kirk
2d1ab0a106
Only update clip bounds when ClipToBounds = true.
Fixes #1436
8 years ago
achal7
16ea6a31fc
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
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
Jumar Macato
2a96099ac2
Removed ColorTransitions from AnimationsPage.xaml
8 years ago
Jumar Macato
a7db532b65
Removed ColorTransitions. Will be revived in future PR.
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
danwalmsley
17f1cd19d0
Merge branch 'master' into fixes/1094-spurious-button-press
8 years ago
danwalmsley
aaf418d925
Merge branch 'master' into fixes/fix-csproj-explicit-includes
8 years ago
Steven Kirk
e81f12520f
Merge pull request #1491 from ReeJK/fixes/binding-source
Use Source in Binding
8 years ago
Steven Kirk
ef44f2b908
Handle the click that opens a DropDown.
8 years ago
Steven Kirk
272939464e
Need to press a button to click it!
Only raise a `Button` click event on pointer release when the button has been pressed first!
8 years ago
ReeJK
f412c696f0
use Source in Binding
8 years ago
danwalmsley
75176aff5f
Merge branch 'master' into t/lindexi1/inprove_tiny_perform
8 years ago
ahopper
a0b1ad62b3
Fix #1484
8 years ago
lindexi
31b88dc589
Change code
8 years ago
lindexi
d1b06cb784
Comments at this low level are't really necessary
8 years ago
Jumar Macato
7247d53d6d
Keeping it simple, ColorTransition will now just use sRGB premultiplied space
color interpolation.
8 years ago
Jumar Macato
954a65e14d
Fix formatting in AnimationsPage.xaml
8 years ago
Jumar Macato
9099b6e6de
Fix color transitions code. Reworked animation example page a little bit.
8 years ago
Jumar Macato
72faa39d50
Forgot to include Base.props in the last commit.
8 years ago
Jumar Macato
456c7c10c2
- Initial implementation of ColorTransition.cs
- Added System.Numerics.Vectors in Avalonia.Base.
- Replaced AnimationPlayState in Animatable.cs with a DirectProperty.
8 years ago
Dan Walmsley
fedae81cb8
partial fix for 1436.
8 years ago
Dan Walmsley
15fed263fd
tidy ControlCatalog.cspoj
8 years ago
Jumar Macato
2748bc8ae2
fix mismatched end tag in ControlCatalog/MainView.xaml
8 years ago
Jumar Macato
1fbf8ee796
Some tweaking with AnimationPage.xaml.
Merged RenderTest's Program and App class for brevity.
8 years ago
boombuler
7032b9b8eb
moved Drag+Drop sources to Avalonia.Input
Also the windows specific DragSource is
only used when the application runs as STA
8 years ago
boombuler
8713cd5c9f
code cleanup
8 years ago
boombuler
09ec34cf0d
Merge remote-tracking branch 'AvaloniaUI/master' into DragDrop
8 years ago
Jumar Macato
b673d44627
Sync with master.
8 years ago
Steven Kirk
2ffe8fafe3
Merge pull request #1485 from AvaloniaUI/fixes/geometryimpl-nre
Allow null pen in GeometryImpl.
8 years ago
Steven Kirk
fef1422fdb
Removed unused variable.
9 years ago
Steven Kirk
aae2e80cab
Merge branch 'master' into fixes/geometryimpl-nre
9 years ago
Steven Kirk
3b757cf6d5
Merge pull request #1462 from Gillibald/feature/BorderThicknessCornerRadius
Added Thickness support for BorderThickness and CornerRadius
9 years ago
Steven Kirk
71c25cae2d
Allow null pen in GeometryImpl.
The `pen` parameter to `GeometryImpl.GetRenderBounds` and `StrokeContains` can be null. Don't try to dereference this null!
9 years ago
danwalmsley
dbd2406db6
Merge branch 'master' into feature/BorderThicknessCornerRadius
9 years ago
Jumar Macato
d78840d756
Minor fix.
9 years ago
Jumar Macato
bb5c5c0d3a
TransitionKeyFrames transform selection logic are now fully functional.
Trigger RaiseChanged() on TransformGroup class when a child transform was changed.
Split the PlayState enum to a new file.
9 years ago
Nikita Tsukanov
5fe3aad2d7
Merge pull request #1480 from PathogenDavid/FixDirect3DInteropSample
Fixed Direct3DInteropSample
9 years ago
David Maas
a139ce0116
Fixed Direct3DInteropSample.
9 years ago
Steven Kirk
829d6957e2
Merge pull request #1450 from AvaloniaUI/fixes/336-undo-redo-bindings
Clear TextBox undo stack on binding change.
9 years ago