boombuler
ed4a85fef9
Allow Winforms + WPF compatible object drag
9 years ago
ahopper
c06ac12de7
fix d2d render tests
9 years ago
ahopper
c6a7611150
render test fixed
9 years ago
boombuler
97f581af49
Improved DragSource
the drag source now gets the preferred drag effect and handles keyboard
inputs too
9 years ago
boombuler
74163ff668
Added D+D StandardCursors
9 years ago
ahopper
e967a8eb72
rename WritableBitmap
9 years ago
boombuler
a3dd74fafa
only set the cursor if the mouse is over the toplevel
9 years ago
boombuler
7f2f713ff0
fixed not updating cursor on osx
9 years ago
boombuler
81aaa09383
set the cursor for the drop-effects
9 years ago
boombuler
7b3942685e
Basic generic + Windows Drag support.
9 years ago
Manuel Allenspach
b2461f4b1f
Implement Closing event
9 years ago
boombuler
411e3c8860
started dragging API
9 years ago
boombuler
c1abc05355
Modified the ControlCatalog examples to run in STA ApartmentState
9 years ago
boombuler
30b5a1fd4d
fixed locator setup
9 years ago
boombuler
f57fbdc2da
renamed DragDevice to DragDropDevice
9 years ago
boombuler
be68b32440
reworked the dataobject for drag+drop
9 years ago
danwalmsley
fa340e553d
Merge pull request #1414 from AvaloniaUI/fixes/1408-scrollcontentpresenter-margin
Include content margin in ScrollContentPresenter.Extent
9 years ago
danwalmsley
c6db41d1af
Merge branch 'master' into fixes/1408-scrollcontentpresenter-margin
9 years ago
sdoroff
5927e7acfe
Added Unit Tests
9 years ago
sdoroff
c5608bd386
Moved the setting of FocusedElement
This allows the LostFocus event to check the newly focused element
9 years ago
sdoroff
e2ff0a0258
Fixed an off by one bug
9 years ago
sdoroff
ee8ae91f72
Ported the AutoCompleteBox control from Silverlight
9 years ago
Jeremy Koritzinsky
80c3420688
Merge pull request #1421 from AvaloniaUI/fixes/1420-opacity-dirtyrect
Force recursion into child scene graph nodes when Opacity changes.
9 years ago
Jeremy Koritzinsky
15acecfa52
Merge pull request #1425 from ahopper/master
Allow progressbar width and height less than default
9 years ago
Nikita Tsukanov
1317ae05e6
Merge branch 'master' into master
9 years ago
Nikita Tsukanov
8f92a1a818
Conditional compilation
9 years ago
ahopper
2882027b37
Merge branch 'master' into master
9 years ago
ahopper
1784b51781
ProgressBar MinWidth & MinHeight set in template
9 years ago
Nikita Tsukanov
77b74444ba
Improved unmanaged memory allocation diagnostics. ref #1411
9 years ago
Nikita Tsukanov
dafc80fd09
Merge pull request #1426 from AvaloniaUI/fixes/1423-showdialog-valuetype-return
Fix crash for value types in Window.ShowDialog<T>()
9 years ago
Steven Kirk
0b828e1810
Don't try to cast null to value type.
The return type for `ShowDialog<T>` can be a value type. If so, use `default(T)` for the return value when the dialog is closed using the OS close button instead of trying to cast `null` to `T`.
Fixes #1423
9 years ago
Steven Kirk
53397a2aab
Added failing test for #1423 .
9 years ago
Nikita Tsukanov
bc39fbe778
Mirror G_IS_OBJECT check from g_object_unref to make sure that it's not caused by our Dispose
9 years ago
Nikita Tsukanov
82acff0d57
[GTK3] Unregister tick callback and properly close the window. Fixes #1424
9 years ago
ahopper
b31f7385dc
Allow progressbar width and height less than default
9 years ago
Steven Kirk
7af3eb9058
Force recurse when opacity changed.
Fixes #1420 .
9 years ago
Steven Kirk
87d7f65eb8
Added failing test for #1420 .
9 years ago
boombuler
4c6a341b73
reworked Drag event dispatching
9 years ago
Steven Kirk
353c24b8ab
Merge pull request #1396 from easiwin/t/lindexi
add some comment
9 years ago
Steven Kirk
e6c976b117
Merge branch 'master' into t/lindexi
9 years ago
Steven Kirk
b992e9b4f1
Merge pull request #1410 from sdoroff/weak-collection-change-subscription
Added Weak CollectionChange Methods
9 years ago
Steven Kirk
9d16a531ef
Merge branch 'master' into weak-collection-change-subscription
9 years ago
boombuler
0adc6e62de
renamed IDragData to IDataObject
9 years ago
boombuler
83b18944d3
corrected namespace. (copy+paste error)
9 years ago
boombuler
4c36281877
renamed DragOperation to DragDropEffects
9 years ago
boombuler
50212da915
DragDrop is now a static class
9 years ago
boombuler
1647d95aa6
Initial Drag+Drop support for windows
9 years ago
boombuler
a6e8dc0ffc
implemented IDragData for OSX
9 years ago
Florian Sundermann
9ae9f6d221
raise routed events on drag and drop
9 years ago
Florian Sundermann
edf6b12c4d
first bits of drag+drop support for osx
9 years ago