log pidgin/gtkutils.h @ 22184:2f805b1efc9a

age author description
Wed, 23 Jan 2008 04:47:04 +0000 Sadrul Habib Chowdhury Some minor doc update.
Sat, 05 Jan 2008 10:43:25 +0000 Gabriel Schulhof Remove a lot of duplication from a lot of places. Closes #4558.
Wed, 02 Jan 2008 14:01:50 +0000 Will Thompson Clear up some documentation.
Wed, 28 Nov 2007 01:54:34 +0000 Sadrul Habib Chowdhury Try to make a window transient for a suitable parent window. This currently
Tue, 27 Nov 2007 00:15:49 +0000 Sadrul Habib Chowdhury Add a utility function pidgin_dialog_add_button to add buttons to a dialog
Mon, 26 Nov 2007 08:47:08 +0000 Sadrul Habib Chowdhury Patch from fmoo. This makes a lot of the windows closeable with Escape. There
Sun, 04 Nov 2007 14:43:45 +0000 Will Thompson Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c
Fri, 02 Nov 2007 14:48:06 +0000 Will Thompson Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than
Wed, 31 Oct 2007 15:17:09 +0000 Will Thompson Document that callbacks for mini-dialogs may be NULL.
Wed, 31 Oct 2007 00:32:11 +0000 Will Thompson Improve the documentation of pidgin_make_mini_dialog().
Wed, 10 Oct 2007 04:23:53 +0000 Sadrul Habib Chowdhury Doxygen @since tags for libpurple and pidgin.
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Fri, 14 Sep 2007 08:27:26 +0000 Sadrul Habib Chowdhury Part of #1332 to introduce pidgin_text_combo_box_new_entry and
Wed, 08 Aug 2007 18:17:36 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
Sat, 28 Jul 2007 11:05:22 +0000 Gabriel Schulhof Back to square[0]
Tue, 24 Jul 2007 19:54:26 +0000 Gabriel Schulhof Generic transience mechanism ... *shudder*
Sat, 08 Sep 2007 22:41:31 +0000 John Bailey This will silence a few warnings when building the Doxygen docs.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 23 Aug 2007 03:06:52 +0000 Casey Harkins Separate out setting up the labelled-by and label-for ATK relationships
Fri, 27 Jul 2007 22:13:17 +0000 Sean Egan Screenname auto-completion filtering by Leonardo Fernandes, Fixes #519
Mon, 09 Jul 2007 04:24:41 +0000 Sean Egan Patch from nix_nix, adds 'get prpl name from account menu' API
Thu, 21 Jun 2007 06:46:27 +0000 Sadrul Habib Chowdhury Show immediate feedback when getting information about someone in a chat.
Wed, 20 Jun 2007 23:33:32 +0000 Sean Egan Chat topics in status line of chat infopanes
Wed, 20 Jun 2007 21:00:34 +0000 Sean Egan Rounds icons in the infopane. Since gdk_pixbuf_animation_get_static_image seems to return pixbufs without alpha channels, this only rounds animated icons that aren't transparent.
Sun, 17 Jun 2007 16:55:45 +0000 Stu Tomlinson Reduce code duplication and keep gtk 2.0 compatibility by making
Mon, 04 Jun 2007 23:48:54 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
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.
Sat, 19 May 2007 08:29:14 +0000 Richard Laager Add a @since marker to pidgin_create_window()'s documentation.