Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-18 | Remove weak pointers on dispose | Adric Blake | 4 | -0/+53 | |
A weak pointer has a callback that will happily overwrite freed object memory if the weakly referenced object outlives the object storing the reference. Remove those callbacks when they are no longer needed. | |||||
2019-12-10 | Fix cppcheck [syntaxError] warnings | Pablo Barciela | 7 | -16/+16 | |
2019-11-01 | avoid redundant redeclarations | Pablo Barciela | 12 | -40/+0 | |
2019-10-09 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -6/+12 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary. | |||||
2019-06-28 | libmatemixer: avoid deprecated g_type_class_add_private | Wu Xiaotian | 12 | -72/+24 | |
2016-01-04 | Make sure each stream has a default control to match documented behaviour | Michal Ratajsky | 1 | -1/+11 | |
2016-01-04 | Improve error checking in many places | Michal Ratajsky | 4 | -0/+11 | |
2015-12-10 | Replace leading spaces in Makefiles with tabs | Michal Ratajsky | 1 | -46/+46 | |
2015-12-10 | Improve and tidy configure.ac | Michal Ratajsky | 1 | -1/+1 | |
2015-01-12 | drop support for GLib < 2.36 | Monsta | 1 | -4/+0 | |
2014-11-10 | Change MateMixerSwitchFlags into MateMixerStreamSwitchFlags | Michal Ratajsky | 7 | -68/+68 | |
2014-11-10 | Change MateMixerToggle into MateMixerStreamToggle and adapt ALSA | Michal Ratajsky | 6 | -154/+155 | |
2014-11-08 | Return MateMixerDeviceSwitch and MateMixerStreamSwitch from functions when ↵ | Michal Ratajsky | 4 | -30/+36 | |
feasible and include docs of the new classes | |||||
2014-11-08 | Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and ↵ | Michal Ratajsky | 9 | -61/+128 | |
MateMixerStreamSwitchRole | |||||
2014-11-08 | Add MateMixerDeviceSwitch and MateMixerStreamSwitch classes | Michal Ratajsky | 7 | -0/+448 | |
2014-10-31 | Remove ability to have no active switch option and fix OSS to correctly ↵ | Michal Ratajsky | 3 | -9/+5 | |
handle such case | |||||
2014-10-15 | Fix includes directory and pkg-config file | infirit | 1 | -1/+1 | |
2014-09-07 | Turn MateMixerStoredControl into an abstract class | Michal Ratajsky | 2 | -24/+125 | |
2014-09-06 | Minor code and styling improvements | Michal Ratajsky | 15 | -352/+323 | |
2014-09-05 | Documentation additions and fixes | Michal Ratajsky | 7 | -30/+233 | |
2014-08-29 | Include missing enum values in enum-types | Michal Ratajsky | 1 | -0/+2 | |
2014-08-29 | Include backend flags in backend info and add a flag indicating stored ↵ | Michal Ratajsky | 5 | -29/+19 | |
controls support | |||||
2014-08-28 | Cosmetic fixes | Michal Ratajsky | 4 | -12/+15 | |
2014-08-28 | Documentation additions and fixes | Michal Ratajsky | 7 | -85/+460 | |
2014-08-21 | Fix memory problems in ALSA and MateMixerToggle and rename toggle option ↵ | Michal Ratajsky | 1 | -19/+26 | |
properties | |||||
2014-08-20 | Fix a typo and some compiler warnings | Michal Ratajsky | 1 | -1/+1 | |
2014-08-20 | Remember the value and notify after changing balance or fade | Michal Ratajsky | 1 | -4/+12 | |
2014-08-20 | Corrections to gtk-doc | Michal Ratajsky | 15 | -23/+86 | |
2014-08-20 | Return correct result after muting | Michal Ratajsky | 1 | -1/+1 | |
2014-08-20 | Fix some refcounting and stream control parent setting issues | Michal Ratajsky | 2 | -23/+10 | |
2014-08-20 | Notify on mute from main library and add a debug message | Michal Ratajsky | 1 | -7/+15 | |
2014-08-18 | Global update | Michal Ratajsky | 40 | -2043/+1906 | |
2014-08-12 | Fix compilation | Michal Ratajsky | 1 | -3/+3 | |
2014-08-12 | Merge branch 'oss-alsa' | Michal Ratajsky | 39 | -2332/+4298 | |
2014-08-12 | Add ALSA, improve OSS and remove OSS4 | Michal Ratajsky | 39 | -2232/+3917 | |
2014-07-27 | Beginning of OSS4 support | Michal Ratajsky | 1 | -3/+6 | |
2014-07-25 | Fix return value | Michal Ratajsky | 1 | -1/+1 | |
2014-07-25 | Support OSS | Michal Ratajsky | 9 | -537/+813 | |
2014-07-20 | Fail when an unavailable module is requested | Michal Ratajsky | 1 | -10/+16 | |
2014-07-18 | Add module skeleton and build support | Michal Ratajsky | 1 | -0/+2 | |
2014-07-18 | PulseAudio fixes and API updates | Michal Ratajsky | 23 | -654/+1234 | |
2014-07-05 | Add ability to set monitor name and fix a few problems | Michal Ratajsky | 3 | -62/+113 | |
2014-07-04 | Rename MateMixerProfile to MateMixerDeviceProfile and add number of streams ↵ | Michal Ratajsky | 9 | -313/+377 | |
in a profile | |||||
2014-07-03 | PulseAudio and API fixes | Michal Ratajsky | 9 | -82/+123 | |
2014-06-26 | Minor fixes | Michal Ratajsky | 1 | -1/+1 | |
2014-06-22 | Add base_volume and correctly set active stream port | Michal Ratajsky | 2 | -2/+21 | |
2014-06-21 | Update decibel handling API and PulseAudio code | Michal Ratajsky | 3 | -48/+56 | |
2014-06-20 | Pulse and API updates, fixes | Michal Ratajsky | 23 | -845/+1341 | |
2014-06-13 | Weekly update | Michal Ratajsky | 23 | -302/+1848 | |
2014-06-07 | Fix properties | Michal Ratajsky | 4 | -32/+81 | |