Commit Graph

1028 Commits

Author SHA1 Message Date
Ross Ferguson
d83ea59f15 ComboBox. Fix build warnings. 2020-06-09 05:39:44 +01:00
Ross Ferguson
16db1215cb Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes 2020-06-09 03:43:24 +01:00
Charlie Kindel
d50bf78cc9 Merge pull request #654 from tig/undo_generic
back out change to generic scenario
2020-06-08 20:33:49 -06:00
Charlie Kindel
290a693097 back out change to generic scenario 2020-06-08 20:32:03 -06:00
Charlie Kindel
f85405d528 Merge pull request #653 from tig/fix_568_topologicalsorterror
Fix 568 topologicalsorterror
2020-06-08 20:31:14 -06:00
Charlie Kindel
3ab20b658d unit tests for topologicalsort errors 2020-06-08 20:29:09 -06:00
Ross Ferguson
4279924624 Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes 2020-06-09 03:17:43 +01:00
Charlie Kindel
688f83c5f5 Merge branch 'master' into fix_568_topologicalsorterror 2020-06-08 20:16:08 -06:00
Charlie Kindel
51f698d595 fixed 2020-06-08 20:15:48 -06:00
Charlie Kindel
4116625f88 Merge pull request #652 from tig/unit_test_update
Unit test update
2020-06-08 18:25:59 -06:00
Charlie Kindel
24e0c0f1bf fixed culture issue 2020-06-08 18:23:53 -06:00
Charlie Kindel
1d8f44fcc7 Merge pull request #651 from BDisp/dim-pos-test
Changed to comma.
2020-06-08 18:03:55 -06:00
Charlie Kindel
6a2504ec44 Merge branch 'master' into unit_test_update 2020-06-08 18:02:42 -06:00
Charlie Kindel
f8d235a426 enabled posdim tests 2020-06-08 18:02:18 -06:00
Charlie Kindel
01c583f063 updated existing tests with new names; more tests 2020-06-08 18:01:40 -06:00
BDisp
ebda977cd5 Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US"); 2020-06-09 00:16:05 +01:00
BDisp
8f49bbe830 Changed to comma. 2020-06-09 00:11:32 +01:00
Charlie Kindel
cc267ff368 Merge pull request #647 from BDisp/button-unicode
Resolves Button Text Alignment with Unicode chars.
2020-06-08 17:02:51 -06:00
BDisp
86423c52a2 Keep the master's. 2020-06-08 23:52:21 +01:00
Charlie Kindel
157470426c renamed mock to fake after learning the difference 2020-06-08 16:47:17 -06:00
BDisp
e5b777845d Removed System.Net.Sockets. 2020-06-08 23:45:31 +01:00
BDisp
15e38550c5 Fixed a layout bug that preventing the redrawing on Pos and Dim changes. Now the TextAlignment is working well. I move them to the view for a generic uses to others views. 2020-06-08 23:39:31 +01:00
BDisp
b884ea4ce3 Changed as suggest. 2020-06-08 22:05:33 +01:00
Ross Ferguson
62b4a1d0dd Merge branch 'combobox_fixes' of https://github.com/fergusonr/gui.cs into combobox_fixes 2020-06-08 10:06:03 +01:00
Ross Ferguson
6f94a776fd ComboBox: Refactor. Resize Width working 2020-06-08 10:05:16 +01:00
Ross Ferguson
6f7285cfd4 ComboBox supports Dim.Fill() Dim.Percent() 2020-06-08 10:05:12 +01:00
Ross Ferguson
4a3e1d0959 ComboBox. Adopt ListView interface pattern 2020-06-08 10:01:10 +01:00
Ross Ferguson
89e2790a1c ComboBox supports Dim.Fill() Dim.Percent() 2020-06-08 10:01:10 +01:00
Ross Ferguson
025dc40516 ComboBox: Refactor. Resize Width working 2020-06-08 09:55:40 +01:00
Charlie Kindel
36ecedefb3 added View and DimPos tests 2020-06-08 08:46:25 +01:00
Charlie Kindel
30a37ad795 added Responder unit tests 2020-06-08 08:46:24 +01:00
Charlie Kindel
cf6bb2a9ec Update CONTRIBUTING.md 2020-06-08 08:46:24 +01:00
Charlie Kindel
225fe09f0e added readme for unit tests 2020-06-08 08:46:24 +01:00
Charlie Kindel
3fbaacb28a added readme for unit tests 2020-06-08 08:46:23 +01:00
Charlie Kindel
19a993bb8a Update README.md 2020-06-08 08:46:23 +01:00
Charlie Kindel
9d7a1c4ce5 Updated readme with new Github Action Status 2020-06-08 08:46:23 +01:00
Charlie Kindel
80a6acc55b removed warnings 2020-06-08 08:46:23 +01:00
Charlie Kindel
68322ca0d4 disabled travis ci/cd in favor of github actions 2020-06-08 08:46:22 +01:00
Charlie Kindel
407208ce65 first unit tests 2020-06-08 08:46:22 +01:00
Charlie Kindel
181f72e7c8 Enabling GitHub Actions for Unit Tests 2020-06-08 08:46:21 +01:00
Charlie Kindel
fa0c030024 updated rel notes 2020-06-08 08:46:21 +01:00
Charlie Kindel
da0ddd88a6 simplified name 2020-06-08 08:46:20 +01:00
Charlie Kindel
1b8abd1421 RadioGroup event fix 2020-06-08 08:46:20 +01:00
Charlie Kindel
ad278c8a6d fix scrollview characters 2020-06-08 08:46:20 +01:00
Charlie Kindel
2e5f28b70d API docs 2020-06-08 08:46:19 +01:00
Charlie Kindel
83ed0fa472 API docs 2020-06-08 08:46:18 +01:00
Charlie Kindel
157255bc1b enabled better characters 2020-06-08 08:46:17 +01:00
Charlie Kindel
199e3aa113 double spacing 2020-06-08 08:46:04 +01:00
Charlie Kindel
0ed5f0e50d Merge pull request #650 from tig/responder_unit_tests
Added more unit tests. Now up to 22 tests.
2020-06-07 23:59:05 -06:00
Charlie Kindel
ad6ce4cd82 added View and DimPos tests 2020-06-07 23:56:52 -06:00