summaryrefslogtreecommitdiff
path: root/telepathy-glib/message-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+1
* tp_message_mixin_init_dbus_properties: only conditionally implement ChatStateSimon McVittie2012-05-101-3/+11
* Silent warning about some used deprecated symbolsXavier Claessens2012-05-091-2/+2
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-5/+5
* TpMessageMixin: add helpers to implement ChatStateXavier Claessens2012-05-091-13/+247
* Stop using TP_ERRORSSimon McVittie2012-05-021-8/+8
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-4/+4
* Merge branch 'telepathy-glib-0.14'Will Thompson2011-10-041-11/+28
|\
| * MessageMixin: DEBUG if AckPM gets an id more than onceWill Thompson2011-10-041-1/+9
| * MessageMixin: don't repeatedly scan pending message listWill Thompson2011-10-031-1/+1
| * MessageMixin: don't crash if an id appears twiceWill Thompson2011-10-031-0/+7
| * MessageMixin: track messages to be acked in a GPtrArrayWill Thompson2011-10-031-10/+12
* | Merge branch 'telepathy-glib-0.14'Will Thompson2011-07-251-7/+9
|\ \ | |/
| * Warn if there is not at least one partDanielle Madeley2011-06-091-6/+8
| * Ensure there is at least 1 part in the delivery-echoDanielle Madeley2011-06-081-1/+1
| * Fix off-by-one errorDanielle Madeley2011-06-081-1/+1
* | Make DEBUG a no-op static inline with --disable-debug.Will Thompson2011-07-071-2/+0
|/
* Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie2010-12-131-11/+11
* TpMessageMixin: disallow message-sender-id in the same contexts as message-se...Simon McVittie2010-12-101-0/+2
* tp_message_mixin_sent: set the senderSimon McVittie2010-12-101-0/+13
* tp_message_mixin_sent: improve checksSimon McVittie2010-12-101-3/+2
* Fix unused-if-not-debugging variableSimon McVittie2010-12-091-0/+2
* move TpMessage message-mixin specific variables to TpCMMessageGuillaume Desmottes2010-12-091-21/+30
* message-mixin: no need to include signalled-message-internal.hGuillaume Desmottes2010-12-091-1/+0
* _tp_cm_message_new_from_parts: get a TpBaseConnectionGuillaume Desmottes2010-12-091-1/+2
* tp_cm_message_new: remove size_hint argGuillaume Desmottes2010-12-091-2/+2
* message-mixin: create a CMMessage instead of a Signalled oneGuillaume Desmottes2010-12-091-1/+2
* tp_message_new is deprecatedGuillaume Desmottes2010-12-091-2/+2
* factor out most of parts_to_text() to tp_message_to_text()Guillaume Desmottes2010-12-091-169/+1
* parts_to_text: take a TpMessage as first argumentGuillaume Desmottes2010-12-091-9/+15
* don't include base-connection.h in message.hGuillaume Desmottes2010-12-091-0/+1
* move TpMessage to its own filesGuillaume Desmottes2010-12-091-649/+1
* TpMessageMixin: add and test support for the MessageTypes propertySimon McVittie2010-11-251-0/+8
* fd.o #30949: tp_message_mixin_get_dbus_property: fix DeliveryReportingSupportSimon McVittie2010-10-181-1/+1
* message-mixin: add DeliveryReportingSupport to the list of propsGuillaume Desmottes2010-10-131-0/+1
* TpMessage: don't bitfield a gbooleanSimon McVittie2010-10-061-1/+1
* Change uses of TpIntSet to TpIntsetPhilip Withnall2010-09-141-2/+2
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
* Remove variables that shadow global function namesDanielle Madeley2010-05-241-5/+5
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
* Use tp_str_empty whenever it's equivalent to the current codeSimon McVittie2010-04-011-1/+1
* Specify when tp_message_mixin_sent should be called.Mike Ruprecht2010-03-311-1/+3
* Fix various typos and cross-referencesSimon McVittie2010-03-021-2/+2
* Don't bother with an idle call to poke a taken message into the queue.Vivek Dasmohapatra2010-01-131-16/+9
* tp_g_value_slice_new_bytes: change signature to match tp_message_set_bytesSimon McVittie2009-03-041-1/+1
* TpMessageMixin: simplify by using tp_g_value_slice_new_boolean() etc.Simon McVittie2009-03-041-46/+12
* Use TP_ARRAY_TYPE_MESSAGE_PART_LIST for aa{sv}Will Thompson2009-02-031-5/+2
* Set correct "Since:" annotations on the functions new in 0.7.21Simon McVittie2009-01-201-33/+33