Splitwirez
11d9bb911b
Merge pull request #6 from AvaloniaUI/master
Update to latest master
5 years ago
Dan Walmsley
94300c7d8b
Merge pull request #5413 from joaompneves/nativehostcontrol-emptybounds-fix
Fixed NativeControlHost to prevent calling ShowInBounds when bounds empty
5 years ago
Dan Walmsley
3029f7f7f8
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
235553818e
Merge pull request #5546 from AvaloniaUI/fixes/win32-showactivated
Don't call SetFocus on Windows with ShowActivated == false.
5 years ago
Dan Walmsley
f6d7efd11b
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Steven Kirk
28b2e2061e
Don't call SetFocus on Windows with ShowActivated == false.
This was causing the window to get activated.
5 years ago
Jumar Macato
10075e34af
Merge pull request #5545 from AvaloniaUI/fixes/4205-slider-keyboard
Fix slider keyboard interaction and add IsDirectionReversed
5 years ago
Jumar Macato
50208141e5
Merge branch 'master' into fixes/4205-slider-keyboard
5 years ago
Steven Kirk
d5e6171ddd
Improve slider interaction in AcrylicPage.
- Add small/large change
- Display to 1 decimal place
5 years ago
Steven Kirk
f7aa342f22
Added reversed direction sliders to ControlCatalog.
5 years ago
Steven Kirk
012e28f52b
Add IsDirectionReversed to Slider.
Fixes #3617 .
5 years ago
Steven Kirk
4327c36c66
Fix slider keyboard interaction.
- Now `Slider` can be itself focused, handle the key events from the control, not the `Track`.
- Reverse the direction in which the page up/down keys move the slider in order to work as expected
- Make up/down arrows work as well as left/right
Fixes #4205
5 years ago
Steven Kirk
dedc9c9f89
Fix Slider focus.
Previously the `Slider` itself was not focusable but the repeat buttons were - instead make the slider focusable and the repeat buttons unfocusable.
5 years ago
Jumar Macato
fbb35f5307
Merge pull request #5542 from jeffreye/patch-1
Avoid crashing at "open file" dialog (Fix #5541 )
5 years ago
Jeffrey Ye
ad6b76be7f
ignore all exceptions
5 years ago
Jeffrey Ye
52a3b6ef19
Fix #5541
5 years ago
Dan Walmsley
24c29e48ec
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
21f7a4190f
Merge pull request #5538 from AvaloniaUI/fixes/osx-becomeKeyWindowHandling
fix handling of becomeKeyWindow on OSX.
5 years ago
Dan Walmsley
f05ac2eb00
Merge branch 'master' into nativehostcontrol-emptybounds-fix
5 years ago
Dan Walmsley
52de38d8a1
fix handling of becomeKeyWindow on OSX.
5 years ago
Steven Kirk
2cfe6dc3c2
Merge pull request #5528 from MarchingCube/perf-improvements
Reduce memory pressure when using bindings
5 years ago
Dariusz Komosinski
11e2d9250c
Reduce memory pressure when using bindings.
5 years ago
Jumar Macato
94fcbfbbe9
Merge pull request #5426 from luthfiampas/fixes-5424
Fix #5424 : Slow/delay TextBox selection
5 years ago
Jumar Macato
f5131acfdd
Merge branch 'master' into fixes-5424
5 years ago
Dan Walmsley
e11c996021
Merge pull request #5458 from AvaloniaUI/fixes/maximum-value-fluent-progresbar
Remove Maximum setter from Fluent ProgressBar
5 years ago
Steven Kirk
048050da5f
Merge branch 'master' into fixes/maximum-value-fluent-progresbar
5 years ago
Dan Walmsley
13e69c40ad
Merge pull request #5507 from AvaloniaUI/fixes/975-bitmapdecoder-getframe
Dispose the frame returned from BitmapDecoder.GetFrame.
5 years ago
Steven Kirk
aa737fbd58
Dispose the frame returned from BitmapDecoder.GetFrame.
Fixes #975 .
5 years ago
Nikita Tsukanov
bf4ffa11a4
Merge pull request #5495 from MarchingCube/parse-class
Parse classes during XAML compilation.
5 years ago
Dariusz Komosiński
b45e8050df
Merge branch 'master' into parse-class
5 years ago
Dariusz Komosinski
8eb9afa815
Specify string type directly.
5 years ago
Dan Walmsley
21256bb4df
Merge pull request #5492 from AvaloniaUI/fixes/4906-clear-focus
Fix clearing focus.
5 years ago
Dan Walmsley
8124cc5d28
Merge branch 'master' into fixes/4906-clear-focus
5 years ago
Dan Walmsley
62466c3789
Merge pull request #5491 from AvaloniaUI/fixes/5101-contextmenu-in-popup
Fix ContextMenu positioning when a popup is right-clicked
5 years ago
Dan Walmsley
cd12fa1b1b
Merge branch 'master' into fixes/4906-clear-focus
5 years ago
Dan Walmsley
d43a2b40fa
Merge branch 'master' into fixes/5101-contextmenu-in-popup
5 years ago
Dan Walmsley
0fb8cc35df
Merge pull request #5097 from AvaloniaUI/fix-compiledbinding-with-datagrid
Fix CompiledBinding usage with DataGrid
5 years ago
Dariusz Komosinski
b460a5f120
Use text node instead.
5 years ago
Dan Walmsley
0ec83c23c8
Merge branch 'master' into fix-compiledbinding-with-datagrid
5 years ago
Dariusz Komosiński
0abd071756
Merge branch 'master' into parse-class
5 years ago
Dariusz Komosinski
8d90e8b919
Update XamlX
5 years ago
Steven Kirk
77279ae608
Merge pull request #5377 from MichalPetryka/patch-1
Correct RtlGetVersion usage
5 years ago
Steven Kirk
c8a22e1a98
Merge branch 'master' into patch-1
5 years ago
Steven Kirk
b3720fd57c
Merge pull request #5494 from AvaloniaUI/housekeeping/reactiveui-nullablity
Enable nullable reference types on Avalonia.ReactiveUI project
5 years ago
luthfiampas
94241875ca
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into fixes-5424
5 years ago
luthfiampas
4f96de0e6b
fix slow/delay TextBox selection
5 years ago
Dariusz Komosinski
4554884728
Parse classes during XAML compilation.
5 years ago
Max Katz
2a8b7302ce
Enable nullable reference types on Avalonia.ReactiveUI project
5 years ago
Benedikt Stebner
6f4bb48f2b
Merge branch 'master' into patch-1
5 years ago
Steven Kirk
97c3c10e2c
Respect ContextMenu.PlacementTarget again.
5 years ago