aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
Commit message (Collapse)AuthorAgeFilesLines
* change empathy_chat_window_get_nb_rooms to get_chats_typeGuillaume Desmottes2009-12-081-1/+3
| | | | | That way we can implement the semantic we meant to. Muc and 1-1 chat are handled the same way.
* empathy_chat_window_get_default: rename room_filter to roomGuillaume Desmottes2009-12-081-1/+1
|
* add empathy_chat_window_get_nb_roomsGuillaume Desmottes2009-12-081-0/+1
|
* Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes ↵Abner Silva2009-12-081-1/+1
| | | | #588812)
* chat-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+3
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-2/+2
|
* [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-chat-window: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-chat-window: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
|
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-1/+1
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-021-0/+1
| | | | svn path=/trunk/; revision=846
* Fix load/save chat geometryXavier Claessens2008-04-021-10/+0
| | | | svn path=/trunk/; revision=844
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-0/+12
| | | | svn path=/trunk/; revision=840
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+76
libempathy-gtk/ to src/ svn path=/trunk/; revision=789