Giuseppe Lippolis
b4859f0479
fix: Avoid Cast exception on Single View Application
4 years ago
Benedikt Stebner
116fd47439
Implement FormattedText.BuildHighlightGeometry
4 years ago
Benedikt Stebner
e69fff386f
Reset surroundingText on focus change
Reset surroundingText on focus change
4 years ago
Wiesław Šoltés
d6deda6414
Add spring animation demo page
4 years ago
Dan Walmsley
9c5fbcfa1b
support net 7 on wasm backend.
4 years ago
Dan Walmsley
c82687426c
implement return key and accepts return, and closing keyboard on done return keys.
4 years ago
Dan Walmsley
4d90f63953
make android compatible with new ime interfaces.
4 years ago
Nikita Tsukanov
006fe37d0d
Working on iOS IME
4 years ago
robloo
2b6dad5068
Finish updating Fluent ColorPicker ControlThemes
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
Dan Walmsley
b170a54954
remove some assets.
4 years ago
Dan Walmsley
a2d008d6f2
add simple mobile sandbox apps.
4 years ago
Benedikt
acecaf7018
Fix iOS build
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
Benedikt Stebner
63539252a3
Cleanup
4 years ago
Max Katz
8e64d69e83
Fix control catalog crash
4 years ago
Benedikt Stebner
75870f751e
Rendering part of PreeditText
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