Benedikt Stebner
4ff9225f00
Actually add Environment.NewLine to the TextLayout for LineBreak runs
4 years ago
Benedikt Stebner
03b8b2eb5e
Show ellipsis when MaxLines are reached
4 years ago
Benedikt Stebner
0372dd914c
Show IBeam cursor for IsTextSelectionEnabled
4 years ago
Benedikt Stebner
9f37910c97
Fix TextDecoration width
Fix LineBreak length
4 years ago
Benedikt Stebner
c7182ae12a
Improve advanced word selection
4 years ago
Benedikt Stebner
6802722051
Add whole word shift selection
4 years ago
Benedikt Stebner
c921d1e097
Fix center alignment for RTL
4 years ago
Benedikt Stebner
dcd3804420
Make sure we always process inlines as whitespace significant
4 years ago
Luis von der Eltz
080fdee57d
Fix UTS
4 years ago
Max Katz
24effcf2ec
Change pattern to CompositeStorageProvider
4 years ago
dependabot[bot]
c58e43b373
Bump terser in /src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp
Bumps [terser](https://github.com/terser/terser ) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Max Katz
d1b932a8e0
Allow tray icon only on the Application
4 years ago
Max Katz
7bc11941fb
Use bindings in native menu exporter
4 years ago
Max Katz
62d1b4f3b6
Add missing IsEnabled binding
4 years ago
Max Katz
949b7f2d94
Call GetHicon only once when creation a windows icon
4 years ago
Dan Walmsley
961c693e34
fix win32native to managed menu exporter.
4 years ago
Dan Walmsley
a51acea5e0
MenuItem might have to look up the logical tree to find its menu parent (as in trayicon)
4 years ago
Max Katz
235713823f
Abstract linux DBus and GTK storage providers, use async initialization
4 years ago
Benedikt Stebner
3ad71d4bea
Use IAddChild for TextBlock and RichTextBlock
4 years ago
Takoooooo
78a49b3fb3
Fix typo in DataGrid. DataGridComparerSortDesctiption -> DataGridComparerSortDescription
4 years ago
Nikita Tsukanov
fa17ee9bb9
Introduced GtkInteropHelper.RunOnGlibThread, fixed demos
4 years ago
Nikita Tsukanov
4b7feeb4f4
Fixed various invalidation and hit-testing issues
4 years ago
Tim
8fbfde9654
`ComboBoxMinHeight` should be of Type `double`, not `Thickness`
4 years ago
petris
c6e12a6e32
Fix unaligned accesses
4 years ago
Luis von der Eltz
c1b75357f1
Allow to pass custom menu interaction handler in MenuFlyoutPresenter
4 years ago
Luis von der Eltz
0973e66d04
Remove wrong fix
4 years ago
Luis von der Eltz
16d75632fe
Properly terminate when reaching "from" element again
4 years ago
Steven Kirk
b9998dd483
Don't use TransformedBounds for automation.
4 years ago
Luis von der Eltz
ace7787526
Fix arrow left on all-disabled submenu closing menu
4 years ago
Luis von der Eltz
107fc7162e
Fix infinite loop when all items are disabled
4 years ago
Tim
bb4287e22d
fix: RowDesiredWidth was missing the RowHeaderWidth
4 years ago
robloo
0bf3a6d944
Rename `ShowAccentColors` to `IsAccentColorsVisible` and disable drop shadow when false
4 years ago
Luis von der Eltz
d9ce64e1b0
Skip disabled controls when moving to first/last item
4 years ago
Nikita Tsukanov
ebf464ad93
Enable compositing renderer by default for desktop platforms
4 years ago
Benedikt Stebner
7df34acb3d
Update src/Avalonia.Base/Media/GlyphRun.cs
4 years ago
Nikita Tsukanov
551f35a760
Cleanup
4 years ago
Nikita Tsukanov
ecca63949f
Use Blit when available
4 years ago
Luis von der Eltz
4ca4986b4f
rename
4 years ago
Tim
926b365652
Fix: DataGrid Grouping symbol wrong in Fluent Theme
- Expanded icon was vertically flipped.
- ToggleButton :checked means open, :unchecked means closed. The icon reference was corrected here to match this.
4 years ago
Nikita Tsukanov
21ccb8d43a
Fixed animation activation
4 years ago
Steven Kirk
76274f80b3
Added SafeEnumerableList and use in Classes.
Adds a simple copy-on-write list and uses it to store the listeners to `Classes` to prevent problems with re-entrancy.
Fixes #8480
4 years ago
Nikita Tsukanov
70a86fccbf
Fixed initialization order
4 years ago
Nikita Tsukanov
35e18ce765
Fixed yet another invalidation case
4 years ago
Nikita Tsukanov
862b318906
Use dictionaries for storing composition animation infrastructure
4 years ago
Tim
633c479175
Use indicators parent if available to determine the space
We used controls bounds before, which may lead to wrong indicator size if a border is set or the template has elements next to the indicator.
4 years ago
Benedikt Stebner
eb627f393c
More fixes
4 years ago
Dan Walmsley
d4ec5474d3
Ensure Window MinHeight/Width is obeyed.
4 years ago
javidsho
65d1471a94
Fix null pointer exception on application exit
4 years ago
Eric M
435419588a
Allow customisation of ProgressBar text format.
4 years ago
Steven Kirk
5da9d528c9
Added missing param docs.
4 years ago