Commit Graph

81 Commits

Author SHA1 Message Date
Tig Kindel
99890b18dc Fixes Wizard cancel logic and updates docs (#1878)
* Fixed cancel logic. Title now shows for non-modal.

* trying to fix docs

* trying to fix docs
2022-07-21 15:41:05 -07:00
Thomas Nind
b5cf92d5df Update docs with keybindings, global key event and designer (#1869)
* Added docs on keybinding and global key event

* Added TerminalGuiDesigner to showcases/examples
2022-07-21 05:59:34 -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
2022-05-26 13:50:17 -07:00
Jocelyn NATALI
09b8ce64da Add ColorPicker Control. (#1668)
* Add ColorPicker Control.

* Add default colors.

* Author name comment removed.

* Scenario renamed.

* Format source code.

* Add commands and KeyBindings.

* ColorPicker comments updated.

* Doc updated.

* Fix relative Layout.

* Add new constructor, with title only.

* Delete one inused line.

* Scenario renammed.

* Doc updated.
2022-05-14 15:35:00 -07:00
Thomas Nind
0fbb2bc81a Added calls to Application.Shutdown () into docs 2022-04-30 19:58:46 +01:00
Charlie Kindel
615bf80657 v1.5.0 API Doc Refresh 2022-04-17 16:34:51 -07:00
Thomas Nind
40f11ecf63 Fixes #1588 - Documentation for keybinding (#1595) 2022-02-18 07:28:11 -08:00
Reilly Wood
0907f7da54 Fix link to MainLoop docs in README.md (#1491)
Link was broken with a 404.
2021-10-25 12:43:10 -07:00
Igor Bagdamyan
b418a0099f Added PoshRedisViewer to the list of Showcases/Examples (#1476)
* Added PoshRedisViewer to the list of Showcases/Examples

* updated repository link
2021-10-05 09:18:28 -07:00
Thomas Nind
2454dc9679 Disabled MinVer when building in Debug (#1378) 2021-07-21 09:05:13 -07:00
Charlie Kindel
642e18efa8 Final v1 tweaks (#1262)
* tweaked version # for v1.0.0-beta.10

* tweaked version # for v1.0.0-beta.11

* Updated readme and revision history for 1.0

* adjusting publish workflow

* adjusting publish workflow2

* adjusting publish workflow 3

* adjusting publish workflow 4

* adjusting publish workflow 5

* final fix to yaml

* Updated relnotes for v1.0.0-rc.9

* rel notes for v1.0.0-rc.10

* relnotes for v1.0.0-rc.11

* relnotes for v1.0.0-rc.12

* v1.0.0-rc.13

* merge

* fixed graphview api doc link
2021-04-28 15:39:21 -07:00
Charlie Kindel
19b438ca74 Version 1.0 (#1227)
* tweaked version # for v1.0.0-beta.10

* tweaked version # for v1.0.0-beta.11

* Updated readme and revision history for 1.0

* tweaked rel notes

* Regenerated docs for v1.0.0.0

* updating build docs

* updating docs

* updated readme

* updated readme

* more docs

* more docs

* Refactored for clarity

* tweaks

* updated info on versioning

* merged with main. updated relnotes

* updated api docs

* updated README to point to new docs

* adjusting publish workflow

* adjusting publish workflow2

* adjusting publish workflow 3

* adjusting publish workflow 4

* adjusting publish workflow 5

* final fix to yaml

* code coverage docs

* regenerated api docs

* Updated relnotes for v1.0.0-rc.9

* fixed spelling and grammar

* rel notes for v1.0.0-rc.10

* relnotes for v1.0.0-rc.11

* relnotes for v1.0.0-rc.12

* v1.0.0-rc.13

* relnotes, readme, api doc regen

* updated sample.gif
2021-04-28 09:09:51 -07:00
Charlie Kindel
7f27d78cc7 Release Candiate 2 (#1248)
* tweaked version # for v1.0.0-beta.10

* tweaked version # for v1.0.0-beta.11

* Updated readme and revision history for 1.0

* tweaked rel notes

* Regenerated docs for v1.0.0.0

* updating build docs

* updating docs

* updated readme

* updated readme

* more docs

* more docs

* Refactored for clarity

* tweaks

* updated info on versioning

* merged with main. updated relnotes

* updated api docs

* updated README to point to new docs

* merged from future v1.0.0 branch

* regen apidocs

* add code coverage badge generation to publish

* add code coverage badge generation to publish

* tweaked badge
2021-04-26 09:31:37 -07:00
Charlie Kindel
b29240f362 Code coverage (#1235)
* tweaked version # for v1.0.0-beta.10

* tweaked version # for v1.0.0-beta.11

* Updated readme and revision history for 1.0

* excluding test results

* Added support for viewing code coverage results with Fine Code Coverage

* add generating CC to CI/CD

* refactored unit test namespaces

* more refactoring. commented out failing test.

* Removed UnitTests and UICatalog from code coverage reporting

* made Application and test more deterministic

* disabled Multi_Thread_Toplevels because it is currently broken and don't understand why

* updated threading test per @bdisp

* testing cc badge stuff

* another test

* using coverlet.settings

* trying copy

* trying cp. duh.

* trying mv.

* wrong path

* print

* chaging badge output for testing

* yaml error

* fixed code coverage

* moved dimtests to core
2021-04-25 10:18:31 -07:00
sigaloid
35f9aaeb00 Fix links (#1191)
currently broken, this fixes the links
2021-04-13 13:44:01 -07:00
Dag König
f1fa8256de fix: sample in readme so it compiles (#1162) 2021-04-01 09:13:51 -07:00
Charlie Kindel
4da9ad0e89 Fix 1130 broken links (#1131)
* fixed table & treeview docs

* regen docs

* relnote
2021-03-09 12:36:37 -07:00
Charlie Kindel
c16f882d99 Test v1.0.0 beta (#1126)
* removed step in codeql-build per build annoations

* updated relnotes ver #

* updated readmes

* updated rel notes to match new tag as test
2021-03-08 18:47:29 -07:00
Charlie Kindel
0f91ffe43d updated readme to list treeview and tableview 2021-03-08 09:52:11 -07:00
jay8ee
43d373543a Update README.md
Should be 'dotnet add package' not 'dotnet package add'
2021-02-09 14:21:55 +00:00
Trevor Sullivan
ea834b8e0e Add copyable instructions for .NET Core users
Adding a simple copy/paste command to install Terminal.Gui into .NET Core projects
2021-01-18 13:19:08 -07:00
Charlie Kindel
cb4091108d removed deb file 2020-10-22 09:50:22 -06:00
Charlie Kindel
dc0397641c readme updates 2020-10-22 09:27:07 -06:00
Charlie Kindel
dd92a07fb0 updated readmes; bumped nuget version 2020-10-01 09:23:38 -07:00
Artyom
7b199e8379 Add documentation 2020-10-01 12:45:38 +03:00
Charlie Kindel
cef0ecc8bb merged master and updated readme release notes 2020-09-09 12:38:31 -07:00
Gerasimos (Makis) Maropoulos
83047b4232 various misspell fixes 2020-08-08 21:14:15 +03:00
Charlie Kindel
f7e45e8dea Update README.md 2020-06-18 07:35:08 -07:00
Charlie Kindel
71a9a38745 Update README.md 2020-06-07 22:10:53 -06:00
Charlie Kindel
5e49705e2e Updated readme with new Github Action Status 2020-06-07 22:09:05 -06:00
Charlie Kindel
46e5fdac84 updated relnotes, regenerated ddocs, inheritdoc tool now runs only on RELEASE builds 2020-06-06 23:34:01 -06:00
Miguel de Icaza
55b17d9fcc Update README.md 2020-06-03 11:31:53 -04:00
Charlie Kindel
bb6cd20b3b tabs 2020-05-28 06:34:11 -06:00
Charlie Kindel
010eb3dc14 more docs 2020-05-28 06:33:16 -06:00
Charlie Kindel
6144c9da66 added contribution guidelines, project layout docs, etc... 2020-05-28 06:08:49 -06:00
Jesper
2fa1218fa2 Fixed typo
"doetnet" to "dotnet"
2020-05-25 22:49:21 +02:00
Charlie Kindel
174ecb9634 update readme to match new doc links 2020-05-23 20:35:13 -06:00
Charlie Kindel
78cd1bbd1e updated docs further, added UICatalog API, clean up 2020-05-23 19:39:15 -06:00
Charlie Kindel
6ea2d4c6dc minor edits 2020-05-21 22:06:15 -06:00
Charlie Kindel
3ba59a8077 minor edits 2020-05-21 22:03:48 -06:00
Charlie Kindel
38b68ff946 gif 2020-05-21 22:02:00 -06:00
Charlie Kindel
d07d00006c minor typo 2020-05-20 15:38:23 -06:00
Charlie Kindel
b21e182e70 updated README 2020-05-20 15:28:30 -06:00
Charlie Kindel
3d984fae1a updated README 2020-05-20 15:23:21 -06:00
Miguel de Icaza
22f027980a Update README.md 2020-04-14 22:05:48 -04:00
miguel
6c8917dd30 Revert Daniel's change 00c5997daa as it prevents the solution from building on Mac 2019-11-26 20:46:04 -05:00
Daniel Cazzulino
00c5997daa Unify projects in SDK-style and PackageReference (#54)
* Unify projects in SDK-style and PackageReference

* Add a note on the known issue about dlls not being copied

* Bump CI to a more recent stable version of Mono

This adds support for .net472, the first version of .NET
with full support for netstandard2.0
2019-10-25 16:43:04 -04:00
miguel
3097f346d3 Update 2019-09-03 23:47:29 -04:00
Daniel Cazzulino
90ce395484 Add Application.Run<T> entry point (#247)
In more "modern" app programming models (such as WPF/UWP/XF), the "app" is a
derived class that contains the UI building behavior and is the entry point.

Typically in the constructor of such a class, you'd build the main UI, menus,
etc. In the context of gui.cs, that would mean the `Main` method would typically
be:

```
Application.Init();
Application.Run(new App());
```

In order to make the code flow consistent with the existing behavior, the existing
`Init` implementation was moved to a private method that now receives a `Func<TopLevel>`
to create the top level view upon initialization. The existing behavior is unchanged
since the new `Init` just invokes the previous `TopLevel.Create` as before.

The new `Run<T>` allows the `Main` method to simply be:

```
Application.Run<App>();
```

NOTE: this was added since doing `Application.Run(new App());` failed in the
`Window`-derived class when trying to access the static `Colors` since those were
initialized as part of `Init` and creating the `App` class was too early, preventing
this slightly simpler model.
2019-09-03 23:14:27 -04:00
Daniel Cazzulino
3331f028d8 Update README.md (#242)
Add fancy badges :)
2019-08-06 15:56:58 -04:00