Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing link for libx11 (needed to build gnome-games from trunk) | Jeremy Bicha | 2012-09-25 | 1 | -0/+1 |
| | |||||
* | gtk: g_thread_init() is obsolete | Lennart Poettering | 2012-09-25 | 1 | -1/+0 |
| | |||||
* | gstreamer: port to GStreamer 1.0 | Dominique Leuenberger | 2012-09-25 | 1 | -5/+5 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=54455 | ||||
* | systemd: use logic OR condition | Lennart Poettering | 2012-05-15 | 1 | -2/+2 |
| | |||||
* | git: update .gitignore | Lennart Poettering | 2012-05-15 | 1 | -7/+7 |
| | |||||
* | pulse: don' try to reconnect immediately if PA is dying | Lennart Poettering | 2012-05-15 | 1 | -5/+8 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=35024 | ||||
* | build-sys: modernize build system | Lennart Poettering | 2012-05-15 | 1 | -3/+4 |
| | |||||
* | gtk: fix compilation for gtk2 | David Henningsson | 2011-10-11 | 1 | -0/+6 |
| | | | | | | gdk_error_trap_pop_ignored() is not present in gtk2. https://bugs.launchpad.net/bugs/862553 | ||||
* | trap BadWindow (and similar) X errors when calling XGetWindowProperty() (LP: ↵ | Michael Vogt | 2011-09-29 | 1 | -0/+3 |
| | | | | #834403) | ||||
* | login: update login autostart files for gnome 3 | Lennart Poettering | 2011-02-24 | 2 | -2/+2 |
| | | | | | This removes compatibility with older gnome versions, more specifically gnome-session versions. | ||||
* | gtk: enable gtk module by default in gnome3 | Lennart Poettering | 2011-02-24 | 2 | -1/+12 |
| | |||||
* | gtk3: skip gtk_quit_add() for now | Lennart Poettering | 2011-02-18 | 1 | -0/+6 |
| | | | | | | | gtk3 removed gtk_quit_add() without replacement. We need this functionality however. But for now comment this and complain. https://bugzilla.gnome.org/show_bug.cgi?id=639770 | ||||
* | cache: don't use $HOME when it is not set | Lennart Poettering | 2011-02-09 | 1 | -12/+19 |
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610754 | ||||
* | systemd: add unit for bootup and shutdown sounds | Lennart Poettering | 2011-02-09 | 5 | -4/+72 |
| | |||||
* | boot: add utility to play boot up sound | Lennart Poettering | 2011-02-09 | 4 | -4/+261 |
| | |||||
* | gtk: Fix the build with current GTK+ | Matthias Clasen | 2010-09-27 | 1 | -0/+4 |
| | | | | | gdk_drawable_get_screen has been removed in GTK3. Instead, use gdk_window_get_screen. | ||||
* | build-sys: various build-system beautifications | Lennart Poettering | 2010-06-13 | 1 | -4/+4 |
| | |||||
* | cache: don't use destructors unless running in valgrind | Lennart Poettering | 2010-06-13 | 1 | -0/+4 |
| | |||||
* | build-sys: properly create gtk3 module link | Lennart Poettering | 2010-06-13 | 1 | -2/+4 |
| | |||||
* | gtk: optionally build for both gtk2 and gtk3 | Lennart Poettering | 2010-06-10 | 1 | -8/+69 |
| | |||||
* | Compile with -DGSEAL_ENABLE. Fixes bug 27048. | Andre Klapper | 2010-04-19 | 2 | -5/+5 |
| | |||||
* | pulse: fix use after free in stream_drain_cb() | Michal Schmidt | 2010-03-30 | 1 | -4/+4 |
| | |||||
* | fork: call getpid() only once | Lennart Poettering | 2010-03-30 | 1 | -3/+4 |
| | |||||
* | pulse: fix finish notification for cached sample playback | Lennart Poettering | 2010-02-21 | 1 | -11/+8 |
| | |||||
* | props: set a couple of additional properties by default, and ensure clients ↵ | Lennart Poettering | 2010-02-20 | 3 | -11/+23 |
| | | | | may override them | ||||
* | src: reindent for 8ch indenting | Lennart Poettering | 2010-02-20 | 39 | -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 cancellation | Lennart Poettering | 2010-02-20 | 1 | -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. | ||||
* | header: mention when CA_PROP_CANBERRA_FORCE_CHANNEL was introduced | Lennart Poettering | 2010-02-19 | 1 | -0/+2 |
| | |||||
* | pulse: pass selected device to server when playing uncached stream | Lennart Poettering | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | gstreamer: add missing unistd.h inclusion | Lennart Poettering | 2010-02-19 | 1 | -1/+2 |
| | |||||
* | vorbis: support the recently defined 6.1 and 7.1 modes of vorbis | Lennart Poettering | 2010-01-14 | 1 | -1/+21 |
| | |||||
* | Fix fd leak in libcanberra | Eric Sesterhenn | 2010-01-06 | 1 | -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.22 | Lennart Poettering | 2009-10-20 | 1 | -3/+5 |
| | |||||
* | gtk: only use GdkEvent::window if it is set | Lennart Poettering | 2009-10-19 | 1 | -1/+5 |
| | |||||
* | gtk: Do not dereference a null window. | Colin Guthrie | 2009-10-15 | 1 | -1/+5 |
| | | | | Fixes GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed | ||||
* | gtk: fix casting | Lennart Poettering | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | gtk: verify that a widget is realized before we try to access its XID | Lennart Poettering | 2009-10-07 | 1 | -8/+13 |
| | |||||
* | gtk: refresh event->window after dequeing | Lennart Poettering | 2009-10-07 | 1 | -0/+8 |
| | |||||
* | gtk: even if GtkSettings is not available use context | Lennart Poettering | 2009-10-07 | 1 | -15/+14 |
| | |||||
* | gtk: fix calculation of event hpos/vpos | Lennart Poettering | 2009-10-07 | 1 | -2/+2 |
| | |||||
* | build-sys: fix module path | Lennart Poettering | 2009-09-20 | 1 | -2/+2 |
| | |||||
* | gtk: initialize window.desktop property by default | Lennart Poettering | 2009-09-19 | 3 | -19/+57 |
| | |||||
* | gtk: add various validity checks before using data from GdkWindow | Lennart Poettering | 2009-09-19 | 1 | -44/+52 |
| | | | | | | Only access the GdkWindow of realized widgets Clamp positions into range. | ||||
* | props: introduce CA_PROP_WINDOW_DESKTOP | Lennart Poettering | 2009-09-19 | 1 | -0/+13 |
| | |||||
* | gtk-module: ignore xembed windows | Lennart Poettering | 2009-09-19 | 1 | -11/+62 |
| | |||||
* | pulse: when coming back from event loop wait, check if the context still exists | Lennart Poettering | 2009-09-19 | 1 | -9/+22 |
| | |||||
* | gtk-module: don't generate sound events for undecorated popups | Lennart Poettering | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | gtk-module: recognize sticky windows properly | Lennart Poettering | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | gtk-module: don't leak memory when reading X11 properties | Lennart Poettering | 2009-09-19 | 1 | -4/+6 |
| | |||||
* | build-sys: actually include libcanberra-ready-sound.desktop.in in tarballv0.17 | Lennart Poettering | 2009-09-12 | 1 | -0/+2 |
| |