log pidgin/gtkutils.c @ 17998:70fb7663a918

age author description
Sat, 02 Jun 2007 14:41:13 +0000 Sadrul Habib Chowdhury merge of '2a1a3522e67a5f99ed2e65a23693d148907cfdb7'
Sat, 02 Jun 2007 14:22:00 +0000 Sadrul Habib Chowdhury Make the GMail hackery work.
Fri, 01 Jun 2007 03:35:45 +0000 Sadrul Habib Chowdhury merge of '10b1053a68924a00cad9c1ed655c2528d95e6b36'
Sun, 10 Jun 2007 20:00:25 +0000 Stu Tomlinson Unleak a few bytes in the screenname completion code
Tue, 05 Jun 2007 20:05:29 +0000 Stu Tomlinson Fix rounding of buddy icons, it looks like when MSN Messenger converts jpgs
Sat, 02 Jun 2007 14:26:43 +0000 Stu Tomlinson Fix for the protocol type being off by one in modify account dialog
Fri, 01 Jun 2007 01:36:16 +0000 Daniel Atallah Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).
Thu, 31 May 2007 05:11:46 +0000 Sadrul Habib Chowdhury merge of '8ae64558f2dc02cbc051dda2e2e6e4270b03f7f3'
Sun, 27 May 2007 18:31:40 +0000 Sadrul Habib Chowdhury Make sure if some plugin used pidgin_protocol_option_menu_new, they continue
Fri, 25 May 2007 20:05:01 +0000 Sadrul Habib Chowdhury Fix the last merge.
Fri, 25 May 2007 19:51:22 +0000 Sadrul Habib Chowdhury merge of '2f10c41a04555ebc895ec5168c3c2996c738cbd9'
Thu, 31 May 2007 03:00:35 +0000 Sean Egan Reluctantly, I've added a preference for overriding the GTK+ default theme in GtkIMHtml widgets. There is support for this feature in the GNOME HIG and in other GTK+ (including GNOME) applications. This fixes #494. This is a GTK+ 2.4-only feature. I don't update the fonts in existing gtkimhtml's yet, only in new ones. Someone else may want to take care of that
Fri, 25 May 2007 19:05:47 +0000 Richard Laager Casting things to gpointer isn't useful, unless they were previously const.
Fri, 25 May 2007 03:32:46 +0000 Sadrul Habib Chowdhury Remove code duplication for prpl-icon creation.
Fri, 25 May 2007 00:36:20 +0000 Sadrul Habib Chowdhury Use purple_conversation_extended_menu to add items in the conversation
Thu, 24 May 2007 21:15:16 +0000 Sadrul Habib Chowdhury Use utility functions to get user info. Closes #964.
Thu, 24 May 2007 20:35:07 +0000 Sadrul Habib Chowdhury Change pidgin_separator to return the separator added to the menu.
Mon, 21 May 2007 20:01:40 +0000 Gabriel Schulhof Forgot an instance of g_object_new and some other changes are necessary, too.
Sun, 20 May 2007 21:53:10 +0000 Gabriel Schulhof Coding style changes
Sat, 19 May 2007 20:26:54 +0000 Richard Laager Fix a logic mistake I introduced during a cleanup.
Sat, 19 May 2007 19:58:56 +0000 Richard Laager Add some braces and clean up indentation.
Sat, 19 May 2007 19:55:05 +0000 Richard Laager Apply some constification.
Sat, 19 May 2007 19:40:59 +0000 Richard Laager Style changes in if statements.
Sat, 19 May 2007 19:33:31 +0000 Richard Laager Style change: death to spaces before semi-colons.
Sun, 20 May 2007 09:57:08 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 66aea7d56ba9aeefe7437693c284ba2e3d649835)
Sat, 19 May 2007 08:24:46 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)
Fri, 18 May 2007 22:04:01 +0000 Gabriel Schulhof Added to gtkutils.c:
Sun, 13 May 2007 20:25:00 +0000 Gabriel Schulhof Formatting changes.
Sun, 13 May 2007 13:23:46 +0000 Gabriel Schulhof aop_menu branch
Mon, 14 May 2007 23:35:50 +0000 Richard Laager Replace strcasecmp() calls with glib equivalents.