Commit Graph

1206 Commits

Author SHA1 Message Date
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
Charlie Kindel
8272d8aff3 feature complete 2020-06-17 15:43:26 -07:00
Charlie Kindel
535f7e63f9 merge with master 2020-06-17 08:55:41 -07:00
Charlie Kindel
49bfe6a6c2 progress...rabbit hole 2020-06-17 08:50:38 -07:00
Miguel de Icaza
b26e755ea8 Update codeql-analysis.yml 2020-06-16 10:09:35 -04:00
BDisp
e60dfe2905 Fixes #683 Resizing issue and Unix change colors. (#697) 2020-06-16 10:07:11 -04:00
BDisp
a6a3c99703 Fixes #698 StatusBar position on resizing. (#699)
* Fixes #698 StatusBar position on resizing.

* Changed to LayoutComplete in StatusBar.
2020-06-16 10:06:53 -04:00
Miguel de Icaza
bcc341a240 Create codeql-analysis.yml 2020-06-16 10:06:34 -04:00
Charlie Kindel
a08a411a91 crazy refactoring 2020-06-15 22:52:35 -07:00
BDisp
ec73e0f2b6 Fixes #623 Dim.Percent with an extra behavior. (#696) 2020-06-15 22:01:53 -04:00
Charlie Kindel
61177db408 Merge pull request #695 from tig/crlf_label
Strip CR/LF in label
2020-06-15 13:10:15 -07:00
Charlie Kindel
7ab256bc32 strip crlf chars from label 2020-06-15 12:57:05 -07:00