summaryrefslogtreecommitdiffstats
path: root/src/common.c
Commit message (Collapse)AuthorAgeFilesLines
* src: reindent for 8ch indentingLennart Poettering2010-02-201-250/+252
| | | | | | | | | | I am slowly moving all my projects to kernel-inspired 8ch indenting. This will break patches that haven't been merged yet, which I am aware of, but OTOH in times of git's --ignore-space-change shouldn't be too problematic. Yes, I am aware that reindenting like this sucks, but I cannot stand 4ch indenting anymore. Sorry.
* implement ca_context_playing() callLennart Poettering2009-08-271-0/+29
|
* pulse: don't hang when operation gets canceledFederico Mena-Quintero2009-04-191-1/+2
| | | | | | Handle properly when a sample play operation gets canceled. http://bugs.freedesktop.org/show_bug.cgi?id=21263
* Detect forksLennart Poettering2009-03-231-1/+16
| | | | | | | | 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.
* fix wording in documentationLennart Poettering2008-10-261-2/+2
|
* move ca_proplist_merge_ap()/ca_proplist_from_ap() to proplist.c where it belongsLennart Poettering2008-10-051-43/+0
|
* look into all themes for soundsLennart Poettering2008-08-141-1/+1
|
* don't assert existance of event id in propertiesLennart Poettering2008-08-141-1/+3
|
* fix license wordingLennart Poettering2008-08-061-1/+1
|
* fix another s/streq/ca_streq/Lennart Poettering2008-06-251-2/+2
|
* Replace streq with ca_streqMarc-André Lureau2008-06-241-3/+3
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* add new property CA_PROP_CANBERRA_ENABLE for disabling/enabling event soundsLennart Poettering2008-06-231-1/+16
|
* remove debug messageLennart Poettering2008-06-221-2/+0
|
* Remove svn ids, since they are obsolete in git timesLennart Poettering2008-06-101-2/+0
|
* add complete documentationLennart Poettering2008-06-091-3/+290
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@57 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* unify double inclusion defines src/sound-theme-spec.h src/read-wav.h ↵Lennart Poettering2008-06-061-4/+20
| | | | | | src/read-vorbis.h src/proplist.h src/mutex.h src/llist.h src/common.h git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@52 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* add human readable error string for CA_ERROR_INTERNALLennart Poettering2008-06-051-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@46 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* finalize gtk bindingLennart Poettering2008-05-291-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@37 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* preliminary gtk bindingLennart Poettering2008-05-291-11/+19
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@36 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* autoconfizationLennart Poettering2008-05-271-9/+21
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@13 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* move sources to src/ subdirLennart Poettering2008-05-261-0/+380
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@12 01b60673-d06a-42c0-afdd-89cb8e0f78ac