summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* oss: document lacking multichannel support for ossLennart Poettering2009-05-261-0/+3
|
* alsa: disable multichannel support for alsaLennart Poettering2009-05-261-0/+5
|
* add proper multichannel support (includes of WAVEX files)Lennart Poettering2009-05-267-10/+236
|
* Remove deprecated GTK+ symbol. Fixes bug #21358.Andre Klapper2009-05-101-1/+1
|
* oss: initialize oss fd properly to avoid closing inappropriate file descriptorsBrian Cameron2009-05-101-0/+1
|
* Make libcanberra-gtk multihead safeChristian Persch2009-05-102-15/+58
| | | | | | Add ca_gtk_context_get_for_screen() that takes the settings from and listens for changes on the GtkSettings belonging to the screen, instead of the default one. FDO #21551.
* build-system: don't do gconf if gtk is disabledDaniel Macks2009-04-192-2/+5
| | | | | | | | libcanberra.schemas is the gconf hook for canberra-gtk-module, so it shouldn't be installed if gtk is disabled in the libcanberra build ("no canberra-gtk-module" should propagate "no pointers to it"). Closes bz #20926
* build-system: drop AM_ICONV since we don't need itDaniel Macks2009-04-191-4/+0
|
* pulse: don't hang when operation gets canceledFederico Mena-Quintero2009-04-193-4/+27
| | | | | | Handle properly when a sample play operation gets canceled. http://bugs.freedesktop.org/show_bug.cgi?id=21263
* pulse: set volume when streaming directlyMarc-André Lureau2009-04-181-1/+7
|
* canberra-gtk-play: add -V option for volumeMarc-André Lureau2009-04-181-1/+5
|
* pulse: use nofailMarc-André Lureau2009-04-181-32/+81
|
* update READMEv0.12Lennart Poettering2009-04-141-2/+9
|
* bump version and sonameLennart Poettering2009-04-141-3/+3
|
* don't crash if there is no default display on initialization. Fixes #20693Lennart Poettering2009-03-231-7/+22
|
* Detect forksLennart Poettering2009-03-236-4/+104
| | | | | | | | Some really stupid applications (Hey, vim, that means you!) love to fork after initializing gtk/libcanberra. This is really bad style. We however have to deal with this cleanly, so we try to detect the forks making sure all our calls fail cleanly after the fork.
* make use of PA_STREAM_FAIL_ON_SUSPEND if definedLennart Poettering2009-02-031-1/+7
|
* register a few new PA error codesLennart Poettering2009-02-031-3/+18
|
* Don't touch $(srcdir), symlink README in the build directory.Diego Elio 'Flameeyes' Pettenò2009-01-311-1/+1
| | | | | Without this there would be problems when doing out-of-tree builds with non-released tarballs.
* Remove libltdl, similarly to what has been done on PulseAudio.Diego Elio 'Flameeyes' Pettenò2009-01-314-7/+27
| | | | | | | Get rid of the internal copy of libltdl and instead use the system copy, requiring that to be available. It does not make sense to duplicate this further, and it's especially a bad idea to use an internal older copy of the library for distributors and final users.
* autoupdate: fix quoting.Diego Elio 'Flameeyes' Pettenò2009-01-311-1/+1
|
* Remove AC_TYPE_SIGNAL which is now deprecated.Diego Elio 'Flameeyes' Pettenò2009-01-311-1/+0
| | | | | | Not only the REGSIGTYPE definition that it created was never used, but also C89 require that the return is void. Since we already assume C99 support, we don't need to check for this.
* autoupdate: AC_HELP_STRING -> AS_HELP_STRING.Diego Elio 'Flameeyes' Pettenò2009-01-311-8/+8
|
* Move the safety check about pkg-config in bootstrap.sh.Diego Elio 'Flameeyes' Pettenò2009-01-312-8/+9
| | | | | Don't check twice for pkg-config during configure, since the undefined macro would be possibly caused on a different system.
* If supported, leave the volume for event sounds unspecifiedLennart Poettering2009-01-271-0/+4
|
* map: Don't export libtool symbolsMarc-André Lureau2009-01-221-0/+3
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* fix copyrightLennart Poettering2009-01-221-1/+1
|
* fix req'd automake versionLennart Poettering2009-01-221-1/+1
|
* update readme for 0.11v0.11Lennart Poettering2009-01-211-2/+11
|
* bump version/sonameLennart Poettering2009-01-211-2/+2
|
* gtk-doc.make is under gtkdocMarc-André Lureau2009-01-211-1/+1
| | | | | | | | | | `gtkdocize --copy --flavour no-tmpl --docdir gtkdoc' installs gtk-doc.make under "gtkdoc" directory. Tested on Debian unstable/experimental, gtk-doc-tools 1.10-1. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* update to libtool 2.2Lennart Poettering2009-01-213-18/+16
|
* Fixes for libcanberra GStreamer backendBrian Cameron2009-01-211-120/+207
| | | | | | | | | | | | | | I wrote the attached patch to fix some bugs in the GStreamer backend of libcanberra. When you run gnome-sound-properties, and then enable "Play alerts and sound effects" on the "Sounds" tab, then click on one of the little arrow buttons to preview the sound, it plays okay. However, the second time you try clicking on any little arrow preview buttons it crashes. It does this even if you wait for the first sound to stop playing before playing the second sound. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Fix check for Stereo/Mono filesLennart Poettering2009-01-071-1/+1
| | | | This typo was pointed out by Geert Hedde Bosman.
* Remove X-GNOME-Autostart-Notify since it is obsoleteLennart Poettering2009-01-071-1/+0
|
* include link to our new bz in READMELennart Poettering2008-12-141-0/+2
|
* Run lc-l-s in "Application" phase of gnome-sessionLennart Poettering2008-12-141-1/+1
| | | | | | | | | There is no need to make g-s wait for this lc-l-s when it plays the welcome tune. Hence move it to "Application" phase instead of "Desktop" phase. This is a result of a discussion with Behdad Esfahbod to optimize the login time.
* make _change_device() call take a const stringLennart Poettering2008-10-268-8/+8
|
* avoid duplicate definition of 'signal' to make gcc shut upLennart Poettering2008-10-261-2/+2
|
* add a few more events that need to be implementedLennart Poettering2008-10-261-0/+3
|
* fix wording in documentationLennart Poettering2008-10-261-2/+2
|
* don't call the driver's destroy function when initialization failedLennart Poettering2008-10-261-0/+1
|
* reorder inclusionsLennart Poettering2008-10-261-7/+6
|
* since our module interfacing is not versioned, move the modules to a ↵Lennart Poettering2008-10-261-1/+1
| | | | versioned subdir
* fix OSS checkLennart Poettering2008-10-261-1/+1
|
* update READMELennart Poettering2008-10-062-6/+5
|
* bump release and sonamev0.10Lennart Poettering2008-10-061-3/+3
|
* remove AM_LIBADD again since it is pointlessLennart Poettering2008-10-051-1/+0
|
* call AM_GCONF_SOURCE_2 unconditionallyLennart Poettering2008-10-051-1/+2
|
* minor build system fixesLennart Poettering2008-10-052-0/+2
|