source: trunk/third/gnome-applets/mixer/ChangeLog @ 20910

Revision 20910, 20.3 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20909, which included commits to RCS files with non-trunk default branches.
Line 
12004-09-13  Shaun McCance  <shaunm@gnome.org>
2
3        * docs/C/mixer_applet2-C.omf:
4        * docs/C/mixer_applet2.xml:
5        - Updates for 2.8 from Angela Boyle
6
72004-09-06  Davyd Madeley  <davyd@madeley.id.au>
8
9        * Makefile.am:
10        * mixer.c: Fix install location so that mixer icon appears in Add to
11        Panel dialog. Patch by Mark McLoughlin <markmc@redhat.com>. Closes
12        #151834.
13
142004-08-15  Kjartan Maraas  <kmaraas@gnome.org>
15
16        * Makefile.am: Remove references to screen-exec.
17        * mixer.c: (mixer_help_cb), (show_help_cb),
18        (mixer_init_stock_icons): Use gnome_help_*. Also
19        #elif defined instead of just #elif for the harware
20        support stuff at the beginning of the file.
21
222004-07-29  Kjartan Maraas  <kmaraas@gnome.org>
23
24        * mixer.c: (destroy_mixer_cb): Merge fix for
25        bug #148708 from stable.
26
272004-06-26  Dennis Smit  <ds@nerds-incorporated.org>
28
29        * mixer.c (applet_size_allocate): Added function.
30
31        (mixer_update_image): Don't get size from the panel
32        but using the allocation.
33
34        (mixer_applet_create): Connect signal to the
35        applet_size_allocate.
36
37        Patch by: Vincent Noel  <vnoel@cox.net>
38
39        Fixes bug #144531.
40
412004-06-10  Dennis Smit  <ds@nerds-incorporated.org>
42
43        * mixer.c (mixer_applet_create): Set the correct range value
44        for gtk_adjustment_new.
45        (mixer_value_changed_cb): Changed -adj->value to adj->value.
46        (mixer_update_slider): Removed vol = -vol (there is no need).
47        (mixer_popup_show): Set vscale to inverted.
48       
49        Patch by:  Vijaykumar Patwari <vijaykumar.patwari@wipro.com>
50
51        bug #125393.
52
532004-06-07  Jorn Baayen  <jbaayen@gnome.org>
54
55        * mixer.c: (get_channel):
56
57        Restore saved mixer channel on startup. Fixes #139374.
58
592004-04-25  Kevin Vandersloot <kfv101 psu edu>
60
61        * mixer.c: Fix volume reduction for alsa. Fixes bug #137307. Patch
62        from Jan Schmidt.
63
642004-04-25  Kevin Vandersloot <kfv101 psu edu>
65
66        * *.server.in: use correct icon to theme properly. Patch from Calum Benson.
67        Fixes bug #137707
68
692004-03-17  Glynn Foster  <glynn.foster@sun.com>
70
71        * docs/ja/*: Add ja docs since I haven't heard from the original
72        author.
73
742004-03-15  Glynn Foster  <glynn.foster@sun.com>
75
76        * docs/*: Add localized online documentation from Sun's
77        translation team for de, es, fr, it, ko, sv, zh_CN, zh_HK
78        and zh_TW.
79
802004-03-15  Glynn Foster  <glynn.foster@sun.com>
81
82        * docs/*.sgml: Remove the sgml stuff since we don't need it
83        anymore.
84
852004-02-26  Dennis Smit  <ds@nerds-incorporated.org>
86
87        * mixer.c (applet_change_background_cb):
88        pixmap argument is a GdkPixmap not a gchar *pixmap.
89
902004-02-23  Dennis Smit  <ds@nerds-incorporated.org>
91
92        * mixer.c (mixer_about_cb): Set the about dialog
93        on the right screen if the user requests the dialog and
94        it's already there but not on the right screen.
95
962004-02-22  Dennis Smit  <ds@nerds-incorporated.org>
97       
98        * mixer.c (mixer_start_gmix_cb):
99        Move from egg_screen_execute_command_line_async to
100        gdk_spawn_on_screen.
101
102        Fixes bug #135158.
103
1042004-02-17 Breda McColgan <breda.mccolgan@sun.com>
105
106        * docs/C/mixer_applet2.xml: Updated for GNOME 2.6.
107        * docs/C/mixer_applet2-C.omf: Updated for GNOME 2.6.
108        * docs/C/l10n.txt: Updated for GNOME 2.6.
109
1102004-02-08  Jason Leach  <leach@wam.umd.edu>
111
112        * Makefile.am (CLEANFILES): Add .server and .server.in here.
113        (#132071, Padraig O'Briain)
114
1152004-02-02  Richard Hult  <richard@imendio.com>
116
117        * mixer.c: Update my email, and use the correct shadow type for
118        the device list. Fixes bug #133136.
119
1202004-01-28  Arvind Samptur  <arvind.samptur@wipro.com>
121
122        * mixer.c: (mixer_about_cb): Set the screen for the
123        about dialog.
124
1252004-01-18  Jason Leach  <leach@wam.umd.edu>
126
127        * Makefile.am (install-data-local): builddir != srcdir fix.
128
1292004-01-16  Archana Shah <archana.shah@wipro.com>
130
131        * mixer.c: Added a field for about dialog in structure MixerData.
132        (mixer_applet_create): Initialized about_dialog to NULL.
133        (mixer_about_cb): Changed to use about_dialog structure member
134        instead of static variable.
135        (destroy_mixer_cb): destroy about dialog when applet is removed.
136        Fixes bug #131694
137
1382004-01-15  Kevin Vandersloot
139
140        * mixer.c: merge patch from gnome-mixer for gsteamer part
141
1422004-01-03  Jon Trowbridge <trow@ximian.com>
143
144        * mixer.c: Add support for GStreamer's mixer API.  Also did some
145        minor clean-up of unused variables, etc.
146
1472003-10-27  Kjartan Maraas  <kmaraas@gnome.org>
148
149        * mixer.c: Merge fix for bug #125488 from stable.
150
1512003-09-21  Christian Neumair  <chris@gnome-de.org>
152
153        * mixer.c: Mark missing string for translation (#122406).
154
1552003-09-20  Christian Neumair  <chris@gnome-de.org>
156
157        * mixer.c: Add missing gettext call (#122793).
158
159Mon Sep 15 15:22:51 2003  George Lebl <jirka@5z.com>
160
161        * mixer.c: when started in lockdown mode, hide the preferences item
162
1632003-08-24  Irene Ryan <irene.ryan@sun.com>
164
165        * docs/C/mixer_applet2.xml, mixer_applet2-C.omf: minor updates to
166     Help files for the GNOME 2.4 release
167
1682003-07-21  Dennis Cranston <dennis_cranston at yahoo com>
169
170        * mixer.c:  HIGify widget padding between the vbox and action
171        area of the dialog.  Thanks to <chris@gnome-de.org>
172        Christian - Manny Calavera - Neumair.
173       
174Thu Jul 03 15:46:15 2003  George Lebl <jirka@5z.com>
175
176        * mixer.c: when we obtain a gconf client, just cache the pointer,
177          that will make the key_writable call marginally faster.
178
179Wed Jul 02 16:54:54 2003  George Lebl <jirka@5z.com>
180
181        * mixer.c: respect key-writability
182
1832003-06-19  Kevin Vandersloot
184
185        * mixer.c: save and restore mixer state on startup. Fixes bug #61253
186       
187        * mixer.schemas: change dash to underline and add new prefs
188
1892003-06-16  Kevin Vandersloot
190
191        * mixer.c: add keybindings for mute and open volume control
192
1932003-06-02  Kevin Vandersloot
194
195        * mixer.c: expand applet for Fitt's law
196
1972003-05-17  Dennis Cranston <dennis_cranston at yahoo com>
198
199        * mixer.c:  Set window icon for preferences dialog.
200       
2012003-05-17  Dennis Cranston <dennis_cranston at yahoo com>
202
203        * mixer.c:  HIGify the action area of the preferences dialog.
204
2052003-05-14  Kevin Vandersloot <kfv101@psu.edu>
206
207        * mixer.c: put little +/- labels to indicate which direction is positive/negative. Fixes
208        bug #99825
209       
210        * *.xml: Change "Run" to "Open". Fixes bug #89865
211
2122003-05-03  Kevin Vandersloot <kfv101@psu.edu>
213
214        * mixer.c: popup the volume slider on key press instead of release.
215
2162003-05-01  Kevin Vandersloot <kfv101@psu.edu>
217
218        * mixer.c: don't popup en error dialog unless user tries to do something. Patch
219        from Balamurali Viswanathan. FIxes bug #110522
220
2212003-04-26  Dennis Cranston <dennis_cranston at yahoo com>
222
223        * mixer.c:  Minor HIGification of perference dialog: add mnemonic
224        label to listview, remove separator.  Also, hook up the help button.
225
2262003-03-27 Glynn Foster <glynn.foster@sun.com>
227
228        * Makefile.am: Dist the schemas file.
229
2302003-03-13 David Bordoley <bordoley@msu.edu>
231
232       * GNOME_MixerApplet.xml: Minor context
233       menu ui tweek
234
2352003-03-13  Kevin Vandersloot <kfv101@psu.edu>
236
237        * mixer.c, mixer.schemas: Add the ability to customize the channel affected by
238        the applet. Only for OSS drivers now. Fixes bugs #60292 and #101833
239
2402003-03-12  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
241
242        * mixer.c : Sync mute functionality with other applications in Solaris
243        Fixes bug #105724
244
2452003-03-10  Breda McColgan  <Breda.McColgan@sun.com>
246
247        * docs/C/mixer_applet2.xml: Had inadvertently overwritten John Fleck's update of 2002-11-26. Have now re-corrected "Run Audio Mixer" to "Run Volume Control".
248
249        * docs/C/mixer_applet2-C.omf : Updated to reflect new manual version
250        number and date
251
2522003-03-07  Mark McLoughlin  <mark@skynet.ie>
253
254        * mixer.c: (mixer_help_cb): update for screen-exec changes.
255
2562003-01-22  Breda McColgan  <Breda.McColgan@sun.com>
257
258        * docs/C/mixer_applet2.xml: Updated for GNOME 2.2
259
260        * docs/C/mixer_applet2-C.omf : Updated to reflect new manual version
261        number and date
262
2632003-01-08  Stanislav Brabec  <sbrabec@suse.cz>
264
265        * mixer.c: Make SOUND_MIXER_SPEAKER change powerpc specific. Fixes
266        bug #96639.
267
2682002-12-14  Fernando Herrera <fherrera@onirica.com>
269
270        * GNOME_MixerApplet.server.in.in: added bugzilla attributtes
271
2722002-11-27  Kevin Vandersloot <kfv101@psu.edu>
273
274        * mixer.c: don't register stock icons if they have been registred already. Kill a
275        warning also. Fixes bug #99156
276
2772002-11-26 John Fleck <jfleck@inkstain.net>
278
279        * docs/C/mixer_applet2.xml
280        update to new wording for "run volume control"
281        remove
282        * docs/C/figures/mixer_applet.png
283        which we don't use any more
284
2852002-09-15  Juan Salaverria <rael@vectorstar.net>
286
287        * GNOME_MixerApplet.xml: Added a separator in the
288        menu. May fix bug #89864
289
2902002-10-30  Glynn Foster  <glynn.foster@sun.com>
291
292        * *small.png : Remove since we don't need them anymore.
293
2942002-10-30  Glynn Foster  <glynn.foster@sun.com>
295
296        * Makefile.am: Remove installation of the -small images.
297        * mixer.c: (mixer_load_volume_images), (mixer_update_image),
298        (mixer_popup_hide), (applet_change_size_cb),
299        (register_mixer_stock_icons), (mixer_init_stock_icons),
300        (applet_style_event_cb), (mixer_applet_create): We now have
301        icon theming. Theme the volume and mute icons. Fixes bug
302        #96085.
303
3042002-09-19  Mark McLoughlin  <mark@skynet.ie>
305
306        * mixer.c: (mixer_popup_show), (mixer_start_gmix_cb),
307        (mixer_about_cb), (mixer_help_cb), (mixer_applet_create):
308        kill the HAVE_GTK_MULTIHEAD conditionals. We require
309        gtk+ HEAD now.
310
3112002-09-12  Kevin Vandersloot <kfv101@psu.edu>
312
313        * mixer.c, Makefile.am, .sever.in.in: add new set of larger
314        sized icons from Suzanna at Sun. Scales icons much better
315        now. Fixes bug #75191
316
3172002-08-19  Kevin Vandersloot <kfv101@psu.edu>
318
319        * mixer.c: fix some mem leaks
320
3212002-08-02  Deepa Natarajan <deepa.natarajan@wipro.com>
322
323        * mixer.c: resize the applets icon based on the size of the
324        panel. Fixes bug #75191.
325
3262002-08-14  Mark McLoughlin  <mark@skynet.ie>
327
328        * Makefile.am: link against libscreen-exec.la.
329
330        * mixer.c: (mixer_help_cb): use the multiscreen
331        gnome_help variants.
332
3332002-07-18  Kevin Vandersloot <kfv101@psu.edu>
334
335        * mixer.c: use consistent error messages. Fixes bug #87905.
336        Patch by Johan Dahlin
337
3382002-07-18  Mark McLoughlin  <mark@skynet.ie>
339
340        * Makefile.am: install applet to libexec.
341
342        * GNOME_MixerApplet.server.in: move .server.in to
343        .server.in.in to allow for libexec dir substitution.
344
3452002-07-11  Mark McLoughlin  <mark@skynet.ie>
346
347        * Makefile.am: add egg-screen-exec.[ch] to the build.
348
349        * mixer.c:
350        (mixer_start_gmix_cb): lauch mixer on the same screen
351        as the applet.
352        (mixer_popup_show), (mixer_start_gmix_cb), (mixer_about_cb),
353        (mixer_applet_create): realise dialogs on the same screen as
354        the applet.
355
3562002-07-11  Mark McLoughlin  <mark@skynet.ie>
357
358        * mixer.c:
359        (mixer_start_gmix_cb): pop up error dialog if
360        we fail to execute mixer.
361
3622002-05-31 Kevin Vandersloot <kfv101@psu.edu>
363
364        * Makefile.am: Fix GNOMELOCALEDIR to point to correct
365        location. Fixes #83621.
366
3672002-05-26  Kevin Vandersloot <kfv101@psu.edu>
368
369        * docs/C/mixer_applet2.xml: Update docs for string change.
370        Fixes bug #82012. Also cvs remove old .sgml files and an
371        old .omf file.
372
3732002-05-21  Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
374
375        * mixer.c Fix for bug 82449
376
3772002-05-16  Kevin Vandersloot <kfv101@psu.edu>
378
379        * mixer.c: get help working with new docs
380
3812002-04-29  Fernando Herrera <fherrera@onirica.com>
382
383        * mixer.c: mixer_update_slider: for all panels mixer vol is -vol
384        in slide bar. With old code (vol = vol - VOLUME_MAX for vertical
385        panels) when starting the applet in vertical panels with a saved
386        mixer vol of 90, it changed to 10.
387
3882002-04-29  Fernando Herrera <fherrera@onirica.com>
389
390        * mixer.c: change the volume with mouse wheel over the button
391        applet without bringing up the popup
392
3932002-05-10 Stephen Browne <stephen.browne@sun.com>
394
395        * mixer.c: use AUDIODEV env var instead of hardcoding
396        /dev/audio on Solaris.  This makes this applet work on Sun Ray devices
397
3982002-05-10  Deepa Natarajan <deepa.natarajan@wipro.com>
399
400        * .xml: added mnemonics for the popup menu
401
4022002-05-10  Wayne Schuller  <k_wayne@linuxpower.org>
403
404        * GNOME_MixerApplet.xml: Update string to match the name 'Volume Control' for consistency. I've committed this because the string freeze has been extended (http://mail.gnome.org/archives/desktop-devel-list/2002-May/msg00175.html). This was based on a patch from Manuel Clos. For more info see: http://bugzilla.gnome.org/show_bug.cgi?id=75016
405        * docs/C/mixer.sgml: Bring the docs up to date with this change and the 'mute' option which wasn't documented. There are no figures that need updating from this change.
406
4072002-05-06  Kevin Vandersloot <kfv101@psu.edu>
408
409        * mixer.c: run gnome-volumne-control not gnome-volumne-meter.
410        Patch from Manuel Clos Crespo - fixes bug #80144
411
4122002-04-29  Satyajit Kanungo <satyajit.kanungo@wipro.com>
413        * docs/Makefile.am
414          docs/C/Makefile.am only "C" locale is supported now
415       
416        * mixer.c  used gnome help API to enable help on mixer applet   
417
4182002-04-27  Dennis Cranston <dennis_cranston@yahoo.com>
419
420        * mixer.c:  "About..." dialog fixes -- use gnome-mixer-applet.png
421        for the window icon.
422
4232002-04-22  Benedikt Roth  <Benedikt.Roth@gmx.net>
424
425        * mixer.c: (mixer_about_cb): Added the icon.
426
4272002-04-20  Abel Cheung  <maddog@linux.org.hk>
428
429        * mixer.c: Added translation_credit and documenters placeholders.
430
4312002-04-13  Fernando Herrera <fherrera@onirica.com>
432
433        * mixer.c: bring up the volume popup when scrolling with the wheel
434        when the mouse is over the applet (without clicking first)
435       
436Tue Apr 09 14:28:55 2002  George Lebl <jirka@5z.com>
437
438        * mixer.c: Let the "can't open the sound device" dialog be
439          closed by whacking it after a gtk_dialog_run
440
4412002-03-31  Kevin Vandersloot <kfv101@psu.edu>
442
443        * mixer.c: try /dev/sound/mixer if /dev/mixer fails. Fixes
444        mixer on devfs and bug #74996
445
4462002-03-18  Parag Kabra <parag.kabra@wipro.com>
447        * mixer.c: added accessibility related code.
448
4492002-03-12  Kevin Vandersloot <kfv101@psu.edu>
450
451        * mixer.c: if no mixers are found, don't display the menu item
452
453        * .xml: add the verb names here
454
4552002-03-12  Kevin Vandersloot <kfv101@psu.edu>
456
457        * mixer.c: check for external mixers and run stdauidocontrl
458        for Solaris users who can't get gmix working. Should fix
459        bug #62202
460
4612002-03-09  Kevin Vandersloot <kfv101@psu.edu.
462
463        * mixer.c: bind to button release instead of button_press for
464        the applet to fix the breakage in my previous commit. Fixes
465        bug #73991. Also make the step icrement of the slider larger
466        since it's pretty slow pressing the up or down buttons
467
4682002-03-07  Kevin Vandersloot <kfv101@psu.edu>
469
470        * mixer.c: allow the user to popup the slider from the keyboard
471        when focus is on the applet. Also fix the issue where you can't
472        click on the toggle button to popdown the slider. Also make
473        to sllider pop up and down on button press instead of release
474
4752002-03-05  Seth Nickell  <snickell@stanford.edu>
476
477        * GNOME_MixerApplet.server.in:
478
479        Update description.
480
4812002-03-03  Richard Hult  <rhult@codefactory.se>
482
483        * mixer.c (mixer_applet_factory): Remove temporary i18n stuff now
484        that it is in libpanel-applet.
485
486        * mixer.c: Popup scale on button release instead of button press,
487        this makes the popup work again with the recent grab fixes in
488        gtk+, and also it makes more sense. And don't run the mixer on
489        double click, because it doesn't make sense to double click on a
490        combo-like popup button.
491       
4922002-02-16  Richard Hult  <rhult@codefactory.se>
493
494        * Makefile.am: Add ui file.
495        (EXTRA_DIST): Add ui file, as Kjartan points out.
496
497        * mixer.c: Remove crack (i.e. don't quit when the last applet
498        goes).
499        (mixer_applet_create): Set up menu from file so that we can
500        translate the strings.
501
502        * GNOME_MixerApplet.xml: Add ui file.
503
5042002-02-11  Kjartan Maraas  <kmaraas@gnome.org>
505
506        * GNOME_MixerApplet.server.in: Mark strings for l10n.
507       
5082002-02-11  Mark McLoughlin  <mark@skynet.ie>
509
510        * GNOME_MixerApplet.server.in: move to Vertigo namespace.
511
512        * mixer.c: update for factory macro change.
513
5142002-02-11  Bastien Nocera  <hadess@hadess.net>
515
516        * GNOME_MixerApplet.server.in: update to use new icon
517        * Makefile.am: install new icon
518        * gnome-mixer-applet.png: added (original from gnome-media)
519
5202002-02-10  Richard Hult  <rhult@codefactory.se>
521
522        * mixer.c: Clean up while looking for bug that was actually in the
523        panel. Also make it quit when the last applet is destroyed.
524
5252002-02-09  Gediminas Paulauskas <menesis@delfi.lt>
526
527        * Makefile.am: compile with all DEPRECATED flags defined.
528        * mixer.c: remove eventbox -- PanelApplet is derived from
529        GtkEventBox.
530
5312002-02-05  Gediminas Paulauskas <menesis@delfi.lt>
532
533        * mixer.c: Run gnome-volume-control on menu item or double-click on
534        applet.
535
5362002-02-02  Richard Hult  <rhult@codefactory.se>
537
538        * mixer.c: Don't use deprecated API and fix slider direction for
539        vertical panels.
540
5412002-01-21  Richard Hult  <rhult@codefactory.se>
542
543        * mixer.c: Hide the popup when any button is pressed, not just
544        button 1.
545       
5462002-01-19  Seth Nickell  <snickell@stanford.edu>
547
548        * GNOME_MixerApplet.server.in:
549
550        Drop "Applet" from name.
551
5522002-01-09  Kevin Vandersloot <kfv101@psu.edu>
553
554        * Makefile.am: dist the xpms
555
5562002-01-06  Kevin Vandersloot <kfv101@psu.edu>
557
558        * Makefile.am: reorder includes so it builds with strange
559        setups like mine
560
5612002-01-03  Richard Hult  <rhult@codefactory.se>
562
563        * mixer.c (applet_change_background_cb): Handle background
564        changes.
565
5662001-12-17  Mark McLoughlin  <mark@skynet.ie>
567
568        * mixer.c: (mixer_applet_fill), (mixer_applet_factory):
569        update for panel-applet api changes.
570
5712001-12-12  Richard Hult  <rhult@codefactory.se>
572
573        * GNOME_MixerApplet.server.in: Change the icon file from
574        gnome-unknown to one that doesn't exist. We need an icon :)
575
576        * mixer.c (mixer_applet_new): Remove unused variable.
577        (applet_change_size_cb): Dont make the applet bigger than
578        necessary, or the depressed frame will look ugly.
579        (mixer_popup_show): Depress frame.
580        (mixer_popup_hide): Restore frame.
581        Remove the non-existent stock icons from the menu xml string.
582
5832001-12-10  Kjartan Maraas  <kmaraas@gnome.org>
584
585        * mixer.c: Remove double include of <config.h>
586       
5872001-12-10  Richard Hult  <rhult@codefactory.se>
588
589        * GNOME_MixerApplet_Factory.server.in: Add bonobo-activation
590        file.
591
592        * mixer.c: GNOME 2 port/rewrite.
593
5942001-09-14  Kjartan Maraas  <kmaraas@gnome.org>
595
596        * mixer.c: Solaris fixes. Bug #60076
597       
5982001-08-26  Alexander Larsson <alexl@redhat.com>
599
600        Patch from David Woodhouse <dwmw2@infradead.org>
601        * mixer.c: If mixer doesn't have master volume, fall back to PCM.
602
6032001-06-17  Kjartan Maraas  <kmaraas@gnome.org>
604
605        * mixer.c: Apply patch from Mike Kelly <mike@csuchico.edu> to
606        make the slider play nice with wheelmice.
607        * mixer.c: Apply patch from David KAELBLING <drk@sgi.com>
608        to fix stuff on Irix.
609       
6102001-04-07  Manuel de Vega Barreiro <mbarreiro@red.madritel.es>
611       
612        * docs/es/* : Updated Spanish tranlation.
613
6142001-03-01  Manuel de Vega Barreiro <mbarreiro@red.madritel.es>
615       
616        * docs/es/* : Added Spanish tranlation.
617
6182000-04-25  Fatih Demir <kabalak@gmx.net>
619       
620        * mixer_applet.desktop : Added [tr] section .
621
6222000-04-15  Eric Baudais  <baudais@okstate.edu>
623
624        * docs/C/mixer-applet.sgml: Added a bit about trademarks.
625
6262000-04-11  Dan Mueth <d-mueth@uchicago.edu>
627
628        * docs/C/*sgml: Updated to latest template and fixed a couple
629        small things.
630
6312000-03-31  Jacob Berkman  <jacob@helixcode.com>
632
633        * mixer.c (help_cb): add help stuff
634
6352000-03-29  Jason Leach  <leach@wam.umd.edu>
636
637        * mixer.c (main): changed "Run gmix..." to "Run Audio Mixer..."
638        for consistent naming with the Main Menu gmix.desktop entry,
639        closing bug #8040.
640        (start_gmix_cb): formalized input parameters to (AppletWidget
641        *applet, gpointer data) to get rid of a warning of incompatible
642        pointer type in applet_widget_register_stock_callback
643
6442000-03-14  Jason Leach  <leach@wam.umd.edu>
645
646        * mixer.c (mixer_about): Added About dialog, bug #7295
647
6482000-02-21  Jacob Berkman  <jacob@helixcode.com>
649
650        * mixer.c (main): final fixes of Dave Larson's patch.
651
652Mon Feb 21 23:33:49 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>
653
654        * #IF SUN_API   ->   #IFDEF SUN_API
655        * Reported by Paul Barnfather <plb@clanger9.demon.co.uk>
656
6572000-02-20  Jacob Berkman  <jacob@helixcode.com>
658
659        * mixer.c: fix my previous Dave Larson patch thingie
660       
661        * mixer.c (create_mixer_widget): increase timeout to 500 ms
662        (how high can we go?)
663        (mixer_timeout_callback): applied modified patch from Chris Jones
664        <chris@black-sun.co.uk> to not update scrollbar every timeout
665        (create_mixer_widget): initialize md->last_vol
666
6672000-02-14  Jacob Berkman  <jacob@helixcode.com>
668
669        * mixer.c: patch from Dave Larson <davlarso@acm.org> for
670        Solaris support
671
672Sat Jan 29 15:50:23 2000  George Lebl <jirka@5z.com>
673
674        * mixer.c: use 32 and not 36 for the size of slider
675
676Sat Jan 29 15:24:41 2000  George Lebl <jirka@5z.com>
677
678        * mixer.c: when we can't open /dev/mixer, put up a dialog and go on
679          but ignore any settings.
680
Note: See TracBrowser for help on using the repository browser.