danwalmsley
126292f510
Merge branch 'master' into fixes/497-shared-contextmenu
6 years ago
danwalmsley
32ffc284d7
Merge pull request #3870 from AvaloniaUI/feature/osx-dont-let-osx-auto-insert-some-window-items
[OSX] prevent osx from inserting View and Help menu options.
6 years ago
Dan Walmsley
52314870f5
[OSX] prevent osx from inserting View and Help menu options.
6 years ago
danwalmsley
5f345d98e8
Merge pull request #3867 from MarchingCube/osx-dialog-flag
OSX: Mark modal windows
6 years ago
Dariusz Komosiński
d240d78bf7
Merge branch 'master' into osx-dialog-flag
6 years ago
Dariusz Komosiński
8f7d1bb796
Merge pull request #3782 from Gillibald/fixes/TextBlock
More text rendering improvements
6 years ago
Dariusz Komosinski
6ee5543522
Modal window flag for OSX
6 years ago
Benedikt Stebner
c5c7f7df17
Merge branch 'master' into fixes/TextBlock
6 years ago
Jumar Macato
05722e0cd8
Merge pull request #3861 from Gillibald/feature/SkiaSharpUdpate
Update SkiaSharp
6 years ago
Benedikt Schroeder
05f7537c57
Merge branch 'fixes/TextBlock' of https://github.com/Gillibald/Avalonia into fixes/TextBlock
6 years ago
Benedikt Schroeder
273d320212
Use readonly properties instead of public fields
6 years ago
Benedikt Schroeder
d1f97595f6
Update SkiaSharp
6 years ago
Benedikt Stebner
68ced91498
Merge branch 'master' into fixes/TextBlock
6 years ago
Jumar Macato
a2a23d7ee3
Merge pull request #3844 from Deadpikle/feature/keyspline
Adds KeySpline property to KeyFrame
6 years ago
Jumar Macato
7009895c58
Merge branch 'master' into feature/keyspline
6 years ago
Dariusz Komosiński
355987ef7f
Merge pull request #3857 from AvaloniaUI/feature/3845-combobox-event-passthrough
Added ComboBox.PopupClosedOverride.
6 years ago
Deadpikle
89fc917782
Merge branch 'feature/keyspline' of https://github.com/Deadpikle/Avalonia into feature/keyspline
6 years ago
Deadpikle
7ba1c9661b
Add some notes on how I got the KeySpline test values
6 years ago
Deadpikle
7533b0dad2
Merge branch 'master' into feature/keyspline
6 years ago
Deadpikle
a60caaef71
Merge branch 'feature/keyspline' of https://github.com/Deadpikle/Avalonia into feature/keyspline
6 years ago
Deadpikle
62b8da3cdf
Added a test for KeySpline animation
6 years ago
Dariusz Komosiński
d3a57e9539
Merge branch 'master' into feature/3845-combobox-event-passthrough
6 years ago
Benedikt Stebner
7752bc0368
Merge pull request #3856 from AvaloniaUI/fixes/3843-dialog-window-sizing
Set initial size when showing Window as dialog.
6 years ago
Dariusz Komosiński
13e61dcffc
Merge branch 'master' into fixes/3843-dialog-window-sizing
6 years ago
Steven Kirk
d1e4614a38
Added ComboBox.PopupClosedOverride.
To control whether the event that caused the popup to close is swallowed or passed through.
For now just implemented on `ComboBox` - we may want to implement it in future on all controls that display popups if this is something that proves generally useful.
Fixes #3845 .
6 years ago
Steven Kirk
4ee9700f08
Set initial size when showing Window as dialog.
Fixes #3843 .
6 years ago
Steven Kirk
dc75bf512a
Run sizing tests with both Show and ShowDialog.
One test now failing with `ShowDialog` due to #3843 .
6 years ago
Deadpikle
88842dd6f2
Merge branch 'master' into feature/keyspline
6 years ago
Deadpikle
8e9d5a6822
Merge branch 'feature/keyspline' of https://github.com/Deadpikle/Avalonia into feature/keyspline
6 years ago
Deadpikle
996821b60b
Removed TODO now that behavior is verified with WPF
6 years ago
Steven Kirk
794d149630
Merge pull request #3846 from sdoroff/fix-datagrid-stringformat-3792
Properly applies Binding.StringFormat in DataGrid
6 years ago
Deadpikle
b86d9d082e
Merge branch 'master' into feature/keyspline
6 years ago
sdoroff
d3fcebc716
Fix StringFormat in DataGridBoundColumns
Prevent using the default converter when a Binding.StringFormat is present
6 years ago
Deadpikle
4cf4bb953b
Update docs again (missed KeySplineTypeConverter)
6 years ago
Deadpikle
47c0282ae9
Update documentation
6 years ago
Deadpikle
30eacab09d
Add some unit tests for KeySpline
6 years ago
Deadpikle
24870351fa
Use KeySpline in Animation
6 years ago
Deadpikle
7e6f0b8265
Add KeySpline class from WPF source
6 years ago
Steven Kirk
9a600322ed
Merge pull request #3842 from sdoroff/fix-datagrid-rowsize-bug-3687
Fix DataGrid RowSize Bug #3687
6 years ago
sdoroff
eb8de34334
Reset DesiredHeight before during measure
Sets DataGridCells.DesiredHeight to 0
before measuring the individual cells
6 years ago
Steven Kirk
015013dd52
Merge pull request #3836 from AvaloniaUI/fix-keytime-bug-3653
Fix KeyFrame's KeyTime conversion to Cue
6 years ago
danwalmsley
51b7e5de50
Merge branch 'master' into fix-keytime-bug-3653
6 years ago
danwalmsley
7031cd3b4c
Merge pull request #3840 from AvaloniaUI/dbus-menu-icon
icon-data support for dbusmenu
6 years ago
Nikita Tsukanov
8ff277c260
icon-data support for dbusmenu
6 years ago
Nikita Tsukanov
af82417cb3
Merge pull request #3839 from AvaloniaUI/feature/osx-native-menuicon-icons
OSX NativeMenu Icons
6 years ago
Dan Walmsley
eff033589e
Add icons to control catalog example.
6 years ago
Dan Walmsley
01342b1b6f
Add Icon property to nativemenuicon.
6 years ago
Dan Walmsley
2a568f632f
Add a markup converter for IBitmap type.
6 years ago
Dan Walmsley
332005b0f6
Add osx backend menu item icon implementation.
6 years ago
Nikita Tsukanov
f52ae12748
Don't report toggle-state for non-togglable items
6 years ago