Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy_cell_renderer_expander_render: draw using the proper state (#642098) | Guillaume Desmottes | 2011-02-17 | 1 | -2/+13 |
| | |||||
* | update copyright | Guillaume Desmottes | 2011-02-17 | 1 | -0/+1 |
| | |||||
* | cell-renderer-expander: remove animation code | Guillaume Desmottes | 2011-02-17 | 1 | -163/+0 |
| | | | | It's broken and useless any way. | ||||
* | Don't use deprecated gtk_paint_expander() | Emilio Pozuelo Monfort | 2011-01-11 | 1 | -8/+6 |
| | |||||
* | Update for changes to GTK 3 API. | Travis Reitter | 2010-10-05 | 1 | -13/+13 |
| | |||||
* | empathy_cell_renderer_expander_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -11/+9 |
| | |||||
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 1 | -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 another | Will Thompson | 2009-09-23 | 1 | -0/+7 |
| | | | | Fixes Gnome bug #595962. | ||||
* | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -10/+28 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669) | Luis Menina | 2009-06-14 | 1 | -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 address | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | |||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -29/+25 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -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 |