Skip to content

Tags: nangs/Unity-WinForms

Tags

11

Toggle 11's commit message
moved area series icon slightly lower;

10

Toggle 10's commit message
added Color property for Image class (default: White), so GDI can use…

… it for painting. Perfect solution to paint something like BackgroundImage;

fixed some bugs in ComboBox control and added some more missing features;
fixed ScrollBar behavior for handling input keys, now it's just handing over KeyArgs to it's parent as it should be intended;

9

Toggle 9's commit message
fixed highchart.ValueAtX(..) exception

8

Toggle 8's commit message
FileDialog changes:

added InitialDirectory property;
added possibility to change disk (C:/, D:/, E:/ and etc) from textBox;
fixed NullReferenceException when button 'Up' was pressed while in the top folder.

7

Toggle 7's commit message
added treeNode.ToolTipText;

added treeView.NodeMouseHover

6

Toggle 6's commit message
fixed shadow in FileDialog & ProgressBar will not update if not needed.

5

Toggle 5's commit message
inspector update, removing more stuff, added FormBorderStyle property,

4

Toggle 4's commit message
- fixed wrong texture for ColorPicker (BrightnessSaturationPicker con…

…trol);

- removed callbacks from NumericUpDown;

3

Toggle 3's commit message
replaced FileDialog.ShowDialog() logic to Shown event

2

Toggle 2's commit message
Issue Meragon#3 fixed