aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
Commit message (Expand)AuthorAgeFilesLines
* empathy-chat: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-13/+13
* Merge branch 'spelling-578399'Davyd Madeley2009-04-241-16/+45
|\
| * Fix trailing whitespaceDavyd Madeley2009-04-241-5/+5
| * Fixes based on feedbackAdam Schreiber2009-04-241-17/+22
| * Display spelling suggestions in a submenu instead of in a separateAdam Schreiber2009-04-221-13/+37
* | Disconnect all signals from tp_chat when the UI is destroyedXavier Claessens2009-04-221-6/+17
* | Port EmpathyChat to new API.Xavier Claessens2009-04-221-32/+18
|/
* Port EmpathyChat to new APIXavier Claessens2009-04-161-6/+4
* Let the chat dialog directly grab the channel on reconnectSjoerd Simons2009-04-131-2/+27
* Fix support for /me and /say commands.Xavier Claessens2009-04-111-36/+16
* Don't send unknown commands. Fixes bug #577026Xavier Claessens2009-04-031-8/+15
* Free completion. Fixes bug #577828Xavier Claessens2009-04-031-0/+1
* Fix typoXavier Claessens2009-03-201-1/+1
* Stop compositing timeout if the chat channel is destroyed.Xavier Claessens2009-03-201-0/+1
* Do not reconnect chats if there is no ID. That could probably happen for MSN-...Xavier Claessens2009-03-201-1/+2
* Use get_filtered_messages in EmpathyChat.Jonny Lamb2009-03-061-22/+28
* EmpathyChat: Simplified adding appropriate messages to the window.Jonny Lamb2009-03-061-31/+15
* EmpathyChat: Remove messages from log messages which are pending.Jonny Lamb2009-03-061-1/+23
* Move logging to the dispatcher on Received and Sent signals.Jonny Lamb2009-03-061-9/+0
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-5/+5
* Only show pending messages after the log and explain why show_pending_message...Sjoerd Simons2009-01-101-3/+5
* Fix coding style, user the right unique nameSjoerd Simons2009-01-101-26/+24
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-101-13/+14
* Port to the new EmpathyTpChat APISjoerd Simons2009-01-101-9/+40
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Port EmpathyLogManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
* Always disconnect signals for safety on _finalize ().Xavier Claessens2009-01-071-0/+3
* Unref the object.Xavier Claessens2009-01-071-0/+1
* Port EmpathyChat to the new API.Xavier Claessens2009-01-071-21/+18
* Completely rework the theming system to make easy implementing themes based o...Xavier Claessens2008-12-161-3/+3
* Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens2008-12-161-2/+2
* Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens2008-12-161-20/+23
* Replace _get_selection_bounds by _get_has_selectionXavier Claessens2008-12-161-3/+3
* Fix licence and clean up a bit the interfaceXavier Claessens2008-12-161-1/+2
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* If chats have no name, use the channel's ID instead of fallback to "Conversat...Xavier Claessens2008-11-141-2/+12
* Add a menu item in chat window to set the room as favoriteXavier Claessens2008-08-301-0/+10
* Do not use mission_control_request_channel as we don't use MC's dispatcher an...Xavier Claessens2008-08-071-6/+10
* Set an smiley icon for the "Insert smiley" menu item.Xavier Claessens2008-07-041-1/+4
* Set an icon for the spellcheck menu itemXavier Claessens2008-07-041-1/+5
* Remove useless empty lines in chat_input_populate_popup_cb.Xavier Claessens2008-07-041-28/+16
* Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb).Jonny Lamb2008-07-041-1/+22
* Do not try to remove duplicate backlog from archives and server. Fixes bug #5...Xavier Claessens2008-05-081-34/+3
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+6
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-26/+18
* Hide contact list when text channel is destroyed.Xavier Claessens2008-04-281-18/+21
* Do not give a struct as a parameter by value. (Alban Crequy).Xavier Claessens2008-04-251-6/+6
* Create contact menu in empathy-contact-menu.hXavier Claessens2008-04-251-34/+10
* Setup contact submenu in chat window.Xavier Claessens2008-04-251-0/+48
* Simplify input resizeXavier Claessens2008-04-251-139/+29
* Do not create the contact list if it's not displayed.Xavier Claessens2008-04-251-17/+21
* Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens2008-04-231-14/+32
* Don't resize the window when a contact list appear if it's already big enough.Xavier Claessens2008-04-211-9/+13
* Rework the way chat window is resized when the contact list appear/disappear....Xavier Claessens2008-04-211-5/+22
* Fix acknoledge of messagesXavier Claessens2008-04-201-7/+5
* Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens2008-04-181-0/+14
* Fix bug #526145.Xavier Claessens2008-04-141-0/+7
* Show/Hide contact list if we have/haven't a remote_contact.Xavier Claessens2008-04-141-0/+27
* Various fixes for chatsXavier Claessens2008-04-141-2/+57
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-131-4/+3
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-111-3/+3
* Update for new APIXavier Claessens2008-04-111-3/+1
* Fix a warning: don't set the ui sensitive if it's not yet createdXavier Claessens2008-04-021-3/+5
* Add contact list and restructure a bit the codeXavier Claessens2008-04-021-60/+101
* Move create_ui to constructed()Xavier Claessens2008-04-021-37/+45
* Correctly block eventsXavier Claessens2008-04-021-17/+17
* Redefine size_request and size_allocation on EmpathyChatClassXavier Claessens2008-04-021-5/+46
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-021-130/+18
* Add a tooltip property on EmpathyChatXavier Claessens2008-04-021-55/+109
* Build UI from gladeXavier Claessens2008-04-021-16/+180
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-326/+209
* Fix some coding style and move group chat glade into empathy-chat.gladeXavier Claessens2008-04-021-26/+26
* Add empathy_chat_new and don't use empathy_group/private_* in empathy.cXavier Claessens2008-04-021-0/+6
* Remove vtable and add info as properties. Reorder empathy-chat.c to not decla...Xavier Claessens2008-04-021-560/+492
* Better detection of backlog to avoid droping messagesXavier Claessens2008-03-261-28/+42
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-141-81/+30
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-1/+1
* Reset block event time to 1sec, messages are not blocked anymoreXavier Claessens2008-03-091-1/+1
* Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.Xavier Claessens2008-03-091-23/+0
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-091-7/+1
* Reduce block events time, this is still a ugly hack but better fix is too dan...Xavier Claessens2008-03-081-1/+1
* Remember correctly the window position and size when using tabs in the chat w...Xavier Claessens2008-03-081-2/+18
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Wait a bit before displaying pending messages of a chat to have a chance to g...Xavier Claessens2008-02-161-7/+31
* Block events messages when the chat is connecting to a new Text channel. Fixe...Xavier Claessens2008-02-161-0/+26
* Generate marshal.list thanks to gabble black magic.Xavier Claessens2008-02-101-2/+2
* Do not export symbols outside the empathy_ namespace.Xavier Claessens2008-02-101-1/+1
* Mark some private symbols as staticXavier Claessens2008-02-101-6/+6
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...Xavier Claessens2008-01-231-1/+1
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-031-10/+131
* Conflicts:Xavier Claessens2007-12-031-62/+62
* Add nick completion for MUCs. Fixes bug #453418.Xavier Claessens2007-11-221-10/+11
* Move chats to its own process.Xavier Claessens2007-11-111-3/+0
* Set chat state to ACTIVE when receiving a message from a contact, avoidXavier Claessens2007-10-131-0/+5
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-7/+3
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-2/+2
* Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bugXavier Claessens2007-09-211-1/+1
* More dynamic smiley managment and more efficient algorithm to detectXavier Claessens2007-09-081-1/+1
* Only update the topic of it has really be changed, avoid diplaying manyXavier Claessens2007-08-131-16/+19
* Initial room list support. It does not works yet.Xavier Claessens2007-07-201-50/+97
* Fix a leaked ref.Xavier Claessens2007-07-011-4/+12
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+1561