Wiesław Šoltés
|
a2431c0526
|
Merge branch 'master' into xamlil
|
7 years ago |
Wiesław Šoltés
|
1d9e3c9e0a
|
Merge pull request #2510 from AvaloniaUI/fixes/2507-carousel-exception
Only generate containers on the fly if virtualized.
|
7 years ago |
Steven Kirk
|
cb1882f920
|
Only generate containers on the fly if virtualized.
Fixes #2507
|
7 years ago |
Steven Kirk
|
92284afa14
|
Added failing test for #2507.
|
7 years ago |
Jumar Macato
|
1cbc72faf1
|
Merge pull request #2496 from Gillibald/fixes/StylableTabItem
Fix TabItem styling
|
7 years ago |
Steven Kirk
|
e546124a2d
|
Merge branch 'master' into fixes/StylableTabItem
|
7 years ago |
Steven Kirk
|
51fe6fb989
|
Merge pull request #2497 from Gillibald/fixes/FontFamilyFromUri
Simplify FontFamily creation
|
7 years ago |
Steven Kirk
|
06ab1b8728
|
Merge branch 'master' into fixes/FontFamilyFromUri
|
7 years ago |
Nikita Tsukanov
|
24d153932f
|
Merge pull request #2500 from AvaloniaUI/xinput-32bit
[X11] Use UIntPtr for serial field in XI2 structs
|
7 years ago |
Nikita Tsukanov
|
80ff9a0737
|
[X11] Use UIntPtr for serial field in XI2 structs
|
7 years ago |
Steven Kirk
|
f9669dc8a4
|
Merge branch 'master' into fixes/FontFamilyFromUri
|
7 years ago |
Nikita Tsukanov
|
9ef49aed42
|
Place populate method into x:Class itself
|
7 years ago |
Wiesław Šoltés
|
c0a85674f3
|
Merge branch 'master' into xamlil
|
7 years ago |
Wiesław Šoltés
|
4652368ed9
|
Merge pull request #2489 from AvaloniaUI/fixes/2432-carousel-insert
Fix CarouselPresenter's handling of inserted items
|
7 years ago |
Benedikt Schroeder
|
bbccc6e355
|
Add more unit tests
|
7 years ago |
Benedikt Schroeder
|
8a179816ed
|
Target TabItem itself instead of ContentPresenter for default selectors
|
7 years ago |
Nikita Tsukanov
|
8806b93a18
|
Updated xamlil
|
7 years ago |
danwalmsley
|
fe1a6d9b86
|
Merge branch 'master' into xamlil
|
7 years ago |
Nikita Tsukanov
|
0a7c7fdfcf
|
Fixed TemplatedParent issue
|
7 years ago |
Nikita Tsukanov
|
657447ff0c
|
Reproed binding issue
|
7 years ago |
Nikita Tsukanov
|
10ef97cbf0
|
Fixed name
|
7 years ago |
Nikita Tsukanov
|
afcb33c0fd
|
Make templated parent test more alike to the reported one
|
7 years ago |
Nikita Tsukanov
|
20574f7c13
|
Test for reported TemplatedParent issue
|
7 years ago |
Nikita Tsukanov
|
1653c59e20
|
Updated xamlil
|
7 years ago |
Steven Kirk
|
e63fc96c84
|
Fix failing test.
And remove empty method.
|
7 years ago |
Nikita Tsukanov
|
f83bb1b4c2
|
Actually show the uri to improve debugging experience
|
7 years ago |
Nikita Tsukanov
|
f05ad94d51
|
Updated xamlil
|
7 years ago |
Nikita Tsukanov
|
cfeeb5ed3f
|
Updated XamlIl. Now even more static typing
|
7 years ago |
Steven Kirk
|
f0ec9ab740
|
Merge branch 'master' into fixes/2432-carousel-insert
|
7 years ago |
Benedikt Schroeder
|
1cc4661c14
|
Simplified creation of FontFamily instances
|
7 years ago |
Steven Kirk
|
5745b72222
|
Started refactoring CarouselPresenter.
Make it react correctly to changes in the source collection. Fixes #2432.
|
7 years ago |
Steven Kirk
|
91723a96a0
|
Merge pull request #2488 from AvaloniaUI/fixes/2451-build-fails
Fix build on VS2019
|
7 years ago |
Steven Kirk
|
7c0372566e
|
Merge branch 'master' into fixes/2451-build-fails
|
7 years ago |
Steven Kirk
|
76c3d0c03d
|
Handle item insertion in CarouselPresenter.
Fixes #2432.
|
7 years ago |
Steven Kirk
|
d19f159932
|
Added failing tests for #2432.
|
7 years ago |
danwalmsley
|
a4ba380189
|
Merge pull request #2486 from AvaloniaUI/fixes/2470-onewaytosource-binding
Fix OneWayToSource binding
|
7 years ago |
Steven Kirk
|
9650c7f9e3
|
Call UseDataGrid in WindowInteropTest.
The `ControlCatalog` that is being embedded requires it.
|
7 years ago |
Steven Kirk
|
9a60d77e63
|
Don't import SkiaSharp.props into WindowsInteropTest.
Fixes the `"C:\Users\[user]\.nuget\packages\SkiaSharp\1.68.0\build\net45\SkiaSharp.dll.config" because it was not found.` error.
|
7 years ago |
Steven Kirk
|
1693fd8d8d
|
Remove unsupported armeabi.
|
7 years ago |
Steven Kirk
|
197d7d4904
|
Update OneWayToSource binding when DataContext changes.
Fixes #2470
|
7 years ago |
Steven Kirk
|
d22282c151
|
Added failing tests for #2470.
|
7 years ago |
Steven Kirk
|
9dba5e9a4a
|
Merge pull request #2469 from AvaloniaUI/fixes/close-menu-if-clicked-when-open
Close Menu if Top Level item is clicked when already open
|
7 years ago |
Steven Kirk
|
cec4b9ec26
|
Merge branch 'master' into fixes/close-menu-if-clicked-when-open
|
7 years ago |
Steven Kirk
|
f8cf268f0e
|
Added unit test for toplevel menu close.
Added unit test for previous commit, and also tweaked code a little bit to use `IsTopLevel` instead of trying to cast the parent menu item.
|
7 years ago |
danwalmsley
|
311c31a163
|
Merge branch 'master' into xamlil
|
7 years ago |
danwalmsley
|
70e09f4dab
|
Merge pull request #2438 from AvaloniaUI/fixes/2420-slider-leak
Fix leak when TemplateBinding appears in style setter
|
7 years ago |
danwalmsley
|
af30c3d92e
|
Merge branch 'master' into fixes/2420-slider-leak
|
7 years ago |
Jumar Macato
|
cc13667cc3
|
Merge pull request #2480 from jp2masa/code-cleanup
Code cleanup
|
7 years ago |
Jumar Macato
|
44e66c1b68
|
Merge branch 'master' into code-cleanup
|
7 years ago |
Nikita Tsukanov
|
31d25803ee
|
Merge pull request #2476 from DanTheMan827/patch-1
Fix url encoded path and filenames on Mac
|
7 years ago |