log pidgin/gtksmiley.c @ 32827:4a34689eeb33 default tip

age author description
Sun, 25 Sep 2011 18:56:58 +0000 andrew victor Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
Sat, 24 Sep 2011 22:09:40 +0000 andrew victor * purple_util_fetch_url_request_len() renamed to purple_util_fetch_url_request().
Wed, 22 Jun 2011 07:07:28 +0000 Mark Doliner Start looking at the GError parameter every time we call these functions:
Sat, 08 Jan 2011 03:45:42 +0000 Gabriel Schulhof Add pidgin_make_scrollable and use it. Cleans up a bunch of duplicate code. Net code loss of 180 lines. Fixes #13073.
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Sun, 07 Feb 2010 08:41:47 +0000 Elliott Sales de Andrade Add support for dropping an image on the Custom Smiley window to add that
Sun, 07 Feb 2010 08:22:11 +0000 Elliott Sales de Andrade Don't try to save the edit dialog pointer to a NULL PurpleSmiley (aka, when
Sun, 07 Feb 2010 08:20:40 +0000 Elliott Sales de Andrade Using gpointer * is redundant.
Mon, 07 Sep 2009 19:22:32 +0000 Marcus Lundblad Only scale down larger smileys (more than 22 px width or height) in the
Sat, 04 Jul 2009 22:15:59 +0000 Elliott Sales de Andrade Make the custom smiley edit windows single-instance. That is, if you click
Fri, 03 Jul 2009 02:21:42 +0000 Elliott Sales de Andrade Fix the Add button sensitivity for the add smiley window when using the
Fri, 03 Jul 2009 02:10:53 +0000 Elliott Sales de Andrade Set the correct default response in the smiley edit window so it gets the
Fri, 03 Jul 2009 01:18:02 +0000 Elliott Sales de Andrade Automatically enable and disable the Add/Save button in the PidginSmiley
Fri, 05 Jun 2009 08:23:18 +0000 Andrea Piccinelli Allow adding received animated custom smileys to locale custom smiley
Sat, 18 Apr 2009 22:39:56 +0000 Elliott Sales de Andrade Oops, I must have been tired. I only replaced the first occurrence of these
Sat, 18 Apr 2009 07:31:32 +0000 Elliott Sales de Andrade Use g_object_ref/unref instead of the deprecated versions.
Sun, 25 Jan 2009 23:25:11 +0000 Mark Doliner Add a comment
Sun, 25 Jan 2009 23:23:04 +0000 Mark Doliner Use the shortcut in the error message to give people more context
Sun, 25 Jan 2009 23:14:52 +0000 Mark Doliner Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button
Sun, 25 Jan 2009 23:10:16 +0000 Mark Doliner Try to improve the wording in our custom smiley manager
Thu, 08 Jan 2009 04:37:42 +0000 Etan Reisner Make dialogs that double as add and save dialogs indicate the current action
Tue, 02 Dec 2008 18:46:21 +0000 Marcus Lundblad When adding custom smiley without a previous filename (which is the case when
Fri, 05 Sep 2008 21:55:09 +0000 Marcus Lundblad Updated to use latest spec. in XEP-0231
Tue, 26 Aug 2008 22:06:21 +0000 Sadrul Habib Chowdhury Do not allow setting empty shortcut for a custom smiley.
Sat, 16 Aug 2008 17:24:21 +0000 Stu Tomlinson Fix compiling with gtk < 2.6
Sat, 02 Aug 2008 02:40:46 +0000 Ka-Hing Cheung at least don't crash when we can't read whatever we are reading
Wed, 28 May 2008 22:39:51 +0000 Sadrul Habib Chowdhury Update the smiley in the smiley dialog if the imagefile is changed.
Sun, 25 May 2008 16:16:22 +0000 Marcus Lundblad Always store custom smileys with hashed filenames. Closes #5913.
Wed, 21 May 2008 17:56:20 +0000 Sadrul Habib Chowdhury Modified patch from malu to "Add context menu alternative to add received
Mon, 12 May 2008 23:09:30 +0000 Sadrul Habib Chowdhury Modified patch from malu to add an 'Edit' button in the smiley manager
Sun, 11 May 2008 04:08:06 +0000 Sadrul Habib Chowdhury Some little usability changes in the custom smiley dialog.
Sat, 10 May 2008 16:31:06 +0000 Sadrul Habib Chowdhury Make PurpleSmiley a GObject.
Wed, 07 May 2008 04:05:19 +0000 Sadrul Habib Chowdhury Unref some gdkpixbufs to plug some memory leaks. References #1187.
Mon, 28 Apr 2008 07:43:50 +0000 Sadrul Habib Chowdhury Fix a small leak. And sort the smileys alphabetically, as suggested by
Mon, 28 Apr 2008 06:29:26 +0000 Sadrul Habib Chowdhury Patch from Masca to use the buddy-icon selector to select a custom
Tue, 18 Mar 2008 00:47:52 +0000 Sadrul Habib Chowdhury Introduce API for GtkIMHtmlSmiley. Use this to prevent leaking remote custom emoticons.
Mon, 25 Feb 2008 04:39:37 +0000 Sadrul Habib Chowdhury Attempt at a better error message.
Mon, 25 Feb 2008 03:07:03 +0000 Sadrul Habib Chowdhury Fix a leak, and correct the docs.
Mon, 25 Feb 2008 02:43:06 +0000 Sadrul Habib Chowdhury Hide PurpleSmiley internals.
Tue, 19 Feb 2008 20:00:29 +0000 Sadrul Habib Chowdhury Make sure deleting one smiley doesn't accidentally delete a few others.
Tue, 19 Feb 2008 19:41:56 +0000 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and