Steven Kirk
80a0faf164
Merge pull request #1435 from DmitryZhelnin/ButtonSpinner-Control
ButtonSpinner control is ported from ExtendedWFPToolkit
9 years ago
dzhelnin
93cbec56af
Ability to place spinner buttons on the left side
9 years ago
DmitryZhelnin
daa6f0f7e0
Merge branch 'master' into ButtonSpinner-Control
9 years ago
Steven Kirk
ff281ae340
Merge pull request #1432 from ahopper/WriteableBitmap-rename
rename WritableBitmap
9 years ago
dzhelnin
c2cecbb85a
ButtonSpinner control is ported from ExtendedWFPToolkit
9 years ago
ahopper
c06ac12de7
fix d2d render tests
9 years ago
ahopper
c6a7611150
render test fixed
9 years ago
ahopper
e967a8eb72
rename WritableBitmap
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
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
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
Jeremy Koritzinsky
d91dd18ab6
Merge pull request #1412 from vmrocha/master
Update README.md with new contributing link
9 years ago
Jeremy Koritzinsky
1bc323ad0b
Merge pull request #1413 from AvaloniaUI/win32-nuget-fix
Fixed nuget deps
9 years ago
danwalmsley
969d4b4454
Merge branch 'master' into win32-nuget-fix
9 years ago
Nikita Tsukanov
27ab312be5
Fixed nuget deps
9 years ago
Steven Kirk
d21c409353
Merge branch 'master' into pr/1044-implemented-window-windowstartuplocation-and-windowbase-owner
9 years ago
Steven Kirk
7ba9d33b0e
Added extra test for Bounds/Margin.
And removed empty test.
9 years ago
Steven Kirk
970363571b
Include margin in Extent size.
Fixes #1408 .
9 years ago
Steven Kirk
f136eeccb1
Added failing test for #1408 .
9 years ago
Vinicius de Melo Rocha
5fecddef51
Update README.md with new contributing link
9 years ago
sdoroff
6103bab860
Altered ItemsControl to use Weak CollectionChange Subscription
9 years ago
sdoroff
f94381acac
Adds Methods Weakly Subscribe to CollectionChange
9 years ago
Nikita Tsukanov
6e1c7e37a8
Fixed Styles preview substitute
9 years ago
Nikita Tsukanov
20e7db8587
Bump version so nightly builds will be treated as newer ones
9 years ago
Nikita Tsukanov
e5a3370acd
Fixes #1405
9 years ago
Nikita Tsukanov
197fb00c8b
Merge pull request #1401 from easiwin/t/lindexi_check_action
Dispatcher's InvokeAsync check action is null #1400
9 years ago
Nikita Tsukanov
604700e9e7
Fixed iOS
9 years ago
Steven Kirk
5a90c5f0a8
Merge pull request #1355 from AvaloniaUI/single-win32-assembly
Single win32 assembly
9 years ago
Steven Kirk
18ce4e48cf
Merge branch 'master' into single-win32-assembly
9 years ago
Steven Kirk
f559f0b240
Merge WinFormsWin32Platform in Win32Platform.
9 years ago
Jeremy Koritzinsky
b14746fce2
Merge pull request #1393 from opencollective/opencollective
updated README.md with Open Collective badges and icons
9 years ago
lindexi
487f3eb10e
check action is null
If the user give the null to InvokeAsync, what is his intention
9 years ago