summaryrefslogtreecommitdiff
path: root/src/empathy-chat-window.c
Commit message (Expand)AuthorAgeFilesLines
* Incomplete port to WebKit2György Balló2017-05-261-6/+11
* Avoid warning spam from GtkStyleContext with GTK+ 3.19Michael Catanzaro2016-01-161-5/+10
* Insert smileys at the cursor positionVeena Katiyar2013-11-181-5/+2
* stop using gtk_style_context_get_fontGuillaume Desmottes2013-09-051-3/+6
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-3/+4
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-201-1/+1
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* Fix assertion failure on opening conversation menu in 1-1 chatsChandni Verma2013-08-031-8/+17
* "Join Chat" and "Leave Chat" menu items for Conversation menu in MUCsChandni Verma2013-07-181-0/+57
* Clean up #include directives in source filesEmanuele Aina2013-04-011-2/+0
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-011-12/+10
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-14/+14
* Use double quotes for all internal headersEmanuele Aina2013-04-011-14/+14
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-271-8/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-271-1/+1
* Recognize both handheld and phone clienttypes as mobile devicesSjoerd Simons2013-01-031-2/+2
* factor out empathy_notify_manager_create_notification()Guillaume Desmottes2013-01-031-1/+3
* notifications: no need to set NOTIFY_EXPIRES_DEFAULTGuillaume Desmottes2013-01-031-2/+0
* turn EmpathyChatWindow to a GtkWindow subclassGuillaume Desmottes2012-10-101-36/+40
* chat-window: expose the individual mgr as a propertyGuillaume Desmottes2012-10-031-0/+39
* chat-window: update the contact menu when folks is loadedGuillaume Desmottes2012-10-031-0/+16
* chat-window: load the individual mgr when the chat window is focused outGuillaume Desmottes2012-10-031-11/+35
* move the individual mgr reference to empathy-chat-windowGuillaume Desmottes2012-10-031-5/+15
* empathy_chat_window_present_chat: return the window presenting the chatGuillaume Desmottes2012-09-281-4/+5
* No need to pass twice the same param to chat_window_contact_menu_update()Guillaume Desmottes2012-09-281-4/+3
* make sure that chat_window_contact_menu_update is not called recursivelyGuillaume Desmottes2012-09-281-0/+8
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+0
* use tp_channel_get_connection()Guillaume Desmottes2012-09-111-2/+2
* Don't show "Topic: " in tooltips if there is noneWill Thompson2012-09-061-1/+1
* chat_window_new_message_cb: early return when handling outgoing msgGuillaume Desmottes2012-09-031-0/+1
* chat-window: use self->priv patternGuillaume Desmottes2012-07-111-506/+371
* chat-window: port to new coding stylesGuillaume Desmottes2012-07-111-2137/+2227
* remove useless includesGuillaume Desmottes2012-07-111-1/+0
* Stop using EmpathyChatViewGuillaume Desmottes2012-07-021-1/+1
* chat-window: disable file transfer DnDGuillaume Desmottes2012-06-261-0/+2
* use the symbolic close icon in the tab close buttonGuillaume Desmottes2012-05-251-2/+2
* Define a style class for the tab close buttonGuillaume Desmottes2012-05-251-1/+3
* chat-window: stop using GeditCloseButtonGuillaume Desmottes2012-05-241-8/+28
* gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes2012-05-241-1/+1
* Load the CSS in all empathy-* binariesGuillaume Desmottes2012-05-241-0/+2
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* remove useless empathy-contact-list.h includesGuillaume Desmottes2012-04-101-1/+0
* implement empathy_tp_chat_add as a method on TpChatGuillaume Desmottes2012-04-101-3/+2
* Move category name constants to #definesWill Thompson2012-03-281-2/+2
* Show MUC highlight notifications in Gnome ShellWill Thompson2012-03-281-3/+8
* Use help:empathy to open the helpGuillaume Desmottes2012-03-221-1/+1
* drag_data_received_individual_id: make sure manager is initializedGuillaume Desmottes2012-02-211-1/+1
* chat-window: invite contacts using DnDGuillaume Desmottes2012-02-171-0/+72
* chat-window: display a phone icon in the tab labelGuillaume Desmottes2012-02-171-0/+13
* Don't unhighlight chat tabs when more messages are receivedWill Thompson2012-02-101-28/+11