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
Nikita Tsukanov
89f2708987
Merge branch 'master' into FixOpenBrowserIssueOnSomeOSXMachines-3519
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
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
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
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
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
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
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
Steven Kirk
de2b1925d9
Try TypeConverters in TryConvert.
Fixes #3584 .
6 years ago
Steven Kirk
8b03d32128
Added failing test for #3584 .
6 years ago
Steven Kirk
dbf482426c
Merge branch 'master' into prs/geometrytostring
6 years ago
Steven Kirk
77a29aaa89
Fixed nits.
6 years ago
Steven Kirk
6e0575a778
Added some XML docs.
6 years ago
Jumar Macato
53f233cc8a
Merge pull request #3564 from Symbai/datagrid1
DataGrid - Fix remaining theme colors
6 years ago
Steven Kirk
204cee0699
Merge branch 'master' into datagrid1
6 years ago
Dariusz Komosiński
5a5a1beb43
Merge pull request #3579 from Symbai/typos
Fix typo
6 years ago
Dariusz Komosiński
c80ac59230
Merge branch 'master' into typos
6 years ago
Jumar Macato
5540c54012
Merge pull request #3581 from AvaloniaUI/fixes/3544-osx-window-close-crash
Fix: dont crash when closing window on OSX.
6 years ago
Dan Walmsley
97bcb443ff
dont crash when closing window on OSX.
6 years ago
Symbai
e92dbb14df
Update IInputElement.cs
6 years ago
Jumar Macato
6c26b8d3d8
Merge pull request #3575 from AvaloniaUI/fixes/3466-animation-overrides-localvalue
Make animation value override local value
6 years ago
Jumar Macato
096f32cad8
Merge branch 'master' into fixes/3466-animation-overrides-localvalue
6 years ago
Dariusz Komosiński
18cda6726c
Merge pull request #3573 from Symbai/textBoxNull
Add Textbox.HorizontalContentAlignment and VerticalContentAlignment
6 years ago
Dariusz Komosiński
9b0239a776
Merge branch 'master' into textBoxNull
6 years ago
Steven Kirk
947e43b5e7
Merge pull request #3560 from MarchingCube/bench-style-attach
Benchmark and optimizations for style attach
6 years ago
Symbai
994def4642
Update TextBox.cs
6 years ago
Symbai
dc8881c846
Update TextBox.cs
6 years ago
Dariusz Komosiński
cebf6f20bc
Merge branch 'master' into bench-style-attach
6 years ago
Steven Kirk
aec9c6e5e2
Make animation value override local value.
This line was missing. Might be the cause of #3466 .
6 years ago
Steven Kirk
f79b58cc55
Added failing test possibly for #3466 .
Not sure if this is the cause of #3466 , but it's definitely wrong.
6 years ago
Symbai
b814eaac99
inherit from ContentControl
6 years ago
Symbai
7ca8d02123
Revert "change selected row background brush"
This reverts commit 863b0da1a1 .
6 years ago
Dariusz Komosiński
eaa8c68c3a
Merge pull request #3572 from Symbai/textboxSelect
Expose TextBox.SelectAll
6 years ago
Symbai
6fe5892ad9
Include vertical alignment of floating watermark
6 years ago
Symbai
f4fe0b126c
init
6 years ago
Steven Kirk
eff60ba25d
Merge branch 'master' into textboxSelect
6 years ago
Symbai
5ad2b362df
Update TextBox.cs
6 years ago
Symbai
863b0da1a1
change selected row background brush
6 years ago
Steven Kirk
6447d4f98d
Use TypeConverter correctly.
6 years ago