summaryrefslogtreecommitdiff
path: root/mixer/applet.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-14Add a comment to explain the apparently unecessary change made at the last co...Callum McKenzie1-1/+2
2010-06-14Compile it before you commitCallum McKenzie1-1/+1
2010-06-14Avoid double-unreffing our iconsCallum McKenzie1-29/+30
2010-04-23Compile with -DGSEAL_ENABLE. Fixes bug 612473. Bumps gtk+ requirement to 2.18.Andre Klapper1-34/+38
2009-05-22Fix a reference counting bug in the mixer.Callum McKenzie1-0/+1
2009-05-20Work around GTK+s wonky ideas about the up key and scrollers.Callum McKenzie1-4/+15
2009-03-04Move the dock update code to be in sync with the icon update code. Bug 573924.Callum McKenzie1-6/+5
2009-02-17Reload the mixer's channel list to detect device changes.Callum McKenzie1-0/+10
2009-02-16More deprecated function replacement. Why didn't GTK_DISABLE_DEPRECATED pick ...Callum McKenzie1-1/+1
2009-02-02Popdown the volume control dock when it looses focus.Callum McKenzie1-2/+14
2009-01-31Mixer UI improvements. Double click now equals mute. A borde has been added a...Callum McKenzie1-1/+1
2009-01-27Make sure the mixer actually builds. Especially now that the libgnome stuff i...Callum McKenzie1-20/+6
2009-01-27The mixer applet returns.Callum McKenzie1-0/+1484
2009-01-06The great mixer removal of 2009. It has moved to gnome-media.Callum McKenzie1-1496/+0
2008-12-02Hook up the mixer's new Volume Control... buttonCallum McKenzie1-1/+1
2008-12-02Attach the new mute button in the mixer applet.Callum McKenzie1-5/+19
2008-11-14 Patch from Maxim Ermilov to rationaliseCallum McKenzie1-7/+1
2008-08-26Stop the mixer crashing if the icon cannot be found in an RTL environment. Bu...Callum McKenzie1-1/+2
2008-08-08Revert window positionsing changes (second part of bug 456498).Callum McKenzie1-1/+7
2008-07-27Patch from Bastien Nocera to use GST signals to avoidCallum McKenzie1-24/+126
2008-07-01Cleanup of the mixer applet: Improve the decoupling of the dock window from t...Callum McKenzie1-52/+46
2008-06-26Changes to the volume slider widget: Make it behave more like the other dock ...Callum McKenzie1-20/+1
2008-04-25Mixer applet math fix.Callum McKenzie1-1/+1
2007-10-15Update fallback cb_check function so that it only checks for volume changeBrian Cameron1-5/+42
2007-10-13Use G_DEFINE_TYPE macros rather than hand-rolled code.Callum McKenzie1-26/+2
2007-07-17set minimum requirements for glib to 2.13.0 and for gtk+ to 2.11.0 inJaap Haitsma1-7/+4
2007-01-14Set focus on slider, not plus button, when clicking on the applet icon (#3857...Ronald Bultje1-1/+1
2006-11-17Fix the mute iconMatthias Clasen1-1/+5
2006-11-16Also use left/right key to change volume. Patch from Jerry Tan. Closes bugKjartan Maraas1-2/+6
2006-10-02- icon related cleanups - fix icon resizing Patches from Matthias ClasenDavyd Madeley1-33/+46
2006-08-01Set accessibility name (#337059).Ronald Bultje1-0/+5
2006-07-10Use multimedia-volume-control as the icon name instead of volume-knobRodney Dawes1-7/+7
2006-04-07Fix double-free on quit which would cause the panel to freeze underTim-Philipp Müller1-2/+0
2006-02-14Uses volume-0 for mute, 1 step for 0 < v < 33%, 2 steps for 33% < v < 66%Davyd Madeley1-1/+1
2006-02-12configure fixes for building with GST 0.8 add a comment to the aboutDavyd Madeley1-2/+12
2006-01-30add missing link flags for mixerDavyd Madeley1-0/+2
2006-01-30drivemount depends on GNOME-VFSDavyd Madeley1-2/+11
2005-12-20Fix memleak of pixmaps on exit (matters if you run multiple applets andRonald Bultje1-0/+11
2005-12-17Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>Ronald Bultje1-0/+20
2005-12-17Don't make images static, since then all applets will have the same sizeRonald Bultje1-21/+18
2005-12-17Explicitely initialize a value to NULL. (gnome_volume_applet_orientation):Ronald Bultje1-1/+2
2005-11-16A cleanup patch of serious scope. Cleanup and dead code removal fromDavyd Madeley1-4/+1
2005-11-02Do some magic to make the flicker between show-all, size-calculation andRonald Bultje1-0/+2
2005-10-16Fix compiler-specific weirdnesses in my fixes for rounding errors; patchRonald Bultje1-6/+6
2005-10-15Make mousewheel sensitivity of applet slightly more aggressive, whichRonald Bultje1-3/+3
2005-10-01Fix rounding errors for setting new volume after button-up or scroll-up.Ronald Bultje1-4/+5
2005-08-10Use volume (which is more detailed), rather than icon number (which isRonald Bultje1-3/+3
2005-08-07If your sound is muted on start, then we will first setup the applet, butRonald Bultje1-5/+5
2005-07-22Workaround some apparent "lag" in volume changes being propagated to theRonald Bultje1-14/+17
2005-06-11Properly initialise 'active_tracks' variable to NULL. Remove unused 'test'Ryan Lortie1-2/+3