Commit Graph

117 Commits

Author SHA1 Message Date
Charlie Kindel
fddfcf8802 Charlie's Mondo Patch (#600)
This PR includes:

#586 - Fixed Clipping
#587 - LayoutComplete
#591 - Sys Console Scenario
#590 - Significantly improves MessageBox, Dialog, Frame drawning and more
See the PRs above for all the details.

Here are the issues this closes:

Closes #299 - MessageBox now auto sizes
Closes #557 - MessageBoxes on small screens
Closes #432 - MessageBox does not deal with long text; width/height params are goofy
Closes #521 - MessageBox should take ustrings (BREAKING CHANGE)
Closes #35 - Dialog should have 1 char padding around edges
Closes #570 - Dialog should use computed layout for buttons
Closes #470 - UI Catalog: Add Dialogs Scenario
Closes #569 - LayoutComplete event
Plus probably more.
2020-06-03 11:33:06 -04:00
BDisp
d8e1577594 Added shift keys status on the UICatalog StatusBar. 2020-06-01 01:45:29 +01:00
BDisp
4234d9b614 Resolved some changes requested. 2020-05-31 23:59:31 +01:00
Charlie Kindel
1024f073b2 Fixing many clipping issues (#580)
* almost got clip rect working

* fixes many bugs related to clipping incl #399

* Merge tweaks.
2020-05-29 17:41:49 -06:00
Charlie Kindel
bd999a4823 fixed dumb bug (#576)
fixed dumb bug in MessageBoxes scenario
2020-05-28 16:45:19 -06:00
Charlie Kindel
7c911ca830 Fix #522 - Last view of FrameView not drawn (#575)
* PoC

* PoC progress

* progress

* Fixed #522 - updated sample

* reverted untested PR

* reverted untested PR

* backed out more PRs that weren't ready
2020-05-28 16:29:35 -06:00
Charlie Kindel
5236a4913e minor scenario tweaks 2020-05-28 14:46:39 -06:00
Charlie Kindel
8980a6c516 sorted scenarios and cateogries 2020-05-28 14:39:20 -06:00
Charlie Kindel
abe7f25f29 Revamped messagebox scenario 2020-05-28 10:46:41 -06:00
Charlie Kindel
a3abb9f99c oops 2020-05-27 20:27:00 -06:00
Charlie Kindel
1a7df1f8f1 Merge pull request #561 from tig/unicode
renamed Unicode in Menu scenario to Unicode and expanded scope
2020-05-27 16:45:00 -06:00
Charlie Kindel
22d423d34e renamed to Unicode and expanded scope 2020-05-27 16:33:54 -06:00
Charlie Kindel
7e0d2f9589 Merge pull request #556 from BDisp/ui-toplevel-no-window-bug
Fixes #437. Must explicit that is the current Top.
2020-05-27 14:17:28 -06:00
BDisp
6d99e3195c Applying as suggested. 2020-05-27 18:52:34 +01:00
Charlie Kindel
353baf7dc2 Merge pull request #553 from BDisp/driver-shutdown
Fixes #515, #518 and #536.
2020-05-27 11:39:42 -06:00
BDisp
0181bec78d Fixes #437. Must explicit that is the current Top. 2020-05-27 18:33:08 +01:00
BDisp
d629d5b51b Fixes #515, #518 and #536. 2020-05-27 15:59:28 +01:00
Charlie Kindel
fe340deed8 final fixes 2020-05-26 23:08:01 -06:00
Charlie Kindel
9b53ff1eb4 Merge branch 'master' into drawwindowframe 2020-05-26 22:34:43 -06:00
Charlie Kindel
fe624dcbd5 new 'DrawFrame' impl 2020-05-26 22:33:27 -06:00
Charlie Kindel
1e813a213a rule 2020-05-26 08:09:43 -06:00
Charlie Kindel
b4023a0f66 Merge pull request #545 from BDisp/ui-mouse
Added a ListView. This help a lot to mouse debug.
2020-05-25 12:52:03 -06:00
Charlie Kindel
fc765d65f9 Merge pull request #540 from tig/progress_invoke_fix
Expanded Progress demo
2020-05-25 12:50:55 -06:00
Charlie Kindel
fc1ed282a3 updated to really show stuff off 2020-05-25 12:40:46 -06:00
BDisp
9e9b5a7522 This help a lot to mouse debug. 2020-05-25 19:30:55 +01:00
BDisp
45a415b8ad Switch to KeyDownHandler for faster. 2020-05-25 19:21:44 +01:00
BDisp
eab643024d Removed Application as UICatalog already handles it. Added two labels and change list views color. 2020-05-25 16:19:41 +01:00
Charlie Kindel
9a3812da43 stopped using GetEnumerator() 2020-05-24 19:54:38 -06:00
Charlie Kindel
ba0e74207f removed un-needed IDispose 2020-05-24 19:38:38 -06:00
Charlie Kindel
14958b4fa3 fixed minor bug 2020-05-24 19:31:45 -06:00
Charlie Kindel
fd2feb15fa Merge branch 'master' into progress_invoke_fix 2020-05-24 19:18:45 -06:00
Charlie Kindel
06383a4742 added two demos 2020-05-24 19:18:28 -06:00
Charlie Kindel
bf83386dc3 Merge pull request #539 from BDisp/ui-scenario-threading
Added Threading.cs file in the UI-Scenario.
2020-05-24 19:18:10 -06:00
BDisp
12fecfbed5 Added Threading.cs file in the UI-Scenario. 2020-05-25 01:43:13 +01:00
Charlie Kindel
61c86d9c2a forgot to delete Program.cs after rename 2020-05-23 23:23:37 -06:00
Charlie Kindel
119f922e4b demos text-based controls to show TAB behavior 2020-05-23 21:48:20 -06:00
Charlie Kindel
f3bfa47c38 Merge branch 'master' into docs 2020-05-23 19:46:12 -06:00
Charlie Kindel
f4b26fa245 Merge pull request #524 from BDisp/date-time-field-read-only
Patch to bypass a wrong invalid date with DateTime.
2020-05-23 19:40:24 -06:00
Charlie Kindel
78cd1bbd1e updated docs further, added UICatalog API, clean up 2020-05-23 19:39:15 -06:00
Charlie Kindel
b2fc685622 Merge branch 'uicatalog_tweaks' into docs 2020-05-23 18:44:55 -06:00
BDisp
fba59f6084 Patch to bypass a wrong invalid date with DateTime. 2020-05-24 00:44:55 +01:00
Charlie Kindel
ccfcb38ede Merge pull request #513 from BDisp/text-alignment
Fixes Label text alignment.
2020-05-23 17:32:46 -06:00
Charlie Kindel
09920e0b9b Tons of Scenario fixes 2020-05-23 17:27:52 -06:00
Charlie Kindel
8460642921 removed comment about bug 2020-05-23 14:08:01 -06:00
Charlie Kindel
ea2b973fd6 Sorted catagories, renamed ListAndCombos, tweaked Progress UI 2020-05-23 13:53:56 -06:00
Charlie Kindel
e3e7c29014 Merge pull request #414 from fergusonr/feature/TextFieldAutoComplete
Feature/ComboBox
2020-05-23 13:40:29 -06:00
BDisp
ea0a2580ed Fixes #409 - Invoke does not cause Wakeup #501. 2020-05-23 20:03:17 +01:00
BDisp
771bc93141 Fixes Label text alignment. 2020-05-23 14:14:31 +01:00
Ross Ferguson
bc51486236 List narrower than the edit when in Window
Add XML comments
2020-05-23 09:07:08 +01:00
Ross Ferguson
e84eb78150 Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into feature/TextFieldAutoComplete 2020-05-23 07:57:37 +01:00