log libpurple/imgstore.c @ 32827:4a34689eeb33 default tip

age author description
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)
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.
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.
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:
Fri, 27 Apr 2007 18:17:09 +0000 Richard Laager Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.
Fri, 27 Apr 2007 14:36:42 +0000 Richard Laager disapproval of revision 'a999246dfcbd33c9494afa445d9562aee5e5457c'
Fri, 27 Apr 2007 14:25:10 +0000 Richard Laager disapproval of revision '2f959ba8a0fdac370ac610e60f6a4cd09525d928'
Fri, 27 Apr 2007 05:32:49 +0000 Sean Egan GINT_TO_POINTER is not the same thing as &. Also, add some error checking to jabber/buddy.c
Wed, 25 Apr 2007 22:23:29 +0000 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
Wed, 25 Apr 2007 21:48:56 +0000 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
Tue, 24 Apr 2007 17:00:22 +0000 Richard Laager Fix the custom icon stuff, and various memory leaks. At this point, custom
Tue, 24 Apr 2007 04:35:38 +0000 Richard Laager Bug fixes! From my preliminary testing, the standard buddy icon stuff is working.
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/