Nikita Tsukanov
|
0d68d1d6ac
|
Some hack to make devtools work via websocket
|
3 years ago |
Nikita Tsukanov
|
0eb2b22386
|
Merge remote-tracking branch 'upstream/master' into multi-sdk-targeting
|
3 years ago |
Nikita Tsukanov
|
79e2d44005
|
Only use scoped keyword when building with .NET 7 SDK
|
3 years ago |
Max Katz
|
c1fbc179c7
|
Merge pull request #9299 from Gillibald/feature/textSpacing
Implement letter spacing
|
3 years ago |
Benedikt Stebner
|
17b2834d21
|
Implement letter spacing
|
3 years ago |
Benedikt Stebner
|
654e4458d7
|
Merge pull request #9245 from Gillibald/feature/txtBlockInlines
Move inlines support to TextBlock and rename RichTextBlock
|
3 years ago |
Max Katz
|
95a6b41eba
|
Merge branch 'master' into feature/txtBlockInlines
|
3 years ago |
Max Katz
|
7b5b16728e
|
Merge pull request #9307 from robloo/control-sizechanged
Add Control.SizeChanged Event
|
3 years ago |
robloo
|
66595bad2e
|
Calculate Height/WidthChanged in the getter directly
|
3 years ago |
Benedikt Stebner
|
e639aead67
|
Fix logical parent cleanup
|
3 years ago |
Benedikt Stebner
|
9403a3d0c7
|
Fix TextBlock inlines logical tree handling
|
3 years ago |
Benedikt Stebner
|
30afdfc649
|
Merge branch 'master' into feature/txtBlockInlines
|
3 years ago |
robloo
|
3e53621dae
|
Fix typo
|
3 years ago |
robloo
|
bdd637298e
|
Take into account LayoutEpsilon when calculating Height/WidthChanged
|
3 years ago |
robloo
|
62485f53bc
|
Only raise SizeChanged when the Size component changes (ignore position)
|
3 years ago |
robloo
|
66df8a51fe
|
Change SizeChangedEvent routing strategy to direct
This matches WPF and making it bubble was a mistake.
|
3 years ago |
robloo
|
29e16e90da
|
Add more event member docs
|
3 years ago |
robloo
|
5ea8d3d83a
|
Add SizeChanged event
|
3 years ago |
Max Katz
|
af1c316f53
|
Merge pull request #9301 from AvaloniaUI/fixes/osx-menu-re-entrancy-crash-backport
backport: osx re-entrancy fix.
|
3 years ago |
Max Katz
|
30cc4def2a
|
Merge branch 'master' into fixes/osx-menu-re-entrancy-crash-backport
|
3 years ago |
Max Katz
|
3b8782cbb1
|
Merge pull request #9266 from robloo/colorpicker-updates-4
Rework ColorPicker ControlTheme
|
3 years ago |
Max Katz
|
93800081c5
|
Merge branch 'master' into colorpicker-updates-4
|
3 years ago |
Benedikt Stebner
|
8528775990
|
Merge branch 'master' into feature/txtBlockInlines
|
3 years ago |
workgroupengineering
|
7278dce4e2
|
fix: make StringCompatibilityExtensions internal (#9289)
* fix: make StringCompatibilityExtensions internal
* fix: missnig commit
|
3 years ago |
Dan Walmsley
|
3b42940770
|
use didResignKey notification instead of override resignKey
|
3 years ago |
Dan Walmsley
|
9486b3eb91
|
Merge pull request #9292 from AvaloniaUI/remove-ios-redundant-button
ios: remove button left in for debug purposes.
|
3 years ago |
Dan Walmsley
|
d28a86f862
|
remove button left in for debug purposes.
|
3 years ago |
Max Katz
|
0c301dffb5
|
Merge pull request #9276 from Gillibald/feature/textCompat
Text rendering compat
|
3 years ago |
Max Katz
|
248014d581
|
Merge branch 'master' into feature/textCompat
|
3 years ago |
Benedikt Stebner
|
fd7aad2356
|
Merge pull request #9284 from Gillibald/fixes/limitedTypefaceCrash
Prevent a crash that is caused by limited typefaces
|
3 years ago |
robloo
|
f3d13847e9
|
Merge branch 'master' into colorpicker-updates-4
|
3 years ago |
Benedikt Stebner
|
0aff57a716
|
Prevent a crash that is caused by typefaces that don't contain whitespace glyphs
|
3 years ago |
Benedikt Stebner
|
6e972cc3b2
|
Merge branch 'master' into feature/textCompat
|
3 years ago |
Benedikt Stebner
|
63f4993005
|
Merge branch 'master' into feature/txtBlockInlines
|
3 years ago |
Max Katz
|
d0a656a274
|
Merge pull request #8572 from pr8x/SetterTargetType
Add x:SetterTargetType
|
3 years ago |
Max Katz
|
3a182ccbea
|
Merge branch 'master' into SetterTargetType
|
3 years ago |
Max Katz
|
27a9883ab1
|
Merge branch 'master' into feature/textCompat
|
3 years ago |
Max Katz
|
34d24a0f39
|
Merge pull request #9270 from robloo/expander-updates
Expander Updates
|
3 years ago |
robloo
|
536d915fb3
|
Merge branch 'master' into expander-updates
|
3 years ago |
robloo
|
572ad56150
|
Complete Expander updates
|
3 years ago |
Max Katz
|
84c3fbea21
|
Merge pull request #9144 from emmauss/listbox_control_selection
Prevent SelectingItemsControl's selection from being updated on focus when toggle is enabled
|
3 years ago |
Max Katz
|
3ced7a35bc
|
Merge branch 'master' into listbox_control_selection
|
3 years ago |
Dan Walmsley
|
f4e48b909c
|
Merge pull request #9278 from AvaloniaUI/feature/wasm-touch
wasm: re-implement touch.
|
3 years ago |
Dan Walmsley
|
0403fea3fa
|
Merge remote-tracking branch 'origin/master' into feature/wasm-touch
|
3 years ago |
Max Katz
|
5f5d596b1c
|
Fix multitouch and add historical points support
|
3 years ago |
Max Katz
|
f140f2de19
|
Merge pull request #9174 from dif-sam/patch-1
Defer `bring into view` for newly created TreeViewItem
|
3 years ago |
Max Katz
|
5bd77f5b41
|
Merge branch 'master' into patch-1
|
3 years ago |
Dan Walmsley
|
385c26741a
|
remove duplicated code.
|
3 years ago |
Dan Walmsley
|
985e4cf2ab
|
implement touch via pointer events only.
|
3 years ago |
Dan Walmsley
|
c8fae36d36
|
implement touch.
|
3 years ago |