summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-chat.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-01Port libempathy-gtk to EmpathyAccountSjoerd Simons1-4/+4
2009-06-24empathy-chat: remove trailing tabsGuillaume Desmottes1-5/+5
2009-06-18Hide muc contacts listGabriel Millaire1-26/+39
2009-06-18Applied Xavier's commentsGabriel Millaire1-32/+36
2009-06-18Read config and show/hide contact listGabriel Millaire1-5/+30
2009-06-08Activated tooltips feature for MUC contact listGabriel Millaire1-1/+1
2009-05-18empathy-chat: fix coding style and update FSF addressGuillaume Desmottes1-13/+13
2009-04-24Merge branch 'spelling-578399'Davyd Madeley1-16/+45
2009-04-24Fix trailing whitespaceDavyd Madeley1-5/+5
2009-04-24Fixes based on feedbackAdam Schreiber1-17/+22
2009-04-22Disconnect all signals from tp_chat when the UI is destroyedXavier Claessens1-6/+17
2009-04-22Port EmpathyChat to new API.Xavier Claessens1-32/+18
2009-04-22Display spelling suggestions in a submenu instead of in a separateAdam Schreiber1-13/+37
2009-04-16Port EmpathyChat to new APIXavier Claessens1-6/+4
2009-04-13Let the chat dialog directly grab the channel on reconnectSjoerd Simons1-2/+27
2009-04-10Fix support for /me and /say commands.Xavier Claessens1-36/+16
2009-04-03Don't send unknown commands. Fixes bug #577026Xavier Claessens1-8/+15
2009-04-03Free completion. Fixes bug #577828Xavier Claessens1-0/+1
2009-03-20Fix typoXavier Claessens1-1/+1
2009-03-20Stop compositing timeout if the chat channel is destroyed.Xavier Claessens1-0/+1
2009-03-20Do not reconnect chats if there is no ID. That could probably happen for MSN-...Xavier Claessens1-1/+2
2009-03-06Use get_filtered_messages in EmpathyChat.Jonny Lamb1-22/+28
2009-03-06EmpathyChat: Simplified adding appropriate messages to the window.Jonny Lamb1-31/+15
2009-03-06EmpathyChat: Remove messages from log messages which are pending.Jonny Lamb1-1/+23
2009-03-06Move logging to the dispatcher on Received and Sent signals.Jonny Lamb1-9/+0
2009-01-23Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb1-5/+5
2009-01-09Only show pending messages after the log and explain why show_pending_message...Sjoerd Simons1-3/+5
2009-01-09Fix coding style, user the right unique nameSjoerd Simons1-26/+24
2009-01-09Use new dispatcher API to get muc channelsSjoerd Simons1-13/+14
2009-01-09Port to the new EmpathyTpChat APISjoerd Simons1-9/+40
2009-01-09Port EmpathySmileyManager to the new singleton policy.Xavier Claessens1-1/+1
2009-01-09Port EmpathyLogManager to the new singleton policy.Xavier Claessens1-1/+1
2009-01-06Use new singleton policy for EmpathyAccountManager.Xavier Claessens1-1/+1
2009-01-06Always disconnect signals for safety on _finalize ().Xavier Claessens1-0/+3
2009-01-06Unref the object.Xavier Claessens1-0/+1
2009-01-06Port EmpathyChat to the new API.Xavier Claessens1-21/+18
2008-12-16Completely rework the theming system to make easy implementing themes based o...Xavier Claessens1-3/+3
2008-12-16Rename EmpathyChatSimpleView to EmpathyChatTextViewXavier Claessens1-2/+2
2008-12-16Move the smiley menu code from EmpathyChatView to EmpathyChatManager.Xavier Claessens1-20/+23
2008-12-16Replace _get_selection_bounds by _get_has_selectionXavier Claessens1-3/+3
2008-12-16Fix licence and clean up a bit the interfaceXavier Claessens1-1/+2
2008-12-12Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens1-1/+1
2008-11-13If chats have no name, use the channel's ID instead of fallback to "Conversat...Xavier Claessens1-2/+12
2008-08-29Add a menu item in chat window to set the room as favoriteXavier Claessens1-0/+10
2008-08-07Do not use mission_control_request_channel as we don't use MC's dispatcher an...Xavier Claessens1-6/+10
2008-07-03Set an smiley icon for the "Insert smiley" menu item.Xavier Claessens1-1/+4
2008-07-03Set an icon for the spellcheck menu itemXavier Claessens1-1/+5
2008-07-03Remove useless empty lines in chat_input_populate_popup_cb.Xavier Claessens1-28/+16
2008-07-03Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb).Jonny Lamb1-1/+22
2008-05-07Do not try to remove duplicate backlog from archives and server. Fixes bug #5...Xavier Claessens1-34/+3