Max Katz
c1fbc179c7
Merge pull request #9299 from Gillibald/feature/textSpacing
Implement letter spacing
4 years ago
Benedikt Stebner
17b2834d21
Implement letter spacing
4 years ago
Benedikt Stebner
654e4458d7
Merge pull request #9245 from Gillibald/feature/txtBlockInlines
Move inlines support to TextBlock and rename RichTextBlock
4 years ago
Max Katz
95a6b41eba
Merge branch 'master' into feature/txtBlockInlines
4 years ago
Max Katz
7b5b16728e
Merge pull request #9307 from robloo/control-sizechanged
Add Control.SizeChanged Event
4 years ago
robloo
66595bad2e
Calculate Height/WidthChanged in the getter directly
4 years ago
Benedikt Stebner
e639aead67
Fix logical parent cleanup
4 years ago
Benedikt Stebner
9403a3d0c7
Fix TextBlock inlines logical tree handling
4 years ago
Benedikt Stebner
30afdfc649
Merge branch 'master' into feature/txtBlockInlines
4 years ago
robloo
3e53621dae
Fix typo
4 years ago
robloo
bdd637298e
Take into account LayoutEpsilon when calculating Height/WidthChanged
4 years ago
robloo
62485f53bc
Only raise SizeChanged when the Size component changes (ignore position)
4 years ago
robloo
66df8a51fe
Change SizeChangedEvent routing strategy to direct
This matches WPF and making it bubble was a mistake.
4 years ago
robloo
29e16e90da
Add more event member docs
4 years ago
robloo
5ea8d3d83a
Add SizeChanged event
4 years ago
Max Katz
af1c316f53
Merge pull request #9301 from AvaloniaUI/fixes/osx-menu-re-entrancy-crash-backport
backport: osx re-entrancy fix.
4 years ago
Max Katz
30cc4def2a
Merge branch 'master' into fixes/osx-menu-re-entrancy-crash-backport
4 years ago
Max Katz
3b8782cbb1
Merge pull request #9266 from robloo/colorpicker-updates-4
Rework ColorPicker ControlTheme
4 years ago
Max Katz
93800081c5
Merge branch 'master' into colorpicker-updates-4
4 years ago
Benedikt Stebner
8528775990
Merge branch 'master' into feature/txtBlockInlines
4 years ago
workgroupengineering
7278dce4e2
fix: make StringCompatibilityExtensions internal ( #9289 )
* fix: make StringCompatibilityExtensions internal
* fix: missnig commit
4 years ago
Dan Walmsley
3b42940770
use didResignKey notification instead of override resignKey
4 years ago
Dan Walmsley
9486b3eb91
Merge pull request #9292 from AvaloniaUI/remove-ios-redundant-button
ios: remove button left in for debug purposes.
4 years ago
Dan Walmsley
d28a86f862
remove button left in for debug purposes.
4 years ago
Max Katz
0c301dffb5
Merge pull request #9276 from Gillibald/feature/textCompat
Text rendering compat
4 years ago
Max Katz
248014d581
Merge branch 'master' into feature/textCompat
4 years ago
Benedikt Stebner
fd7aad2356
Merge pull request #9284 from Gillibald/fixes/limitedTypefaceCrash
Prevent a crash that is caused by limited typefaces
4 years ago
robloo
f3d13847e9
Merge branch 'master' into colorpicker-updates-4
4 years ago
Benedikt Stebner
0aff57a716
Prevent a crash that is caused by typefaces that don't contain whitespace glyphs
4 years ago
Benedikt Stebner
6e972cc3b2
Merge branch 'master' into feature/textCompat
4 years ago
Benedikt Stebner
63f4993005
Merge branch 'master' into feature/txtBlockInlines
4 years ago
Max Katz
d0a656a274
Merge pull request #8572 from pr8x/SetterTargetType
Add x:SetterTargetType
4 years ago
Max Katz
3a182ccbea
Merge branch 'master' into SetterTargetType
4 years ago
Max Katz
27a9883ab1
Merge branch 'master' into feature/textCompat
4 years ago
Max Katz
34d24a0f39
Merge pull request #9270 from robloo/expander-updates
Expander Updates
4 years ago
robloo
536d915fb3
Merge branch 'master' into expander-updates
4 years ago
robloo
572ad56150
Complete Expander updates
4 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
4 years ago
Max Katz
3ced7a35bc
Merge branch 'master' into listbox_control_selection
4 years ago
Dan Walmsley
f4e48b909c
Merge pull request #9278 from AvaloniaUI/feature/wasm-touch
wasm: re-implement touch.
4 years ago
Dan Walmsley
0403fea3fa
Merge remote-tracking branch 'origin/master' into feature/wasm-touch
4 years ago
Max Katz
5f5d596b1c
Fix multitouch and add historical points support
4 years ago
Max Katz
f140f2de19
Merge pull request #9174 from dif-sam/patch-1
Defer `bring into view` for newly created TreeViewItem
4 years ago
Max Katz
5bd77f5b41
Merge branch 'master' into patch-1
4 years ago
Dan Walmsley
385c26741a
remove duplicated code.
4 years ago
Dan Walmsley
985e4cf2ab
implement touch via pointer events only.
4 years ago
Dan Walmsley
c8fae36d36
implement touch.
4 years ago
Emmanuel Hansen
5a442c0ded
Merge branch 'master' into listbox_control_selection
4 years ago
Dan Walmsley
4c41c9c7dd
Wasm optimal defaults ( #9267 )
* introduce optimal defaults for wasm builds
* dont include satelite assemblies.
* always preventDefault mouse and pointer
* fix argument order.
* set initial heap size.
* put properties in targets.
* fix condition
* restore props file
* remove duplicate code.
* allow people to override initial heap size... but not some critical properties,
* add special ld flag.
4 years ago
Benedikt Stebner
f2fda7bcdb
Fix xml comment
4 years ago