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
miguel
56dea7423e
Add timefield from Jörg Preiß
2019-05-20 21:11:22 -04:00
0xflotus
c8ee13195c
improved Markup and fixed small error ( #185 )
2019-04-29 14:04:49 -04:00
Marc Talbot
8be664ce5d
Spelling ( #183 )
2019-04-29 08:45:45 -04:00
miguel
c4d4b6126d
Update README
2019-04-14 10:25:49 -04:00
David Pendray
df855947c0
Fix dotnet command ( #176 )
2019-04-04 23:27:17 -04:00
Sebastian Göls
866411ce39
Fix typo ( #169 )
2019-03-13 19:10:24 -07:00
Miguel de Icaza
b14ca90a34
Improve sample
2019-02-18 19:52:54 -05:00
Miguel de Icaza
9ae5dc8ca8
Update README.md
2019-02-03 23:34:23 +01:00
Miguel de Icaza
fdd2af5186
Update README.md
2018-07-31 23:40:50 -04:00
miguel
63307db39e
Add release instructions
2018-07-05 22:08:10 -04:00
miguel
21b9fd8112
README
2018-05-10 23:27:43 -04:00
miguel
7a064983cd
Update docs
2018-05-01 22:26:53 -04:00
Miguel de Icaza
852aa95236
Update docs
2018-03-22 11:53:07 -04:00
Miguel de Icaza
470a3fb128
Fix
2018-02-16 23:20:13 -05:00
Miguel de Icaza
e889322ac5
Status report on buidls
2018-02-16 23:18:49 -05:00
Martin Sundhaug
31a5b3dc0e
Fixed typo
...
"c an"=>"can"
2018-02-16 13:02:52 +01:00
Miguel de Icaza
a776341ad6
Add .NET core sample
2018-02-15 23:11:23 -05:00
Miguel de Icaza
008082f93f
Update README.md
2018-02-15 22:54:08 -05:00
Miguel de Icaza
c4e1266326
Mouse support for ListViews; ProgressBar; Fix MainLoop's timers
2018-02-09 22:53:32 -05:00