summaryrefslogtreecommitdiff
path: root/libpurple/signals.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-2/+1
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-34/+36
* Remove a number of unused functions from the signal apiGary Kramlich2022-11-171-81/+13
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-2/+2
* Remove a bunch of unused marshallersGary Kramlich2022-09-271-219/+0
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Replace PurpleCallback by GCallbackElliott Sales de Andrade2022-03-251-47/+47
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-16/+8
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-3/+1
* libpurple: Remove DBus signal emissionMike Ruprecht2018-11-271-14/+0
* Use GDateTime in purple_log_write.Elliott Sales de Andrade2017-07-121-0/+16
* Merge gtkdoc-conversionAnkit Vani2014-02-041-4/+2
|\
| * Removed unused variable warningAnkit Vani2013-10-021-3/+1
| * Silence plugin unload and protocol removal a bitAnkit Vani2013-10-021-1/+1
* | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
|/
* Refactored dbus-server, signals, sound, status to use GType and GValue instea...Ankit Vani2013-07-191-31/+20
* Removed remaining inclusions of value.hAnkit Vani2013-07-171-1/+0
* Undo initial replacement of PurpleValueAnkit Vani2013-07-171-2/+2
* A bit of refactoring to eliminate the use of PurpleValueAnkit Vani2013-07-151-2/+2
* Replaced chatname, buddyname arguments of "chat-buddy-flags" signal with Purp...Ankit Vani2013-06-291-0/+11
* Restructure that patch a bit. The marshal function should have been with allJohn Bailey2011-04-161-0/+14
* Patch from Stefan Ott to add the account-authorization-requested-with-messageJohn Bailey2011-01-091-0/+15
* Add purple_marshal_POINTER__POINTER(), which sadrul says should be used for theJohn Bailey2010-03-071-0/+15
* Don't use pointers (even opaquely) once they're freed. Closes #9822.Paul Aurich2009-08-021-4/+4
* Duh, it helps to use the right marshallers.Paul Aurich2009-05-221-0/+20
* Remove trailing whitespaceMark Doliner2009-01-261-2/+2
* I figured a signal firing on a connection error would be useful.Will Thompson2007-10-241-0/+10
* Add marshalling functions for the authorization signals.Sadrul Habib Chowdhury2007-10-041-0/+13
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Oleg Sukhodolsky noticed that the callback function was cast incorrectly inWill Thompson2007-07-121-1/+1
* Fix up writing-im-msg and writing-chat-msg to use a marshaller which treats theWill Thompson2007-07-121-0/+19
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-130/+130
* In Pidgin, display a full date on the timestamp of the first message toRichard Laager2007-02-031-0/+32
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+990