Commit Graph

44 Commits

Author SHA1 Message Date
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
Miguel de Icaza
fc9029e057 More readme 2018-02-08 22:56:54 -05:00
Miguel de Icaza
561111c46f Update README 2018-02-08 22:52:07 -05:00
Miguel de Icaza
c5325c5527 Some docs updates 2018-02-08 22:41:38 -05:00
Miguel de Icaza
8eb4949cbc Update README.md 2018-01-17 21:12:40 -05:00
Miguel de Icaza
62da6550f9 Update README.md 2018-01-17 16:18:10 -05:00
Miguel de Icaza
df316f2948 Update README.md 2018-01-17 16:17:36 -05:00
Miguel de Icaza
46d9fe1898 Better markdownization 2018-01-17 16:15:29 -05:00
Miguel de Icaza
460d261206 Link screenshot, updated api doc location 2018-01-17 16:15:00 -05:00
Miguel de Icaza
152126473a Make it into a library 2018-01-17 16:02:27 -05:00
Miguel de Icaza
f3f32f6a24 Update docs 2018-01-15 23:17:12 -05:00
Miguel de Icaza
31862b5543 update README 2018-01-07 14:54:30 -05:00
Miguel de Icaza
60823d06dd Add menus 2018-01-05 22:09:15 -05:00