Commit Graph

2650 Commits

Author SHA1 Message Date
Charlie Kindel
85ee07646e Merge branch 'dialog_justify_buttons' into wizard 2022-06-11 03:25:25 -07:00
Charlie Kindel
2d0a4aab2d Merge branch 'main' into dialog_justify_buttons 2022-06-11 03:25:17 -07:00
BDisp
c867d32a13 Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default. (#1779)
* Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight property as false by default.

* Fixed some more bugs and added support for UseKeysUpDownAsKeysLeftRight on the demo file.
2022-06-11 03:24:46 -07:00
Charlie Kindel
bd824efde3 Merge branch 'main' into dialog_justify_buttons 2022-06-11 03:23:45 -07:00
Charlie Kindel
e10e934a46 Merge branch 'main' into wizard 2022-06-11 03:20:59 -07:00
BDisp
d16f0f607f Fixes some console buffer size issue on resizing reported in #1768. (#1784) 2022-06-11 03:18:33 -07:00
Thomas Nind
21210d62db Fixed TableView always showing selected cell(s) even when not focused (#1776)
* Fixed TableView always showing selected cell(s) even when not focused

* Changed CsvEditor label to a text field to show focus changing and allow manually entering a cell

* Fixed TableView_ColorsTest_ColorGetter and improved Exception when wrong colors are used

* Added full focused/not test suite for TableView
2022-06-11 03:14:05 -07:00
Charlie Kindel
8a91637381 Merge branch 'dialog_justify_buttons' into wizard 2022-06-11 03:06:38 -07:00
Charlie Kindel
fa94eebbe5 Fixed Dialogs scenario crash re: Parse v TryParse 2022-06-11 03:04:19 -07:00
Charlie Kindel
2931e01cee fixed test that broke by adjusting dialog button alignment 2022-06-11 02:59:22 -07:00
Charlie Kindel
1febaa96f7 fixed test that broke by adjusting dialog button alignment 2022-06-11 02:58:48 -07:00
Charlie Kindel
2c5a66574b wip 2022-06-11 02:55:17 -07:00
Charlie Kindel
9b7fe51572 Merge branch 'dialog_justify_buttons' into wizard 2022-06-11 02:44:25 -07:00
Charlie Kindel
86a4507573 more tests 2022-06-11 02:44:09 -07:00
Charlie Kindel
bb615fd228 Tests 2022-06-11 01:59:58 -07:00
Charlie Kindel
8a9fcf3f46 Merge branch 'dialog_justify_buttons' into wizard 2022-06-10 21:57:03 -07:00
Charlie Kindel
3f54ea76a1 Added tests for wide chars 2022-06-10 21:52:34 -07:00
Charlie Kindel
4a330bc36b Work in progress 2022-06-10 12:19:12 -07:00
Charlie Kindel
abbe2f6b8c Merge branch 'dialog_justify_buttons' into wizard 2022-06-10 12:13:29 -07:00
Charlie Kindel
557bee4227 Added missing API doc 2022-06-10 12:11:31 -07:00
Charlie Kindel
35650bdeab Fixes #1777 - Dialog button justification. Adds unit tests 2022-06-10 12:05:15 -07:00
BDisp
aff0210900 Fixes #1772. Avoids WindowsDriver flickering when resizing. (#1778) 2022-06-10 09:09:28 -07:00
Charlie Kindel
a727523954 Initial commit for Wizard 2022-06-09 16:54:16 -07:00
BDisp
b33b658f5b Fixes #1769. Supports a minimum view size for non-automatic size views. (#1771)
* Fixes #1769. Supports a minimum view size for non-automatic size views.

* Only sets the minimum view size if it has text for non-autosize views.

* Added Dim unit tests for views with text.
2022-06-08 13:05:34 -07:00
Freddie Mercurial (Jessica M.)
68b40a93f1 Exposes APIs to support upcoming Web console feature (#1770)
* Implementations to allow a WebConsole feature

* Preventing application hanging on the RunLoop.

* Implementations to allow a WebConsole feature

* Preventing application hanging on the RunLoop.

* Making WantContinuousButtonPressedView public.

* Added TimeoutAdded event.

* Fixes unit test for WantContinuousButtonPressedView.

* Changes as requested resolved.

Co-authored-by: BDisp <bd.bdisp@gmail.com>
2022-06-08 13:05:06 -07:00
BDisp
49207e6ce5 Fixes #1743. Scrolling is much faster now. (#1765) 2022-06-02 14:39:12 -07:00
Thomas Nind
0e9811c52a TableView unicode scenario usability (#1762)
- Add additional unicode ranges from CharacterMap
- Format the unicode symbol number with 0x prefix
2022-06-01 13:41:12 -07:00
BDisp
67ab11044a Fixes #1763. Allowing read console inputs before idle handlers. (#1764)
* Fixes #1763. Allowing read console inputs before idle handlers.

* Locking FakeConsole.MockKeyPresses after the Application.Init.

* Adding scenario checking failed for iterations.
2022-06-01 13:38:03 -07:00
Thomas Nind
13af2b1662 Support for flexible column widths in TableView (#1760)
* Support for flexible column widths in TableView

* Fixed not respecting min width of MinAcceptableWidth an added UICatalog support

* Added menu options for SmoothHorizontalScrolling and setting all MinAcceptableWidth to 1

* spelling fix
2022-06-01 13:33:20 -07:00
Tig Kindel
5b4716bef9 Merge pull request #1761 from tznind/table-char-map
Added unicode testing code to TableEditor
2022-05-30 15:58:09 -07:00
Thomas Nind
ee2336783c Added unicode testing code to TableEditor 2022-05-30 11:46:28 +01:00
Tig Kindel
d908d42edf Merge pull request #1757 from tig/Release_v1_6_4
Release v1.6.4
v1.6.4
2022-05-28 15:54:08 -07:00
Charlie Kindel
4763313d1f Changed StandaloneExample to use latest nuget version (*) 2022-05-29 10:30:41 +12:00
Charlie Kindel
07ce68cd0f Updated version numbers 2022-05-29 10:18:16 +12:00
James A Sutherland
efb654e6d9 Fixes #1750. Erroneous suppression of Button Text updates. (#1752)
* - Fix upstream issue 1750
- Unexplained breakage in odd test "Update_Only_On_Or_After_Initialize"

* Add workaround in Button.cs for erroneous text width caching in TextFormatter

* - Revert earlier attempted workaround for update issue

* Fix TextFormatter erroneous width caching issue when new runecount matched previous width in columns, add regression test, revert temporary workaround from Button.cs

* Add new unit test Update_Parameterless_Only_On_Or_After_Initialize
2022-05-28 15:11:24 -07:00
Charlie Kindel
82eff23ea0 Merge branch 'main' of tig:migueldeicaza/gui.cs 2022-05-29 09:32:28 +12:00
Thomas Nind
d68a2e8b8c Add horizontal scroll idicators to TableView (#1756)
* Add horizontal scroll idicators to TableView

* Made horizontal scroll indicators clickable

* Added setting ShowHorizontalScrollIndicators defaulting to true
2022-05-28 14:27:08 -07:00
Thomas Nind
286fec7990 Explicitly dispose old TreeView instances in UICatalog scenario (#1749)
Fixes #1742
2022-05-28 14:05:50 -07:00
Charlie Kindel
63d50ccf68 Minor .csproj tweak v1.6.3 2022-05-27 14:47:46 +12:00
Tig Kindel
2971fc9134 Fixes #769. Include PDB symbols on Nuget (#1747)
* trying to get nuget symbols to work

* fixed nuget sybmols?
2022-05-26 19:33:31 -07:00
Tig Kindel
cea859099b Remove verbose 2022-05-26 19:27:47 -07:00
Tig Kindel
b6eeb63216 Fixes missing symbols v1.6.2 2022-05-26 16:46:09 -07:00
Tig Kindel
a95e06c15d Fixes #1741. Use gitversion instead of minver (#1746) v1.6.1 2022-05-26 16:36:50 -07:00
Tig Kindel
cc04bb37f5 Release v1.6.0 (#1722)
* Change log for Release v1.6.0

* Regenerated API docs for v1.6.0

* Merged #1724

* Relnotes update

* Fixed minor issues in readme

* Updated changelog

* New sample.gif for README.md

* Ignore demo artifacts
v1.6.0
2022-05-26 13:50:17 -07:00
Tig Kindel
dd48651da3 Fixes #1693 (Charmap wide runes) by upgrading to Nstack.core 0.17 (#1718)
* Fixes #1693 (Charmap wide runes) by upgrading to Nstack.core 0.17

* Upgraded Example to NStack.Core 0.17
2022-05-26 13:16:25 -07:00
Tig Kindel
bf99d724db Makes it easier to use a local NStack.Core package (#1740)
* Removed defunct packages.config

* Enable local nstack
2022-05-25 19:25:19 -07:00
Thomas Nind
e66e8dc08a Fix thin tabview (#1737) 2022-05-20 22:25:01 -07:00
Tig Kindel
7ed5f5b2b2 Merge pull request #1735 from migueldeicaza/dependabot/nuget/ReportGenerator-5.1.9
Bump ReportGenerator from 5.1.7 to 5.1.9
2022-05-19 13:59:33 -07:00
Tig Kindel
58867667f9 Merge pull request #1734 from BDisp/view-clear-addrune-addstr
Reverts Clear method to use AddRune instead of AddStr.
2022-05-19 13:58:58 -07:00
Tig Kindel
2f131c39cb Merge pull request #1733 from BDisp/allviewstester-toplevel-issue
Fixes #1732. Toplevel shouldn't clear the buffer.
2022-05-19 13:56:51 -07:00