Commit Graph

1438 Commits

Author SHA1 Message Date
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
Charlie Kindel
7aa3079274 Merge pull request #846 from BDisp/dynamic-menu-bar
Fixes #644. Added a UICatalog Scenario for a dynamic menu bar.
2020-08-07 06:19:50 -07:00
Charlie Kindel
138e54c954 Merge pull request #850 from BDisp/radiobutton-horizontal
Fixes #351. Added a horizontal display for RadioGroup.
2020-08-07 06:04:46 -07:00
Charlie Kindel
a07da67a2c Merge pull request #849 from BDisp/multi-thread-toplevels-test
Providing a simple test for Fixes #740. Multi thread toplevels.
2020-08-07 06:01:46 -07:00
Charlie Kindel
3477e97b84 Merge pull request #848 from BDisp/operation-canceled-exception
Fixes #847. Since the timeout issue are fixed there is no need to use tokenSource.Cancel but just reset the eventReady.
2020-08-07 06:00:59 -07:00
Charlie Kindel
d4c2e94a00 Merge pull request #845 from BDisp/file-dialog-directory-fix
Fixes #844. Now selects the correct Directory.
2020-08-07 05:58:07 -07:00
Charlie Kindel
376a25c833 Merge pull request #843 from BDisp/ui-toplevel-no-windows
Fixes #842. A Toplevel must be created by Application.Init.
2020-08-07 05:57:20 -07:00
Charlie Kindel
4f8d02df3f Merge pull request #841 from BDisp/listview-mouse-event
Fixes #840. Learned that we shouldn't mixing mouse flags with other properties.
2020-08-07 05:56:24 -07:00
Charlie Kindel
a3ce1be27f Merge pull request #839 from BDisp/view-visibility
Fixes #838. Added a Visible property to the View.
2020-08-07 05:55:31 -07:00
Charlie Kindel
388045952b Merge pull request #837 from BDisp/label-empty-initially
Fixes #836. Allows a Label display the text initially empty.
2020-08-07 05:53:51 -07:00
BDisp
2c8f6ec175 Added conditional exceptions. 2020-08-07 13:49:08 +01:00
BDisp
4a6fe45698 Fixes #853. CanChooseDirectories and CanChooseFiles now work properly. 2020-08-07 10:14:40 +01:00
BDisp
4aa228f200 Fixes #852. Avoiding exception if infos is empty. 2020-08-07 07:34:14 +01:00
BDisp
8a241b1cf8 Added a HorizontalSpace property. 2020-08-03 23:58:06 +01:00
BDisp
0598de1b38 Fixes #351. Added a horizontal display for RadioGroup. 2020-08-03 23:31:12 +01:00
BDisp
2fc77b18c5 StatusBar fix when vertical shrinking. 2020-08-03 18:58:44 +01:00
BDisp
d5e6bea9bb Added more conditions to sure it act as expected. 2020-08-03 15:24:12 +01:00
BDisp
7f183e7f59 Providing a simple test for Fixes #740. Multi thread toplevels. 2020-08-03 14:46:55 +01:00
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
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