summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-chat.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-23EmpathyChat: Fix pending messages not being displayedXavier Claessens1-26/+11
2014-02-26empathy-chat: use tp_account_channel_request_new_text()Guillaume Desmottes1-9/+4
2014-02-06prefix Telepathy bus names with TP_Guillaume Desmottes1-1/+1
2014-02-04Renaming: use tp-glib API instead of generating it as an extensionGuillaume Desmottes1-6/+5
2013-11-18Insert smileys at the cursor positionVeena Katiyar1-7/+8
2013-10-03EmpathyMessage: remove flags, they are uselessXavier Claessens1-3/+1
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+1
2013-08-20tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione1-11/+12
2013-08-20string-parser: move everything except for _match_smiley(), to tp-awMarco Barisione1-1/+1
2013-08-20builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione1-2/+3
2013-08-20keyring: move from Empathy to tp-account-widgetsMarco Barisione1-4/+4
2013-07-21Install property active-group in EmpathyIndividualMenuChandni Verma1-1/+1
2013-04-04keyring: Drop legacy function after the libsecret migrationEmanuele Aina1-8/+2
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-10/+10
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-7/+7
2013-04-01Use double quotes for all internal headersEmanuele Aina1-6/+6
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-9/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2013-01-21empathy-chat: show pending messages only for the first set of logsDebarshi Ray1-4/+5
2013-01-21empathy-chat: load logs as the user scrolls up or resizes the dialogDebarshi Ray1-45/+173
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+1
2012-09-11use tp_channel_get_connection()Guillaume Desmottes1-4/+4
2012-09-11use tp_account_manager_dup_valid_accounts()Guillaume Desmottes1-2/+2
2012-07-11chat: use empathy_display_individual_info()Guillaume Desmottes1-7/+6
2012-07-02Stop using EmpathyChatViewGuillaume Desmottes1-33/+33
2012-06-28EmpathyChat: tell view to show/hide avatars based on connection interfacesWill Thompson1-0/+11
2012-06-27factor out empathy_chat_copy()Guillaume Desmottes1-37/+58
2012-06-11empathy-chat: abort chat_log_filter if object was destroyedDebarshi Ray1-9/+20
2012-06-11empathy-chat: abort got_filtered_messages_cb if object was destroyedDebarshi Ray1-3/+14
2012-05-11chat: use empathy_client_factory_dup_contact_by_id_async()Guillaume Desmottes1-62/+33
2012-05-10chat: use contact-chat-state-changed signalGuillaume Desmottes1-4/+10
2012-05-07Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes1-2/+2
2012-04-10remove useless empathy-contact-list.h includesGuillaume Desmottes1-1/+0
2012-04-10implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes1-1/+1
2012-04-04include logger single headerGuillaume Desmottes1-2/+1
2012-03-07Make use of new GLib macros to check API we are usingGuillaume Desmottes1-1/+2
2012-02-16coding style fixesGuillaume Desmottes1-2/+2
2012-02-15empathy-chat: use empathy_ensure_individual_from_tp_contact()Guillaume Desmottes1-1/+2
2012-02-13Toggle telling others you are typing to themPatrick F. Allen1-1/+15
2012-02-10Don't unhighlight chat tabs when more messages are receivedWill Thompson1-0/+21
2012-02-01Chat: show who changed the subjectWill Thompson1-1/+8
2012-01-27coding style fixGuillaume Desmottes1-1/+1
2012-01-25Merge branch 'highlight-regex'Will Thompson1-9/+144
2012-01-25EmpathyChat: cache highlight regex.Will Thompson1-17/+45
2012-01-24don't display 'No topic defined' if topic are not supportedGuillaume Desmottes1-4/+8
2012-01-18EmpathyChat: track self contact.Will Thompson1-8/+27
2012-01-18Don't highlight messages in 1-1 chats.Will Thompson1-0/+4
2012-01-18Don't highlight messages the user sent themselfWill Thompson1-0/+4
2012-01-18Move empathy_message_should_highlight to EmpathyChatWill Thompson1-3/+71
2012-01-18EmpathyChat: include should_highlight in ::new-messageWill Thompson1-2/+11