Tig
Tig
See this example program: ``` using System; using System.Drawing; using System.Runtime.InteropServices; namespace DrawTest { class Program { const string fontFamily = "Source Code Pro"; const float fontSize = 10; const...
I need to fix some issues in `litehtml`. My project is C#-based using `litehtmlsharp` and being able to build/test/debug in C++ will make the work in `litehml` easier (I believe)....
Is it possible. If you tell me it is, I may issue a pull request :-)
I love that TGD demonstrates some cool UI flair, like the 3D button effect... some project should be pushing the envelope there. However, I don't think TGD should be that...
* `Ctrl-F7` - `Delete items from Command History` * `Alt-F7` - `Delete items from Global (PSReadline) Command History` (replaces pre-defined PSReadLine Alt-F7 - ClearHistory handler) When invoked this way, OCGV...
## Fixes - Fixes #3561 - Fixes #3570 - Fixes TextView the same way - `OnAccept/Accept` now use `HandledEventArgs` instead of `CancelEventArgs` ## Proposed Changes/Todos - [x] Fix ## Pull...
I mis-named this. I originally thought it was just for representing the property that represented the primary state of a View, but that's way to restrictive. This class is useful...
## Fixes - Fixes #3522 ## Proposed Changes/Todos - [x] Define interface - [x] Fix `Slider` - [x] Fix `RadioGroup` - [x] Fix `ListView` - [x] Fix `MenuBar` - [x]...
This test shows that `TextField` is preventing ENTER from invoking Accept on the default button. ```cs [Fact] public void Enter_Prevents_Default_Button_Accept () { var superView = new Window (); var tf...