aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 8b314ce95063096c718201d794478d3a6e3f1547 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
2006-12-22  Matthew Allum  <mallum@openedhand.com>

	* Makefile.am:
	* data/gtkrc:
	Add image and setting for matchbox-panel-2 background.

2006-12-20  Thomas Wood  <thomas@openedhand.com>

	* data/gtkrc: Fix colour of buttons on GtkToolbar
	* src/sato-draw.c: (sato_draw_box):
	- Don't draw gradients on menus 
	- Don't draw boders on troughs
	- Use SANITIZE_SIZE to fix drawing menu borders

	* src/sato-draw.h: Add SANITIZE_SIZE macro
	* src/sato-style.c: Restore from poky-style.c and rename functions

2006-10-30  Thomas Wood  <thomas@openedhand.com>

	* src/sato-draw.c: Fix a possible crasher

2006-10-30  Thomas Wood  <thomas@openedhand.com>

	* data/gtkrc: Use correct engine. Add focus line options.

	* src/sato-draw.c: (sato_gradient), (sato_draw_box),
	(sato_draw_shadow), (sato_draw_option),
	(sato_draw_style_class_init):
	
	- Draw some fairly ugly focus and has_default markings
	- Draw hline and vlines
	- Don't draw gradient on menu and toolbars

2006-10-20  Thomas Wood  <thomas@openedhand.com>

	* Makefile.am:
	* configure.ac:
	* src/poky-draw.c:
	* src/poky-draw.h:
	* src/poky-main.c:
	* src/poky-style.c:
	* src/poky-style.h:
	* src/sato-draw.c: (sato_corner), (sato_gradient), (sato_draw_box),
	(sato_draw_shadow), (sato_draw_check), (sato_draw_option),
	(sato_draw_box_gap), (sato_draw_extension):
	* src/sato-draw.h:
	* src/sato-main.c:
	* src/sato-style.h:

	Rename Poky to Sato

2006-10-20  Thomas Wood  <thomas@openedhand.com>

	* src/poky-draw.c: (poky_corner), (poky_draw_box),
	(poky_draw_shadow), (poky_draw_check), (poky_draw_box_gap),
	(poky_draw_extension):
	
	- Move drawing corners into their own function
	- Simplify the rounded recatngle function
	- Add some special cases to the draw_box_gap function

2006-10-19  Thomas Wood  <thomas@openedhand.com>

	* src/poky-draw.c: Fix some compiler warnings

2006-10-16  Thomas Wood  <thomas@openedhand.com>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* data/gtkrc:
	* src/poky-corners.h:
	* src/poky-draw.c:
	* src/poky-draw.h:
	* src/poky-main.c:
	* src/poky-style.c:
	* src/poky-style.h:

	Initial import into svn