BDisp
|
33f6759d20
|
UICatalog preserves the SelectedItem of both ListViews.
|
2020-07-08 21:30:44 +01:00 |
|
BDisp
|
1bf3a5ffa9
|
Removed unnecessary flag.
|
2020-07-08 19:14:45 +01:00 |
|
BDisp
|
e3f02a9d79
|
ListView support both LayoutStyle to calculate th height.
|
2020-07-08 14:54:06 +01:00 |
|
Charlie Kindel
|
3ea9b23a27
|
Merge pull request #756 from BDisp/mouse-dragging-fix
Fixes #754. The window starts to drag, even if the click occurs outside the limits.
|
2020-07-07 15:28:11 -07:00 |
|
Charlie Kindel
|
1cf779284f
|
Merge pull request #757 from tig/timer_fix
changed timout tolerance to 100ms - tests failed in CI/CD
|
2020-07-07 15:27:33 -07:00 |
|
Charlie Kindel
|
fc00bc223f
|
changed timout tolerance to 100ms - tests failed in CI/CD
|
2020-07-07 15:25:57 -07:00 |
|
BDisp
|
09f88a13a6
|
Fixes #754. The window starts to drag, even if the click occurs outside the limits.
|
2020-07-07 23:10:44 +01:00 |
|
Charlie Kindel
|
af1059e017
|
Merge pull request #753 from tig/menu_crash
fix crashing bug in menu.cs
|
2020-07-07 14:54:47 -07:00 |
|
Charlie Kindel
|
eed4c585d7
|
fix crashing bug in menu.cs
|
2020-07-07 14:41:47 -07:00 |
|
Charlie Kindel
|
6d4ba13878
|
Merge pull request #752 from BDisp/windows-dragging
Fixes #386. Window can now be dragged inside another Window.
|
2020-07-07 14:16:16 -07:00 |
|
Charlie Kindel
|
7ee591f4cd
|
Merge pull request #749 from BDisp/canfocus-tabindex-tabstop
Setting CanFocus also sets TabIndex and TabStop accordingly.
|
2020-07-07 14:10:11 -07:00 |
|
BDisp
|
c90d1bd91e
|
Fixes #386. Window can now be dragged inside another Window.
|
2020-07-07 21:47:11 +01:00 |
|
Charlie Kindel
|
bb1eed96a3
|
Merge pull request #751 from BDisp/combobox-fixes
Some fixes and improvements to the ComboBox.
|
2020-07-07 11:26:20 -07:00 |
|
BDisp
|
9c2877e028
|
Some fixes and improvements to the ComboBox.
|
2020-07-07 15:57:18 +01:00 |
|
BDisp
|
cc7aca4e50
|
Setting CanFocus also sets TabIndex and TabStop accordingly.
|
2020-07-07 15:00:36 +01:00 |
|
Charlie Kindel
|
db1186e1a9
|
Merge pull request #747 from BDisp/listview-reseting
Reset the ListView when the source is defined.
|
2020-07-06 15:52:49 -07:00 |
|
Charlie Kindel
|
f54b0c4849
|
Merge pull request #745 from BDisp/view-tab-index-feature
Fixes #742. Added a TabIndex to the View.
|
2020-07-06 15:51:44 -07:00 |
|
Charlie Kindel
|
24d382f7a8
|
Merge pull request #693 from tig/idisposable
Adds IDisposable to Responder and implements Dispose pattern throughout
|
2020-07-06 15:48:51 -07:00 |
|
Charlie Kindel
|
da54dece1f
|
dealt with Removed
|
2020-07-06 15:42:02 -07:00 |
|
BDisp
|
d07b3fc3ec
|
Fixing an inutile exception.
|
2020-07-06 22:41:23 +01:00 |
|
BDisp
|
967d55bee6
|
Merge from #742
|
2020-07-06 22:34:26 +01:00 |
|
Ross Ferguson
|
5eb5b72658
|
ComboBox. Fix #742
|
2020-07-06 22:29:58 +01:00 |
|
Ross Ferguson
|
dedd799710
|
ComboBox. Wire-up Home/End keys down to listview
|
2020-07-06 22:29:58 +01:00 |
|
Ross Ferguson
|
94fd180469
|
ComboBox. Adhere to ListView interface, added:-
SelectedItem (read only) from @BDisp
OpenSelectedItem
|
2020-07-06 22:29:57 +01:00 |
|
Ross Ferguson
|
d107b085fe
|
ComboBox. Use Clear() instead of Redraw()
|
2020-07-06 22:29:57 +01:00 |
|
Ross Ferguson
|
4ef53018eb
|
ComboBox hand pick @BDisp changes:-
Test dir more robust "\Windows"
Use ListViewItemEventArgs
|
2020-07-06 22:29:56 +01:00 |
|
Ross Ferguson
|
f66f426e80
|
ComboBox. Allow user to set ColorScheme
|
2020-07-06 22:29:56 +01:00 |
|
Ross Ferguson
|
b1db3a8f97
|
ComboBox wire source directly to ListView
|
2020-07-06 22:29:56 +01:00 |
|
Ross Ferguson
|
938c95dbb5
|
Accomodate changes for PR #724
|
2020-07-06 22:29:55 +01:00 |
|
Ross Ferguson
|
9b7510cc4c
|
ComboBox. Use SuperView to determine if control has been added to a container view
|
2020-07-06 22:29:55 +01:00 |
|
Ross Ferguson
|
5e86932413
|
Correct width/height
|
2020-07-06 22:29:54 +01:00 |
|
BDisp
|
7fa45e609f
|
Removed Loaded event and changed LayoutComplete event.
|
2020-07-06 22:29:54 +01:00 |
|
Ross Ferguson
|
174ddbaa88
|
ComboBox. Supports Unicode. Add dropdown arrow from @BDisp. Support PageUp / PageDown
|
2020-07-06 22:29:41 +01:00 |
|
BDisp
|
5c74bcae26
|
Made changes as suggested.
|
2020-07-06 22:28:19 +01:00 |
|
BDisp
|
2013877cbc
|
Fixes #723 Views now are notified when they are added or removing.
|
2020-07-06 22:27:23 +01:00 |
|
Ross Ferguson
|
61d51025f8
|
ComboBox. Bracket single statements. Minor Re-factor
|
2020-07-06 22:26:53 +01:00 |
|
Ross Ferguson
|
9748970b0a
|
Fix unit test
|
2020-07-06 22:26:52 +01:00 |
|
Ross Ferguson
|
363367f92e
|
Add constructor that takes a text argument
|
2020-07-06 22:26:38 +01:00 |
|
Ross Ferguson
|
6531dd1694
|
Accomodate upstream changes
|
2020-07-06 22:26:13 +01:00 |
|
Ross Ferguson
|
58b3fa0401
|
Add constructor that takes a text argument
|
2020-07-06 22:26:13 +01:00 |
|
Ross Ferguson
|
485c573fab
|
Fixed AllViewsTester.cs crash
|
2020-07-06 22:26:12 +01:00 |
|
Ross Ferguson
|
b81d43d486
|
ComboBox multiple fixes. Dim.Fill() incorrectly calculated. List height not resizing. SetSource() not immeadiately updating list. Double click not selecting item. Example now demo resizes with view
|
2020-07-06 22:26:01 +01:00 |
|
BDisp
|
2f9056acb1
|
Made changes as suggested.
|
2020-07-06 22:22:21 +01:00 |
|
BDisp
|
1cb87cbd72
|
Fixes #723 Views now are notified when they are added or removing.
|
2020-07-06 22:21:25 +01:00 |
|
BDisp
|
33d4cbc65f
|
Redoing the mysterious disappearances of the Added and Removed events.
|
2020-07-06 18:44:20 +01:00 |
|
BDisp
|
75d4ff0e7c
|
Added TabIndex and TabStop properties.
|
2020-07-06 18:33:51 +01:00 |
|
BDisp
|
5741cf3171
|
Added TabIndex and TabStop properties.
|
2020-07-06 17:38:09 +01:00 |
|
BDisp
|
f7a2c9e35f
|
Fixes #742. Added a TabIndex to the View.
|
2020-07-06 17:36:14 +01:00 |
|
BDisp
|
cae0bf57fd
|
Merge branch 'view-tab-index-feature' into listview-reseting
|
2020-07-06 17:31:09 +01:00 |
|
BDisp
|
b5a6e3bdc4
|
Added TabIndex and TabStop properties.
|
2020-07-06 17:29:22 +01:00 |
|