Commit Graph

1167 Commits

Author SHA1 Message Date
Ross Ferguson
0f4ddf44c5 Correct width/height 2020-06-30 09:06:36 +01: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
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
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
InvictusMB
8d47f19f6e Fix InputRecord marshalling when the assembly is used with .NET Native toolchain #700 2020-06-21 19:11:27 +02:00
BDisp
4f3fd52cc7 Fixes #714 Allowing ListView writing in the last col. 2020-06-21 13:34:40 +01:00
Ross Ferguson
4df3c4e774 Fix unit test 2020-06-20 21:39:32 +01:00
Ross Ferguson
4938566600 Merge branch 'combobox_fixes2' of https://github.com/fergusonr/gui.cs into combobox_fixes2 2020-06-20 20:07:06 +01:00
Ross Ferguson
acacd0c9e7 Accomodate upstream changes 2020-06-20 19:56:12 +01:00
Ross Ferguson
6f97585427 Add constructor that takes a text argument 2020-06-20 18:28:59 +01:00
Ross Ferguson
f3b1b07540 Fixed AllViewsTester.cs crash 2020-06-20 18:28:59 +01:00
Ross Ferguson
cfcf8efb59 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-06-20 18:28:58 +01:00
Charlie Kindel
1c25d6ce2c Merge pull request #713 from tig/allviewstester_listview
Add test for Source property to allviewstester
2020-06-20 10:04:30 -07:00
Charlie Kindel
aa34bad858 add source to allviewstester 2020-06-20 09:54:09 -07:00
Ross Ferguson
e164ca2233 Add constructor that takes a text argument 2020-06-20 12:15:08 +01:00
Ross Ferguson
a869b9c6dd Fixed AllViewsTester.cs crash 2020-06-20 10:48:32 +01:00
Ross Ferguson
283356433d 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-06-20 09:34:55 +01:00
Charlie Kindel
76da9b3913 fix oom isue 2020-06-18 11:33:05 -07:00
Charlie Kindel
606e2728ae Merge branch 'master' into crlf_label 2020-06-18 10:26:04 -07:00
Charlie Kindel
10f90a7a7a layoutsubviews not virtual 2020-06-18 10:25:45 -07:00
Charlie Kindel
71a62dc1a1 Merge pull request #706 from BDisp/set-current-top-on-demo
Fixes #705 setting current Application.Top.
2020-06-18 10:23:11 -07:00
BDisp
9b695799ab Fixes #705 setting current Application.Top. 2020-06-18 16:34:12 +01:00
Charlie Kindel
f7e45e8dea Update README.md 2020-06-18 07:35:08 -07:00
Charlie Kindel
92042d8697 removed extranous files 2020-06-18 01:43:58 -07:00
Charlie Kindel
7c93802028 ready for pr 2020-06-18 01:30:42 -07:00
Charlie Kindel
120991ec5b ready for pr 2020-06-18 01:29:25 -07:00