log libpurple/imgstore.c @ 22692:f35a57b8f4ce

age author description
2008-04-04 Mark Doliner Add a little safety... just in case someone imgstores 13 million or
2008-04-03 Mark Doliner Better documentation.
2008-03-18 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)
2008-03-07 Sadrul Habib Chowdhury Make it simple to create a stored-image from a filename.
2008-03-13 Will Thompson Add docs to PurpleStoredImage so that doxygen links to it show up
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-06-29 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.
2007-06-19 Sadrul Habib Chowdhury Move the define in internal.h instead.
2007-05-25 Sadrul Habib Chowdhury Get rid of a run-time dbus warning due to an unregistered storedimg.
2007-04-30 Mark Doliner Get rid of two harmless warnings:
2007-04-28 Sadrul Habib Chowdhury Part of the patch in ticket #383:
2007-04-27 Richard Laager Fix a bug in the imgstore code that I caught because of the fatal asserts in the test code.
2007-04-27 Richard Laager disapproval of revision 'a999246dfcbd33c9494afa445d9562aee5e5457c'
2007-04-27 Richard Laager disapproval of revision '2f959ba8a0fdac370ac610e60f6a4cd09525d928'
2007-04-27 Sean Egan GINT_TO_POINTER is not the same thing as &. Also, add some error checking to jabber/buddy.c
2007-04-25 Richard Laager Change the imgstore and by extension, then the buddy icon code to take over
2007-04-25 Richard Laager Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
2007-04-24 Richard Laager Fix the custom icon stuff, and various memory leaks. At this point, custom
2007-04-24 Richard Laager Bug fixes! From my preliminary testing, the standard buddy icon stuff is working.
2007-04-24 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/