summaryrefslogtreecommitdiff
path: root/src/channelwidget.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Split pavucontrol.glade into separate .ui filesJA1-3/+1
2024-04-26Embed ui file as resource and clean it upJA1-2/+2
2024-04-12Use Gtk4 instead of Gtk3JA1-9/+11
2019-02-26channelwidget: ensure that all channel labels have the same widthTanu Kaskinen1-1/+18
2019-02-26channelwidget: refactor to reduce repetitionTanu Kaskinen1-1/+17
2019-02-25channelwidget: Make volume strings translatable and add missing spaceKarl Ove Hufthammer1-4/+4
2014-09-07Reference the widget before returning it from ::create methodsHans de Goede1-0/+1
2011-03-09volume: Don't bother setting the steps.Colin Guthrie1-4/+0
2011-03-09volume: Support volumes up to 11.Colin Guthrie1-27/+27
2011-03-03Drop the need to use libglademmRafał Mużyło1-2/+4
2009-10-03volume: Set the scale properly for delta changes via mouse/keyboard.Colin Guthrie1-1/+1
2009-08-27fix event sound generation for volume changesLennart Poettering1-17/+0
2009-08-27only assume that the minimal volume is silence for devices that can do dB vol...Lennart Poettering1-1/+2
2009-06-17Adapt to new UIColin Guthrie1-3/+3
2009-03-21configure steps for scalesLennart Poettering1-5/+9
2009-03-21visualize base volumeLennart Poettering1-0/+13
2009-03-18Move config.h inclusion to the .cc filesColin Guthrie1-0/+4
2009-03-15Move common setup into a shared headerColin Guthrie1-0/+2
2009-03-15Split channelwidget into separate files. Also separate out the definition of ...Colin Guthrie1-0/+109