summaryrefslogtreecommitdiff
path: root/src/canberra-gtk.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-27gtk: Fix the build with current GTK+Matthias Clasen1-0/+4
2010-04-19Compile with -DGSEAL_ENABLE. Fixes bug 27048.Andre Klapper1-1/+1
2010-02-20props: set a couple of additional properties by default, and ensure clients m...Lennart Poettering1-0/+8
2010-02-20src: reindent for 8ch indentingLennart Poettering1-252/+258
2009-10-19gtk: only use GdkEvent::window if it is setLennart Poettering1-1/+5
2009-10-07gtk: even if GtkSettings is not available use contextLennart Poettering1-15/+14
2009-10-07gtk: fix calculation of event hpos/vposLennart Poettering1-2/+2
2009-09-19gtk: initialize window.desktop property by defaultLennart Poettering1-11/+48
2009-09-19gtk: add various validity checks before using data from GdkWindowLennart Poettering1-44/+52
2009-09-11gtk: introduce two environment variables to force use of event sounds/input f...Lennart Poettering1-1/+2
2009-09-11gtk: generate window position/size properties in ca_gtk_proplist_set_for_widg...Lennart Poettering1-0/+45
2009-08-04gtk: don't take gdk lock since it is not recursive and it might already be takenLennart Poettering1-4/+0
2009-05-10Make libcanberra-gtk multihead safeChristian Persch1-15/+54
2009-03-23Detect forksLennart Poettering1-1/+7
2008-10-05move ca_proplist_merge_ap()/ca_proplist_from_ap() to proplist.c where it belongsLennart Poettering1-0/+1
2008-09-03Avoid crash if gtk-settings is NULLMarc-André Lureau1-0/+2
2008-08-06fix license wordingLennart Poettering1-1/+1
2008-08-04don't fail if we fail to set canberra propertiesLennart Poettering1-3/+3
2008-06-23properly hookup with new GtkSettings properties gtk-sound-theme-name and gtk-...Lennart Poettering1-18/+41
2008-06-11properly set the hpos/vpos properties in a locale independant wayLennart Poettering1-2/+6
2008-06-10Remove svn ids, since they are obsolete in git timesLennart Poettering1-2/+0
2008-06-09link GdkSettings to CA_PROP_CANBERRA_XDG_xxxLennart Poettering1-2/+27
2008-06-09add complete documentationLennart Poettering1-0/+100
2008-05-30add gtk moduleLennart Poettering1-4/+14
2008-05-29finalize gtk bindingLennart Poettering1-26/+48
2008-05-29preliminary gtk bindingLennart Poettering1-11/+150
2008-05-28add some preliminary gtk bindingLennart Poettering1-0/+67