Commit Graph

1650 Commits

Author SHA1 Message Date
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
BDisp
1273ba215b Fixes #844. If CanChooseDirectories is true the selected(s) folders should appear on the open text. 2020-08-07 17:42:58 +01:00
BDisp
9b66ad5cfd Added more unit tests to Pos and Dim. 2020-08-07 16:17:20 +01:00
BDisp
20def297c6 StatusBar fix when vertical shrinking. 2020-08-07 16:17:19 +01:00
BDisp
de0a190b7c Fixes #644. Added a UICatalog Scenario for a dynamic menu bar. 2020-08-07 16:17:19 +01:00
BDisp
5de3f6908f Added a HorizontalSpace property. 2020-08-07 16:17:19 +01:00
BDisp
9c74332cc4 Fixes #351. Added a horizontal display for RadioGroup. 2020-08-07 16:17:18 +01:00
BDisp
c597d601a3 Added more conditions to sure it act as expected. 2020-08-07 16:17:18 +01:00
BDisp
ae598843b4 Providing a simple test for Fixes #740. Multi thread toplevels. 2020-08-07 16:17:17 +01:00
BDisp
ce75fbf1c3 Fixes #847. Since the timeout issue are fixed there is no need to use tokenSource.Cancel but just reset the eventReady. 2020-08-07 16:17:17 +01:00
BDisp
ffd15972ae Added conditional exceptions. 2020-08-07 16:17:17 +01:00
BDisp
4d5713e269 Fixes #853. CanChooseDirectories and CanChooseFiles now work properly. 2020-08-07 16:17:16 +01:00
BDisp
5b015e7a45 Fixes #852. Avoiding exception if infos is empty. 2020-08-07 16:17:16 +01:00
BDisp
1447779753 Fixes #844. Now selects the correct Directory. 2020-08-07 16:17:16 +01:00
BDisp
a678d22aad Fixes #842. A Toplevel must be created by Application.Init. 2020-08-07 16:17:15 +01:00
BDisp
a44a76c181 Fixed source null check. 2020-08-07 16:17:15 +01:00
BDisp
8c17558c61 Invoke SelectedItemChanged even source is empty on enter. 2020-08-07 16:17:14 +01:00
BDisp
2a55e76d38 Ensures that first MoveDown is triggered. 2020-08-07 16:17:14 +01:00
BDisp
4abb3f49ee Fixes #840. Learned that we shouldn't mixing mouse flags with other properties. 2020-08-07 16:17:14 +01:00
BDisp
5c7a5315d7 Fixes #838. Added a Visible property to the View. 2020-08-07 16:17:13 +01:00
BDisp
746cdc262d Fixing TextFormatter unit test. 2020-08-07 16:17:13 +01:00
BDisp
6a571163ab Fixes #836. Allows a Label display the text initially empty. 2020-08-07 16:17:12 +01:00
lzylinl
61fe94655f ComboBox render fix at dialog after close listview. 2020-08-07 16:17:12 +01:00
BDisp
295616873f Fixes #831. Ensures ListView's SelectedItemChanged event always been invoked on enter. 2020-08-07 16:17:12 +01:00
BDisp
0059fc2ae4 Fixing some rebase issues. 2020-08-07 16:17:11 +01:00
BDisp
521438d2a8 Making SetFocus (View) private. 2020-08-07 16:17:11 +01:00
BDisp
fa992abc6e Fixes #750. Ensure the correct focus order after call SetFocus. 2020-08-07 16:17:10 +01:00
BDisp
841ef3c85f Fixes #822. Moves the cursor position to the first rune if no hotkey is specified. 2020-08-07 16:17:10 +01:00
BDisp
a5fcc22e8c Fixes #827. Application now reset _initialized on Shutdown. 2020-08-07 16:17:09 +01:00
BDisp
11f22f29ee Fixed more mouse navigator issues. 2020-08-07 16:17:09 +01:00