Nikita Tsukanov
6d8b0ce7d6
Merge pull request #2104 from AvaloniaUI/msb-resources
Generate asset resource info with paths
8 years ago
Nikita Tsukanov
de2a8728de
Fixed TabControl and Viewbox pages
8 years ago
Nikita Tsukanov
0b8286ff0e
Merge-caused invalid xaml
8 years ago
Nikita Tsukanov
6347a610c7
Switched back to #if since ReferenceOutputAssembly doesn't work properly for classic project format
8 years ago
Nikita Tsukanov
0c660c7c96
Merge remote-tracking branch 'origin/master' into msb-resources
# Conflicts:
# samples/ControlCatalog/MainView.xaml
# samples/ControlCatalog/SideBar.xaml
8 years ago
Nikita Tsukanov
3279cbd4e8
Fixed some review comments
8 years ago
Steven Kirk
bf0baa64db
Merge pull request #2115 from AvaloniaUI/fixes/1614-tile-brush-dpi-compatibility
Fix tilebrush scaling
8 years ago
Steven Kirk
41f201bec8
Fix grip visualbrush tests.
8 years ago
Steven Kirk
f82ee356bd
Added debugging util to save D2D render targets.
8 years ago
Dan Walmsley
53638845a6
Add more visualbrush tests.
8 years ago
Steven Kirk
74294b2cb3
Merge branch 'master' into fixes/1614-tile-brush-dpi-compatibility
8 years ago
Steven Kirk
638fd1e70c
Fix DPI scaling for Skia tile brushes.
8 years ago
Steven Kirk
eecd3555f9
Fix DPI in ImageBrushImpl.
And add expected output for tests. D2D now passes, skia still renders incorrectly.
8 years ago
Steven Kirk
f1c2c72400
Added failing tests for #1614 .
8 years ago
Dan Walmsley
9f02b7f7c1
remove unused method.
8 years ago
Dan Walmsley
607703427d
whitespace.
8 years ago
Dan Walmsley
6a76c00f3e
remove unused changes.
8 years ago
Dan Walmsley
7483b1cb4c
revert changes.
8 years ago
Dan Walmsley
6f540cf260
fix removing decorations
8 years ago
Dan Walmsley
1a16e42378
prototype, allowing to draw in non-client area.
without breaking win32 frame functionality.
8 years ago
Steven Kirk
6baa611ad9
Merge pull request #2125 from Gillibald/fixes/RenderDemoWithNewTabControl
Fixes render demo with new tab control
8 years ago
Steven Kirk
b74daa53b2
Merge branch 'master' into fixes/RenderDemoWithNewTabControl
8 years ago
Steven Kirk
d63b76be63
Merge pull request #2126 from Gillibald/fixes/DefaultTabControlControlTemplateImprovement
Improved default control template for TabControl
8 years ago
Steven Kirk
97db5ec657
Cache AvaloniaObject initialization notifications.
When an `AvaloniaObject` is created, it notifies each of the `AvaloniaProperties` registered on it that they have been initialized on a new object. Instead of calling `GetDefaultValue` each time, cache the default values.
8 years ago
Benedikt Schroeder
e44eaf9a24
Improved default control template for TabControl
8 years ago
Benedikt Schroeder
f55388a247
Fixes render demo with new tab control
8 years ago
Steven Kirk
2731155511
Merge pull request #2122 from donandren/prs/dropdownimprovements
DropDown improvements
8 years ago
Steven Kirk
f09011cc0f
Merge branch 'master' into prs/dropdownimprovements
8 years ago
ahopper
fd1dfd78e8
Merge branch 'fix-pointerleave-not-always-set' of https://github.com/ahopper/Avalonia into fix-pointerleave-not-always-set
8 years ago
ahopper
7c5802efcf
change name and check invalidate rect
8 years ago
ahopper
44344afc55
Merge branch 'master' into fix-pointerleave-not-always-set
8 years ago
Steven Kirk
35ca201986
Merge pull request #2123 from wieslawsoltes/SwitchThemes
Added theme switching support for ControlCatalog
8 years ago
Wiesław Šoltés
dd571f131d
Added theme switching support for ControlCatalog
8 years ago
Andrey Kunchev
cd7c5eb762
Ensure selected DropDownItem is visible when dropdown is open
8 years ago
Andrey Kunchev
daadd9c674
support member selector when recycling Dropdown/listboxitems
8 years ago
Andrey Kunchev
850cbfdbf0
Support out of the box Member Selector in DropDown
8 years ago
Andrey Kunchev
c4ab664833
Use Adorner Focus styling for focused DropDownItem
8 years ago
Andrey Kunchev
59a286ba10
let dropdown support virtualization if needed
8 years ago
Andrey Kunchev
b8b7de237d
fit dropdown popup in screen
8 years ago
Andrey Kunchev
c2c71105a4
style a bit focused dropdown item, so keyboard navigation is visible
8 years ago
Andrey Kunchev
a297f00863
Scroll and focus to selected item when dropdown is shown
8 years ago
Andrey Kunchev
d26d984256
focus dropdown item in more safe manner
8 years ago
Andrey Kunchev
16ebfb5be9
focus DropDown after DropDown popup closed, otherwise focus is unpredicatable
8 years ago
Andrey Kunchev
fa8380d92d
focus first item in DropDown on key up/down
8 years ago
Steven Kirk
88424b4a2a
Merge pull request #2066 from donandren/prs/viewbox
Viewbox implementation
8 years ago
Steven Kirk
4e03b14568
Pages should be alphabetically ordered.
8 years ago
Steven Kirk
dba58812b6
Merge branch 'master' into prs/viewbox
8 years ago
Steven Kirk
9a9a66d77a
Merge pull request #2085 from AvaloniaUI/perf/templatedparent-direct
[Perf] Make TemplatedParent a direct property.
8 years ago
Steven Kirk
e5cebd0d48
Merge branch 'master' into perf/templatedparent-direct
8 years ago
Steven Kirk
96190158e2
Merge pull request #2114 from donandren/issues/relsourcebindingproblem
Failing tests for Relative Source in Binding and fixes
8 years ago