Commit Graph

1448 Commits

Author SHA1 Message Date
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
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
e183bf0f40 removed combobox test from unicode sceanrio because it was causing tests to fail 2020-06-24 17:02:12 -07:00
Charlie Kindel
606b39f449 disabled application.loaded in combobox in attempt to determine why unrelated tests are failing 2020-06-24 16:43:40 -07:00
Charlie Kindel
669407d809 fixed ustring bug in combobox 2020-06-24 16:35:36 -07:00
Charlie Kindel
773c353df8 minor tweaks. ready to go? 2020-06-24 16:28:04 -07:00
Charlie Kindel
32609f8643 Merge branch 'master' into idisposable 2020-06-24 14:02:20 -07:00
Charlie Kindel
9ef9eb95a3 merge after massive PR merge 2020-06-24 14:02:01 -07: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
Charlie Kindel
ec3f0a9817 Merge branch 'master' into idisposable 2020-06-23 06:57:15 -07:00
Charlie Kindel
bb3530348e Merge pull request #715 from InvictusMB/cpu-load
Fix high CPU load #708
2020-06-23 06:55:57 -07:00
Charlie Kindel
d9856d6291 Merge pull request #720 from tig/progress_scenario_tweak
Tweaked Progress Bar Scenario to be easier to use; changed default tick count to 100ms
2020-06-23 06:55:09 -07:00
InvictusMB
129f6403d8 Fix high CPU load #708 2020-06-23 10:58:10 +02:00
Ross Ferguson
cd9e84b0c4 ComboBox. Bracket single statements. Minor Re-factor 2020-06-23 08:59:49 +01:00
Ross Ferguson
d11119a2ab Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes2 2020-06-23 08:53:09 +01:00
Charlie Kindel
7d00f3eb40 Tweaked Progress Bar Scenario 2020-06-22 10:16:08 -07:00
Charlie Kindel
a14e793a90 Merge branch 'master' into crlf_label 2020-06-22 10:12:36 -07:00
Charlie Kindel
2d5a9d0dbf merge with master 2020-06-22 10:11:28 -07:00
Charlie Kindel
929a7b4835 Merge pull request #719 from BDisp/listview-selected-color-without-focus
Fixes #718 ListView now have a selected color without focus.
2020-06-22 10:09:47 -07:00
BDisp
be25920586 Fixes #718 ListView now have a selected color without focus. 2020-06-22 17:33:53 +01:00
Charlie Kindel
37ef431f14 Merge branch 'master' into crlf_label 2020-06-22 09:03:31 -07:00
Charlie Kindel
1dff8de541 Merge pull request #716 from InvictusMB/marshaling
Fix InputRecord marshalling when built with .NET Native toolchain
2020-06-22 08:49:58 -07:00
Charlie Kindel
e1913fe0b8 Merge pull request #717 from BDisp/listview-last-col-write
Fixes #714 Allowing ListView writing in the last col.
2020-06-22 08:48:28 -07:00