Fri, 27 Nov 2009 07:12:35 +0000 |
Paul Aurich |
Include 'internal.h' before all other headers to make some non-gcc compilers happy.
|
Fri, 03 Jul 2009 04:21:16 +0000 |
Paul Aurich |
Don't try to read in '' as our account icon. I don't know if I have a messed up prefs.xml or something else changed recently.
|
Mon, 28 Apr 2008 00:01:07 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head caaa65e1c157e6cb43219237f88a4ad298f3bbf5)
|
Fri, 04 Apr 2008 01:17:29 +0000 |
Mark Doliner |
Add a little safety... just in case someone imgstores 13 million or
|
Thu, 03 Apr 2008 23:51:19 +0000 |
Mark Doliner |
Better documentation.
|
Tue, 18 Mar 2008 00:48:33 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
|
Fri, 07 Mar 2008 23:14:23 +0000 |
Sadrul Habib Chowdhury |
Make it simple to create a stored-image from a filename.
|
Thu, 13 Mar 2008 18:08:02 +0000 |
Will Thompson |
Add docs to PurpleStoredImage so that doxygen links to it show up
|
Sun, 16 Sep 2007 01:05:22 +0000 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Fri, 29 Jun 2007 15:00:50 +0000 |
Evan Schoenberg |
purple_imgstore_add() has checks which can lead it to return NULL (which should be NULL, not 0); purple_imgstore_add_with_id() should therefore allow for the possibility that the returned value is NULL and check it before using it. An id of 0 is returned if the function fails.
|
Tue, 19 Jun 2007 22:47:12 +0000 |
Sadrul Habib Chowdhury |
Move the define in internal.h instead.
|
Fri, 25 May 2007 17:42:51 +0000 |
Sadrul Habib Chowdhury |
Get rid of a run-time dbus warning due to an unregistered storedimg.
|
Mon, 30 Apr 2007 07:03:10 +0000 |
Mark Doliner |
Get rid of two harmless warnings:
|
Sat, 28 Apr 2007 17:59:01 +0000 |
Sadrul Habib Chowdhury |
Part of the patch in ticket #383:
|