Artyom
28805f3c5c
Use C# events in more controls
2020-09-23 01:07:26 +03:00
Artyom
6aef632633
Button.Clicked as a C# event
2020-09-23 01:01:53 +03:00
Adeel
19955faa8b
Add custom resolver for libcoreclr.so
2020-09-22 12:58:43 +03:00
Charlie Kindel
e2742692ec
Merge branch 'master' of tig:migueldeicaza/gui.cs
2020-09-21 10:26:38 -06:00
Charlie Kindel
b4b58d7c64
Merge pull request #899 from am11/feature/build/net5.0
...
Delete using WindowsRuntime from unit test
2020-09-21 09:27:59 -06:00
Adeel Mujahid
06471d74f6
Delete using WindowsRuntime from unit test
2020-09-18 17:52:08 +03:00
Mgamerz
9c26ef22f9
ListView: Check if pressing enter, selected item is actually in data list
...
Returns false if selected index is not in range of the list (stale value or empty list)
2020-09-17 13:01:49 -06:00
blakepell
947cea3b32
TextView MoveHome and MoveEnd methods.
2020-09-10 20:06:02 +01:00
Melvyn Laïly
3529a947bc
Fix typos
2020-09-10 20:06:02 +01:00
Melvyn Laïly
077a356944
Fix #882
...
Fix NullReferenceException during keyboard navigation
when `Focused` is null.
2020-09-10 20:05:49 +01:00
Mgamerz
6a6b283a9e
Fix formatting for ListView.cs changes
2020-09-09 23:00:06 -06:00
Charlie Kindel
a9a40614fe
Another test version to verify build.
2020-09-09 12:41:10 -07:00
Charlie Kindel
cef0ecc8bb
merged master and updated readme release notes
2020-09-09 12:38:31 -07:00
Charlie Kindel
1359462e9f
Merge remote-tracking branch 'upstream/master' into 0_90_0_Release
2020-09-09 12:31:33 -07:00
Charlie Kindel
0a38ade578
Merge pull request #888 from blakepell/master
...
TextView MoveHome and MoveEnd methods. #886
2020-09-09 12:28:45 -07:00
Charlie Kindel
9954188bf3
Merge pull request #883 from mlaily/fix-nre
...
Fix #882
2020-09-09 12:27:25 -07:00
Mgamerz
dcd7463e58
Fix MoveUp and MoveDown to prevent exception
...
When calling MoveUp and MoveDown, the 'selected' variable is not checked. If I am using a backing data source that can change, this selected value +/- 1 may still not lie in the valid range of values. This PR checks and changes the following:
1) If moving up, and the CURRENT selected value is >= backing data length, the last item is selected
2) If moving down, and the CURRENT selected value is >= backing data length, the last item is selected
3) If the items list has no items, the methods return false as there is nothing to move to. I'm not sure if we should set lastSelectedItem to -1 in this instance.
2020-09-06 12:09:30 -06:00
blakepell
6119547df3
TextView MoveHome and MoveEnd methods.
2020-09-03 10:10:10 -04:00
Charlie Kindel
b7749e3dd8
trying without pdbs just to test
2020-09-03 14:47:42 +01:00
Charlie Kindel
4ae432eaf5
bump ver to 89.3
2020-09-03 14:47:42 +01:00
Charlie Kindel
6f8cf1dcb2
modify to include pdbs
2020-09-03 14:47:41 +01:00
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