Dan Walmsley
2a67b7950b
temporarilty trim down control catalog.
4 years ago
Wiesław Šoltés
d6deda6414
Add spring animation demo page
4 years ago
Giuseppe Lippolis
9fc7be195a
fix: CS8667 Nullability of reference types in type of
4 years ago
Steven Kirk
d1b652213a
Make sure child windows have unique titles/ids.
4 years ago
Steven Kirk
0cc0443d34
Display window order in integration test app.
The previous method of relying on the order of windows returned by appium to determine window z-order proved not to be reliable. Instead use p/invoke to read `NSWindow.orderedIndex` on a timer and display it in a text box in the `ShowWindowtest` window.
This commit doesn't update the tests to use this new info though.
4 years ago
hacklex
0b01a51c9e
TextConverter property for finer control over NumericUpDown text display ( #8839 )
* Added TextConverter property to NumericUpDown
* Added a hex NumericUpDown sample to ControlCatalog
* Requested changes to conversion calls
* Fixed NumericUpDown::OnTextConverterChanged logic
4 years ago
Takoooooo
ce42f829a7
Make PointerPoint and PointerPointProperties to be a struct.
4 years ago
Takoooooo
c1d4b2a96d
Remove obsolete members from remaining assemblies
4 years ago
Takoooooo
f6c506b865
Fix DrawingPage
4 years ago
Takoooooo
00c08235cc
Remove obsolete members from Avalonia.Controls assembly.
4 years ago
Giuseppe Lippolis
92291b7d9a
fix: Null Annotation
4 years ago
Giuseppe Lippolis
31222c35c2
fix: Null Annotation
4 years ago
Giuseppe Lippolis
fa93a99e88
fix: AutoCompleteBoxPage Semple MinimumPopulateDelay
4 years ago
Giuseppe Lippolis
f63ed9cf6b
fix: Null Annotation
4 years ago
José Pedro
2c39f80f9b
Changed Skia OpenGL bitmap origin to bottom left.
4 years ago
Max Katz
8e64d69e83
Fix control catalog crash
4 years ago
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
Steven Kirk
eb8ddef412
Add failing integration test on macOS.
Hiding a child window, and then clicking on the parent window causes the child window to be erroneously re-shown.
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