Nikita Tsukanov
|
3717aec4f5
|
Use GetFeature + API lease approach for accessing SKCanvas
|
4 years ago |
Max Katz
|
a9910501ec
|
Fix tests
|
4 years ago |
Max Katz
|
fcdb22983b
|
Revert debug changes
|
4 years ago |
Max Katz
|
5ee439b5e4
|
Rename remainings
|
4 years ago |
Max Katz
|
1731f88822
|
Rename Default to Simple
|
4 years ago |
Max Katz
|
86265f49aa
|
Update samples/ControlCatalog/App.xaml.cs
|
4 years ago |
Benedikt Stebner
|
ca84dda76b
|
Revert changes
|
4 years ago |
Benedikt Stebner
|
d524dc9cdb
|
Only apply the font fallback to regions of missing glyphs
|
4 years ago |
Benedikt Stebner
|
81b0dce302
|
Fix RichTextBlock Inlines update handling
|
4 years ago |
Max Katz
|
ceb59fc475
|
Workaround dev tools issue
|
4 years ago |
Benedikt Stebner
|
23b08b1f34
|
Attempt to fix consistent hit testing results
GetCharacterHitFromDistance and GetDistanceFromCharacterHit should match all the time
|
4 years ago |
Benedikt Stebner
|
a467960498
|
Revert change
|
4 years ago |
Max Katz
|
fe4a5e7a5f
|
Make android emulator work again on control catalog
|
4 years ago |
Nikita Tsukanov
|
952b80df2a
|
Use codegen to populate OpenGL functions
|
4 years ago |
Wiesław Šoltés
|
11e3691b83
|
Use fluent theme for BindingDemo
|
4 years ago |
Wiesław Šoltés
|
f0f69f1b5e
|
Fix render demo theme
|
4 years ago |
Max Katz
|
6e59fe347e
|
Add DataGrid fluent controltheme
# Conflicts:
# src/Avalonia.Controls.DataGrid/Themes/Fluent.xaml
|
4 years ago |
Benedikt Stebner
|
03b8b2eb5e
|
Show ellipsis when MaxLines are reached
|
4 years ago |
Benedikt Stebner
|
9f37910c97
|
Fix TextDecoration width
Fix LineBreak length
|
4 years ago |
Benedikt Stebner
|
6802722051
|
Add whole word shift selection
|
4 years ago |
Max Katz
|
7bc11941fb
|
Use bindings in native menu exporter
|
4 years ago |
Benedikt Stebner
|
97bd8ff938
|
Remove test code
|
4 years ago |
Benedikt Stebner
|
3ad71d4bea
|
Use IAddChild for TextBlock and RichTextBlock
|
4 years ago |
Nikita Tsukanov
|
fa17ee9bb9
|
Introduced GtkInteropHelper.RunOnGlibThread, fixed demos
|
4 years ago |
Max Katz
|
0dca4bebc1
|
Disable additional aot flags
|
4 years ago |
robloo
|
0bf3a6d944
|
Rename `ShowAccentColors` to `IsAccentColorsVisible` and disable drop shadow when false
|
4 years ago |
Nikita Tsukanov
|
ebf464ad93
|
Enable compositing renderer by default for desktop platforms
|
4 years ago |
Nikita Tsukanov
|
221a0f1341
|
Removed workaround from headless platform memory measurement code
|
4 years ago |
Max Katz
|
68ac06d3a7
|
Remove duplicated ItemsPanel on hamburger menu
|
4 years ago |
Steven Kirk
|
84a3d9ca1f
|
Use theme default CornerRadius.
When "Rounded" checkbox isn't checked.
|
4 years ago |
Benedikt Stebner
|
eb627f393c
|
More fixes
|
4 years ago |
Steven Kirk
|
4f3fafc9df
|
Tweaked Expander ControlTheme.
And added "Rounded" option to ControlCatalog for testing.
|
4 years ago |
Steven Kirk
|
209797e5e1
|
Ported HamburgerMenu to ControlTheme.
|
4 years ago |
Steven Kirk
|
671b7ea83e
|
WIP: HamburgerMenu.
|
4 years ago |
Eric M
|
435419588a
|
Allow customisation of ProgressBar text format.
|
4 years ago |
Benedikt Stebner
|
7cbeb7ad3f
|
Rework TextLineImpl hit testing
|
4 years ago |
Max Katz
|
5a8c9f9c09
|
Use Async in naming
|
4 years ago |
Max Katz
|
97a5a9e1f6
|
Add folder.GetItemsAsync API
|
4 years ago |
Benedikt Stebner
|
cc2d791f36
|
Update samples/Sandbox/MainWindow.axaml
Co-authored-by: Max Katz <maxkatz6@outlook.com>
|
4 years ago |
Max Katz
|
5000a4ffe3
|
Do not enable MouseInPointerEnabled automatically and remove EnableWmPointerEvents option
|
4 years ago |
Nikita Tsukanov
|
5b77b7d24b
|
UseComposition -> UseCompositor
|
4 years ago |
Max Katz
|
17562c16bd
|
Fixes after review
|
4 years ago |
Max Katz
|
b4b869a429
|
Fix after event were renamed
|
4 years ago |
Lobster Uberlord
|
508fad9d2c
|
Enable use of Skia Raster backend for HTML canvas in Blazor
To enable the raster backend set CustomGpuFactory to null in
the existing SkiaOptions, by default Avalonia will use the
GPU/GL Skia backend.
|
4 years ago |
Steven Kirk
|
7156339304
|
Test CenterOwner window position.
|
4 years ago |
Steven Kirk
|
4f84950c41
|
Added tests for #8335.
|
4 years ago |
Steven Kirk
|
519e850bf8
|
Correctly update position.
`Window.Position` isn't an Avalonia property so doesn't auto-update, we need to listen for `PositionChanged`.
|
4 years ago |
Nikita Tsukanov
|
62571a69b6
|
Fix crashes in headless memory benchmark
|
4 years ago |
Nikita Tsukanov
|
38469f0629
|
Added composition support to the headless platform
|
4 years ago |
Steven Kirk
|
328aef882b
|
Added failing tests for WindowState on mac.
|
4 years ago |