ili
|
ee662cecdd
|
Avoid lock in timers
|
4 years ago |
Max Katz
|
577856ecad
|
Merge pull request #8692 from AvaloniaUI/maxkatz6-patch-1
Disable hardcoded FPS
|
4 years ago |
Max Katz
|
c0f4e725c9
|
Disable hardcoded FPS
|
4 years ago |
Max Katz
|
1d9378ac84
|
Merge pull request #8691 from AvaloniaUI/android-current-thread-perf
Optimize CurrentThreadIsLoopThread on android backend
|
4 years ago |
Max Katz
|
fd4fb82288
|
Merge branch 'master' into android-current-thread-perf
|
4 years ago |
Max Katz
|
49aae75d97
|
Merge pull request #8569 from hez2010/visual-fixes
Avoid crashing when fail to create OpenGL context
|
4 years ago |
Steve
|
e2ffdbdc87
|
Merge branch 'master' into visual-fixes
|
4 years ago |
Steve
|
9377ce2a8f
|
Update Visual.cs
|
4 years ago |
Max Katz
|
a1ae411440
|
Merge pull request #8685 from AvaloniaUI/maxkatz6-patch-1
Delete legacy ReactiveUI.TransitioningContentControl
|
4 years ago |
Max Katz
|
8436e0f762
|
Remove test that doesn't make sense anymore
|
4 years ago |
Max Katz
|
0e733c70a1
|
Support 21 api
|
4 years ago |
Max Katz
|
748a25df0d
|
Restore missing DefaultContentProperty prop
|
4 years ago |
Max Katz
|
8100cd3571
|
Optimize CurrentThreadIsLoopThread on android backend
|
4 years ago |
Benedikt Stebner
|
62089ec475
|
Merge branch 'master' into maxkatz6-patch-1
|
4 years ago |
Max Katz
|
51780aac78
|
Merge pull request #8683 from AvaloniaUI/stop-transition-if-it-was-cancelled
Stop TransitioningContentControl if it was cancelled
|
4 years ago |
Max Katz
|
c80f64e38d
|
Merge branch 'master' into stop-transition-if-it-was-cancelled
|
4 years ago |
Max Katz
|
8cebd0e130
|
Merge pull request #8686 from AvaloniaUI/android-composition
Enable android composition renderer
|
4 years ago |
Max Katz
|
a4c220cdcc
|
Enable android composition renderer
|
4 years ago |
Max Katz
|
2132ba2cc9
|
Delete legacy ReactiveUI.TransitioningContentControl
|
4 years ago |
Max Katz
|
3af3459074
|
Stop transition if it was cancelled
|
4 years ago |
Max Katz
|
9204b44462
|
Merge pull request #8656 from AvaloniaUI/feature/skia-api-lease
Use GetFeature + API lease approach for accessing SKCanvas
|
4 years ago |
Max Katz
|
2fd6e542b7
|
Merge branch 'master' into feature/skia-api-lease
|
4 years ago |
Max Katz
|
5c7a0bc292
|
Merge pull request #8663 from AvaloniaUI/fix-stringFormatConverter
Fix and optimize StringFormatConverter.
|
4 years ago |
Max Katz
|
31fd69cb34
|
Merge branch 'master' into fix-stringFormatConverter
|
4 years ago |
Max Katz
|
59f657baf9
|
Merge pull request #8680 from AvaloniaUI/fixes/8678-devtools-hackfix
Hackfix to make DevTools work again.
|
4 years ago |
Takoooooo
|
a9cb1e2497
|
Address review.
|
4 years ago |
Tako
|
be0028b4bc
|
Merge branch 'master' into fix-stringFormatConverter
|
4 years ago |
Steven Kirk
|
4497b8a730
|
Hackfix for #8678.
|
4 years ago |
Max Katz
|
089e417977
|
Merge pull request #8676 from AvaloniaUI/fixes/8672-multibinding-unsetvalue
Tweak TemplateBinding Initialization
|
4 years ago |
Max Katz
|
5971e0be97
|
Merge branch 'master' into fixes/8672-multibinding-unsetvalue
|
4 years ago |
Max Katz
|
77464f52d9
|
Merge pull request #8670 from donandren/issues/8669
Fix and test for #8669
|
4 years ago |
Max Katz
|
93d058b1d4
|
Merge branch 'master' into issues/8669
|
4 years ago |
Max Katz
|
b7af9c35a4
|
Merge pull request #8658 from AvaloniaUI/fixes/invalidate-visual-backpressure
Add backpressure for sending batches to the render thread
|
4 years ago |
Max Katz
|
ff51ed6af5
|
Merge branch 'master' into fixes/invalidate-visual-backpressure
|
4 years ago |
Max Katz
|
3d77c13c65
|
Merge pull request #8422 from AvaloniaUI/feature/lazy-load-resources
Lazy load resources
|
4 years ago |
Steven Kirk
|
835622c017
|
Tweak TemplateBinding initialization.
Don't produce an "unset" value from `TemplateBinding` until the binding has previously produced a value.
Fixes #8672.
|
4 years ago |
Steven Kirk
|
0360af6780
|
Added failing test for #8672.
|
4 years ago |
Max Katz
|
41d31d8857
|
Add thickness test as well
|
4 years ago |
Max Katz
|
6520722e54
|
Attempt to not deferr value types
|
4 years ago |
Steven Kirk
|
0da95cbe3e
|
Merge branch 'master' into feature/lazy-load-resources
|
4 years ago |
Andrey Kunchev
|
d68efa1cd4
|
fix for #8669
|
4 years ago |
Andrey Kunchev
|
d4840a55bc
|
add failing test for #8669
|
4 years ago |
Jumar Macato
|
58a8551e37
|
Merge branch 'master' into fixes/invalidate-visual-backpressure
|
4 years ago |
Jumar Macato
|
236a9f960c
|
Merge branch 'master' into fix-stringFormatConverter
|
4 years ago |
Takoooooo
|
3d327bc046
|
Fix and optimize StringFormatConverter.
StringFormatConverter should validate values and return AvaloniaProperty.UnsetValue in case of incorrect value or exception.
|
4 years ago |
Tako
|
2f89bf050a
|
Merge pull request #8655 from AvaloniaUI/use-correct-toggleModifier-for-treeView-on-macOS-with-multiselection
Use correct ToggleModifier in TreeView multiselection on MacOS
|
4 years ago |
Tako
|
9e8c914ec2
|
Merge branch 'master' into use-correct-toggleModifier-for-treeView-on-macOS-with-multiselection
|
4 years ago |
Steven Kirk
|
25c9eaf98c
|
Merge pull request #8637 from AvaloniaUI/use-correct-toggleModifier-for-listBox-on-macOS-with-multiselection
Use correct ToggleModifier in ListBox multiselection on MacOS.
|
4 years ago |
Steven Kirk
|
ae91ee855f
|
Merge branch 'master' into use-correct-toggleModifier-for-listBox-on-macOS-with-multiselection
|
4 years ago |
Nikita Tsukanov
|
0d472a100b
|
Use static callback for ContinueWith
|
4 years ago |