Max Katz
|
4a8c3f47f7
|
Keep targets only in build\ folder
|
3 years ago |
Max Katz
|
65095a9b6b
|
Merge remote-tracking branch 'origin/master' into android-profile
|
3 years ago |
Steven Kirk
|
86991b640c
|
Merge pull request #11421 from AvaloniaUI/fixes/virtualizing-null-recycle-key
Handle non-recyclable containers in VirtualizingStackPanel.
|
3 years ago |
Steven Kirk
|
8e68fe910c
|
Fix error introduced in merge.
|
3 years ago |
Max Katz
|
864b1dc511
|
Merge pull request #11246 from Gillibald/visualBrushNoClearType
Make sure VisualBrush isn't rendered with ClearType
|
3 years ago |
Benedikt Stebner
|
741e2712b2
|
Enable subpixel text rendering for FramebufferRenderTarget
|
3 years ago |
Benedikt Stebner
|
7b570da5c2
|
Fix DisableTextLcdRendering handling to prevent subpixel text rendering for some unsupported scenarios
|
3 years ago |
Dan Walmsley
|
28baec64f8
|
Merge pull request #11443 from AvaloniaUI/fixes/remove-buildservices-debug-code
update buildservices nuget.
|
3 years ago |
Dan Walmsley
|
cf382b0e46
|
update buildservices nuget.
|
3 years ago |
Steven Kirk
|
fce83ca17e
|
Merge branch 'master' into fixes/virtualizing-null-recycle-key
|
3 years ago |
Max Katz
|
8dfa14dc4d
|
Merge pull request #11347 from YohDeadfall/better-type-res-error
Ignore xmlns without CLR assembly name on type resolution (`using` syntax)
|
3 years ago |
Max Katz
|
ad7b69d252
|
Merge pull request #11407 from AvaloniaUI/focus-manager-per-top-level
Limit IFocusManager API, extend IInputElement API, remove focus static members from public API
|
3 years ago |
Max Katz
|
e7c6cdcf99
|
Merge branch 'master' into better-type-res-error
|
3 years ago |
Max Katz
|
3ec3c0efd6
|
Merge branch 'master' into fixes/virtualizing-null-recycle-key
|
3 years ago |
Max Katz
|
92ef524052
|
Merge branch 'master' into focus-manager-per-top-level
|
3 years ago |
Max Katz
|
d6e5c5100a
|
Merge pull request #11432 from AvaloniaUI/fixes/virtualizingstackpanel-scrollintoview-ghost-items
Fix ghost elements in VirtualizingStackPanel
|
3 years ago |
Steven Kirk
|
95e0edcf0e
|
Merge branch 'master' into better-type-res-error
|
3 years ago |
Steven Kirk
|
d8aca2e32e
|
Merge branch 'master' into fixes/virtualizing-null-recycle-key
|
3 years ago |
Max Katz
|
192c40cbe0
|
Merge pull request #11436 from AvaloniaUI/refactor/style-setters-internalize
Make styling internals internal
|
3 years ago |
Steven Kirk
|
54b8a55588
|
Make IStyleInstance internal.
Expose it for diagnostics via `AppliedStyle` wrapper.
|
3 years ago |
Steven Kirk
|
34a83e26d1
|
Renamed ISetter as SetterBase.
Allows us to hide the mechanics of initializing a setter.
|
3 years ago |
Steven Kirk
|
04c50f8bf2
|
Make style selector internals internal.
|
3 years ago |
Steven Kirk
|
5a71807404
|
Don't try to scroll into view on invisible panel.
It won't work because layout won't be run, and will result in a ghost element.
|
3 years ago |
Steven Kirk
|
ca02947c3e
|
Added failing test for VirtualizingStackPanel.
|
3 years ago |
Max Katz
|
777d8ebee3
|
Revert TFM change
|
3 years ago |
Max Katz
|
ecda907830
|
Add avalonia aot profile to the package
|
3 years ago |
Max Katz
|
9cbcc6a35d
|
Merge pull request #11427 from wmchuang/master
fix: CalendarItem PopulateGrids
|
3 years ago |
Max Katz
|
16bc3224f9
|
Merge pull request #11264 from robloo/colorpicker-updates-7
ColorPicker Updates
|
3 years ago |
wangchuang
|
c6e047e6d4
|
fix: CalendarItem PopulateGrids
|
3 years ago |
Max Katz
|
258702e89e
|
Merge branch 'master' into fixes/virtualizing-null-recycle-key
|
3 years ago |
Yoh Deadfall
|
6ff496d65c
|
Merge branch 'master' into better-type-res-error
|
3 years ago |
Jumar Macato
|
4b0b9e8942
|
Merge pull request #11420 from AvaloniaUI/fixes/build-services-fixes
Fixes/build services fixes
|
3 years ago |
Steven Kirk
|
89aef5f476
|
Handle non-recyclable containers.
|
3 years ago |
Steven Kirk
|
ac4ff30180
|
Added failing tests for null recycling key.
|
3 years ago |
Dan Walmsley
|
4b09e99382
|
bump avalonia build services.
|
3 years ago |
Dan Walmsley
|
af346d3178
|
bump build services with latest fixes.
|
3 years ago |
Nikita Tsukanov
|
b46db50140
|
Merge pull request #11397 from Gillibald/fixBitmapBlendingModeDefault
Fix BitmapInterpolationMode default value
|
3 years ago |
Benedikt Stebner
|
53418f8691
|
Merge branch 'master' into fixBitmapBlendingModeDefault
|
3 years ago |
Benedikt Stebner
|
710244dbe7
|
Merge branch 'fixBitmapBlendingModeDefault' of https://github.com/Gillibald/Avalonia into fixBitmapBlendingModeDefault
|
3 years ago |
Benedikt Stebner
|
0b072f4d0d
|
Update test files
|
3 years ago |
Max Katz
|
6b5ac0fdfb
|
Merge pull request #11294 from Gillibald/textFixes
[Text] Fixes
|
3 years ago |
Benedikt Stebner
|
0d86e5b5b9
|
Merge branch 'master' into textFixes
|
3 years ago |
Benedikt Stebner
|
f153c626f8
|
Fix TextLineImpl.GetCharacterHitFromDistance for lines that include a TextEndOfLine run
Fix overhang handling to prevent clipped text for slanted glyphs
Fix TextBox selection issues
|
3 years ago |
Max Katz
|
d3fbc105af
|
Fix "GetFocusManager" with some unit tests
|
3 years ago |
Max Katz
|
44e3a532b6
|
Fix comment
|
3 years ago |
Max Katz
|
cd9a19387a
|
Keep FocusManager.OnPreviewPointerPressed static as it was before
|
3 years ago |
Max Katz
|
6294093a18
|
Use [PrivateApi] on members
|
3 years ago |
Max Katz
|
77f4b6529b
|
Merge branch 'master' into focus-manager-per-top-level
|
3 years ago |
Max Katz
|
20064647dd
|
Limit IFocusManager API, extend IInputElement API, remove visible static properties
|
3 years ago |
Max Katz
|
80c7086d25
|
Merge pull request #11340 from AvaloniaUI/feature/composition-resources-3
Compositor-aware resources
|
3 years ago |