summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build-sys: bump sonames for v0.24Lennart Poettering2010-04-191-4/+4
|
* Compile with -DGSEAL_ENABLE. Fixes bug 27048.Andre Klapper2010-04-193-6/+6
|
* pulse: fix use after free in stream_drain_cb()Michal Schmidt2010-03-301-4/+4
|
* fork: call getpid() only onceLennart Poettering2010-03-301-3/+4
|
* pulse: fix finish notification for cached sample playbackLennart Poettering2010-02-211-11/+8
|
* props: set a couple of additional properties by default, and ensure clients ↵Lennart Poettering2010-02-203-11/+23
| | | | may override them
* build-sys: prepare v0.23v0.23Lennart Poettering2010-02-202-4/+10
|
* src: reindent for 8ch indentingLennart Poettering2010-02-2039-5647/+5727
| | | | | | | | | | 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.
* pulse: fix a minor race with sound cancellationLennart Poettering2010-02-201-4/+18
| | | | | | | | | If we call pa_stream_drain() and immediately afterwards destroy the stream it might happen that the pa_stream_drain() callback is called after the destruction finished pointing to an invalid out structure. To fix this we need to terminate the _drain() callback to make sure the reference to the not existing structure is dropped.
* vala: update vapi file for new definitionsLennart Poettering2010-02-191-0/+9
|
* header: mention when CA_PROP_CANBERRA_FORCE_CHANNEL was introducedLennart Poettering2010-02-191-0/+2
|
* pulse: pass selected device to server when playing uncached streamLennart Poettering2010-02-191-1/+1
|
* gstreamer: add missing unistd.h inclusionLennart Poettering2010-02-191-1/+2
|
* vorbis: support the recently defined 6.1 and 7.1 modes of vorbisLennart Poettering2010-01-141-1/+21
|
* Fix fd leak in libcanberraEric Sesterhenn2010-01-061-2/+5
| | | | | | | | | | | | hi, while playing around with cppcheck, the tool noticed that there is a file descriptor leak: [libcanberra-0.22/src/gstreamer.c:285]: (error) Resource leak: fd Attached patch fixes the leak in two places. Regards, Eric
* gtk: add missing castv0.22Lennart Poettering2009-10-201-3/+5
|
* new releaseLennart Poettering2009-10-202-2/+7
|
* gtk: only use GdkEvent::window if it is setLennart Poettering2009-10-191-1/+5
|
* new release 0.21v0.21Lennart Poettering2009-10-162-2/+6
|
* gtk: Do not dereference a null window.Colin Guthrie2009-10-151-1/+5
| | | | Fixes GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
* new release 0.20v0.20Lennart Poettering2009-10-152-1/+5
|
* gtk: fix castingLennart Poettering2009-10-151-1/+1
|
* update README.html for 0.19v0.19Lennart Poettering2009-10-141-2/+8
|
* build-sys: bump version and sonameLennart Poettering2009-10-141-2/+2
|
* gtk: verify that a widget is realized before we try to access its XIDLennart Poettering2009-10-071-8/+13
|
* gtk: refresh event->window after dequeingLennart Poettering2009-10-071-0/+8
|
* gtk: even if GtkSettings is not available use contextLennart Poettering2009-10-071-15/+14
|
* gtk: fix calculation of event hpos/vposLennart Poettering2009-10-071-2/+2
|
* update readme for releasev0.18Lennart Poettering2009-09-201-0/+4
|
* build-sys: fix module pathLennart Poettering2009-09-201-2/+2
|
* gtk: initialize window.desktop property by defaultLennart Poettering2009-09-193-19/+57
|
* gtk: add various validity checks before using data from GdkWindowLennart Poettering2009-09-191-44/+52
| | | | | | Only access the GdkWindow of realized widgets Clamp positions into range.
* props: introduce CA_PROP_WINDOW_DESKTOPLennart Poettering2009-09-191-0/+13
|
* gtk-module: ignore xembed windowsLennart Poettering2009-09-191-11/+62
|
* build-sys: bump version and soname in preparation for releaseLennart Poettering2009-09-191-2/+2
|
* pulse: when coming back from event loop wait, check if the context still existsLennart Poettering2009-09-191-9/+22
|
* gtk-module: don't generate sound events for undecorated popupsLennart Poettering2009-09-191-1/+1
|
* gtk-module: recognize sticky windows properlyLennart Poettering2009-09-191-1/+1
|
* gtk-module: don't leak memory when reading X11 propertiesLennart Poettering2009-09-191-4/+6
|
* build-sys: actually include libcanberra-ready-sound.desktop.in in tarballv0.17Lennart Poettering2009-09-121-0/+2
|
* update README for 0.17Lennart Poettering2009-09-121-1/+5
|
* build-sys: prepare release 0.17Lennart Poettering2009-09-121-3/+3
|
* vala: install .vapi files by defaultLennart Poettering2009-09-123-1/+12
|
* gtk-module: generate event sound when expander is expandedLennart Poettering2009-09-111-3/+23
|
* gtk-module: generate event sounds for drag/dropLennart Poettering2009-09-111-5/+48
|
* gtk: introduce two environment variables to force use of event sounds/input ↵Lennart Poettering2009-09-112-4/+8
| | | | feedback
* gtk-module: clean up debug loggingLennart Poettering2009-09-111-4/+11
|
* gtk-module: properly detect whether a module is iconizedLennart Poettering2009-09-111-47/+78
| | | | | This also undos all the rubbish that was accidentally commited in fa57c45bd22e5d6222b2678097a06b09ec98eabb.
* hide libcanberra-ready-sound.desktop from gitLennart Poettering2009-09-111-0/+1
|
* gtk: generate window position/size properties in ↵Lennart Poettering2009-09-111-0/+45
| | | | ca_gtk_proplist_set_for_widget()