Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile with -DGSEAL_ENABLE. Fixes bug 27048. | Andre Klapper | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | props: set a couple of additional properties by default, and ensure clients ↵ | Lennart Poettering | 2010-02-20 | 1 | -0/+8 |
| | | | | may override them | ||||
* | src: reindent for 8ch indenting | Lennart Poettering | 2010-02-20 | 1 | -252/+258 |
| | | | | | | | | | | 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. | ||||
* | gtk: only use GdkEvent::window if it is set | Lennart Poettering | 2009-10-19 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | gtk: initialize window.desktop property by default | Lennart Poettering | 2009-09-19 | 1 | -11/+48 |
| | |||||
* | 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. | ||||
* | gtk: introduce two environment variables to force use of event sounds/input ↵ | Lennart Poettering | 2009-09-11 | 1 | -1/+2 |
| | | | | feedback | ||||
* | gtk: generate window position/size properties in ↵ | Lennart Poettering | 2009-09-11 | 1 | -0/+45 |
| | | | | ca_gtk_proplist_set_for_widget() | ||||
* | gtk: don't take gdk lock since it is not recursive and it might already be taken | Lennart Poettering | 2009-08-04 | 1 | -4/+0 |
| | |||||
* | Make libcanberra-gtk multihead safe | Christian Persch | 2009-05-10 | 1 | -15/+54 |
| | | | | | | Add ca_gtk_context_get_for_screen() that takes the settings from and listens for changes on the GtkSettings belonging to the screen, instead of the default one. FDO #21551. | ||||
* | Detect forks | Lennart Poettering | 2009-03-23 | 1 | -1/+7 |
| | | | | | | | | 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. | ||||
* | move ca_proplist_merge_ap()/ca_proplist_from_ap() to proplist.c where it belongs | Lennart Poettering | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | Avoid crash if gtk-settings is NULL | Marc-André Lureau | 2008-09-03 | 1 | -0/+2 |
| | |||||
* | fix license wording | Lennart Poettering | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | don't fail if we fail to set canberra properties | Lennart Poettering | 2008-08-04 | 1 | -3/+3 |
| | |||||
* | properly hookup with new GtkSettings properties gtk-sound-theme-name and ↵ | Lennart Poettering | 2008-06-23 | 1 | -18/+41 |
| | | | | gtk-enable-event-sounds | ||||
* | properly set the hpos/vpos properties in a locale independant way | Lennart Poettering | 2008-06-11 | 1 | -2/+6 |
| | |||||
* | Remove svn ids, since they are obsolete in git times | Lennart Poettering | 2008-06-10 | 1 | -2/+0 |
| | |||||
* | link GdkSettings to CA_PROP_CANBERRA_XDG_xxx | Lennart Poettering | 2008-06-09 | 1 | -2/+27 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@59 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | add complete documentation | Lennart Poettering | 2008-06-09 | 1 | -0/+100 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@57 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | add gtk module | Lennart Poettering | 2008-05-30 | 1 | -4/+14 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@39 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | finalize gtk binding | Lennart Poettering | 2008-05-29 | 1 | -26/+48 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@37 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | preliminary gtk binding | Lennart Poettering | 2008-05-29 | 1 | -11/+150 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@36 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | add some preliminary gtk binding | Lennart Poettering | 2008-05-28 | 1 | -0/+67 |
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@34 01b60673-d06a-42c0-afdd-89cb8e0f78ac |