Steven Kirk
df3fd0472e
Detach grid hack on logical tree detachment.
Doing it on visual tree detachment caused the menu to bug out when showing a submenu more than once.
6 years ago
Steven Kirk
71aca04e51
Improve platform display of KeyGesture.
6 years ago
Steven Kirk
022294ec7a
MenuItem.InputGestureText -> InputGesture
Changed `MenuItem`'s `string InputGestureText` property to `KeyGesture InputGesture` and gave it a value converter in the default template, because the string representation of a key gesture depends on platform, and putting platform-specific behavior into `ToString` isn't a good idea.
6 years ago
Steven Kirk
4cd60f46b4
Merge branch 'master' into feature/menuitem-inputgesturetext
6 years ago
Benedikt Stebner
57586bd4a2
Merge pull request #3638 from Artentus/patch-1
Fix padding inconsistency
6 years ago
Mathis Rech
c28046cbbc
Fix padding inconsistency
The padding is always added to the side the headers are at, except when the headers are right, when the padding is at the bottom. I believe this was a typo.
6 years ago
Nikita Tsukanov
7489d36f9d
Merge pull request #3637 from Gillibald/fixes/TeckBlockConstraintUpdate
Invalidate TextLayout when the available size changes
6 years ago
Benedikt Schroeder
2d5258e118
Invalidate text layout when the available size changes
6 years ago
Steven Kirk
0a579a2fa9
Merge pull request #3597 from AvaloniaUI/fixes/3590-nested-resources
Fix DynamicResource in Style resources
6 years ago
Steven Kirk
13db1eb221
Merge branch 'master' into fixes/3590-nested-resources
6 years ago
Steven Kirk
29b3a83014
Merge pull request #3438 from Gillibald/feature/TextFormatter
Full Unicode support for TextBlock
6 years ago
Benedikt Stebner
560688a409
Merge branch 'master' into feature/TextFormatter
6 years ago
Steven Kirk
938b5ed18f
Merge pull request #3520 from TyrenDe/FixOpenBrowserIssueOnSomeOSXMachines-3519
Fix issue #3519 where the open text file dialog would show on some machines
6 years ago
Benedikt Stebner
298dfda766
Merge branch 'master' into feature/TextFormatter
6 years ago
Nikita Tsukanov
89f2708987
Merge branch 'master' into FixOpenBrowserIssueOnSomeOSXMachines-3519
6 years ago
Steven Kirk
d5f4b4d4ef
Merge branch 'master' into fixes/3590-nested-resources
6 years ago
Steven Kirk
11c11ce935
Merge pull request #3626 from garyhertel/increase_datagrid_wheel_delta
Changed the DataGrid mouse wheel delta from 2 to 3 lines
6 years ago
Gary Hertel
1cfc530c11
Changed the DataGrid mouse wheel delta from 2 to 3 lines (48 pixels -> 72 pixels)
The default Windows scroll is 3 lines, which requires a lot less scrolling than the current default.
This value is currently hardcoded and can't be changed elsewhere.
6 years ago
Benedikt Schroeder
38bd8b8010
Fix text line hit testing
Fix some xml comments
6 years ago
Dariusz Komosiński
43d69ebe7f
Merge branch 'master' into fixes/3590-nested-resources
6 years ago
Benedikt Schroeder
779ceabc68
Fix text trimming
6 years ago
Benedikt Schroeder
dba878fa98
Revert langversion usage
6 years ago
Benedikt Schroeder
de93e8e969
Full Unicode support for TextBlock
6 years ago
Steven Kirk
82526bc0da
Merge pull request #3618 from Symbai/datagridClearSort
Add CTRL+Click to clear DataGridColumn sort
6 years ago
Symbai
acbaecd311
Update DataGridColumnHeader.cs
6 years ago
Dariusz Komosiński
fe2af3fd4d
Merge pull request #3604 from jp2masa/update-obsolete-api-usages
Fixed obsolete API usages
6 years ago
Steven Kirk
2944099428
Display gestures in NativeMenuBar.
To do this we needed to change the `KeyGesture.ToString()` method to produce input gesture text suitable for menus. Also demonstrated in `MainWindow` how to produce different gestures/headers depending on platform.
6 years ago
Steven Kirk
f5c9539c7a
Use correct property type.
6 years ago
Dariusz Komosiński
7e8a957684
Merge branch 'master' into update-obsolete-api-usages
6 years ago
José Pedro
a76d14650b
Fixed obsolete API usages.
6 years ago
Dariusz Komosiński
7ba48a8e18
Merge branch 'master' into feature/menuitem-inputgesturetext
6 years ago
Dariusz Komosiński
c4db9c5886
Merge branch 'master' into fixes/3590-nested-resources
6 years ago
danwalmsley
097372c243
Merge pull request #3613 from AvaloniaUI/osx-potential-deadlock-in-user-code
OSX - fix potential deadlock with user code
6 years ago
Nikita Tsukanov
87c08c776c
Save signaled callback and execute it outside of @synchronized block
6 years ago
Steven Kirk
097eeb646f
Don't allow StyledElement.Styles to be set.
It's not settable in Application and I can't see a reason it should be in `StyledElement`. Also add a `Styles` ctor that takes a parent.
6 years ago
Steven Kirk
ac8e8db72b
Make Application handle style resources properly.
6 years ago
Jumar Macato
5633e2b15a
Merge branch 'master' into feature/menuitem-inputgesturetext
6 years ago
Steven Kirk
deebe6090f
Show input gesture text in control catalog.
6 years ago
Steven Kirk
8a0ccea273
Add MenuItem.InputGestureText.
6 years ago
Steven Kirk
2bf2e60ae0
Don't add extra pixel to AccessText measurement.
It's not needed; the underscore can be drawn in the descender space.
6 years ago
Steven Kirk
2d7b559f63
Merge pull request #3462 from AvaloniaUI/feature/new-devtools
New and improved DevTools.
6 years ago
Steven Kirk
fe9c9bb024
Merge branch 'master' into feature/new-devtools
6 years ago
Steven Kirk
4f2c215993
Pass ResourceChanged messages to child styles.
Fixes #3590 .
6 years ago
Nikita Tsukanov
7b1e1fa607
Merge pull request #3594 from AvaloniaUI/fix-gesture-pointercapturelost
Fix gesture recognizers
6 years ago
Nikita Tsukanov
2bef4dc540
Always notify gesture recognizers about the loss of pointer capture
6 years ago
Nikita Tsukanov
9b4253f4d7
Fix inertial scrolling
6 years ago
Steven Kirk
7345336b9a
Added failing unit tests for #3590 .
6 years ago
Jumar Macato
6b15c84a01
Merge pull request #3585 from AvaloniaUI/fixes/3584-convert-timespan
Use TypeConverters in TypeUtilities.TryConvert
6 years ago
Jumar Macato
b477af71bf
Merge branch 'master' into fixes/3584-convert-timespan
6 years ago
Jumar Macato
7dab7b3948
Merge pull request #3367 from donandren/prs/geometrytostring
Improve Geometry Parse/ToString
6 years ago