Commit Graph

1236 Commits

Author SHA1 Message Date
Charlie Kindel
da54dece1f dealt with Removed 2020-07-06 15:42:02 -07:00
Charlie Kindel
4047eb035e merge with master 2020-07-06 08:20:39 -07:00
Charlie Kindel
98e224ad6b Merge pull request #710 from fergusonr/combobox_fixes2
ComboBox multiple fixes
2020-07-06 08:01:29 -07:00
Charlie Kindel
0f64ac6ea9 Merge pull request #724 from BDisp/added-removing-view-events
Fixes #723 Views now are notified when they are added or removing.
2020-07-06 07:58:05 -07:00
Charlie Kindel
82f3122f19 Merge pull request #744 from BDisp/enter-leave-events
Fixes #743. Added View argument to the Enter and Leave events.
2020-07-06 07:47:13 -07:00
Ross Ferguson
7d8f3cac9e Merge branch 'added-removing-view-events' of https://github.com/BDisp/gui.cs into combobox_fixes2 2020-07-06 15:18:55 +01:00
Ross Ferguson
3800a233b3 ComboBox. Fix #742 2020-07-06 13:05:19 +01:00
Ross Ferguson
d464525d61 ComboBox. Wire-up Home/End keys down to listview 2020-07-06 05:06:49 +01:00
BDisp
e0c6067b39 Fixing the Removed test. 2020-07-06 00:45:56 +01:00
BDisp
e8972f43ad Changed to removed because it is safer to perform actions after deletion. 2020-07-06 00:38:07 +01:00
BDisp
7a32bcf6af Fixing some bugs. 2020-07-05 21:10:24 +01:00
BDisp
a1202fe55e Changed focused to this. 2020-07-05 02:04:40 +01:00
Ross Ferguson
b9c8758d2d ComboBox. Adhere to ListView interface, added:-
SelectedItem (read only) from @BDisp
OpenSelectedItem
2020-07-05 01:50:59 +01:00
BDisp
f9d55c9d08 Ensures the HasFocus property only can be set by the SetHasFocus method. Removed unnecessary code in Menu. 2020-07-04 09:43:18 +01:00
Ross Ferguson
670595d488 ComboBox. Use Clear() instead of Redraw() 2020-07-04 03:24:57 +01:00
Ross Ferguson
852400957e Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-07-04 01:28:30 +01:00
BDisp
89afea2e7d Fixing the ComboBox OnEnter. 2020-07-03 23:46:11 +01:00
BDisp
caa43eb371 Fixes #743. Added View argument to the Enter and Leave events. 2020-07-03 23:38:34 +01:00
Charlie Kindel
527c8aa365 Merge pull request #741 from BDisp/multi-thread-toplevels
Fixes #740. Multi thread toplevels.
2020-07-03 06:53:16 -07:00
Ross Ferguson
c71fad0050 Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-07-03 05:44:18 +01:00
Ross Ferguson
de5a30bb90 ComboBox hand pick @BDisp changes:-
Test dir more robust "\Windows"
Use ListViewItemEventArgs
2020-07-03 05:22:00 +01:00
BDisp
67785f7e7f Forgot shutdown the driver at exit. 2020-07-03 01:04:18 +01:00
BDisp
aa51de0bf0 Improvement the Application.Top in Demo. 2020-07-02 23:57:50 +01:00
BDisp
4fc50aae90 Allowing multi-thread toplevels. 2020-07-02 23:53:32 +01:00
Charlie Kindel
b13de5435b Merge pull request #735 from daltskin/master
ListView - handle null values
2020-07-02 11:35:10 -07:00
Jamie D
4caa852db2 be more concise 2020-07-02 19:30:54 +01:00
Jamie D
e5647b9299 keep to int 2020-07-02 18:12:14 +01:00
Charlie Kindel
bb30b5d54e Merge branch 'master' into idisposable 2020-07-02 08:20:14 -07:00
Charlie Kindel
9606dad68c merge 2020-07-02 08:12:47 -07:00
Charlie Kindel
a557252196 Merge pull request #739 from BDisp/scrollview-autohide-features
Added a condition when both scroll bars depends on each other.
2020-07-02 08:12:23 -07:00
BDisp
fe1ef4c07f Fixe a bug. 2020-07-02 16:09:00 +01:00
BDisp
6f36965b08 Added a condition when both scroll bars depends on each other. 2020-07-02 15:57:50 +01:00
Charlie Kindel
c08439cfd9 Merge pull request #738 from BDisp/scrollview-autohide-scrollbars
Fixes #737.Added an auto hide scroll bars to the ScrollView.
2020-07-02 07:26:41 -07:00
Charlie Kindel
97521d71bf Merge pull request #736 from BDisp/listview-end-home-move
Very nice!
2020-07-02 07:24:43 -07:00
BDisp
9e304f412b Fixes # 737.Added an auto hide scroll bars to the ScrollView. 2020-07-02 14:18:51 +01:00
BDisp
996cef2ee4 Added End and Home keys to the ListView. 2020-07-02 12:21:08 +01:00
Jamie D
ef5b114317 ListView - handle null collection 2020-07-02 09:34:11 +01:00
Ross Ferguson
f722f96688 ComboBox. Allow user to set ColorScheme 2020-07-02 07:59:31 +01:00
Ross Ferguson
b99dbfee8b ComboBox wire source directly to ListView 2020-07-01 09:03:31 +01:00
BDisp
cffdba52c9 Added and Removing tests. 2020-07-01 00:31:32 +01:00
Ross Ferguson
e0d50af4e5 Accomodate changes for PR #724 2020-06-30 20:41:15 +01:00
Ross Ferguson
aaddcae74a pull #724 2020-06-30 20:39:03 +01:00
BDisp
cba29d6585 Change from Adding to Added. 2020-06-30 17:56:24 +01:00
Ross Ferguson
e67ed2c95c Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-06-30 17:51:15 +01:00
Ross Ferguson
4790a52639 ComboBox. Use SuperView to determine if control has been added to a container view 2020-06-30 17:49:41 +01:00
BDisp
3eeb1d8b52 The current view is called once instead of being called for each SubView added. 2020-06-30 17:46:34 +01:00
BDisp
0d9b1d96ea Made changes as suggested. 2020-06-30 17:46:33 +01:00
BDisp
fa96f467cc Removing unnecessary base call. 2020-06-30 17:46:33 +01:00
BDisp
6182eab9e0 Fixes #723 Views now are notified when they are added or removing. 2020-06-30 17:46:17 +01:00
Charlie Kindel
a0522be496 tweaks 2020-06-30 07:22:20 -07:00