Commit Graph

1206 Commits

Author SHA1 Message Date
Charlie Kindel
e5855731d1 non printable chars 2020-06-10 13:56:53 -06:00
Charlie Kindel
183ae3c0e5 Merge pull request #665 from BDisp/pos-equals
Fixes #657 Pos implement Equals.
2020-06-10 13:32:27 -06:00
BDisp
3d1cb26a7a Change to Assert.Equal 2020-06-10 19:48:39 +01:00
BDisp
fbac5cb860 Fixes #657 Pos implement Equals. 2020-06-10 19:41:16 +01:00
Charlie Kindel
b6b6ebf665 api docs 2020-06-10 02:51:23 -06:00
Charlie Kindel
73ee482ac9 docs 2020-06-10 02:43:22 -06:00
Charlie Kindel
ceafb2db41 disabled word wrap on single line labels 2020-06-10 02:36:01 -06:00
Charlie Kindel
912c926f60 implemented word wrap for labels; fixed messagebox 2020-06-10 02:13:44 -06:00
Charlie Kindel
7d13f8a543 Merge pull request #663 from tig/statusbar_vline
Adds vline to statusbar
2020-06-09 23:15:18 -06:00
Charlie Kindel
41442216c6 Merge pull request #624 from fergusonr/combobox_fixes
ComboBox supports Dim.Fill() Dim.Percent()
2020-06-09 21:24:34 -06:00
Charlie Kindel
523acccb00 fixed mouse test bug 2020-06-09 21:22:40 -06:00
Ross Ferguson
c468d139e5 ComboBox. Fix crash 2020-06-10 03:45:44 +01:00
Ross Ferguson
d7de041275 Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into combobox_fixes 2020-06-10 03:43:18 +01:00
Charlie Kindel
da505a7c3d removed status bar vline change 2020-06-09 20:34:27 -06:00
Charlie Kindel
97efcea254 adds vline to statusbar 2020-06-09 20:31:49 -06:00
Charlie Kindel
9d39c1f187 moved fns 2020-06-09 20:30:18 -06:00
Charlie Kindel
bf35d8c448 Added ConsoleDriver.GetFont and Windows' impl. 2020-06-09 20:19:22 -06:00
Charlie Kindel
b263e077e8 Merge pull request #658 from BDisp/scroll-view-enhancements
ScrollView enhancements.
2020-06-09 19:05:41 -06:00
BDisp
e0e441faba Fixes #659 View.Redraw clipping issue. 2020-06-10 00:40:33 +01:00
Charlie Kindel
7d4094ff29 Merge pull request #660 from BDisp/view-redraw
Fixes #659 View.Redraw clipping issue.
2020-06-09 14:57:32 -06:00
Charlie Kindel
f9821468cc Merge branch 'master' into more_dimpos_tests 2020-06-09 14:51:35 -06:00
Charlie Kindel
d5dd29dbda fixed #504 and updated tests 2020-06-09 14:51:02 -06:00
BDisp
416db4296b Fixes #659 View.Redraw clipping issue. 2020-06-09 21:49:26 +01:00
BDisp
3b793fc8d1 ScrollView enhancements. 2020-06-09 21:35:28 +01:00
Charlie Kindel
a4c7752081 Merge pull request #656 from tig/ui_catalog_frameview_fix
UI Catalog: Switched Window to FrameView
2020-06-09 12:17:26 -06:00
Charlie Kindel
bfcbd3cb0d switched Window to FrameView 2020-06-09 12:04:54 -06:00
Charlie Kindel
5d9ef45c8d Merge pull request #655 from BDisp/button-fixes
Fixed some layout and alignment issues in the Button.
2020-06-09 09:26:35 -06:00
BDisp
48240b6b62 Fixed some layout and alignment issues in the Button. 2020-06-09 13:01:03 +01:00
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