summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* gtk: add missing castv0.22Lennart Poettering2009-10-201-3/+5
|
* gtk: only use GdkEvent::window if it is setLennart Poettering2009-10-191-1/+5
|
* 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
* gtk: fix castingLennart Poettering2009-10-151-1/+1
|
* 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
|
* 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
|
* 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
|
* 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()
* define properties for window position/size informationLennart Poettering2009-09-111-0/+66
|
* droppenvonhiddenstatusLennart Poettering2009-08-281-40/+53
|
* gtk-module: make sure to process queued events before quittingLennart Poettering2009-08-281-3/+14
|
* gtk-module: fix handling menu popup detectionLennart Poettering2009-08-281-2/+2
|
* pulse: relax latency requirements as much as possible to save CPULennart Poettering2009-08-281-1/+10
|
* gnome: play system-ready sound when gdm is readyLennart Poettering2009-08-282-0/+17
|
* vorbis: fix implicit channel map decodingv0.16Lennart Poettering2009-08-271-1/+4
|
* implement ca_context_playing() callLennart Poettering2009-08-279-1/+193
|
* dso: quieten gcc a bitLennart Poettering2009-08-271-1/+1
|
* add description to autostart fileAndrew Higginson2009-08-161-0/+1
|
* gtk: don't take gdk lock since it is not recursive and it might already be takenLennart Poettering2009-08-041-4/+0
|
* dso: don't assume LT_ERROR_MAX is size of table[]Marc-André Lureau2009-07-311-2/+5
|
* pulse: split up handling of outstanding structs into part where the lock ↵Lennart Poettering2009-07-301-91/+122
| | | | must be taken and where not
* gtk-module: use gdk_threads_add_idle_full instead of g_idle_full() for ↵Lennart Poettering2009-07-281-1/+1
| | | | thread-safety reasons
* pulse: rework reconnection logic, to not enter endless loop when server is ↵Lennart Poettering2009-07-011-23/+59
| | | | not reachable, and can never be reached
* Be a bit more verbose on error conditionsLennart Poettering2009-07-011-1/+1
|
* pulse: don't hang if vorbis hits EOF earlier than advertisedLennart Poettering2009-07-011-2/+5
|
* git: hide canberra.h from gitLennart Poettering2009-06-231-0/+1
|
* proplist: set prev_item when adding a new key/value pairVivian Zhang2009-06-231-2/+4
| | | | Closes bugs.fd.o #22292
* Missing fallback theme breaks the user specified oneRichard Purdie2009-05-271-2/+2
| | | | | | | If the fallback theme doesn't exist it stops any user specified theme from being used. The patch below stops the failure from the fallback theme from propagating and hence the user specified theme works as expected.
* multichannel: introduce a proper name for the CA_PROP_CANBERRA_FORCE_CHANNEL ↵Lennart Poettering2009-05-262-2/+19
| | | | property
* build-system: properly rename canberra.h to canberra.h.inLennart Poettering2009-05-261-1/+1
|
* build-system: introduce macros PA_MAJOR, PA_MINOR, PA_CHECK_VERSIONLennart Poettering2009-05-261-0/+24
| | | | | | | This is mostly based on Christian Persch's work but moves the version macros into the main header file. https://bugs.freedesktop.org/show_bug.cgi?id=21655
* pulse: implement canberra.force_channel property that forces an event sound ↵Lennart Poettering2009-05-261-3/+39
| | | | to a specific channel position
* canberra-gtk-play: implement --property=Lennart Poettering2009-05-261-11/+49
|