Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using EmpathyChatView | Guillaume Desmottes | 2012-07-02 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679255 | ||||
* | add empathy_theme_manager_dup_theme_name_from_path() | Guillaume Desmottes | 2012-07-02 | 1 | -0/+2 |
| | |||||
* | theme-manager: use self->priv pattern | Guillaume Desmottes | 2012-07-02 | 1 | -1/+2 |
| | |||||
* | theme-manager: port to new coding style | Guillaume Desmottes | 2012-07-02 | 1 | -18/+35 |
| | |||||
* | theme-manager: remove useless code | Guillaume Desmottes | 2012-07-02 | 1 | -1/+0 |
| | | | | None of this is still used. | ||||
* | theme-manager: make it possible to look up theme by name | Danielle Madeley | 2012-07-02 | 1 | -0/+1 |
| | |||||
* | rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton() | Guillaume Desmottes | 2011-02-17 | 1 | -1/+1 |
| | | | | We also don't leak it any more. | ||||
* | List installed adium themes | Pierre-Luc Beaudoin | 2009-07-03 | 1 | -0/+1 |
| | |||||
* | empathy-theme-manager: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Completely rework the theming system to make easy implementing themes based ↵ | Xavier Claessens | 2008-12-16 | 1 | -8/+8 |
| | | | | | | on other classes like webkit. svn path=/trunk/; revision=1993 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -1/+2 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵ | Xavier Claessens | 2007-12-21 | 1 | -7/+0 |
| | | | | | | Claessens). svn path=/trunk/; revision=494 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+64 |
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 |