aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-cell-renderer-expander.c
Commit message (Collapse)AuthorAgeFilesLines
* Use accessor functions instead direct access.Javier Jardón2009-11-171-1/+3
| | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk>
* Cancel existing group animation before starting anotherWill Thompson2009-09-231-0/+7
| | | | Fixes Gnome bug #595962.
* Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-101-10/+28
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-1/+1
| | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
* empathy-cell-renderer-expander: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-5/+5
|
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-29/+25
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+482
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170