summaryrefslogtreecommitdiff
path: root/libempathy/empathy-message.c
Commit message (Expand)AuthorAgeFilesLines
* Update for new TPL API, we now get timestamp and edit_timestampDanielle Madeley2011-05-271-3/+21
* Add 'original-timestamp' to EmpathyMessageDanielle Madeley2011-05-261-3/+35
* Set 'token' and 'supersedes' for events from the loggerDanielle Madeley2011-05-251-4/+7
* Add 'supersedes' property to EmpathyMessageDanielle Madeley2011-05-201-0/+42
* Add 'token' property to EmpathyMessageDanielle Madeley2011-05-181-0/+30
* empathy_message_new is gone, use g_object_newEmilio Pozuelo Monfort2011-04-271-15/+12
* Merge remote-tracking branch 'pochu-public/log-window-619866' into empathy-skypeEmilio Pozuelo Monfort2011-04-271-13/+30
|\
| * make check fixesEmilio Pozuelo Monfort2011-04-261-1/+1
| * Don't ignore call eventsEmilio Pozuelo Monfort2011-04-201-21/+32
* | Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-211-10/+8
* | empathy-message: cast timestamps to glongGuillaume Desmottes2011-04-211-2/+2
* | empathy_message_new_from_tp_message: assign priv as soon as the message is cr...Guillaume Desmottes2011-04-211-1/+2
* | empathy-message: remove useless public settersGuillaume Desmottes2011-04-211-119/+22
* | remove empathy_message_new()Guillaume Desmottes2011-04-211-15/+7
* | factor out empathy_message_new_from_tp_messageGuillaume Desmottes2011-04-211-0/+33
* | empathy-message: add missing getter/setterGuillaume Desmottes2011-04-211-0/+18
|/
* Add support for message type to support /meNicolas Dufresne2011-02-281-0/+2
* Port empathy to Telepathy logger 0.2.0Nicolas Dufresne2011-02-241-16/+14
* empathy_message_from_tpl_log_entry: don't leak receiver and senderGuillaume Desmottes2010-11-241-6/+12
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+3
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-211-1/+1
* Properly mark messages from TPL as backlog (#623914)Guillaume Desmottes2010-07-091-1/+1
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-4/+0
* TplContact has been renamed to TplEntityGuillaume Desmottes2010-06-181-4/+4
* TplLogEntry(Text) has been renamed to TplEntry(Text)Guillaume Desmottes2010-06-181-14/+14
* port to latest tp-logger APIGuillaume Desmottes2010-06-181-3/+3
* empathy_message_equal: always use the timestamp+body (#621797)Guillaume Desmottes2010-06-171-4/+0
* TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-251-0/+78
* Don't highlight scrollback messages (#602288)Guillaume Desmottes2009-12-021-0/+8
* empathy-message: add message flagsGuillaume Desmottes2009-12-021-0/+35
* Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-011-56/+0
* Be consistent with EmpathyMessage style.Will Thompson2009-08-311-8/+16
* Ack received messages from ourself.Will Thompson2009-08-311-0/+32
* Don't parse message in EmpathyMessage:body setterWill Thompson2009-08-271-15/+2
* Add empathy_message_new_from_entry()Will Thompson2009-08-271-0/+56
* empathy-message.c: remove a trailing spaceGuillaume Desmottes2009-07-131-1/+1
* Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-081-0/+36
* empathy-message: update FSF addressGuillaume Desmottes2009-05-181-2/+2
* Use tp_strdiff in empathy_message_equal to compare body.Xavier Claessens2009-03-061-1/+3
* Remove unused empathy_message_get_unique_idXavier Claessens2009-03-061-8/+0
* Call GET_PRIV after checking the parameters of empathy_message_equal.Jonny Lamb2009-03-061-2/+5
* Added checks to the arguments of empathy_message_equal.Jonny Lamb2009-03-061-0/+3
* Added empathy_message_get_unique_id & empathy_message_equal.Jonny Lamb2009-03-061-0/+21
* Style fixesSjoerd Simons2009-01-091-1/+3
* Add id field to save the message id as received the CMSjoerd Simons2009-01-091-0/+16
* Remove useless empathy_message_get_date_and_timeXavier Claessens2008-12-161-20/+0
* Add missing includeXavier Claessens2008-11-291-0/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-051-76/+42
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-091-1/+1
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-0/+61