Max Katz
8b456cd79b
Merge pull request #9216 from rabbitism/titlebar
fix: fix caption button fluent theme and default theme.
4 years ago
rabbitism
2f124a9a48
fix: align with naming convention.
4 years ago
rabbitism
3184252633
fix: revert FullScreenButtonPath.
4 years ago
rabbitism
8dab69663f
fix: fix caption button fluent theme and default theme.
4 years ago
Dariusz Komosiński
4f6ef46369
Merge pull request #9214 from AvaloniaUI/fixes/devtools-with-no-theme
Fix DevTools when application does not include a theme.
4 years ago
Steven Kirk
2435d2e87b
Fix DataGrid cell contents lookup in DevTools.
4 years ago
Steven Kirk
6cc1215989
Initialize DevTools MainWindow theme in code.
Previously if no theme was included in App.xaml, then DevTools would fail to open because the `StaticResource` lookup would fail due to the window's XAML not being parsed yet.
4 years ago
Max Katz
42df4b76a7
Merge pull request #9147 from Gillibald/fixes/rtbMeasureArrange
[RichTextBlock] Properly arrange embedded controls during ArrangeOverride
4 years ago
Max Katz
66de52a82c
Merge branch 'master' into fixes/rtbMeasureArrange
4 years ago
Max Katz
a9dde59835
Merge pull request #9207 from robloo/color-palette-updates
Color Palette Updates
4 years ago
Max Katz
87f838e3a5
Merge branch 'master' into color-palette-updates
4 years ago
Benedikt Stebner
c1bbc0419b
Merge branch 'master' into fixes/rtbMeasureArrange
4 years ago
Max Katz
67dfa361dc
Merge pull request #9200 from JetBrains/fixes/rangebase-check-fix
Fixed double value validation in RangeBase
4 years ago
robloo
7f110f34b3
Remove more public properties from SixteenColorPalette
4 years ago
Herman K
d17a757ddc
Merge branch 'master' into fixes/rangebase-check-fix
4 years ago
robloo
35245877b7
Improve FlatColorPalette (full chart) and add FlatHalfColorPalette
4 years ago
robloo
b1fed41143
Remove public color indexes from SixteenColorPalette
4 years ago
robloo
4b42a60bec
Improve MaterialColorPalette and add MaterialHalfColorPalette
4 years ago
Max Katz
09faea0f0a
Merge pull request #9192 from robloo/autocompletebox-textchanged-rework
AutoCompleteBox TextChanged Rework and Refactoring
4 years ago
Herman Kirshin
555091aedc
Fixed double value validation in RangeBase
4 years ago
robloo
c7bdbeede0
Merge branch 'master' into autocompletebox-textchanged-rework
4 years ago
Max Katz
911bf655b7
Merge pull request #9198 from rabbitism/toggleswitch
fix: fix toggleswitch knob part name in fluent template.
4 years ago
rabbitism
949cebed1a
fix: fix toggleswitch knob part name in fluent template.
4 years ago
Max Katz
9e4d009a63
Merge pull request #9185 from workgroupengineering/fixes/NetAnalyzers/CA1802
fix: Missing CA1802
4 years ago
Max Katz
f2751a14ad
Merge branch 'master' into fixes/NetAnalyzers/CA1802
4 years ago
Max Katz
38be8adc66
Merge pull request #9197 from emmauss/android_external
Some changes to allow for external toolkit support on android
4 years ago
Emmanuel Hansen
62c64ba1dd
Merge branch 'master' into android_external
4 years ago
Emmanuel Hansen
05cbcfb391
Some changes to allow for external toolkit support on android
4 years ago
Max Katz
13f2507521
Merge pull request #9186 from workgroupengineering/fixes/NetAnalyzers/CA1825
fix: missing 1825 rule
4 years ago
Max Katz
398cfd1dd9
Merge branch 'master' into fixes/NetAnalyzers/CA1825
4 years ago
Max Katz
c7d10ac09d
Merge pull request #9135 from ghasttear1/8970-datagrid-add-multiple-fix
Addresses #8970 , Fixes DataGrid not processing all new items on change.
4 years ago
Max Katz
01dd88ef5b
Merge branch 'master' into 8970-datagrid-add-multiple-fix
4 years ago
Max Katz
504b88a5d0
Merge pull request #9153 from Gillibald/feature/glyphRunOptimization
TextRendering refactoring
4 years ago
Max Katz
e6c656b9a1
Merge branch 'master' into feature/glyphRunOptimization
4 years ago
Nikita Tsukanov
fae8b03f03
Merge pull request #9195 from AvaloniaUI/disable-wasm-samples-build
Exclude iOS, Android and Web samples from CI build
4 years ago
Max Katz
837ca693f1
Merge branch 'master' into fixes/NetAnalyzers/CA1825
4 years ago
Max Katz
8918b8892b
Exclude iOS, Android and Web samples from CI build
4 years ago
Max Katz
75e453c929
Merge branch 'master' into feature/glyphRunOptimization
4 years ago
Max Katz
2fc6d86688
Merge pull request #9167 from rabbitism/remove_header
Remove HeaderContentPresenter of several controls.
4 years ago
Max Katz
7b0ffe9a0a
Merge branch 'master' into remove_header
4 years ago
Max Katz
fa4ac831ca
Merge pull request #9187 from workgroupengineering/features/NetAnalyzers/CA1821
feat: Enable Rule CA1821
4 years ago
Max Katz
3a0f9f346a
Merge branch 'master' into features/NetAnalyzers/CA1821
4 years ago
robloo
44e416e2cd
AutoCompleteFilterMode comment fixes/improvements
4 years ago
Max Katz
05c5225b93
Merge branch 'master' into feature/glyphRunOptimization
4 years ago
robloo
62b1eea00c
Cleanup some AutoCompleteBox property comments
4 years ago
robloo
d86cb35d3b
Separate out public AutoCompleteBox properties
4 years ago
robloo
a28bf0f5af
Split apart AutoCompleteBox into multiple files
4 years ago
robloo
bbb49ab159
Move AutoCompleteBox into its own directory
4 years ago
robloo
b6698825fc
Modernize some code formatting in AutoCompleteBox
4 years ago
robloo
056bbdd9bd
Switch AutoCompleteBox to use the same TextChanged event as TextBox
4 years ago