mrj001

Results 6 issues of mrj001

See opentk/LearnOpenTK#57. Since ContextFlags.Default does not work on MacOS, consider changing the default value to 2 from 0.

4.x

Please consider adding the line "*.swp" to the default .gitignore template. It ignores vim swap files.

triaged
area: template-content
impeded

In Visual Studio for Mac, the tooltip when hovering over a call to MessageDialog.Run shows this: ![GtkSharp Doc Issue](https://user-images.githubusercontent.com/62225294/124804997-29e4c600-df18-11eb-868a-0f8d13036091.png) In the top line, it shows "int" as the return value....

**Describe the bug** When adding rows to a DataGrid, indices of existing rows may change. However, the Index property is not firing a PropertyChanged event. **To Reproduce** Add a new...

bug

Using the following XAML to define a main window: ``` ``` Click in the editable area of the FAComboBox. Type some text ( eg. "Pi"). Click in the TextBox (or...

bug

Controls such as NumericUpDown, AutoCompleteBox, CalendarDatePicker and TextBox implement a Watermark property. However, the ComboBox implements a PlaceholderText property instead. The TextBox.Watermark property documentation offers no explanatory text. There is...

api
breaking-change