aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
Commit message (Expand)AuthorAgeFilesLines
* Do not try to remove duplicate backlog from archives and server. Fixes bug #5...xclaesse2008-05-081-34/+3
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-8/+6
* Make use of tp-glib debug system.xclaesse2008-05-011-26/+18
* Hide contact list when text channel is destroyed.xclaesse2008-04-281-18/+21
* Do not give a struct as a parameter by value. (Alban Crequy).xclaesse2008-04-251-6/+6
* Create contact menu in empathy-contact-menu.hxclaesse2008-04-251-34/+10
* Setup contact submenu in chat window.xclaesse2008-04-251-0/+48
* Simplify input resizexclaesse2008-04-251-139/+29
* Do not create the contact list if it's not displayed.xclaesse2008-04-251-17/+21
* Make sure we don't assume Text channel's handle_type is != NONE.xclaesse2008-04-231-14/+32
* Don't resize the window when a contact list appear if it's already big enough.xclaesse2008-04-211-9/+13
* Rework the way chat window is resized when the contact list appear/disappear....xclaesse2008-04-211-5/+22
* Fix acknoledge of messagesxclaesse2008-04-201-7/+5
* Always set urgency hint on p2p chat windows when receiving a message.xclaesse2008-04-181-0/+14
* Fix bug #526145.xclaesse2008-04-141-0/+7
* Show/Hide contact list if we have/haven't a remote_contact.xclaesse2008-04-141-0/+27
* Various fixes for chatsxclaesse2008-04-141-2/+57
* Fix disconnection of AccountStatusChanged signal.xclaesse2008-04-131-4/+3
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...xclaesse2008-04-111-3/+3
* Update for new APIxclaesse2008-04-111-3/+1
* Fix a warning: don't set the ui sensitive if it's not yet createdxclaesse2008-04-021-3/+5
* Add contact list and restructure a bit the codexclaesse2008-04-021-60/+101
* Move create_ui to constructed()xclaesse2008-04-021-37/+45
* Correctly block eventsxclaesse2008-04-021-17/+17
* Redefine size_request and size_allocation on EmpathyChatClassxclaesse2008-04-021-5/+46
* Fix build errors EmpathyChatWindow, port to new API.xclaesse2008-04-021-130/+18
* Add a tooltip property on EmpathyChatxclaesse2008-04-021-55/+109
* Build UI from gladexclaesse2008-04-021-16/+180
* Rework EmpathyChat's API, it is now a subclass of GtkBin.xclaesse2008-04-021-326/+209
* Fix some coding style and move group chat glade into empathy-chat.gladexclaesse2008-04-021-26/+26
* Add empathy_chat_new and don't use empathy_group/private_* in empathy.cxclaesse2008-04-021-0/+6
* Remove vtable and add info as properties. Reorder empathy-chat.c to not decla...xclaesse2008-04-021-560/+492
* Better detection of backlog to avoid droping messagesxclaesse2008-03-261-28/+42
* Move modules that make no sense to be used in other applicaton from libempath...xclaesse2008-03-141-81/+30
* Make sure we don't expect contact id and handle to be directly ready. Add som...xclaesse2008-03-111-1/+1
* Reset block event time to 1sec, messages are not blocked anymorexclaesse2008-03-091-1/+1
* Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.xclaesse2008-03-091-23/+0
* Queue received messages until the sender got his alias.xclaesse2008-03-091-7/+1
* Reduce block events time, this is still a ugly hack but better fix is too dan...xclaesse2008-03-081-1/+1
* Remember correctly the window position and size when using tabs in the chat w...xclaesse2008-03-081-2/+18
* Update collabora copyright to 2008xclaesse2008-03-031-1/+1
* Wait a bit before displaying pending messages of a chat to have a chance to g...xclaesse2008-02-161-7/+31
* Block events messages when the chat is connecting to a new Text channel. Fixe...xclaesse2008-02-161-0/+26
* Generate marshal.list thanks to gabble black magic.xclaesse2008-02-101-2/+2
* Do not export symbols outside the empathy_ namespace.xclaesse2008-02-101-1/+1
* Mark some private symbols as staticxclaesse2008-02-101-6/+6
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...xclaesse2008-01-231-1/+1
* 2007-12-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-12-031-10/+131
* Conflicts:xclaesse2007-12-031-62/+62
* 2007-11-21 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-221-10/+11
* 2007-11-11 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-111-3/+0
* 2007-10-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-131-0/+5
* 2007-10-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-131-7/+3
* 2007-10-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-131-2/+2
* 2007-09-21 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-211-1/+1
* 2007-09-08 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-081-1/+1
* 2007-08-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-131-16/+19
* 2007-07-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-201-50/+97
* 2007-06-30 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-011-4/+12
* 2007-06-22 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-221-0/+1561