summaryrefslogtreecommitdiff
path: root/capplets/mouse/ChangeLog
blob: b5048ff58cfc6739a0ed137daa635faf8f8454ef (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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
2002-11-23  Jody Goldberg <jody@gnome.org>

	* Release 2.1.3

2002-11-02  Jody Goldberg <jody@gnome.org>

	* Release 2.1.2

2002-10-25  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

	* gnome-mouse-properties.c: Register mouse double click images
	as stock icons, so that they are themable.
	Fixes bug 96081

2002-10-21  Jody Goldberg <jody@gnome.org>

	* Release 2.1.1

2002-10-01  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0.1

2002-08-21  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0

2002-08-19  Ross Burton  <ross@burtonini.com>

	* mouse.desktop.in: Fix the desktop file so that it validates.

2002-08-08  Seth Nickell  <snickell@stanford.edu>

	* gnome-mouse-properties.glade:

	Fix alignments.

2002-07-16  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.c (main) : set icon.

2002-07-10  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=85233
	* gnome-mouse-properties.c (create_dialog) : register the custom
	  checkbox for glade.
	* gnome-mouse-properties.glade : Use the custom checkbox.

2002-06-17  Jody Goldberg <jody@gnome.org>

	* Release 2.0.0

2002-05-28  Satyajit Kanungo <satyajit.kanungo@wipro.com>

        * gnome-mouse-properties.c : Changed the help file link
          to get the help document from user-guide.

2002-05-26  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.c (dialog_response_cb) : Improve handling of
	  help failures.

Sun May 26 11:31:34 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-mouse-properties.c (main): use APPID instead of argv[0]

2002-05-22  jacob berkman  <jacob@ximian.com>

	* *.pcf(.gz):
	* Makefile.am (cursorfont_DATA): 
	* gnome-mouse-properties.c (setup_dialog): use .pcf, not .pcf.gz
	as solaris can't read .gz files

	fixes #78023

Tue May 21 20:09:22 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-mouse-properties.c (event_box_button_press_event): fix
	broken double-click test.

Mon May 13 16:53:45 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-mouse-properties.c (main): uncomment accidentally
	commented lines.  Also, fixed text, #76413

2002-05-13  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.glade : Remove separator.
	  Remove accelerators in tabs.

2002-05-12  Anders Carlsson  <andersca@gnu.org>

	* gnome-mouse-properties.c: (drag_threshold_from_gconf),
	(drag_threshold_to_gconf), (event_box_button_press_event),
	(load_pixbufs), (setup_dialog), (create_dialog),
	(dialog_response_cb), (main):
	* gnome-mouse-properties.glade:
	Lots of things. Fix drag threshold preference, use a GtkImage
	instead of a GtkDrawingArea for the double click test. Remove
	weird weak refs throughout the code. Clean up the glade file,
	requires a new libglade that has an a11y ref count fix.
	
2002-05-10  Anders Carlsson  <andersca@gnu.org>

	* gnome-mouse-properties.c: (get_default_mouse_info),
	(motion_acceleration_from_gconf), (threshold_from_gconf):
	If the threshold or acceleration value is -1, just set the slider
	to the default X value.
	
2002-05-09  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.c (dialog_button_clicked_cb) : enable help.
	(main) : ditto.

2002-05-09  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.glade : long forgotten atk patch from Dave.
	  Sorry.

2002-05-08  Jakub Steiner <jimmac@ximian.com>

	* double-click-maybe.png:
	* double-click-off.png:
	* double-click-on.png: use a lightbulb on a dark background

Wed Apr 10 18:05:42 2002  Jonathan Blandford  <jrb@gnome.org>

	* mouse.desktop.in (Exec): s/gnome2/gnome

2002-03-21  Dave Camp  <dave@ximian.com>

	* gnome-mouse-properties.c (*_{to|from}_gconf): Add the peditor 
	arguments.
	(setup_dialog): Use locate_pointer instead of locate_pointer_id.
	(threshold_to_gconf): New function.
	(setup_dialog): Use threshold_to_gconf for motion_threshold and
	drag_threshold.

2002-03-11  Richard Hestilow  <hestilow@ximian.com>

	* gnome-mouse-properties.c (drawing_area_button_press_event):
	Check for changeset != NULL before looking in changeset.

2002-03-10  Seth Nickell  <snickell@stanford.edu>

	* gnome-mouse-properties.c: (main):

	Activate the settings daemon if its not already running.

2002-02-27  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-mouse-properties.c: s/PACKAGE/GETTEXT_PACKAGE/g
	
Tue Feb 19 23:52:17 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-mouse-properties.c (cursor_font_changed): Hook up cursor code.

Fri Feb  8 01:41:40 2002  Jonathan Blandford  <jrb@redhat.com>

	* Makefile.am (pixmap_DATA): install cursor images.

2002-02-04  Lauris Kaplinski  <lauris@ximian.com>

	* gnome-mouse-properties.c (drawing_area_expose_event): Kill warning
	(dialog_button_clicked_cb): Use G_TYPE_STRING
	(dialog_button_clicked_cb): Use GtkDialog
	(left_handed_toggle_cb): Do not crash on NULL value

Tue Jan  8 15:47:24 2002  Jonathan Blandford  <jrb@redhat.com>

	* .cvsignore: New ignores.
	* gnome-mouse-properties.glade: Update of glade file for cursors
	* mouse-cursor-normal-large.png: New images
	* mouse-cursor-normal.png:
	* mouse-cursor-white-large.png:
	* mouse-cursor-white.png:
	* mouse-properties-capplet.c: (setup_dialog), (create_dialog),
	(main): Add support for new properties.  Don't fully work yet, but
	we'll get it later.
	* mouse-properties.glade: not sure what changed -- need to remove
	this file.

2001-12-20  Seth Nickell  <snickell@stanford.edu>

	* mouse.desktop.in:

	Add Categories field.

2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* mouse.desktop.in (Icon, Exec): Update

	* mouse-properties-capplet.c (dialog_button_clicked_cb): Update
	(main): Use a GtkDialog rather than GnomeDialog; don't place weak
	ref on gtk_main_quit
	(load_pixbufs): Locate files with gnome_program_locate_file
	Eliminate compiler warnings

2001-12-20  Hans Petter Jansson  <hpj@ximian.com>

	* Makefile.am: Remove rule that prevented install.

2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* mouse.desktop.in.in (Exec): Update

2001-12-19  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties-capplet.c (double_click_from_gconf): Divide by
	1000.0, use floats
	(double_click_to_gconf): Implement
	(drawing_area_button_press_event): Don't call
	double_click_from_gconf
	(drawing_area_button_press_event): Use response of
	gconf_change_set_check_value to determine if value is in changeset
	(main): Remove --apply and --init-session-settings
	(setup_dialog): Use g_object_set to set the conversion callbacks
	(*_{to|from}_gconf): Update to reflect changes in gconf peditors
	(setup_dialog): Use numeric_range

2001-12-18  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties-capplet.c (double_click_from_gconf): Single
	closed-form formula here
	Code reorganization; many changes

2001-10-18  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties-capplet.c (apply_settings): Only swap buttons 1
	and 3 in the mapping

2001-10-12  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Make OAF file creation generic

2001-09-28  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Remove support for disabling bonobo-conf build

	* Makefile.am: Change the binary name to
	mouse-properties-control and create a wrapper script from
	../common/wrapper-script.in to be named mouse-properties-capplet

2001-09-07  Chema Celorio  <chema@celorio.com>

	* mouse-properties-capplet.c (create_dialog): dont set the pixmaps
	(capplet_fool_the_linker): 
	(mouse_capplet_create_image_widget): 
	(mouse_capplet_create_image_widget_canvas): implement.
	This sets antialiased pixmaps for the mouse capplet. Maybe this
	call should in common. Closes bug #58293

2001-08-21  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties-capplet.c (apply_settings): Use a CORBA
	exception structure

2001-07-31  Chema Celorio  <chema@celorio.com>

	* Makefile.am (cappletname): add DISTDIR to install-data-local

2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties-capplet.c (apply_settings): Use MAX_THRESH -
	threshold value

	* mouse-properties.glade: Fix mouse speed and acceleration
	controls to be wider and to use discrete values

	* mouse-properties.xml: Change type of right-to-left to ulong

	* mouse-properties-capplet.c (apply_settings): Use get_ulong
	rather than get_boolean

	* RELEASE : 1.5.2

2001-07-25  Chema Celorio  <chema@celorio.com>

	* Makefile.am : generate the .oaf file from the .oaf.in file
	The DESKTOP_EXEC_LINE was missing the --capplet at the end, add.
	(cappletname): add pixmap_DATA to EXTRA_DIST

2001-07-25  Chema Celorio  <chema@celorio.com>

	* Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here

2001-07-25  Richard Hestilow  <hestilow@ximian.com:

	* prefs-widget.c (read_preferences): Swap right and left enable.
	  (left_handed_selected_cb): Ditto.
	  (right_handed_selected_cb): Ditto. 

2001-07-24  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (pixmap_DATA): Fixed pixmap_DATA line to install
	mouse pixmaps

	Courtesy Stephen Browne <stephen.browne@sun.com>:
	* mouse-properties-capplet.c: bonobo-conf rewrite
	(setup_dialog): Use bonobo_peditor_option_radio_construct

2001-07-20  Chema Celorio  <chema@celorio.com>

	* RELEASE : 1.5.0

2001-07-19  Chema Celorio  <chema@celorio.com>

	* Makefile.am (cappletname): distcheck love

2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (EXTRA_DIST): Added mouse-left.png and mouse-right.png

2001-07-18  Chema Celorio  <chema@celorio.com>

	* prefs-widget.c (set_pixmap_file): the path of the pixmaps was
	changed

	* mouse-properties.glade: set a group for the radio buttons

2001-07-17  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (EXTRA_DIST): Changed Applications_DATA to
	Applications_in_files

2001-07-17  Jakub Steiner <jimmac@ximian.com>

	* mouse-left.png, mouse-right.png: hi-res images

2001-06-27  Richard Hestilow  <hestilow@ximian.com:

	* ChangeLog added.

	* mouse-properties.glade: New GUI by Anna Dirks.

	* mouse-left.png, mouse-right.png: Added.

	* Makefile.am: Install pixmaps.

	* prefs-widget.c (set_pixmap_file): Added function.
	  (threshold_changed_cb, read_preferences): Call new macro
	  THRESHOLD_CONVERT, as sensitivity is the reverse of threshold.
	  (read_preferences, prefs_widget_init): Change "threshold_entry" to
	  sensitivity_entry.
	  (prefs_widget_init): Call set_pixmap_file for the new pixmaps.