Steven Kirk
|
e404544596
|
Move check to avalonia properties.
|
6 years ago |
Steven Kirk
|
0cfa15913d
|
Remove ignored validate parameter.
|
6 years ago |
Steven Kirk
|
6be3acb46c
|
Make ValueStore typed.
Major refactor of the Avalonia core to make the styled property store typed.
|
6 years ago |
Dariusz Komosiński
|
7f72230597
|
Fix ItemsRepeater not clearing focused elements on items source changed.
|
6 years ago |
Dan Walmsley
|
396c34d82b
|
fix invalid project reference.
|
6 years ago |
Dariusz Komosinski
|
45168de028
|
Remove not needed type check.
|
6 years ago |
Dariusz Komosinski
|
57ff7b35f1
|
Remove reflection usage from Shape AffectsGeometry calls.
|
6 years ago |
Dan Walmsley
|
3f95e7676e
|
Revert "Merge pull request #3221 from mstr2/undecorated-window"
This reverts commit a3712ed4c2, reversing
changes made to edbd75cc1f.
|
6 years ago |
danwalmsley
|
aea400c6ae
|
fix spacing.
|
6 years ago |
danwalmsley
|
684216c6e9
|
Update ManagedFileChooserViewModel.cs
|
6 years ago |
Dan Walmsley
|
edbd75cc1f
|
[OSX] fix popup position and mouse device positioning.
|
6 years ago |
Dan Walmsley
|
6230bf37ef
|
[OSX] empty native menus can be attached as submenu
|
6 years ago |
Jumar Macato
|
2a914e55a3
|
Final tweaks
|
6 years ago |
Jumar Macato
|
477d4b1d18
|
make osx work again
|
6 years ago |
Jumar Macato
|
75934d5daf
|
More tweaks.
|
6 years ago |
Jumar Macato
|
5e0b4bff2c
|
tidy up hyperlinks into a style
|
6 years ago |
Jumar Macato
|
529f5c83f2
|
add parenthesis to fix OSX
|
6 years ago |
Dan Walmsley
|
0a4e5f4309
|
never return null font entry if font not resolved.
|
6 years ago |
Dan Walmsley
|
0341a23e41
|
dont crash if embedded font is not resolved.
|
6 years ago |
Dan Walmsley
|
13bd6e9ab9
|
fix embedded font.
|
6 years ago |
Dan Walmsley
|
bce1eb1325
|
embed font.
|
6 years ago |
Dan Walmsley
|
868b125848
|
add hyper links.
|
6 years ago |
Jumar Macato
|
f44df357ee
|
Update about dialog.
|
6 years ago |
danwalmsley
|
d64ec6a762
|
set Scroll before calling base.OnTemplateApplied.
|
6 years ago |
Dan Walmsley
|
0b014f5930
|
tweaks to about screen
|
6 years ago |
Dan Walmsley
|
6deff75c58
|
open about dialog modal
|
6 years ago |
Dan Walmsley
|
da4a57eff8
|
display about dialog
|
6 years ago |
Jumar Macato
|
5da9bcd723
|
Change to AboutAvaloniaDialog
|
6 years ago |
Jumar Macato
|
48234ad3ab
|
Add a Avalonia about window default implementation.
|
6 years ago |
Dan Walmsley
|
3e8138cfe4
|
Set a default Avalonia application name.
|
6 years ago |
Benedikt Schroeder
|
876ecab433
|
Fix pre selection
|
6 years ago |
Benedikt Schroeder
|
e2ff454085
|
Add failing tests
|
6 years ago |
mstr2
|
7b2af958ee
|
Added window animations for undecorated Win32 window
|
6 years ago |
Dan Walmsley
|
f2e09fc091
|
begin implementing default app menu for osx.
|
6 years ago |
Dan Walmsley
|
5b3e2320a8
|
remove unit tests, skia and direct2d behave differently and making them match is beyond the scope of this bug fix.
|
6 years ago |
Dan Walmsley
|
86d21f27a7
|
fix empty text hit test. direct2d
|
6 years ago |
Dan Walmsley
|
69c24dc99d
|
fix bug in skia empty formatted text hit test.
|
6 years ago |
Dan Walmsley
|
eb1241eea3
|
fix skia formatted text unit tests.
|
6 years ago |
Dan Walmsley
|
075aeecebf
|
fix skia formatted text impl hit testing.
|
6 years ago |
Dan Walmsley
|
5921d359c8
|
fix hit testing skia formatted text.
|
6 years ago |
Steven Kirk
|
e126874c80
|
Handle cross-root reparenting.
When updating the scene for a window, moving a control to a different root should be the same as just removing the control.
|
6 years ago |
Dariusz Komosinski
|
c864f5592c
|
Fix overlooked assignment.
|
6 years ago |
Dariusz Komosinski
|
db74e6c021
|
Reformat.
|
6 years ago |
Dariusz Komosinski
|
a327610b6d
|
Disable metadata optimizations for properties with different owner.
|
6 years ago |
Dariusz Komosinski
|
798bde1835
|
Cache visual children getter result.
|
6 years ago |
Dariusz Komosinski
|
268a209889
|
Implement fast metadata path for properties that have no metadata overrides.
|
6 years ago |
Dariusz Komosinski
|
d0d4bec96b
|
Remove expensive Contract calls from the hot path.
|
6 years ago |
Dariusz Komosinski
|
3e3eddca87
|
Save a few value lookups during arrange and measure.
|
6 years ago |
Dariusz Komosinski
|
8eb0f4127a
|
Save up to two value lookups when applying layout constraints.
|
6 years ago |
Benedikt Schroeder
|
872cef0176
|
Introduce abstract font manager
|
6 years ago |