aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.h
Commit message (Collapse)AuthorAgeFilesLines
* empathy-chat: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Port EmpathyChat to new API.Xavier Claessens2009-04-221-1/+0
|
* Add a menu item in chat window to set the room as favoriteXavier Claessens2008-08-301-1/+1
| | | | svn path=/trunk/; revision=1401
* 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
* Do not give a struct as a parameter by value. (Alban Crequy).Xavier Claessens2008-04-251-2/+2
| | | | svn path=/trunk/; revision=1047
* Setup contact submenu in chat window.Xavier Claessens2008-04-251-0/+1
| | | | svn path=/trunk/; revision=1045
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-181-0/+1
| | | | svn path=/trunk/; revision=962
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Various fixes for chatsXavier Claessens2008-04-141-0/+1
| | | | svn path=/trunk/; revision=938
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-021-3/+1
| | | | svn path=/trunk/; revision=846
* Add a tooltip property on EmpathyChatXavier Claessens2008-04-021-0/+1
| | | | svn path=/trunk/; revision=845
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-40/+22
| | | | svn path=/trunk/; revision=840
* Remove unimplementer and not used APIXavier Claessens2008-04-021-1/+0
| | | | svn path=/trunk/; revision=837
* Add empathy_chat_new and don't use empathy_group/private_* in empathy.cXavier Claessens2008-04-021-1/+1
| | | | svn path=/trunk/; revision=836
* Remove vtable and add info as properties. Reorder empathy-chat.c to not ↵Xavier Claessens2008-04-021-13/+1
| | | | | | declare func on top. svn path=/trunk/; revision=835
* Remove empathy_chat_present from header, it's not implemented anymoreXavier Claessens2008-03-161-1/+0
| | | | svn path=/trunk/; revision=800
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-5/+0
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Block events messages when the chat is connecting to a new Text channel. ↵Xavier Claessens2008-02-161-0/+1
| | | | | | Fixes bug #507515 and #516198. svn path=/trunk/; revision=641
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-031-40/+37
| | | | | | | | | | | | | | | | | | | | 2007-12-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-group-chat.h: * libempathy-gtk/empathy-private-chat.c: * libempathy-gtk/empathy-private-chat.h: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * python/pyempathy/pyempathy.defs: * python/pyempathygtk/pyempathygtk.defs: * src/empathy-chat-chandler.c: Cleanup chat objects API and request a new Text channel if account gets reconnected. svn path=/trunk/; revision=461
* Add nick completion for MUCs. Fixes bug #453418.Xavier Claessens2007-11-221-6/+8
| | | | | | | | | | | | 2007-11-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: Add nick completion for MUCs. Fixes bug #453418. svn path=/trunk/; revision=441
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+123
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