index
:
libcanberra.git
master
Portable Sound Event API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dso: quieten gcc a bit
Lennart Poettering
2009-08-27
1
-1
/
+1
*
add description to autostart file
Andrew Higginson
2009-08-16
1
-0
/
+1
*
gtk: don't take gdk lock since it is not recursive and it might already be taken
Lennart Poettering
2009-08-04
1
-4
/
+0
*
dso: don't assume LT_ERROR_MAX is size of table[]
Marc-André Lureau
2009-07-31
1
-2
/
+5
*
pulse: split up handling of outstanding structs into part where the lock must...
Lennart Poettering
2009-07-30
1
-91
/
+122
*
gtk-module: use gdk_threads_add_idle_full instead of g_idle_full() for thread...
Lennart Poettering
2009-07-28
1
-1
/
+1
*
pulse: rework reconnection logic, to not enter endless loop when server is no...
Lennart Poettering
2009-07-01
1
-23
/
+59
*
Be a bit more verbose on error conditions
Lennart Poettering
2009-07-01
1
-1
/
+1
*
pulse: don't hang if vorbis hits EOF earlier than advertised
Lennart Poettering
2009-07-01
1
-2
/
+5
*
git: hide canberra.h from git
Lennart Poettering
2009-06-23
1
-0
/
+1
*
proplist: set prev_item when adding a new key/value pair
Vivian Zhang
2009-06-23
1
-2
/
+4
*
Missing fallback theme breaks the user specified one
Richard Purdie
2009-05-27
1
-2
/
+2
*
multichannel: introduce a proper name for the CA_PROP_CANBERRA_FORCE_CHANNEL ...
Lennart Poettering
2009-05-26
2
-2
/
+19
*
build-system: properly rename canberra.h to canberra.h.in
Lennart Poettering
2009-05-26
1
-1
/
+1
*
build-system: introduce macros PA_MAJOR, PA_MINOR, PA_CHECK_VERSION
Lennart Poettering
2009-05-26
1
-0
/
+24
*
pulse: implement canberra.force_channel property that forces an event sound t...
Lennart Poettering
2009-05-26
1
-3
/
+39
*
canberra-gtk-play: implement --property=
Lennart Poettering
2009-05-26
1
-11
/
+49
*
oss: document lacking multichannel support for oss
Lennart Poettering
2009-05-26
1
-0
/
+3
*
alsa: disable multichannel support for alsa
Lennart Poettering
2009-05-26
1
-0
/
+5
*
add proper multichannel support (includes of WAVEX files)
Lennart Poettering
2009-05-26
7
-10
/
+236
*
Remove deprecated GTK+ symbol. Fixes bug #21358.
Andre Klapper
2009-05-10
1
-1
/
+1
*
oss: initialize oss fd properly to avoid closing inappropriate file descriptors
Brian Cameron
2009-05-10
1
-0
/
+1
*
Make libcanberra-gtk multihead safe
Christian Persch
2009-05-10
2
-15
/
+58
*
pulse: don't hang when operation gets canceled
Federico Mena-Quintero
2009-04-19
3
-4
/
+27
*
pulse: set volume when streaming directly
Marc-André Lureau
2009-04-18
1
-1
/
+7
*
canberra-gtk-play: add -V option for volume
Marc-André Lureau
2009-04-18
1
-1
/
+5
*
pulse: use nofail
Marc-André Lureau
2009-04-18
1
-32
/
+81
*
don't crash if there is no default display on initialization. Fixes #20693
Lennart Poettering
2009-03-23
1
-7
/
+22
*
Detect forks
Lennart Poettering
2009-03-23
6
-4
/
+104
*
make use of PA_STREAM_FAIL_ON_SUSPEND if defined
Lennart Poettering
2009-02-03
1
-1
/
+7
*
register a few new PA error codes
Lennart Poettering
2009-02-03
1
-3
/
+18
*
Remove libltdl, similarly to what has been done on PulseAudio.
Diego Elio 'Flameeyes' Pettenò
2009-01-31
1
-2
/
+0
*
If supported, leave the volume for event sounds unspecified
Lennart Poettering
2009-01-27
1
-0
/
+4
*
map: Don't export libtool symbols
Marc-André Lureau
2009-01-22
1
-0
/
+3
*
Fixes for libcanberra GStreamer backend
Brian Cameron
2009-01-21
1
-120
/
+207
*
Fix check for Stereo/Mono files
Lennart Poettering
2009-01-07
1
-1
/
+1
*
Remove X-GNOME-Autostart-Notify since it is obsolete
Lennart Poettering
2009-01-07
1
-1
/
+0
*
Run lc-l-s in "Application" phase of gnome-session
Lennart Poettering
2008-12-14
1
-1
/
+1
*
make _change_device() call take a const string
Lennart Poettering
2008-10-26
8
-8
/
+8
*
avoid duplicate definition of 'signal' to make gcc shut up
Lennart Poettering
2008-10-26
1
-2
/
+2
*
add a few more events that need to be implemented
Lennart Poettering
2008-10-26
1
-0
/
+3
*
fix wording in documentation
Lennart Poettering
2008-10-26
1
-2
/
+2
*
don't call the driver's destroy function when initialization failed
Lennart Poettering
2008-10-26
1
-0
/
+1
*
reorder inclusions
Lennart Poettering
2008-10-26
1
-7
/
+6
*
since our module interfacing is not versioned, move the modules to a versione...
Lennart Poettering
2008-10-26
1
-1
/
+1
*
remove AM_LIBADD again since it is pointless
Lennart Poettering
2008-10-05
1
-1
/
+0
*
minor build system fixes
Lennart Poettering
2008-10-05
1
-0
/
+1
*
implement ca_memdup()
Lennart Poettering
2008-10-05
1
-0
/
+13
*
move ca_proplist_merge_ap()/ca_proplist_from_ap() to proplist.c where it belongs
Lennart Poettering
2008-10-05
5
-48
/
+49
*
fix prefix of byte order macros
Lennart Poettering
2008-10-05
2
-49
/
+49
[prev]
[next]