Commit Graph

1128 Commits

Author SHA1 Message Date
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
Charlie Kindel
7d00f3eb40 Tweaked Progress Bar Scenario 2020-06-22 10:16:08 -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
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
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
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
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
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
Charlie Kindel
dd6d54e919 Merge branch 'master' of tig:migueldeicaza/gui.cs 2020-06-15 12:31:18 -07:00
Charlie Kindel
cdf6d85e59 Revert "refactored consoledriver for more reuse"
This reverts commit 3948d9c554, reversing
changes made to c02054d01c.
2020-06-15 12:31:06 -07:00
Charlie Kindel
3948d9c554 refactored consoledriver for more reuse 2020-06-15 12:29:44 -07:00
Charlie Kindel
1f4b9289b1 Merge pull request #669 from tig/non_printable
Addresses non-printable chars in Drivers
2020-06-15 12:29:18 -07:00
Charlie Kindel
35a7a9e8d8 Merge pull request #691 from BDisp/fsharp-example
Update FSharpExample.
2020-06-14 21:56:25 -07:00
BDisp
8933865635 Update FSharpExample. 2020-06-14 21:15:15 +01:00
Charlie Kindel
299d70718a Merge pull request #661 from tig/more_dimpos_tests
Thanks Miguel! Fixes #504 + More DimPos Unit Tests
2020-06-14 09:21:17 -07:00
Charlie Kindel
7395656afe merge 2020-06-14 09:19:07 -07:00
Charlie Kindel
c02054d01c Merge pull request #684 from BDisp/scroll-down
Fixes ScrollDown that was not working.
2020-06-14 08:51:43 -07:00
BDisp
9ca531cdbc This is also working too. 2020-06-14 01:53:42 +01:00
Charlie Kindel
99e2afd740 Merge pull request #680 from BDisp/faster-mouse-menu
Intended to improve a more faster mouse.
2020-06-13 16:11:49 -07:00
Charlie Kindel
f477344efb Merge pull request #688 from BDisp/scroll-view-top-left-bottom-right-tee
Ensures that the ScrollView only scrolling outside the his tees.
2020-06-13 16:10:59 -07:00
BDisp
36031db605 Ensures that the ScrollView only scrolling outside the his tees. 2020-06-13 22:57:41 +01:00
Charlie Kindel
a6c122d90a Merge pull request #687 from tig/fix_685
workaround for lifecycle bug introduced in 685
2020-06-13 10:34:22 -07:00
Charlie Kindel
5bfc648fb5 workaround for lifecycle bug introduced in 685 2020-06-13 09:56:32 -07:00
Charlie Kindel
cd03cdc3b2 Merge pull request #685 from tig/statusbar_resize
fixed status bar resize on Windows; not in cmd.exe
2020-06-13 08:25:23 -07:00
Charlie Kindel
634f214d6a fixed status bar resize on Windows; not in cmd.exe 2020-06-13 08:13:58 -07:00
BDisp
37187c8d4f Fixes https://github.com/migueldeicaza/gui.cs/pull/681#issuecomment-643625748 ScrollDown. 2020-06-13 15:42:10 +01:00
Charlie Kindel
04cbe23cb0 Merge pull request #681 from BDisp/faster-scroll-view
Faster ScrollView. Try it with CharacterMap.
2020-06-13 06:37:30 -07:00
BDisp
7dee2d7033 Faster ScrollView. Try it with CharacterMap. 2020-06-13 13:25:30 +01:00
BDisp
1c966f67b8 Intended to improve a more faster mouse. 2020-06-12 23:16:27 +01:00
Charlie Kindel
41764149bd Merge pull request #678 from tig/scenariotests2
tweaked scenario tests; minor bug fixes
2020-06-12 09:30:01 -07:00
Charlie Kindel
f4b9d313d8 tweaked scenario tests; minor bug fixes 2020-06-12 09:05:17 -06:00
Charlie Kindel
621d737249 Merge pull request #677 from tig/scenario_tests
Adds unit test that executes every Scenario in UI Catalog
2020-06-11 21:27:32 -06:00
Charlie Kindel
1aabd39099 adds unit test that executes every Scenario in UI Catalog 2020-06-11 21:12:55 -06:00
Charlie Kindel
ef9025c0e3 Merge pull request #675 from BDisp/mouse-allevents-to-zero
Fixes #674 Mouse Double Click propagation.
2020-06-11 20:08:00 -06:00
BDisp
76d4046c5e Fixes #674 Mouse Double Click propagation. 2020-06-12 00:49:54 +01:00
Charlie Kindel
0ec5a720a0 Merge pull request #672 from BDisp/negative-coordinates
Allowing negative coordinates for scrolling purpose.
2020-06-11 16:58:24 -06:00