Commit Graph

1201 Commits

Author SHA1 Message Date
Ross Ferguson
d464525d61 ComboBox. Wire-up Home/End keys down to listview 2020-07-06 05:06:49 +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
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
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
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
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
4262b295d5 Merge pull request #733 from awaescher/master
Nice!
2020-06-30 07:15:43 -07:00
Ross Ferguson
0f4ddf44c5 Correct width/height 2020-06-30 09:06:36 +01:00
Andreas Wäscher
64e0c82b4a Add a git-inspired sample text to the Unicode scenario 2020-06-29 20:52:51 +02:00
BDisp
92dda816a5 Removed Loaded event and changed LayoutComplete event. 2020-06-29 18:25:28 +01:00
Ross Ferguson
ef3c020c22 ComboBox. Supports Unicode. Add dropdown arrow from @BDisp. Support PageUp / PageDown 2020-06-28 22:16:58 +01:00
Ross Ferguson
6d690996a5 Merge branch 'added-removing-view-events' of https://github.com/BDisp/gui.cs into combobox_fixes2 2020-06-28 12:09:23 +01:00
Ross Ferguson
3d8ef9a2de Rebase 2020-06-28 12:08:15 +01:00
BDisp
ecf9ba0c1c The current view is called once instead of being called for each SubView added. 2020-06-25 14:24:50 +01:00
Charlie Kindel
64597c5397 Merge pull request #727 from BDisp/keys-events
Fixes #726. Keys events not being called.
2020-06-24 14:01:41 -07:00
Charlie Kindel
32095ef0a3 Merge pull request #702 from tig/crlf_label
Massive PR - Refactored text rendering - alignment, word wrap, & hotkeys all now work with Unicode
2020-06-24 12:14:53 -07:00
BDisp
ce4fd99db9 Only call the focused view. 2020-06-24 19:46:35 +01:00
BDisp
736062c208 Fixes #726. Keys events not being called. 2020-06-24 18:54:50 +01:00
BDisp
81c4b3a0e5 Made changes as suggested. 2020-06-24 17:47:42 +01:00
BDisp
5e2c94949d Removing unnecessary base call. 2020-06-24 13:38:59 +01:00
BDisp
1d859e3c4f Fixes #723 Views now are notified when they are added or removing. 2020-06-23 20:55:49 +01:00
Charlie Kindel
f2e30e6bc9 updated rel notes 2020-06-23 07:34:45 -07:00
Charlie Kindel
f41acdf6ba removed View.Clicked 2020-06-23 07:33:12 -07:00
Charlie Kindel
b8d43963cf Merge branch 'master' into crlf_label 2020-06-23 06:57:29 -07:00