Commit Graph

1623 Commits

Author SHA1 Message Date
BDisp
4b57401382 Fixes #847. Since the timeout issue are fixed there is no need to use tokenSource.Cancel but just reset the eventReady. 2020-08-03 11:57:25 +01:00
BDisp
109fd25c9e Fixes #644. Added a UICatalog Scenario for a dynamic menu bar. 2020-08-03 03:08:32 +01:00
BDisp
a100be3c46 Fixed source null check. 2020-08-02 12:43:43 +01:00
BDisp
e8e32c4d73 Invoke SelectedItemChanged even source is empty on enter. 2020-08-02 12:21:56 +01:00
BDisp
d232715e62 Fixes #844. Now selects the correct Directory. 2020-08-02 11:17:10 +01:00
BDisp
d33aceba8a Ensures that first MoveDown is triggered. 2020-08-01 23:01:37 +01:00
BDisp
9879074056 Fixes #842. A Toplevel must be created by Application.Init. 2020-08-01 18:36:52 +01:00
BDisp
c73ca62582 Fixes #840. Learned that we shouldn't mixing mouse flags with other properties. 2020-08-01 15:14:21 +01:00
BDisp
d765c9dc63 Fixes #838. Added a Visible property to the View. 2020-08-01 14:58:36 +01:00
BDisp
805fdeb344 Fixing TextFormatter unit test. 2020-08-01 00:27:32 +01:00
BDisp
ad445292f6 Fixes #836. Allows a Label display the text initially empty. 2020-07-31 23:56:55 +01:00
Charlie Kindel
e658f08228 Merge pull request #819 from lzylinl/master
ComboBox render fix at dialog after close listview.
2020-07-30 11:25:48 -06:00
Charlie Kindel
17dcb71540 Merge pull request #832 from BDisp/listview-selected-item.changed-event
Fixes #831. Ensures ListView's SelectedItemChanged event always been invoked on enter.
2020-07-30 11:25:36 -06:00
BDisp
48d3034bbf Fixes #831. Ensures ListView's SelectedItemChanged event always been invoked on enter. 2020-07-29 17:57:58 +01:00
Charlie Kindel
e8ef6dca11 Merge pull request #824 from BDisp/setfocus-order
Fixes #750. Ensure the correct focus order after call SetFocus.
2020-07-28 12:05:42 -06:00
BDisp
40a4d6d1e3 Fixing some rebase issues. 2020-07-28 18:50:57 +01:00
BDisp
fda4e21341 Making SetFocus (View) private. 2020-07-28 18:42:10 +01:00
BDisp
f3d6a1e351 Fixes #750. Ensure the correct focus order after call SetFocus. 2020-07-28 18:41:42 +01:00
Charlie Kindel
c04e5d0b28 Merge pull request #823 from BDisp/button-move-first-rune-text
Fixes #822. Moves the cursor position to the first rune if no hotkey is specified.
2020-07-28 09:10:24 -06:00
Charlie Kindel
3c8107f615 Merge pull request #828 from BDisp/reset-initialized
Fixes #827. Application now reset _initialized on Shutdown.
2020-07-28 09:10:11 -06:00
Charlie Kindel
cd46ea22a4 Merge pull request #830 from BDisp/menu-disabled
Fixes #829. Hangs with disabled menu item selected solved.
2020-07-28 09:05:59 -06:00
BDisp
35ebd8e085 Fixed more mouse navigator issues. 2020-07-28 14:55:46 +01:00
BDisp
cd2faf5fbd Fixed a focused issue. 2020-07-27 23:46:23 +01:00
BDisp
b7901acd2b Fixes #829. Hangs with disabled menu item selected solved. 2020-07-27 22:10:04 +01:00
BDisp
e95ef3bf69 Fixes #827. Application now reset _initialized on Shutdown. 2020-07-26 01:38:01 +01:00
Charlie Kindel
90d2538b10 Merge branch 'master' of tig:migueldeicaza/gui.cs 2020-07-25 13:49:56 -06:00
Charlie Kindel
4f5bf24a08 Merge pull request #826 from BDisp/checkbox-readonly
Fixes #825. ReadOnly CheckBox.
2020-07-25 12:52:50 -06:00
BDisp
3281be6b7a Fixes #825. ReadOnly CheckBox. 2020-07-24 22:31:18 +01:00
BDisp
d17e3d5ef7 Fixes #822. Moves the cursor position to the first rune if no hotkey is specified. 2020-07-24 13:44:20 +01:00
lzylinl
9dad3e9bab ComboBox render fix at dialog after close listview. 2020-07-23 01:12:17 +02:00
Charlie Kindel
c1d49a8b0f Merge pull request #818 from BDisp/textfield-read-only
Fixes #814. Allows change on a read only TextField programmatically.
2020-07-22 10:28:49 -06:00
Charlie Kindel
a3edf4e831 Merge pull request #817 from fergusonr/combobox_in_dialog
Fixes #816. ComboBox in dialog. Only switch off autoHide if its the only control in the dialog
2020-07-22 10:28:28 -06:00
Ross Ferguson
0ab562a0fd Make logic more robust 2020-07-22 16:40:26 +01:00
BDisp
b6e234a8e0 Fixes #814. Allows change on a read only TextField programmatically. 2020-07-22 13:09:07 +01:00
Ross Ferguson
ca6eef2d89 ComboBox in dialog. Only switch off autoHide if its the only control in the dialog 2020-07-22 07:33:17 +01:00
Charlie Kindel
5b38613d59 Merge pull request #815 from BDisp/filedialog-volume
Fixes #813. It's now possible choose the volume through the directory TextField.
2020-07-20 07:58:31 -06:00
Charlie Kindel
ed0e70ccd2 Merge pull request #812 from BDisp/combobox-setfocus-fix
Fixes #811. Added a check for the subviews.
2020-07-20 07:58:01 -06:00
Charlie Kindel
13e5202255 Merge pull request #809 from BDisp/canfocus-automatic
Fixes #808. Added an automated CanFocus.
2020-07-20 07:57:33 -06:00
BDisp
8327f8a6bf Fixes #813. It's now possible choose the volume through the directory TextField. 2020-07-20 00:54:36 +01:00
BDisp
22a05ebc1b Fixes #811. Added a check for the subviews. 2020-07-19 01:17:15 +01:00
BDisp
5efa8d5388 Fixes #731. Pos and Dim validation. 2020-07-19 01:07:26 +01:00
BDisp
f32af48a09 Fixes #808. Added an automated CanFocus. 2020-07-18 21:23:38 +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