summaryrefslogtreecommitdiff
path: root/src/modules/mixer/e_mod_main.c
Commit message (Expand)AuthorAgeFilesLines
* e_popup_autoclose() now also allows a delete function to replace normal popup...discomfitor2013-05-181-1/+1
* mixer: factorize popup&gadget balance&volume codeJérémy Zurcher2013-04-231-110/+27
* mixer: prevent mem leak and let default card setup on empty moduleJérémy Zurcher2013-04-231-1/+3
* if inst->channel is null... dont segv at least in mixer.Carsten Haitzler (Rasterman)2013-04-211-5/+7
* reprotect _mixer_popup_key_down_cbJérémy Zurcher2013-03-301-0/+1
* fix _e_popup_autoclose_key_down_cbJérémy Zurcher2013-03-301-1/+0
* mixer key control broken .. to the point it segs now. :) patch overCarsten Haitzler (Rasterman)2013-03-291-0/+1
* mixer: cleanup card and channel selection code pathJérémy Zurcher2013-03-061-1/+2
* mixer: take advantage of Channel capabilities bitmapJérémy Zurcher2013-03-061-18/+29
* mixer: use E_Mixer_Channel_Info as subsystem fct paramJérémy Zurcher2013-03-061-4/+4
* mixer: replace e_mod_system.h with e_mod_mixer.hcJérémy Zurcher2013-03-061-89/+21
* giant comp rejiggering commit #2: popups are now objects drawn directly onto ...Mike Blumenkrantz2013-02-181-66/+10
* revert mixer back to a working state -> rev 83903Carsten Haitzler2013-02-171-100/+150
* e_mixer: cleanup mixer card and channel selection code pathJérémy Zurcher2013-02-151-1/+2
* e_mixer: volume,mute,state set/get use channel info and capabilitiesJérémy Zurcher2013-02-141-23/+23
* e_mixer: ui uses e_mod_mixer_channel_is_monoJérémy Zurcher2013-02-141-23/+23
* e_mixer: use macro for capabilities queriesJérémy Zurcher2013-02-141-2/+2
* e_mixer: replace has_capture with capabilities bit mapJérémy Zurcher2013-02-141-19/+32
* e_mixer: channel_get_by_name returns a E_Mixer_Channel_InfoJérémy Zurcher2013-02-141-36/+39
* e_mixer: set pulse ready and update callbacks through e_mixer_pulse_init para...Jérémy Zurcher2013-02-141-3/+4
* e_mixer: extract mixer API into e_mod_mixerJérémy Zurcher2013-02-141-89/+21
* e_mixer: rename alsa functions e_mixer_system_ to e_mixer_alsa_Jérémy Zurcher2013-02-141-24/+24
* e_mixer: remove spacesJérémy Zurcher2013-02-141-2/+2
* giant commit that wipes all bindi^W^W^Wsplits out binding configs into a sepa...Mike Blumenkrantz2013-02-011-1/+1
* e mixer and battery modules: reuse notifications.Chidambar Zinnoury2013-01-171-3/+16
* e: Use internal client notification APIJosé Roberto de Souza2013-01-031-15/+9
* in a move which will make me tremendously unpopular, config versioning has be...Mike Blumenkrantz2012-12-211-11/+3
* sorry jeremy - back out your patch. mier more broken than before.Carsten Haitzler2012-12-191-3/+0
* From: Jérémy Zurcher <jeremy@asynk.ch>Jérémy Zurcher2012-12-191-0/+3
* Store and handle action names correctly. (patch from Igor Murzov)Massimo Maiurana2012-12-161-7/+7
* fix mixer crash on disconnectMike Blumenkrantz2012-12-101-5/+14
* Mark some strings for translation. (patch from Igor Murzov)Massimo Maiurana2012-12-091-3/+3
* don't update popup if popup doesn't existMike Blumenkrantz2012-12-071-0/+2
* when using pulseaudio, mixer gadget doesn't need to manually updateMike Blumenkrantz2012-12-071-3/+3
* muting volume no longer causes volume to changeMike Blumenkrantz2012-12-041-1/+0
* giant header overhaul which removes all the stupid one line function prototyp...Mike Blumenkrantz2012-11-301-1/+0
* only set mixer volume if we've truly saved mixer volume, prvents mixer being ...Mike Blumenkrantz2012-11-301-2/+4
* probably fix bug where mixer bindings would fail to be added again after refr...Mike Blumenkrantz2012-11-141-0/+3
* pulse mixer no longer runs its init function constantly and should allow the ...Mike Blumenkrantz2012-10-311-4/+23
* grab/ungrab keys when adding mixer actions to ensure that the keybinds are ad...Mike Blumenkrantz2012-10-011-0/+4
* possibly fix headphones crash from massimoMike Blumenkrantz2012-09-171-1/+2
* unset mixer gadget configs when the backend changes, also don't delete the ga...Mike Blumenkrantz2012-09-141-2/+7
* fix mixer stringshare usage (fixes looooooooots of crashes), also shutdown pu...Mike Blumenkrantz2012-09-141-0/+1
* well then.. let's not segv if card is null... yes - this is newCarsten Haitzler2012-09-141-0/+6
* set hint for mixer gadgets that user is using the default card so that if it ...Mike Blumenkrantz2012-09-131-2/+5
* fix dialog cleanups to work properlyMike Blumenkrantz2012-08-241-2/+1
* fix mixer gadget loading for pulseaudioMike Blumenkrantz2012-08-241-6/+14
* formattingMike Blumenkrantz2012-08-241-355/+352
* fix magic fail on mixer shutdownMike Blumenkrantz2012-08-241-3/+6
* more PATH_MAX cleanupsMike Blumenkrantz2012-08-221-1/+1