Takoooooo
7399772b9d
merge master
4 years ago
Nikita Tsukanov
415d61273d
Merge pull request #7391 from AvaloniaUI/fix-validatingwindowimpl-invalidcastexception
Fix InvalidCastException when opening a dialog.
4 years ago
Takoooooo
ecda58fc8e
Fix InvalidCastException when opening a dialog.
4 years ago
Dan Walmsley
38f726f997
Merge pull request #7374 from AvaloniaUI/fixes/5849-textinput-keydown-handed-2
win32: Don't raise TextInput event when KeyDown was handled (Attempt #2 )
4 years ago
Dan Walmsley
7d354a2d01
Merge branch 'master' into fixes/5849-textinput-keydown-handed-2
4 years ago
Max Katz
0fff429c16
Merge pull request #7385 from AvaloniaUI/fix-devtools
Use the new syntax for a simple theme in DevTools and fix the crash.
4 years ago
Takoooooo
a7e7921138
Use new syntax for simple theme and fix the crash.
4 years ago
Max Katz
81d3fd7319
Merge pull request #7353 from AvaloniaUI/simpletheme-refactor
Default theme refactoring
4 years ago
Max Katz
71ad700059
Merge branch 'master' into simpletheme-refactor
4 years ago
Dan Walmsley
f65cfe36e3
Merge pull request #7236 from AvaloniaUI/re-fix-pr-6830
Better fix for #6830
4 years ago
Dan Walmsley
c13dbb96fc
Merge pull request #7336 from Gillibald/fixes/ClearType
Enable ClearType on Windows
4 years ago
Dan Walmsley
d706d98c21
Merge branch 'master' into fixes/ClearType
4 years ago
Dan Walmsley
8dcc99078f
Merge pull request #7368 from JamDoggie/master
Set antialias to true when calling ClipRoundRect
4 years ago
JamDoggie
f82f125c3d
Merge branch 'master' into master
4 years ago
Steven Kirk
33f0e42063
win32: Don't raise TextInput event when KeyDown was handled.
On win32, returning handled from `WM_KEYDOWN` doesn't automatically prevent a `WM_CHAR` message, resulting in #5849 .
Fix this by setting a flag after `WM_KEYDOWN` is handled which will make the following `WM_CHAR` message be ignored.
This is the second attempt at fixing this after it was decided that https://github.com/AvaloniaUI/Avalonia/pull/7351 was not the right approach.
Fixes #5849
4 years ago
Tako
946fbd4941
Merge pull request #7373 from AvaloniaUI/fix-nre-menu-close
Fix NRE on window close with opened menu
4 years ago
Takoooooo
ba85c01105
fix
4 years ago
Takoooooo
8dd4271c47
revert unwanted change
4 years ago
JamDoggie
4e2e14bc99
Merge branch 'master' into master
4 years ago
Dan Walmsley
1468b35162
Merge pull request #7371 from AvaloniaUI/fixes/disable-source-link-for-non-ci-builds
Only use DebugType=embedded for CI builds
4 years ago
JamDoggie
96199364e1
Merge branch 'master' into master
4 years ago
Max Katz
936882aaac
Merge pull request #7369 from AvaloniaUI/feature/validating-toplevel-impl
Fixed ITopLevelImpl API misuse, added validating layer
4 years ago
Max Katz
bded63eb5e
Merge branch 'master' into feature/validating-toplevel-impl
4 years ago
Max Katz
1775ccd6bc
Merge pull request #7370 from AvaloniaUI/fixes/x11-transparency-crash
Another workaround for broken TopLevel.cs causing crash on X11
4 years ago
Max Katz
a02c2fa234
Merge branch 'master' into fixes/x11-transparency-crash
4 years ago
Nikita Tsukanov
b421155044
Conditional compilation
4 years ago
Nikita Tsukanov
adf88e711b
Only use DebugType=embedded for CI builds
4 years ago
Nikita Tsukanov
6ad1e3caf3
Fixed ITopLevelImpl API misuse, added validating layer
4 years ago
Nikita Tsukanov
7126b9a765
Another workaround for broken TopLevel.cs causing crash on X11
4 years ago
JamDoggie
bb0dd41682
Set antialias to true when calling ClipRoundRect
4 years ago
Max Katz
2491c0b56f
Merge pull request #7365 from amwx/FixCalendarHeaderAlignment
[Calendar] Fix vertical alignments
4 years ago
amwx
0c32ec32a8
Fix vertical alignments
4 years ago
Takoooooo
e81995ea60
Merge branch 'simpletheme-refactor' of https://github.com/AvaloniaUI/Avalonia into simpletheme-refactor
4 years ago
Takoooooo
54d83f65c3
fix tests
4 years ago
Steven Kirk
ddb8f9c7de
Update unit tests to use new default theme URLs.
4 years ago
Takoooooo
d9df6cf15f
wip
4 years ago
Takoooooo
eabc2be815
wip
4 years ago
Takoooooo
5a4e05fee3
wip
4 years ago
Takoooooo
31cdd4e0b0
reformat
4 years ago
Takoooooo
25c5156725
wip
4 years ago
Takoooooo
60a6a52735
wip
4 years ago
Benedikt Stebner
47e95924eb
Merge branch 'master' into fixes/ClearType
4 years ago
Benedikt Stebner
f29ed1a127
Merge pull request #7350 from Gillibald/fixes/TextBoxTextAlignment
Fix Skia FormattedTextImpl text alignment
4 years ago
Benedikt Stebner
d86799a598
Merge branch 'master' into fixes/TextBoxTextAlignment
4 years ago
Benedikt Stebner
735dc915fe
Fix Skia FormattedTextImpl text alignment
4 years ago
Benedikt Stebner
3364199cb6
Merge branch 'master' into fixes/ClearType
4 years ago
Benedikt Stebner
f8634108a3
Enable Skia ClearType support on Windows
4 years ago
Nikita Tsukanov
22d34bddc6
Merge pull request #7343 from AvaloniaUI/fixes/6930-sync-context-priority
Reduce the priority in AvaloniaSynchronizationContext.
4 years ago
Steven Kirk
2ae07d3277
Reduce the priority in AvaloniaSynchronizationContext.
`AvaloniaSynchronizationContext` was previously queuing continuations with `Send` priority, which is the maximum. This was causing the problem described in https://github.com/AvaloniaUI/Avalonia/issues/6930#issuecomment-1008888711 . Decrease the priority so that continuations don't get called during `Window` construction on macOS.
4 years ago
Dan Walmsley
e0753779b6
Merge pull request #7341 from AvaloniaUI/fixes/standard-osx-item-generation
Fixes/standard osx item generation
4 years ago