Charlie Kindel
|
3a59bc163b
|
testing nuget push for 0.89.2
|
2020-09-03 14:47:41 +01:00 |
|
Charlie Kindel
|
07541d84d0
|
testing nuget push
|
2020-09-03 14:47:41 +01:00 |
|
BDisp
|
4742db72b3
|
If KeepContentAlwaysInViewport is true ensures that the scrollbars is at least a wide equal to one.
|
2020-09-03 14:47:40 +01:00 |
|
BDisp
|
07374b9df3
|
Added a KeepContentAlwaysInViewport property as suggested in https://github.com/migueldeicaza/gui.cs/issues/859#issuecomment-673064590
|
2020-09-03 14:47:40 +01:00 |
|
BDisp
|
7b64b38a30
|
Fixes #859. ScrollDown and ScrollRight navigates to beyond the ContentSize size.
|
2020-09-03 14:47:40 +01:00 |
|
Charlie Kindel
|
beee4302cd
|
another test
|
2020-09-03 14:47:39 +01:00 |
|
Charlie Kindel
|
00d619f5c7
|
Prep for dotnet publish.
|
2020-09-03 14:47:39 +01:00 |
|
Charlie Kindel
|
6fa120b721
|
refreshed api docs
|
2020-09-03 14:47:38 +01:00 |
|
BDisp
|
5d404f1105
|
Fixes #864. FrameView has only one contentView now.
|
2020-09-03 14:47:37 +01:00 |
|
BDisp
|
d8ed06f2e9
|
Fixes #862. Issue was in the Text property of the View class.
|
2020-09-03 14:47:36 +01:00 |
|
ttommyth
|
a8dfd05fc8
|
Update ScrollView.cs
typo
|
2020-09-03 14:47:36 +01:00 |
|
BDisp
|
ea881b3adf
|
Cleaning nameEntry if dirEntry was changing.
|
2020-09-03 14:47:35 +01:00 |
|
BDisp
|
d5400582e6
|
Removed unnecessary parameter on ExecuteSelection and if AllowsMultipleSelection is true ensures that at least the valid current file path is returned if none is marked.
|
2020-09-03 14:47:35 +01:00 |
|
BDisp
|
24f0c8e2a8
|
Fixes #844. The SelectionChanged action it's now working correctly.
|
2020-09-03 14:47:34 +01:00 |
|
Gerasimos (Makis) Maropoulos
|
1adbc1867f
|
various misspell fixes
|
2020-09-03 14:47:34 +01:00 |
|
BDisp
|
7a1e82af85
|
Fixes #844. If CanChooseDirectories is true the selected(s) folders should appear on the open text.
|
2020-09-03 14:47:22 +01:00 |
|
Melvyn Laïly
|
f4cd2ca1c3
|
Fix typos
|
2020-08-26 10:29:57 +02:00 |
|
Melvyn Laïly
|
49ae8f1b21
|
Fix #882
Fix NullReferenceException during keyboard navigation
when `Focused` is null.
|
2020-08-26 10:29:31 +02:00 |
|
Charlie Kindel
|
8681d8d07d
|
bumped version to 0.90 and updated release notes
|
2020-08-24 11:57:20 -07:00 |
|
Charlie Kindel
|
91a86c9460
|
Merge pull request #879 from tig/without_pdbs
trying without pdbs just to test
|
2020-08-24 10:56:50 -07:00 |
|
Charlie Kindel
|
06e35f1fb0
|
trying without pdbs just to test
|
2020-08-24 10:56:13 -07:00 |
|
Charlie Kindel
|
c7ad1a3506
|
Merge pull request #878 from tig/add_pdbs
Add pdbs
|
2020-08-24 10:47:18 -07:00 |
|
Charlie Kindel
|
798bae85a7
|
bump ver to 89.3
|
2020-08-24 10:45:57 -07:00 |
|
Charlie Kindel
|
75e2bf28c3
|
modify to include pdbs
|
2020-08-24 10:45:22 -07:00 |
|
Charlie Kindel
|
e67b70cc97
|
Merge pull request #877 from tig/0.89.2
0.89.2 test
|
2020-08-24 10:37:35 -07:00 |
|
Charlie Kindel
|
39516283e8
|
testing nuget push for 0.89.2
|
2020-08-24 10:33:11 -07:00 |
|
Charlie Kindel
|
86eb774b26
|
testing nuget push
|
2020-08-24 10:31:40 -07:00 |
|
Charlie Kindel
|
96208a1c49
|
Merge pull request #861 from BDisp/scrollview-keys-fix
Fixes #859. ScrollDown and ScrollRight navigates to beyond the ContentSize size.
|
2020-08-16 07:53:57 -07:00 |
|
BDisp
|
cb16ea8a3f
|
If KeepContentAlwaysInViewport is true ensures that the scrollbars is at least a wide equal to one.
|
2020-08-15 21:19:16 +01:00 |
|
Charlie Kindel
|
edc4ab4e1f
|
Merge pull request #870 from tig/test_deploy_89_1
another test
|
2020-08-15 10:22:40 -07:00 |
|
Charlie Kindel
|
ab0f644d25
|
another test
|
2020-08-15 10:01:28 -07:00 |
|
Charlie Kindel
|
4ae0949c8c
|
Merge pull request #869 from tig/publish_action
Prep for dotnet publish.
|
2020-08-15 09:45:35 -07:00 |
|
Charlie Kindel
|
0a558d1d8c
|
Merge pull request #868 from tig/refresh_api_docs
refreshed api docs
|
2020-08-15 09:38:25 -07:00 |
|
Charlie Kindel
|
a7a998c0ad
|
Prep for dotnet publish.
|
2020-08-15 09:36:49 -07:00 |
|
Charlie Kindel
|
fc215f1a6d
|
refreshed api docs
|
2020-08-15 09:12:25 -07:00 |
|
Charlie Kindel
|
0b58bf7f0c
|
Merge pull request #865 from BDisp/frameview-tab-fix
Fixes #864. FrameView has only one contentView now.
|
2020-08-15 08:51:10 -07:00 |
|
Charlie Kindel
|
8600e43e40
|
Merge pull request #863 from BDisp/frameview-fix
Fixes #862. Issue was in the Text property of the View class.
|
2020-08-15 08:50:21 -07:00 |
|
Charlie Kindel
|
7a88a620b1
|
Merge pull request #858 from ttommyth/patch-1
Update ScrollView.cs
|
2020-08-15 08:49:43 -07:00 |
|
BDisp
|
5020e1f040
|
Added a KeepContentAlwaysInViewport property as suggested in https://github.com/migueldeicaza/gui.cs/issues/859#issuecomment-673064590
|
2020-08-13 23:27:11 +01:00 |
|
BDisp
|
0934cab654
|
Fixes #864. FrameView has only one contentView now.
|
2020-08-13 13:06:27 +01:00 |
|
BDisp
|
ef51a44fc2
|
Fixes #862. Issue was in the Text property of the View class.
|
2020-08-12 19:17:41 +01:00 |
|
BDisp
|
dba5c6b227
|
Fixes #859. ScrollDown and ScrollRight navigates to beyond the ContentSize size.
|
2020-08-12 16:41:02 +01:00 |
|
ttommyth
|
78cc4c2b91
|
Update ScrollView.cs
typo
|
2020-08-11 11:59:53 +08:00 |
|
Charlie Kindel
|
a1928e3668
|
Merge pull request #856 from BDisp/filedialog-fix
Fixes #844. The SelectionChanged action it's now working correctly.
|
2020-08-08 20:10:59 -07:00 |
|
Charlie Kindel
|
c524c101d2
|
Merge pull request #857 from kataras/master
Various misspell fixes
|
2020-08-08 20:10:30 -07:00 |
|
BDisp
|
484d4646c9
|
Cleaning nameEntry if dirEntry was changing.
|
2020-08-08 22:06:15 +01:00 |
|
Gerasimos (Makis) Maropoulos
|
83047b4232
|
various misspell fixes
|
2020-08-08 21:14:15 +03:00 |
|
BDisp
|
4f9943c7a1
|
Removed unnecessary parameter on ExecuteSelection and if AllowsMultipleSelection is true ensures that at least the valid current file path is returned if none is marked.
|
2020-08-08 17:27:54 +01:00 |
|
BDisp
|
972dde84f5
|
Fixes #844. The SelectionChanged action it's now working correctly.
|
2020-08-08 16:38:20 +01:00 |
|
Charlie Kindel
|
fff74d6dc1
|
Merge pull request #855 from BDisp/openfiledialog-fix
Fixes #844. If CanChooseDirectories is true the selected(s) folders should appear on the open text.
|
2020-08-07 15:43:41 -07:00 |
|