Commit Graph

1401 Commits

Author SHA1 Message Date
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
BDisp
1cdf6d0587 Fixed a focused issue. 2020-08-07 16:17:08 +01:00
BDisp
ffef3276e4 Fixes #829. Hangs with disabled menu item selected solved. 2020-08-07 16:17:08 +01:00
BDisp
ddcc09b0cf Fixes #825. ReadOnly CheckBox. 2020-08-07 16:17:07 +01:00
BDisp
f0da351aac Fixes #814. Allows change on a read only TextField programmatically. 2020-08-07 16:17:07 +01:00
Ross Ferguson
8d507040f0 Make logic more robust 2020-08-07 16:17:07 +01:00
Ross Ferguson
a28417a980 ComboBox in dialog. Only switch off autoHide if its the only control in the dialog 2020-08-07 16:17:06 +01:00
BDisp
234ca95434 Fixes #813. It's now possible choose the volume through the directory TextField. 2020-08-07 16:17:06 +01:00
BDisp
8fefc8ed29 Fixes #811. Added a check for the subviews. 2020-08-07 16:17:05 +01:00
BDisp
f01ddbe9e0 Fixes #808. Added an automated CanFocus. 2020-08-07 16:16:54 +01:00
BDisp
8c5822f9e2 Also testing with a Pos and Dim null values. 2020-08-04 17:50:23 +01:00
BDisp
5efa8d5388 Fixes #731. Pos and Dim validation. 2020-07-19 01:07:26 +01:00
Charlie Kindel
84b8938d3b Merge pull request #807 from BDisp/mouse-button-click
Fixes #806. Button now support clicks.
2020-07-18 10:32:59 -06:00
BDisp
b911403586 Adding the @lzylinl example. 2020-07-18 01:27:14 +01:00
BDisp
c5f6e89abf Fixes #806. Button now support clicks. 2020-07-18 01:19:49 +01:00
Charlie Kindel
609a2514ea Merge pull request #799 from BDisp/canfocus-test
Just a little Unit Test for Focus #798
2020-07-17 09:27:16 -06:00
Charlie Kindel
66d9f42426 Merge pull request #805 from BDisp/menu-highlight-click
Fixes #755. Click respect the highlight Menu.
2020-07-17 09:26:41 -06:00
Charlie Kindel
fb702e8432 Merge pull request #804 from BDisp/application-init-shutdown
Fixes #803. Init and Shutdown only run once.
2020-07-17 09:25:36 -06:00
BDisp
2e1dd624df Fixes #755. Click respect the highlight Menu. 2020-07-17 15:12:11 +01:00
BDisp
eeb30bdc44 Removed ShowWindow 2020-07-17 14:11:02 +01:00
BDisp
1ea21d0a0b Fixed XML comments. 2020-07-17 04:03:56 +01:00
BDisp
d6f9e0a832 Fixed more unit tests. 2020-07-17 03:53:22 +01:00
BDisp
dce2a0304e Fixed Unit Test based on the changes. 2020-07-17 02:35:02 +01:00
BDisp
cf5527a917 Fixes #803. Init and Shutdown only run once. 2020-07-17 01:20:22 +01:00
Charlie Kindel
2fe5e08f6b Merge pull request #802 from BDisp/mouse-run-action
Fixes #800. Menu IsTopLevel executes on button clicked and setting Run close driver to false because of Unix.
2020-07-16 14:16:41 -06:00
BDisp
1feb385994 Fixing a bug. 2020-07-16 19:21:47 +01:00
BDisp
21050c123e Fixes #800. Menu IsTopLevel executes on button clicked and setting Run close driver to false because of Unix. 2020-07-16 19:07:21 +01:00
Charlie Kindel
f395d3fd6a Merge pull request #801 from BDisp/console-init-restore
Fixes #787. Console default size is always restored on Driver Init.
2020-07-16 09:15:36 -06:00
BDisp
9a43fe87f6 Fixes #787. Console default size is always restored on Driver Init. 2020-07-16 15:43:40 +01:00
BDisp
03862d1380 Just a little Unit Test for Focus #798 2020-07-15 23:02:35 +01:00
Charlie Kindel
496e9aa7f4 Merge pull request #797 from BDisp/textfield-textview-canfocus
Fixes #776. TextField and TextView now respect the CanFocus property of his container.
2020-07-15 14:27:23 -06:00
BDisp
93e9255d7c Fixes #776. TextField and TextView now respect the CanFocus property of his container. 2020-07-15 21:17:00 +01:00
Charlie Kindel
15d66a749b Merge pull request #796 from BDisp/console-size
Fixes #786. Workaround for resizing with Init/Shutdown.
2020-07-15 12:54:45 -06:00
BDisp
874224d9f8 Fixes #786. Workaround for resizing with Init/Shutdown. 2020-07-15 19:25:13 +01:00
Charlie Kindel
5d0d924128 Merge pull request #795 from BDisp/listview-initialize
Fixes #226. Added a Initialize method to constructors.
2020-07-15 11:34:44 -06:00
BDisp
4716a879a3 Fixes #226. Added a Initialize method to constructors. 2020-07-15 18:24:16 +01:00
Charlie Kindel
d92a6c77d8 Merge pull request #794 from tig/090_prep
Reset version to 0.89 in prep for nuget release of 0.90
2020-07-15 11:00:28 -06:00
Charlie Kindel
07ca56e5a0 Reset version to 0.89 in prep for nuget release of 0.90 2020-07-15 09:58:52 -07:00