log pidgin/gtkimhtml.c @ 29942:c84ee0ff4fe6

age author description
Thu, 18 Feb 2010 10:06:43 +0000 Mark Doliner Minor cleanup. Hopefully this code has a little less duplication and
Thu, 18 Feb 2010 09:22:01 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.next.minor' (head 42544ec892337510146c931806a95dbf69c2fe30)
Mon, 15 Feb 2010 22:24:26 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2a58bda0b6d8c5519ef9e41e5f017343ef2cbac0)
Sun, 07 Feb 2010 00:34:22 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 37ee5cce9aeb51268bee637a770a97b72e301bf2)
Thu, 04 Feb 2010 05:44:27 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 2a3e80170374775648865ed02009fb9e8b2c8799)
Fri, 25 Dec 2009 22:08:46 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 8f0a3e68547fbc66188357edbf6694bd8dd2d557)
Mon, 23 Nov 2009 23:53:19 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 70ee6c0f2e2858657f0eb06a128db6abd076bdb7)
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Sun, 23 Aug 2009 16:52:25 +0000 John Bailey This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.
Sat, 22 Aug 2009 22:08:21 +0000 John Bailey Kill unneeded GLIB_CHECK_VERSION uses in Pidgin. Refs #10024.
Tue, 16 Feb 2010 09:02:23 +0000 Mark Doliner Fix CVE-2010-0423, a denial of service attack due to the parsing
Mon, 15 Feb 2010 18:44:44 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Mon, 15 Feb 2010 05:10:57 +0000 Mark Doliner Minor cleanup
Mon, 15 Feb 2010 18:40:19 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 06 Feb 2010 23:45:03 +0000 Sadrul Habib Chowdhury Change the cursor and act on double click on usernames in chat history.
Sat, 06 Feb 2010 15:45:51 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 03 Feb 2010 18:56:03 +0000 Sadrul Habib Chowdhury Explicitly mark user-interaction when inserting smiley.
Fri, 25 Dec 2009 19:25:22 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 23 Dec 2009 04:27:15 +0000 Elliott Sales de Andrade Call gtk_window_set_title() for the GtkIMHtml tip window, to avoid the
Wed, 25 Nov 2009 13:40:01 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sat, 21 Nov 2009 19:40:03 +0000 Sadrul Habib Chowdhury Fix scrolling bug for very busy chat rooms.
Fri, 20 Nov 2009 09:11:10 +0000 Sadrul Habib Chowdhury Remove a bunch of code duplication.
Fri, 20 Nov 2009 08:02:10 +0000 Sadrul Habib Chowdhury Fix reset-formatting for some cases.
Wed, 04 Nov 2009 16:58:41 +0900 Yoshiki Yazawa commit differences as a revision for now.
Sun, 25 Oct 2009 23:33:17 +0000 Marcus Lundblad And that should be done in gtk_imhtml_insert_smiley_at_iter too...
Sun, 25 Oct 2009 23:17:47 +0000 Marcus Lundblad Fix randomly broken tooltip for custom smileys.
Mon, 10 Aug 2009 20:36:54 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Mon, 10 Aug 2009 03:27:52 +0000 Paul Aurich imhtml: When inserting html, only set a font if it's a change from the default. Fixes #7648.
Sun, 02 Aug 2009 16:43:49 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Sun, 02 Aug 2009 05:34:11 +0000 Paul Aurich Don't use pointers (even opaquely) once they're freed. Closes #9822.