Results 5 comments of Vitalij Mast

I looked into the ncurses library. They provide for true color support the methods init_color and init_extended_color. However this methods are used to define indexed rgb values which in turn...

I can confirm this. If i run the `Terminal.Gui.Core.MainLoopTests.AddTimer_Duplicate_Keys_Not_Allowed` multiple times several exceptions pop ups. ```c# Duration:

I have one more test which fails: `Terminal.Gui.Views.DateFieldTests.KeyBindings_Command` My system language is set to german; i think something like this should fix it. ```c# public DateFieldTests () { CultureInfo.CurrentCulture =...

I merged this PR on the latest devel branch. The ` WindowsDriver` and `NetDriver` is feature complete however should be performance tested. Attached an image of the *True Colors* ui...

Currently i implemented this ValueConversion interface with the support of custom attributes and reflection. Maybe the following code can be adopted in the next release. FieldConverterAttribute constructor prototype (maybe there...