]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-chat.c
Do not use mission_control_request_channel as we don't use MC's dispatcher anymore...
[empathy.git] / libempathy-gtk / empathy-chat.c
2008-08-07 Xavier ClaessensDo not use mission_control_request_channel as we don...
2008-07-03 Xavier ClaessensSet an smiley icon for the "Insert smiley" menu item.
2008-07-03 Xavier ClaessensSet an icon for the spellcheck menu item
2008-07-03 Xavier ClaessensRemove useless empty lines in chat_input_populate_popup_cb.
2008-07-03 Jonny LambAdded Send menu item to the chat input menu. Fixes...
2008-05-07 Xavier ClaessensDo not try to remove duplicate backlog from archives...
2008-05-05 Xavier ClaessensKeep a priv pointer in the object struct instead of...
2008-04-30 Xavier ClaessensMake use of tp-glib debug system.
2008-04-28 Xavier ClaessensHide contact list when text channel is destroyed.
2008-04-25 Xavier ClaessensDo not give a struct as a parameter by value. (Alban...
2008-04-25 Xavier ClaessensCreate contact menu in empathy-contact-menu.h
2008-04-25 Xavier ClaessensSetup contact submenu in chat window.
2008-04-25 Xavier ClaessensSimplify input resize
2008-04-25 Xavier ClaessensDo not create the contact list if it's not displayed.
2008-04-23 Xavier ClaessensMake sure we don't assume Text channel's handle_type...
2008-04-20 Xavier ClaessensDon't resize the window when a contact list appear...
2008-04-20 Xavier ClaessensRework the way chat window is resized when the contact...
2008-04-19 Xavier ClaessensFix acknoledge of messages
2008-04-17 Xavier ClaessensAlways set urgency hint on p2p chat windows when receiv...
2008-04-14 Xavier ClaessensFix bug #526145.
2008-04-14 Xavier ClaessensShow/Hide contact list if we have/haven't a remote_contact.
2008-04-14 Xavier ClaessensVarious fixes for chats
2008-04-13 Xavier ClaessensFix disconnection of AccountStatusChanged signal.
2008-04-11 Xavier ClaessensWe can't use *_run_* API from dbus signal cb or method...
2008-04-11 Xavier ClaessensUpdate for new API
2008-04-02 Xavier ClaessensFix a warning: don't set the ui sensitive if it's not...
2008-04-02 Xavier ClaessensAdd contact list and restructure a bit the code
2008-04-02 Xavier ClaessensMove create_ui to constructed()
2008-04-02 Xavier ClaessensCorrectly block events
2008-04-02 Xavier ClaessensRedefine size_request and size_allocation on EmpathyCha...
2008-04-02 Xavier ClaessensFix build errors EmpathyChatWindow, port to new API.
2008-04-02 Xavier ClaessensAdd a tooltip property on EmpathyChat
2008-04-02 Xavier ClaessensBuild UI from glade
2008-04-02 Xavier ClaessensRework EmpathyChat's API, it is now a subclass of GtkBin.
2008-04-02 Xavier ClaessensFix some coding style and move group chat glade into...
2008-04-02 Xavier ClaessensAdd empathy_chat_new and don't use empathy_group/privat...
2008-04-02 Xavier ClaessensRemove vtable and add info as properties. Reorder empat...
2008-03-25 Xavier ClaessensBetter detection of backlog to avoid droping messages
2008-03-13 Xavier ClaessensMove modules that make no sense to be used in other...
2008-03-11 Xavier ClaessensMake sure we don't expect contact id and handle to...
2008-03-08 Xavier ClaessensReset block event time to 1sec, messages are not blocke...
2008-03-08 Xavier ClaessensDo not queue messages in EmpathyChat as there are queue...
2008-03-08 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-08 Xavier ClaessensReduce block events time, this is still a ugly hack...
2008-03-08 Xavier ClaessensRemember correctly the window position and size when...
2008-03-02 Xavier ClaessensUpdate collabora copyright to 2008
2008-02-16 Xavier ClaessensWait a bit before displaying pending messages of a...
2008-02-16 Xavier ClaessensBlock events messages when the chat is connecting to...
2008-02-09 Xavier ClaessensGenerate marshal.list thanks to gabble black magic.
2008-02-09 Xavier ClaessensDo not export symbols outside the empathy_ namespace.
2008-02-09 Xavier ClaessensMark some private symbols as static
2008-01-23 Xavier ClaessensMove empathy-conf to libempathy-gtk. libempathy do...
2007-12-03 Xavier ClaessensCleanup chat objects API and request a new Text channel...
2007-12-02 Xavier ClaessensConflicts:
2007-11-21 Xavier ClaessensAdd nick completion for MUCs. Fixes bug #453418.
2007-11-11 Xavier ClaessensMove chats to its own process.
2007-10-13 Xavier ClaessensSet chat state to ACTIVE when receiving a message from...
2007-10-13 Xavier ClaessensDon't use deprecated GtkTooltips API. Add commented...
2007-10-13 Xavier ClaessensUse g_timeout_add_seconds when appropriated to avoid...
2007-09-21 Xavier ClaessensMove TP_CHANNEL_CHAT_STATE_PAUSED to the not typing...
2007-09-08 Xavier ClaessensMore dynamic smiley managment and more efficient algori...
2007-08-13 Xavier ClaessensOnly update the topic of it has really be changed,...
2007-07-20 Xavier ClaessensInitial room list support. It does not works yet.
2007-06-30 Xavier ClaessensFix a leaked ref.
2007-06-22 Xavier ClaessensRename all filenames starting with "gossip" by "empathy...