log pidgin/gtkutils.c @ 29770:9e9c20b705d3

age author description
Wed, 21 Apr 2010 08:07:46 +0000 Mark Doliner Allow icons to be exactly the max file size
Wed, 21 Apr 2010 04:42:32 +0000 Mark Doliner Oh! When setting a buddy icon, when we reduce the dimension in order to
Tue, 13 Apr 2010 16:27:01 +0000 Sadrul Habib Chowdhury Use cute little "¡ß" on the close buttons in conversation tabs.
Sat, 27 Mar 2010 21:29:18 +0000 Mark Doliner Change pidgin_convert_buddy_icon() to be more accommodating when attempting
Fri, 26 Mar 2010 09:37:16 +0000 Mark Doliner Going on the assumption that the user has the same version of gdk-pixbuf as
Fri, 26 Mar 2010 09:30:00 +0000 Mark Doliner Use gdk_pixbuf_save_to_buffer() instead of gdk_pixbuf_save() to avoid saving
Sat, 20 Mar 2010 06:22:53 +0000 Elliott Sales de Andrade Use an inline RC style to get rid of some other padding to make the small
Sat, 20 Mar 2010 06:02:11 +0000 Kosta Arvanitis Use a small GtkButton instead of the custom "X" for close in various
Sat, 20 Feb 2010 04:53:17 +0000 Elliott Sales de Andrade *** Plucked rev df5196ac4c45dfff9cad5768c27d4e1d46fbb2ab (qulogic@pidgin.im):
Mon, 15 Feb 2010 00:28:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1d831e835bac31debd4d67cc75397c378c00bc7e)
Thu, 04 Feb 2010 05:30:35 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49)
Tue, 17 Nov 2009 07:33:47 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 42a8485e73af5f2091d307b51c09dded94eceb24)
Sat, 31 Oct 2009 19:42:18 +0000 Daniel Atallah Remove non longer relevant comment
Sat, 31 Oct 2009 19:20:50 +0000 Daniel Atallah Handle non-ASCII protocol names on Win32
Sat, 31 Oct 2009 17:49:11 +0000 John Bailey merge of '6a184b4a50c778257ab194f0339b91beda1f97c8'
Thu, 15 Oct 2009 10:45:22 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head af00ae634db8d99b296a90e1e0777bd23bd4df6a)
Wed, 21 Oct 2009 18:09:47 +0000 maiku propagate from branch 'im.pidgin.pidgin' (head 0d33eae1cfd57cb5f459518ad5db14230f13792b)
Wed, 16 Sep 2009 15:41:33 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
Fri, 04 Sep 2009 02:57:26 +0000 Daniel Atallah Remove some win9x specific code.
Sun, 23 Aug 2009 14:59:42 +0000 John Bailey I screwed up the logic here and didn't realize it earlier.
Sun, 23 Aug 2009 05:04:15 +0000 John Bailey Start of killing off unneeded GTK_CHECK_VERSION checks in pidgin. Refs #10024
Sun, 14 Feb 2010 05:55:46 +0000 Daniel Atallah Make the conversation text preview section dynamically update as the win32-only font override changes. Fixes #11168
Fri, 29 Jan 2010 14:23:15 +0000 Adi Roiban Mark strings for translation.
Thu, 14 Jan 2010 18:37:32 +0000 Paul Aurich I think this is only the place this could leak...
Tue, 17 Nov 2009 06:45:20 +0000 John Bailey I *think* this properly adds back the font preference stuff I axed earlier, but
Sun, 15 Nov 2009 20:34:26 +0000 John Bailey Kill the use of the GNOME document font and the prefs to override it. The font
Mon, 19 Oct 2009 22:34:24 +0000 Daniel Atallah Fix the win32 URIs to only linkify if the protocol is followed by a colon.
Wed, 14 Oct 2009 03:11:27 +0000 Daniel Atallah Register URL handlers for everything that Windows has knows about like we do
Thu, 03 Sep 2009 21:34:21 +0000 Elliott Sales de Andrade Remove an unused variable pointed out by WebcamWonder.
Thu, 03 Sep 2009 20:38:12 +0000 Mark Doliner GError needs to be initialized to NULL. I can't help but think that this