Charlie Kindel
d22bd71f8f
0.89.4 pre-release of 0.90.0
2020-09-26 16:25:16 -07:00
Charlie Kindel
53a8e68f6b
Merge branch '0_90_0_Release' into 0_89_4_Pre_0_90
2020-09-26 16:07:49 -07:00
Charlie Kindel
9361c5245c
Merge branch 'master' of tig:tig/gui.cs into master
2020-09-25 12:12:58 -06:00
Charlie Kindel
9964c66560
Merge branch 'master' of tig:migueldeicaza/gui.cs into master
2020-09-25 12:11:58 -06:00
Charlie Kindel
aa6058ccb1
merged with master again
2020-09-25 11:26:21 -06:00
Charlie Kindel
e2e5cc200f
Merge pull request #900 from am11/feature/interop/net5.0
...
Add custom resolver for libcoreclr.so
2020-09-25 11:22:33 -06:00
Charlie Kindel
1feabbe57d
Merge branch 'master' into 0_90_0_Release
2020-09-25 11:19:22 -06:00
Charlie Kindel
2eb9fd9a59
Merge branch 'master' of tig:tig/gui.cs into master
2020-09-25 11:18:40 -06:00
Charlie Kindel
b78d7d0066
Merge pull request #903 from worldbeater/master
...
[Breaking] Use C# Events Instead of Just Actions
2020-09-25 10:52:04 -06:00
Artyom
64fdcea6b5
Define View actions as events
2020-09-23 01:26:46 +03:00
Artyom
7da46a8f69
Convert TopLevel.Ready into event
2020-09-23 01:19:31 +03:00
Artyom
bd7610df74
Migrate all controls to C# events
2020-09-23 01:13:52 +03:00
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