Commit Graph

1305 Commits

Author SHA1 Message Date
BDisp
adae58bbf7 Fixed for dynamically added view. 2020-07-10 19:05:58 +01:00
BDisp
e6806a56e0 Merge branch 'view-load-event' into Initialized-event 2020-07-10 15:30:34 +01:00
BDisp
45550c9cf0 Added support for ISupportInitializeNotification interface. 2020-07-10 15:15:28 +01:00
Charlie Kindel
6bba29813f Merge pull request #768 from daltskin/master
Adding some null checks
2020-07-09 13:30:57 -06:00
Charlie Kindel
e4e2f5a5ba Merge pull request #770 from BDisp/position-cursor
Fixes #769. PositionCursor is now corrected.
2020-07-09 08:21:25 -06:00
BDisp
ba4456cf73 Fixes 769. PositionCursor is now corrected. 2020-07-09 15:15:49 +01:00
Jamie D
b9b3886c67 Merge branch 'master' of https://github.com/daltskin/gui.cs 2020-07-09 10:44:11 +01:00
Jamie D
ce5cca7801 Remove un-necessary call 2020-07-09 10:44:07 +01:00
Jamie D
6cef63001e Merge pull request #2 from migueldeicaza/master
Update fork
2020-07-08 22:41:24 +01:00
Jamie D
34b7639fe4 Empty collection check 2020-07-08 22:36:48 +01:00
Charlie Kindel
4cd307cc6c Merge pull request #765 from BDisp/uicatalog-preserve-list-items
UICatalog preserves the SelectedItem of both ListViews.
2020-07-08 11:21:20 -06:00
Charlie Kindel
9019a94e2a Merge pull request #761 from BDisp/scenario-scrolling-fix
Fixes #758. Adding AutoHideScrollBars CheckBox.
2020-07-08 11:14:29 -06:00
BDisp
654ea35d17 UICatalog preserves the SelectedItem of both ListViews. 2020-07-08 14:57:36 +01:00
Jamie D
e041bc087f Merge pull request #1 from migueldeicaza/master
Update
2020-07-08 10:32:28 +01:00
BDisp
255aba973f Fixes #758. Adding AutoHideScrollBars CheckBox. 2020-07-08 01:58:04 +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