Commit Graph

116 Commits

Author SHA1 Message Date
Tig
aa209901c5 updated readmes for v2 2024-07-11 16:04:31 -06:00
Tig
6dd349fdf3 Doc improvements 2024-04-12 12:57:41 -06:00
Tigger Kindel
a96c2588d5 Tweaks to api docs 2023-12-03 12:16:46 -07:00
Tig Kindel
ab5848902a new docfx! 2023-12-02 19:09:37 -07:00
Tig Kindel
faff1ecdc0 updated readme with v2 info 2023-10-13 23:58:49 -06:00
Tig Kindel
af7466efa2 updated xunit 2023-10-13 23:58:49 -06:00
Tigger Kindel
f3979b23ff Get readme.md from develop 2023-07-25 09:16:09 -06:00
Tigger Kindel
f0e8f5b248 Updated readme. changing readme no longer causes dotnet-core.yml to build 2023-07-25 09:13:14 -06:00
Tig
574ed8fec7 Fixes #2469 - Revamp file structure and namespace (#2471)
* initial commit

* All tests pass

* Updated readme

* Revert "All tests pass"

This reverts commit 94ac462350.

* Revert "initial commit"

This reverts commit 36d92cc4e5.

* Moved Terminal.Gui files around

* Nuked .Graphs namespace

* Nuked .Graphs namespace

* Nuked .Trees namespace

* Nuked .Configuration namespace

* Nuked .Configuration namespace

* All tests pass

* tweaked tests

* removed unneeded usings

* re-enabled scrollview tests

* move scrollview test to ScrollViewTests

* Moved view navigation related tests to separate cs file

* Moved view scrollbarview related tests ScrollBarTestse

* Refactored View tests into smaller files

* Refactored driver tests

* Fixed a ton of BUGBUGs
2023-04-06 10:09:21 -06:00
Tigger Kindel
96907ab3c1 Some merges from develop 2023-04-06 10:02:49 -06:00
BDisp
846494ea7c Resolving merge conflicts. 2023-03-17 11:24:53 +00:00
Tig
c94f9165f4 Makes UI Catalog Scenarios use Theme and top-level color scheme (#2401)
* lots of clean up

* scenarios now get themes from uicatalog
2023-03-16 07:50:09 -06:00
tznind
3bec36ac47 Change Action to EventHandler for more events 2023-03-12 02:10:22 +00:00
Tig
63fc9662c9 Tweaked readme; testing PRs (#2394) 2023-03-03 08:39:20 -07:00
Tig
9425b2a720 Fixes #2181 - (Really) Adds configuration manager (#2365) 2023-02-21 00:34:18 +13:00
Charlie Kindel
9c74f99d56 Release v1.9.0 2023-01-04 17:23:34 -07:00
Charlie Kindel
bf9d88de9a Changed Example to use Run<T> because we need more examples of this 2022-11-05 15:30:42 -06:00
Thomas Nind
6e8192f56a Update README.md
Update path to image
2022-10-20 16:23:56 +01:00
Thomas Nind
7c05a31d05 Update README.md
update image path and add caption
2022-10-20 16:22:30 +01:00
tznind
121d0a0cc8 Update 'Sample Usage' README.md section 2022-10-20 16:18:29 +01:00
Charlie Kindel
43c47b5c22 Added templates to readme 2022-10-17 14:06:38 -06:00
Charlie Kindel
503e1e8e22 fixes link to OCGV 2022-10-14 12:54:52 -06:00
Charlie Kindel
b811e33e34 readme tweaks 2022-10-14 12:51:12 -06:00
Charlie Kindel
1a2387997c Removed ancient StandaloneExample 2022-10-14 12:47:25 -06:00
Charlie Kindel
371147d691 Deleted demo.cs; changed to Example.cs from README 2022-10-14 12:45:58 -06:00
Tig Kindel
cbb7b9fe64 Fixes #1991 - Broken link in README (#2021) 2022-09-16 07:24:59 -07:00
Tig Kindel
9f0cedbf6f Fix sample gif again 2022-07-28 11:28:15 -07:00
Tig Kindel
0283344fa6 Update README.md 2022-07-28 11:25:33 -07:00
Tig Kindel
885a08e1ee Fixed sample gif 2022-07-28 11:24:38 -07:00
Tig Kindel
7e2e7b9d2d Updates v1.7 docs (#1919)
* updated readmes

* Updated doc visual style & regenerated

* updated relnotes
2022-07-28 06:31:26 -07:00
Tig Kindel
61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900)
* Release v1.3.0

* regen docs

* change nuget publish script to use rohit version

* Release v1.3.1

* Force fix README.md API docs links

* tweak contrib instructions

* more doc fixes

* updated most urls
2022-07-26 12:09:03 -07:00
Tig Kindel
485f575d4d Fixes #1894. Howto contribute with gitflow branching (#1899) 2022-07-26 09:56:07 -07:00
Tig Kindel
7b93f443fe Fixes readme links to API docs 2022-07-25 18:34:03 -04:00
Tig Kindel
0dcbdb847c Tweaked API docs format and content. Fixed build warnings. 2022-07-23 15:59:52 -06:00
Tig Kindel
fc9e84a429 Updated docs; regeneraged docs (#1881) 2022-07-22 17:07:29 -07:00
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