summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* handle terminated context state properlyLennart Poettering2008-08-141-1/+4
|
* allow sound events with no event id, but with file nameLennart Poettering2008-08-141-34/+46
|
* fall back to filename property if event id property doesn't existLennart Poettering2008-08-141-5/+6
|
* don't assert existance of event id in propertiesLennart Poettering2008-08-141-1/+3
|
* add test case for by-filename sound eventsLennart Poettering2008-08-141-0/+8
|
* Non-portable linker flagDaniel Macks2008-08-131-2/+5
| | | | | | | | | | | | | | | | | | -version-script is an ELF/GNU-ld feature, not available with other linkers & platforms. Libtool already knows when to use it, so attached path just piggy-backs on their main test for this feature. I think they also exclude some other platforms, but this appears to work on linux (passes the flag, tested with libtool-1.5.22) with and OS X (doesn't pass it, tested with libtool-2.2.4). dan -- Daniel Macks dmacks@netspace.org http://www.netspace.org/~dmacks Signed-off-by: Lennart Poettering <lennart@poettering.net>
* hide warning by defaultLennart Poettering2008-08-071-2/+2
|
* fix license wordingLennart Poettering2008-08-0634-34/+34
|
* implicitly add a few common propertiesLennart Poettering2008-08-041-0/+16
|
* actually generate logout sounds on logoutLennart Poettering2008-08-041-1/+1
|
* don't fail if we fail to set canberra propertiesLennart Poettering2008-08-041-3/+3
|
* add G_MODULE_EXPORT to gtk_module_init()Lennart Poettering2008-07-301-1/+1
|
* strip canberra properties already when we are connectingLennart Poettering2008-07-301-0/+2
|
* strip more properties when cacheingLennart Poettering2008-07-301-5/+7
|
* allow setting of cache control propertyLennart Poettering2008-07-301-3/+7
|
* generate gnome login/logout sounds from libcanberraLennart Poettering2008-07-304-0/+39
|
* fix bogus assertv0.4Lennart Poettering2008-07-251-1/+1
|
* move ca_debug to a proper source filesLennart Poettering2008-07-253-9/+36
|
* bump sonamesLennart Poettering2008-07-251-2/+2
|
* Merge branch 'gst'Lennart Poettering2008-07-2512-33/+436
|\
| * filter out recursive 'multi' invocations and duplicate entries in the ↵Lennart Poettering2008-06-251-0/+7
| | | | | | | | backend list
| * only install callback if a cb was passedLennart Poettering2008-06-251-1/+1
| |
| * add new multi driver, which hands of a play request to the first driver that ↵Lennart Poettering2008-06-252-1/+340
| | | | | | | | wants to take it
| * add a few missing assertsLennart Poettering2008-06-251-0/+3
| |
| * export the driver_order as ca_driver_orderLennart Poettering2008-06-253-12/+67
| |
| * remove a superfluous newlineLennart Poettering2008-06-251-1/+1
| |
| * remove a superfluous newlineLennart Poettering2008-06-251-1/+0
| |
| * fix another s/streq/ca_streq/Lennart Poettering2008-06-251-2/+2
| |
| * Replace streq with ca_streqMarc-André Lureau2008-06-247-15/+15
| | | | | | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | check for existance of .disabled files for allowing disabling event sounds; ↵Lennart Poettering2008-07-251-109/+164
| | | | | | | | reorder checking order so that themes can easily overwrite themes they inherit from
* | fix reading of 8bit audio filesLennart Poettering2008-07-181-1/+1
| |
* | fix likely/unlikey gcc checkLennart Poettering2008-07-181-1/+1
| |
* | ancient versions of gcc don't have __builtin_expectLennart Poettering2008-07-181-1/+1
|/
* properly hookup with new GtkSettings properties gtk-enable-input-feedback-soundsLennart Poettering2008-06-231-0/+28
|
* properly hookup with new GtkSettings properties gtk-sound-theme-name and ↵Lennart Poettering2008-06-231-18/+41
| | | | gtk-enable-event-sounds
* add new property CA_PROP_CANBERRA_ENABLE for disabling/enabling event soundsLennart Poettering2008-06-232-2/+31
|
* properly fall back to the freedesktop theme if the configured theme doesn't ↵Lennart Poettering2008-06-231-2/+6
| | | | exist
* add new tool canberra-gtk-play for playing arbitrary event sounds from the ↵Lennart Poettering2008-06-223-0/+114
| | | | command line
* remove debug messageLennart Poettering2008-06-221-2/+0
|
* ship versioning script in tarballLennart Poettering2008-06-171-0/+3
|
* hide unprefixed driver symbols in libcanberra.so to avoid name clashesLennart Poettering2008-06-172-1/+13
|
* bump versionLennart Poettering2008-06-141-1/+1
|
* extend list of sounds that still need to be implementedLennart Poettering2008-06-141-0/+1
|
* move plugins to a subdirectory of /usr/libLennart Poettering2008-06-142-19/+22
|
* bump version idLennart Poettering2008-06-111-1/+3
|
* Add missing cplusplus C declaration in headersMarc-Andre Lureau2008-06-112-0/+12
| | | | | Signed-off-by: Marc-Andre Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <mzfuryy@0pointer.net>
* remove obsolete test-gtk.c fileLennart Poettering2008-06-111-18/+0
|
* update .gitignore filesLennart Poettering2008-06-111-0/+4
|
* properly set the hpos/vpos properties in a locale independant wayLennart Poettering2008-06-111-2/+6
|
* Make automatic backend discovery actually workLennart Poettering2008-06-111-2/+9
|