summaryrefslogtreecommitdiff
path: root/libmatemixer
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Make sure each stream has a default control to match documented behaviourMichal Ratajsky1-1/+11
2016-01-04Improve error checking in many placesMichal Ratajsky4-0/+11
2015-12-10Replace leading spaces in Makefiles with tabsMichal Ratajsky1-46/+46
2015-12-10Improve and tidy configure.acMichal Ratajsky1-1/+1
2015-01-12drop support for GLib < 2.36Monsta1-4/+0
2014-11-10Change MateMixerSwitchFlags into MateMixerStreamSwitchFlagsMichal Ratajsky7-68/+68
2014-11-10Change MateMixerToggle into MateMixerStreamToggle and adapt ALSAMichal Ratajsky6-154/+155
2014-11-08Return MateMixerDeviceSwitch and MateMixerStreamSwitch from functions when fe...Michal Ratajsky4-30/+36
2014-11-08Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and MateMixerStreamS...Michal Ratajsky9-61/+128
2014-11-08Add MateMixerDeviceSwitch and MateMixerStreamSwitch classesMichal Ratajsky7-0/+448
2014-10-31Remove ability to have no active switch option and fix OSS to correctly handl...Michal Ratajsky3-9/+5
2014-10-15Fix includes directory and pkg-config fileinfirit1-1/+1
2014-09-07Turn MateMixerStoredControl into an abstract classMichal Ratajsky2-24/+125
2014-09-06Minor code and styling improvementsMichal Ratajsky15-352/+323
2014-09-05Documentation additions and fixesMichal Ratajsky7-30/+233
2014-08-29Include missing enum values in enum-typesMichal Ratajsky1-0/+2
2014-08-29Include backend flags in backend info and add a flag indicating stored contro...Michal Ratajsky5-29/+19
2014-08-28Cosmetic fixesMichal Ratajsky4-12/+15
2014-08-28Documentation additions and fixesMichal Ratajsky7-85/+460
2014-08-21Fix memory problems in ALSA and MateMixerToggle and rename toggle option prop...Michal Ratajsky1-19/+26
2014-08-20Fix a typo and some compiler warningsMichal Ratajsky1-1/+1
2014-08-20Remember the value and notify after changing balance or fadeMichal Ratajsky1-4/+12
2014-08-20Corrections to gtk-docMichal Ratajsky15-23/+86
2014-08-20Return correct result after mutingMichal Ratajsky1-1/+1
2014-08-20Fix some refcounting and stream control parent setting issuesMichal Ratajsky2-23/+10
2014-08-20Notify on mute from main library and add a debug messageMichal Ratajsky1-7/+15
2014-08-18Global updateMichal Ratajsky40-2043/+1906
2014-08-12Fix compilationMichal Ratajsky1-3/+3
2014-08-12Merge branch 'oss-alsa'Michal Ratajsky39-2332/+4298
2014-08-12Add ALSA, improve OSS and remove OSS4Michal Ratajsky39-2232/+3917
2014-07-27Beginning of OSS4 supportMichal Ratajsky1-3/+6
2014-07-25Fix return valueMichal Ratajsky1-1/+1
2014-07-25Support OSSMichal Ratajsky9-537/+813
2014-07-20Fail when an unavailable module is requestedMichal Ratajsky1-10/+16
2014-07-18Add module skeleton and build supportMichal Ratajsky1-0/+2
2014-07-18PulseAudio fixes and API updatesMichal Ratajsky23-654/+1234
2014-07-05Add ability to set monitor name and fix a few problemsMichal Ratajsky3-62/+113
2014-07-04Rename MateMixerProfile to MateMixerDeviceProfile and add number of streams i...Michal Ratajsky9-313/+377
2014-07-03PulseAudio and API fixesMichal Ratajsky9-82/+123
2014-06-26Minor fixesMichal Ratajsky1-1/+1
2014-06-22Add base_volume and correctly set active stream portMichal Ratajsky2-2/+21
2014-06-21Update decibel handling API and PulseAudio codeMichal Ratajsky3-48/+56
2014-06-20Pulse and API updates, fixesMichal Ratajsky23-845/+1341
2014-06-13Weekly updateMichal Ratajsky23-302/+1848
2014-06-07Fix propertiesMichal Ratajsky4-32/+81
2014-06-07Weekly updateMichal Ratajsky27-918/+1749
2014-05-25Remove latency-offsetMichal Ratajsky2-32/+2
2014-05-25Fix enum typesMichal Ratajsky7-97/+161
2014-05-24General additions and improvementsMichal Ratajsky13-181/+448
2014-05-24Initial commitMichal Ratajsky21-0/+1722