Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « VisualStyles « System.Windows.Forms.Theming « System.Windows.Forms « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01f025a0c0129d5040971a1457aa5fc84ecc1ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
2010-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* TabControlPainter.cs: Use TabControl.Font to draw instead of
	TabPage.Font values.
	Fixes bits of #551032.

2010-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* TabControlPainter.cs: When drawing the contents of our tabs use 
	TabControl.Padding instead of BorderThickness and FocusRectSpacing.

2008-10-20  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripPainter.cs: Don't paint over a set BackgroundImage.

2008-09-16  Jonathan Pobst  <monkey@jpobst.com>

	* TabControlPainter.cs: Hook tab painting into ShowFocusCues.

2008-07-31  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs: Added DrawScrollButton.

2008-07-09  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs, ToolStripPainter.cs: Now falls back to the default
	implementation when Visual Styles should not be used.

2008-05-21  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs: Enabled support for the hot style.

2008-05-19  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs: Refactored: Used DrawBackground instead of Draw.

2008-05-07  George Giolfan  <georgegiolfan@yahoo.com>

	* ToolStripPainter.cs: Added.

2008-04-30  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs: Ordered usings.

2008-04-28  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs: Fixed duplication.

2008-04-28  George Giolfan  <georgegiolfan@yahoo.com>

	* TabControlPainter.cs: Added.
	
2008-04-25  George Giolfan  <georgegiolfan@yahoo.com>

	* CheckBoxPainter.cs, RadioButtonPainter.cs: Added.