aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 3284e50a9815affe4be5fb9fad6a2350a8dd7001 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
2008-09-16  Ross Burton  <ross@linux.intel.com>

	* libowl/owlcolourpalette.c:
	Remove the private struct, it is unused and GObject warns if you
	install a 0-sized private structure.

2008-02-07  Ross Burton  <ross@openedhand.com>

	* libowl/libowl.pc.in:
	Fix dependencies.
	
2008-02-07  Chris Lord  <chris@openedhand.com>

	* configure.ac:
	* libowl/libowl.pc.in:
	* libowl/Makefile.am:
	Add pkg-config file.

2007-07-13  Ross Burton  <ross@openedhand.com>

	* libowl/owlwindowmenu.h:
	Add missing include.

2007-07-13  Ross Burton  <ross@openedhand.com>

	* libowl/owlwindowmenu.c:
	Realize the window if it isn't already, as we need an X
	connection.

2007-07-13  Ross Burton  <ross@openedhand.com>

	* libowl/owlwindowmenu.h:
	Add missing prototype.

2007-07-13  Ross Burton  <ross@openedhand.com>

	* libowl/owlwindowmenu.c:
	Add a convenience function for users of GtkUIManager.

2007-04-20  Ross Burton  <ross@openedhand.com>

	* test-colourswatch.c:
	Fix a compiler warning.

2007-04-20  Ross Burton  <ross@openedhand.com>

	* libowl/owlwindowmenu.c:
	Comments, sanity checks.

2007-04-20  Ross Burton  <ross@openedhand.com>

	* libowl/Makefile.am:
	* libowl/owlwindowmenu.[ch]:
	Add function so that if you send the CUSTOM message (by clicking
	on the titlebar in MB), a menu is displayed.

	* tests/Makefile.am:
	* tests/test-menu.c:
	Add test.

2007-04-11  Rob Bradford  <rob@openedhand.com>

	* libowl/owlcolourselectordialog.c:
	(owl_colour_selector_dialog_init):
	Fix compiler warning.

2007-04-11  Rob Bradford  <rob@openedhand.com>

	* libowl/owlcolourselectordialog.c: (colour_selected_cb):
	* libowl/owlcolourswatch.c: (owl_colour_swatch_set_colour):
	Remove superfluous printfs.

2007-04-03  Rob Bradford  <rob@openedhand.com>

	* libowl/owlcolourselectordialog.c:
	(owl_colour_selector_dialog_orientation_get_type),
	(owl_colour_selector_dialog_get_property),
	(owl_colour_selector_dialog_set_property),
	(owl_colour_selector_dialog_constructor),
	(owl_colour_selector_dialog_class_init),
	(owl_colour_selector_dialog_init),
	(owl_colour_selector_dialog_new_with_orientation),
	(owl_colour_selector_dialog_new):
	* libowl/owlcolourselectordialog.h:
	Add support for vertical or horizontally orientated colour selector.
	If the orientation is set to OWL_COLOUR_SELECTOR_AUTOMATIC (default)
	then it will detect it based on the width & height on the screen.
	It can also be manually specified with a construction time property.

2007-03-19  Rob Bradford  <rob@openedhand.com>

	* libowl/Makefile.am:
	* libowl/owlcolourbutton.c: (owl_colour_button_get_property),
	(owl_colour_button_set_property), (owl_colour_button_dispose),
	(owl_colour_button_finalize), (owl_colour_button_class_init),
	(button_clicked), (owl_colour_button_get_colour),
	(owl_colour_button_set_colour), (owl_colour_button_init),
	(owl_colour_button_new):
	* libowl/owlcolourbutton.h:
	* libowl/owlcolourpalette.c: (owl_colour_palette_get_property),
	(owl_colour_palette_set_property), (owl_colour_palette_dispose),
	(owl_colour_palette_finalize), (owl_colour_palette_class_init),
	(owl_colour_palette_init), (button_clicked),
	(owl_colour_palette_new), (owl_colour_palette_set_colours):
	* libowl/owlcolourpalette.h:
	* libowl/owlcolourselectordialog.c:
	(owl_colour_selector_dialog_get_property),
	(owl_colour_selector_dialog_set_property),
	(owl_colour_selector_dialog_dispose),
	(owl_colour_selector_dialog_finalize),
	(owl_colour_selector_dialog_class_init), (colour_selected_cb),
	(owl_colour_selector_dialog_get_colour),
	(owl_colour_selector_dialog_set_colour),
	(owl_colour_selector_dialog_init),
	(owl_colour_selector_dialog_new):
	* libowl/owlcolourselectordialog.h:
	* libowl/owlcolourswatch.c: (owl_colour_swatch_get_property),
	(owl_colour_swatch_set_property), (owl_colour_swatch_dispose),
	(owl_colour_swatch_finalize), (update_pixbuf), (expose_event),
	(owl_colour_swatch_class_init), (owl_colour_swatch_init),
	(owl_colour_swatch_new), (owl_colour_swatch_set_colour),
	(owl_colour_swatch_get_colour):
	* libowl/owlcolourswatch.h:
	* tests/Makefile.am:
	* tests/test-colourbutton.c: (main):
	* tests/test-colourpalette.c: (colour_selected_cb), (main):
	* tests/test-colourselectordialog.c: (main):
	* tests/test-colourswatch.c: (main):
	Add new OwlColour* widgets.

2006-12-20  Ross Burton  <ross@openedhand.com>

	* libowl.doap:
	Add basic DOAP file.

2006-03-20  Ross Burton  <ross@openedhand.com>

	* libowl/owltreemodelslice.c:
	Implement ref_ and unref_node().

2006-03-18  Ross Burton  <ross@openedhand.com>

	* libowl/owltreemodelslice.c:
	Don't gtk_tree_path_copy() a NULL path.

2006-03-18  Ross Burton  <ross@openedhand.com>

	* libowl/owltreemodelslice.[ch]:
	Add owl_tree_model_slice_set_root().
	Implement owl_tree_model_slice_convert_path_to_child_path()
	Rename gtk_tree_model_slice_get_model() to owl_tree_model_slice_get_model().
	Fix memory leaks and corruption.