sdoroff
5927e7acfe
Added Unit Tests
8 years ago
sdoroff
c5608bd386
Moved the setting of FocusedElement
This allows the LostFocus event to check the newly focused element
8 years ago
sdoroff
e2ff0a0258
Fixed an off by one bug
8 years ago
sdoroff
ee8ae91f72
Ported the AutoCompleteBox control from Silverlight
8 years ago
Nikita Tsukanov
8f92a1a818
Conditional compilation
8 years ago
Nikita Tsukanov
77b74444ba
Improved unmanaged memory allocation diagnostics. ref #1411
8 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>()
8 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
8 years ago
Steven Kirk
53397a2aab
Added failing test for #1423 .
8 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
8 years ago
Nikita Tsukanov
82acff0d57
[GTK3] Unregister tick callback and properly close the window. Fixes #1424
8 years ago
Steven Kirk
353c24b8ab
Merge pull request #1396 from easiwin/t/lindexi
add some comment
8 years ago
Steven Kirk
e6c976b117
Merge branch 'master' into t/lindexi
8 years ago
Steven Kirk
b992e9b4f1
Merge pull request #1410 from sdoroff/weak-collection-change-subscription
Added Weak CollectionChange Methods
8 years ago
Steven Kirk
9d16a531ef
Merge branch 'master' into weak-collection-change-subscription
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
sdoroff
6103bab860
Altered ItemsControl to use Weak CollectionChange Subscription
8 years ago
sdoroff
f94381acac
Adds Methods Weakly Subscribe to CollectionChange
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
lindexi
78fa1dc17a
add LayoutTransformControl comment
9 years ago
lindexi
a912f03167
add UserControl comment
9 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