Steven Kirk
71785b73d8
Initial refactor of AvaloniaObject value store.
Most (but not all) tests passing, all features mostly implemented exception coercion.
4 years ago
Steven Kirk
edef92f42f
Merge branch 'master' into feature/7120-control-themes
4 years ago
Max Katz
1eead138fc
Merge pull request #8540 from AvaloniaUI/fix-dataGrid-typo
Fix typo in DataGrid
4 years ago
Takoooooo
78a49b3fb3
Fix typo in DataGrid. DataGridComparerSortDesctiption -> DataGridComparerSortDescription
4 years ago
Dan Walmsley
2224ff9892
Merge pull request #8538 from AvaloniaUI/feature/expose-gtk-thread-invoke
Introduced GtkInteropHelper.RunOnGlibThread, fixed demos
4 years ago
Dan Walmsley
edede8cc14
Merge branch 'master' into feature/expose-gtk-thread-invoke
4 years ago
Nikita Tsukanov
fa17ee9bb9
Introduced GtkInteropHelper.RunOnGlibThread, fixed demos
4 years ago
Max Katz
f0e53ba6d1
Merge pull request #8531 from timunie/fix/ComboBoxDensityStyle
`ComboBoxMinHeight` should be of Type `double`, not `Thickness`
4 years ago
Tim
8fbfde9654
`ComboBoxMinHeight` should be of Type `double`, not `Thickness`
4 years ago
Max Katz
89868319b7
Merge pull request #8529 from MichalPetryka/unaligned-access
Fix unaligned accesses
4 years ago
petris
c6e12a6e32
Fix unaligned accesses
4 years ago
Max Katz
0dca4bebc1
Disable additional aot flags
4 years ago
Max Katz
dcf973fc01
Merge pull request #8523 from pr8x/MenuFlyoutPresenter-custom-interaction-handler
Allow to pass custom `IMenuInteractionHandler` to `MenuFlyoutPresenter`
4 years ago
Max Katz
ab63d1210c
Merge branch 'master' into MenuFlyoutPresenter-custom-interaction-handler
4 years ago
Dan Walmsley
80bd5ef3f8
Merge pull request #8105 from AvaloniaUI/rndr4
"Compositing" renderer
4 years ago
Dan Walmsley
e4568705ab
Merge branch 'master' into rndr4
4 years ago
Luis v.d.Eltz
1beb3b742b
Merge branch 'master' into MenuFlyoutPresenter-custom-interaction-handler
4 years ago
Luis von der Eltz
c1b75357f1
Allow to pass custom menu interaction handler in MenuFlyoutPresenter
4 years ago
Dan Walmsley
135f3314a0
Merge pull request #8522 from AvaloniaUI/fixes/mac-os-window-test-reliability
OSX integration tests: dont use window size that could go off screen.
4 years ago
Dan Walmsley
ac30a64d78
dont use window size that could go off screen.
4 years ago
Dan Walmsley
a6056bb98e
Merge branch 'master' into rndr4
4 years ago
Dan Walmsley
f38d547862
Merge pull request #8521 from AvaloniaUI/fixes/re-register-bundleid
OSX reliable integration tests.
4 years ago
Steven Kirk
b9998dd483
Don't use TransformedBounds for automation.
4 years ago
Dan Walmsley
b12b21b2be
Merge remote-tracking branch 'origin/master' into fixes/re-register-bundleid
4 years ago
Dan Walmsley
e8914c966d
reliably replace old bundle.
4 years ago
Dan Walmsley
c3bb062a37
ensure bundle id is registered.
4 years ago
Jumar Macato
0d25749822
Merge pull request #8520 from timunie/fix/DataGrid_LastColumnIsClipped
fix: RowDesiredWidth was missing the RowHeaderWidth
4 years ago
Tim
bb4287e22d
fix: RowDesiredWidth was missing the RowHeaderWidth
4 years ago
Dan Walmsley
7b4545b0e5
Merge branch 'master' into rndr4
4 years ago
Max Katz
98ca5480f1
Merge pull request #8215 from robloo/colorpicker2
Add new ColorView & ColorPicker Controls
4 years ago
robloo
0bf3a6d944
Rename `ShowAccentColors` to `IsAccentColorsVisible` and disable drop shadow when false
4 years ago
robloo
59063fadc7
Merge branch 'master' into colorpicker2
4 years ago
Dan Walmsley
af8668ad87
Merge branch 'master' into rndr4
4 years ago
Dan Walmsley
34480fcae3
Merge pull request #8516 from AvaloniaUI/fixes/integration-test
appium v1 tests on mac
4 years ago
Dan Walmsley
121a6e31b1
print mac os display res.
4 years ago
Dan Walmsley
3e5afd1fc3
appium v1 tests on mac
4 years ago
Nikita Tsukanov
ebf464ad93
Enable compositing renderer by default for desktop platforms
4 years ago
Max Katz
803e6dc9d0
Merge pull request #8492 from AvaloniaUI/fixes/8480-classes-reentrancy
Fix reentrancy problem in Classes listeners.
4 years ago
Dariusz Komosiński
e826934233
Merge branch 'master' into fixes/8480-classes-reentrancy
4 years ago
Dan Walmsley
2f203a38dd
Merge branch 'master' into rndr4
4 years ago
Dan Walmsley
4be6c5fbb4
Merge pull request #8501 from AvaloniaUI/fixes/integration-test-stability-osx
run appium and restart it each time.
4 years ago
Dan Walmsley
f3c8e6ef96
Merge branch 'master' into fixes/integration-test-stability-osx
4 years ago
Dan Walmsley
5d69d1648d
run appium and restart it each time.
4 years ago
Max Katz
49a6afa7bd
Merge pull request #8500 from AvaloniaUI/feature/benchmarks-debug-in-process
Added --debug switch to benchmarks.
4 years ago
Max Katz
2c06cabacd
Merge branch 'master' into feature/benchmarks-debug-in-process
4 years ago
Dan Walmsley
20c143e8e3
Merge branch 'master' into rndr4
4 years ago
Dan Walmsley
777f98bf44
Merge pull request #8499 from AvaloniaUI/fixes/automation-tests-osx-close-app
OSX Integration Tests: close app after running
4 years ago
Steven Kirk
af0014b735
Added --debug switch to benchmarks.
To be able to run benchmarks in the debugger, you need to pass `DebugInProcessConfig` to the benchmark switcher. There doesn't seem to be any inbuilt switch to enable this from the command-line, so added one to the benchmarks projects in order to be able to debug benchmarks more easily.
4 years ago
Dan Walmsley
d59c9feac9
make sure any existing instances are closed.
4 years ago
Steven Kirk
fb49040fbe
Added some ControlTheme benchmarks.
4 years ago