boombuler
|
0adc6e62de
|
renamed IDragData to IDataObject
|
8 years ago |
boombuler
|
83b18944d3
|
corrected namespace. (copy+paste error)
|
8 years ago |
boombuler
|
4c36281877
|
renamed DragOperation to DragDropEffects
|
8 years ago |
boombuler
|
50212da915
|
DragDrop is now a static class
|
8 years ago |
boombuler
|
1647d95aa6
|
Initial Drag+Drop support for windows
|
8 years ago |
boombuler
|
a6e8dc0ffc
|
implemented IDragData for OSX
|
8 years ago |
Florian Sundermann
|
9ae9f6d221
|
raise routed events on drag and drop
|
8 years ago |
Florian Sundermann
|
edf6b12c4d
|
first bits of drag+drop support for osx
|
8 years ago |
Jeremy Koritzinsky
|
d91dd18ab6
|
Merge pull request #1412 from vmrocha/master
Update README.md with new contributing link
|
8 years ago |
Jeremy Koritzinsky
|
1bc323ad0b
|
Merge pull request #1413 from AvaloniaUI/win32-nuget-fix
Fixed nuget deps
|
8 years ago |
danwalmsley
|
969d4b4454
|
Merge branch 'master' into win32-nuget-fix
|
8 years ago |
Nikita Tsukanov
|
27ab312be5
|
Fixed nuget deps
|
8 years ago |
Steven Kirk
|
d21c409353
|
Merge branch 'master' into pr/1044-implemented-window-windowstartuplocation-and-windowbase-owner
|
8 years ago |
Vinicius de Melo Rocha
|
5fecddef51
|
Update README.md with new contributing link
|
8 years ago |
Nikita Tsukanov
|
6e1c7e37a8
|
Fixed Styles preview substitute
|
8 years ago |
Nikita Tsukanov
|
20e7db8587
|
Bump version so nightly builds will be treated as newer ones
|
8 years ago |
Nikita Tsukanov
|
e5a3370acd
|
Fixes #1405
|
8 years ago |
Nikita Tsukanov
|
197fb00c8b
|
Merge pull request #1401 from easiwin/t/lindexi_check_action
Dispatcher's InvokeAsync check action is null #1400
|
8 years ago |
Nikita Tsukanov
|
604700e9e7
|
Fixed iOS
|
8 years ago |
Steven Kirk
|
5a90c5f0a8
|
Merge pull request #1355 from AvaloniaUI/single-win32-assembly
Single win32 assembly
|
8 years ago |
Steven Kirk
|
18ce4e48cf
|
Merge branch 'master' into single-win32-assembly
|
8 years ago |
Steven Kirk
|
f559f0b240
|
Merge WinFormsWin32Platform in Win32Platform.
|
8 years ago |
Jeremy Koritzinsky
|
b14746fce2
|
Merge pull request #1393 from opencollective/opencollective
updated README.md with Open Collective badges and icons
|
8 years ago |
lindexi
|
487f3eb10e
|
check action is null
If the user give the null to InvokeAsync, what is his intention
|
8 years ago |
Jess
|
4f3ad17a0d
|
updated README.md with Open Collective badges and icons
|
8 years ago |
Nikita Tsukanov
|
7ef1459b11
|
Merge pull request #1390 from ligfx/patch-1
MonoMac: don't write "NSEVENT" to console on every event
|
8 years ago |
ligfx
|
e7a552de86
|
MonoMac: don't write "NSEVENT" to console on every event
|
8 years ago |
Jeremy Koritzinsky
|
41dcacfb81
|
Merge pull request #1388 from AvaloniaUI/fixes/1386-dropdown-datatemplate
Use ItemTemplate in DropDown's ContentControl
|
8 years ago |
Steven Kirk
|
80089103e0
|
Merge branch 'master' into fixes/1386-dropdown-datatemplate
|
8 years ago |
Steven Kirk
|
24f83fe3b8
|
Merge pull request #1367 from sdoroff/date-picker-control
DatePicker control
|
8 years ago |
Steven Kirk
|
69e942e20a
|
Merge branch 'master' into single-win32-assembly
|
8 years ago |
Steven Kirk
|
f8e2be8681
|
Use ItemTemplate in DropDown's ContentControl
Fixes #1386
|
8 years ago |
Steven Kirk
|
c4b994a9bf
|
Merge branch 'master' into date-picker-control
|
8 years ago |
Steven Kirk
|
f2fd17070d
|
Merge pull request #1366 from sdoroff/tab-navigation-fix
Tab navigation fix
|
8 years ago |
Steven Kirk
|
08f5907ab4
|
Merge branch 'master' into date-picker-control
|
8 years ago |
Steven Kirk
|
25c23c06ee
|
Merge branch 'master' into tab-navigation-fix
|
8 years ago |
Steven Kirk
|
3891cbf06d
|
Fixed spelling.
|
8 years ago |
Steven Kirk
|
d716fa5e8e
|
We're in beta now.
|
8 years ago |
Jeremy Koritzinsky
|
0a8f3419a8
|
Merge pull request #1382 from neyromant/master
Fixed broken links in readme.md
|
8 years ago |
Andrey Kudashkin
|
c870e65b40
|
Merge pull request #1 from neyromant/neyromant-patch-1
Update readme.md
|
8 years ago |
Andrey Kudashkin
|
91998ff678
|
Update readme.md
Fidex broken links
|
8 years ago |
Nikita Tsukanov
|
559d389547
|
Update readme.md
|
8 years ago |
Jeremy Koritzinsky
|
b335f5f4de
|
Merge branch 'master' into single-win32-assembly
|
8 years ago |
Steven Kirk
|
320265139e
|
Include Avalonia.Win32 in NetCoreOnly release build.
|
8 years ago |
Steven Kirk
|
915c4bba9d
|
Include Avalonia.Win32 in NetCoreOnly build.
|
8 years ago |
Jeremy Koritzinsky
|
c8a8e82441
|
Merge pull request #1379 from jkoritzinsky/refcount-scene
Make Scene own VisualNodes
|
8 years ago |
Jeremy Koritzinsky
|
0d7f577284
|
Merge branch 'refcount-scene' of https://github.com/jkoritzinsky/Avalonia into refcount-scene
|
8 years ago |
Jeremy Koritzinsky
|
92d171f154
|
VisualNodes are now owned by Scene objects, not by their parents. Add a Disposed member to make it easier to diagnose ownership bugs.
|
8 years ago |
Steven Kirk
|
2203b6c4e1
|
Merge pull request #1377 from AvaloniaUI/fixes/1376-textbox-scrollbar
Fix TextBox ScrollBar visibility.
|
8 years ago |
Steven Kirk
|
83f795480b
|
Fixed #1376
|
8 years ago |