log pidgin/gtkstatusbox.c @ 32805:997570b274d1

age author description
Sun, 09 Oct 2011 03:35:22 +0000 Elliott Sales de Andrade Fix calls to GTK_WIDGET_SET_FLAGS, which oddly enough does not seem to
Sun, 09 Oct 2011 02:50:20 +0000 Elliott Sales de Andrade Fix all deprecated GTK_WIDGET_* macros.
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Mon, 22 Aug 2011 21:27:03 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 5da91575f92c8c13d7a85eef338ec6da55e6fb26)
Mon, 14 Mar 2011 06:09:47 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head 5097b9aa21910f088f8a683e7fa7fcf6a95a458e)
Sun, 09 Jan 2011 23:32:10 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head b57a2fabd83745a5622fe79384727baa017f7893)
Wed, 01 Dec 2010 10:44:54 +0000 Marcus Lundblad this wasn't really mean to be commited...
Wed, 01 Dec 2010 09:41:56 +0000 Marcus Lundblad don't restrain the size of the 'welcome to pidgin' widget, as this makes the blist un-resizable to a smaller width, as far as I can tell stuff works as it should still...
Mon, 29 Nov 2010 15:48:29 +0000 Marcus Lundblad remove unused code
Mon, 29 Nov 2010 13:09:01 +0000 Marcus Lundblad the status box is now visible (and usable). autoexpanding for the in-line status editor is not quite working right...
Mon, 29 Nov 2010 09:23:05 +0000 Marcus Lundblad I think draw should replace expose_event here, but the status selector is still not seen...
Thu, 25 Nov 2010 22:30:18 +0000 Marcus Lundblad compiles using GTK+ 3 from git, beware it does not yet run, in fact it crashes...
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:
Sun, 30 Jan 2011 17:52:06 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8480ab9498b0e22b164f3a40c100f59e2d6dd916)
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.
Sat, 08 Jan 2011 15:07:58 +0000 John Bailey disapproval of revision '412a518af798eaeeea99651705fd9d549596b966'
Sat, 08 Jan 2011 06:39:45 +0000 masca It just don't makes sense to set a status message when changing to Offline. This was bugging me since long time ago.
Mon, 23 Aug 2010 00:53:55 +0000 Elliott Sales de Andrade I think this is marginally better to read.
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Sat, 06 Feb 2010 06:32:21 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f)
Thu, 04 Feb 2010 05:30:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Sun, 23 Aug 2009 05:04:15 +0000 John Bailey Start of killing off unneeded GTK_CHECK_VERSION checks in pidgin. Refs #10024
Fri, 05 Feb 2010 14:38:53 +0000 Sadrul Habib Chowdhury Refresh the statusbox correctly.
Sat, 16 Jan 2010 23:14:41 +0000 Gabriel Schulhof Patch from Gabriel Schulhof to correctly size the GtkIMHtml entry in the
Fri, 30 Oct 2009 01:41:49 +0000 Sadrul Habib Chowdhury Disable 'Remove' when no icon set.
Tue, 27 Oct 2009 07:51:46 +0000 Ka-Hing Cheung don't remember the message if we switch to a saved status (transient
Tue, 27 Oct 2009 07:42:02 +0000 Ka-Hing Cheung try not to artificially hide and then unhide the imhtml when status
Mon, 26 Oct 2009 07:35:18 +0000 Ka-Hing Cheung colapses 2 ifs together
Mon, 26 Oct 2009 06:53:35 +0000 Ka-Hing Cheung I don't think the comment made sense, this is probably what it meant
Mon, 26 Oct 2009 01:11:53 +0000 Ka-Hing Cheung only need to loop over active accounts once for this
Sun, 25 Oct 2009 23:45:02 +0000 Ka-Hing Cheung strncmp -> g_str_equal
Sun, 25 Oct 2009 23:39:45 +0000 Ka-Hing Cheung mostly comment changes, changed a str && !strcmp to purple_strequal
Sun, 25 Oct 2009 23:04:19 +0000 Ka-Hing Cheung there's no reason for message_changed to use g_utf8_collate, and also
Sun, 25 Oct 2009 22:18:08 +0000 Ka-Hing Cheung break early if we found the right saved status, and rewrote the exit logic
Mon, 03 Aug 2009 18:30:22 +0000 Paul Aurich statusbox: Avoid an assertion failure from ""
Mon, 22 Jun 2009 04:17:03 +0000 Paul Aurich Draw the user's buddy icon (in the status box) with curves, to match the buddy list icons.
Mon, 22 Jun 2009 03:41:21 +0000 Paul Aurich Leave the icon always on the right (regardless of language direction).
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Sat, 16 May 2009 20:11:04 +0000 Richard Laager Use GTK_STOCK_ADD for the Select Buddy Icon option.
Sat, 16 May 2009 20:07:59 +0000 Richard Laager A patch from nops to add a "Select Buddy Icon" (my term, the original patch
Wed, 06 May 2009 18:37:40 +0000 Paul Aurich Don't leak image refs in gtkstatusbox and assertion failure in nullprpl
Wed, 06 May 2009 06:40:24 +0000 Paul Aurich Look up the old image before we store the new one in the hash table.
Sun, 03 May 2009 23:58:14 +0000 Daniel Atallah Don't set the statusbox imhtml to be editable twice.
Sun, 03 May 2009 23:49:25 +0000 Daniel Atallah Avoid overwriting the PRIMARY clipboard when we select-on-focus the status text for easy editing. Fixes #8781.
Mon, 27 Apr 2009 17:34:57 +0000 Sadrul Habib Chowdhury Use a all the icons hbons had created for 'connecting' animation.
Mon, 27 Apr 2009 17:29:26 +0000 Sadrul Habib Chowdhury Don't expose the parent class.
Mon, 27 Apr 2009 17:26:57 +0000 Sadrul Habib Chowdhury Use stock-ids for connecting/typing animations in the statusbox.
Mon, 27 Apr 2009 04:50:44 +0000 Elliott Sales de Andrade We probably shouldn't have to set the pixbuf and the stock-id, but anyway,
Sun, 26 Apr 2009 22:54:17 +0000 Paul Aurich I like icons in my statusbox.
Thu, 23 Apr 2009 05:30:36 +0000 Sadrul Habib Chowdhury Reduce code duplication.
Thu, 23 Apr 2009 05:08:06 +0000 Sadrul Habib Chowdhury Use stock-id in the status editor window too.
Thu, 23 Apr 2009 03:55:35 +0000 Sadrul Habib Chowdhury Use stock id everywhere!
Thu, 23 Apr 2009 03:38:44 +0000 Sadrul Habib Chowdhury Use stock id where possible.
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.
Fri, 10 Apr 2009 06:32:57 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Wed, 28 Jan 2009 10:06:56 +0000 Mark Doliner Increment display_lines here so that, for fonts where pixels_inside_wrap()
Wed, 28 Jan 2009 09:59:55 +0000 Mark Doliner Change the logic for breaking out of the while look to match the if