log finch/gntrequest.c @ 32805:064eb5d78946

age author description
Fri, 26 Aug 2011 20:29:23 +0000 andrew victor Rather use the accessor functions directly.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Sun, 04 Jul 2010 04:06:17 +0000 Sadrul Habib Chowdhury Fix data selection in a list-type request-field.
Thu, 31 Dec 2009 17:33:35 +0000 Stu Tomlinson Fix building finch & libgnt using older gcc or non-gcc compilers that do
Sat, 18 Jul 2009 04:24:47 +0000 Elliott Sales de Andrade Don't include an internal header in the public finch headers.
Wed, 15 Jul 2009 06:35:19 +0000 Sadrul Habib Chowdhury Do not show hidden request fields.
Mon, 23 Mar 2009 01:06:15 +0000 Mike Ruprecht Remove some extra edits that snuck into Finch.
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Tue, 27 May 2008 06:27:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
Wed, 06 Feb 2008 19:44:41 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 16d99d9757384d801e4f13d991cb769a71f9c190)
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
Wed, 05 Sep 2007 00:47:58 +0000 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
Mon, 26 Jan 2009 09:12:04 +0000 Mark Doliner Change "screen name" to "username" or "buddy name" in a whole bunch of
Wed, 26 Nov 2008 00:40:27 +0000 Sadrul Habib Chowdhury Do the struct hiding differently.
Wed, 26 Nov 2008 00:38:38 +0000 Sadrul Habib Chowdhury Revert the last 'struct-hiding' change.
Tue, 18 Nov 2008 05:35:45 +0000 Richard Laager Hide the PurpleRequestField struct. I figured this one would be easy and
Tue, 06 May 2008 05:10:40 +0000 Richard Laager Fix a compiler warning. Sadrul or someone should double-check this.
Mon, 05 May 2008 16:01:02 +0000 Sadrul Habib Chowdhury The required fields are not really required if the action is cancelled.
Tue, 29 Apr 2008 19:13:55 +0000 Sadrul Habib Chowdhury Make sure the required fields are all entered correctly. Underline the
Sun, 27 Jan 2008 04:12:46 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleGroup.
Sat, 26 Jan 2008 22:33:08 +0000 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
Sat, 26 Jan 2008 20:32:26 +0000 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
Thu, 17 Jan 2008 08:01:02 +0000 Sadrul Habib Chowdhury Focus the button for the default action, if possible.
Sun, 06 Jan 2008 18:53:47 +0000 Sadrul Habib Chowdhury Add a function to get a widget for a request field.
Tue, 18 Dec 2007 15:15:19 +0000 Sadrul Habib Chowdhury Implement 'request_folder'. (so now the 'autoaccept' plugin cannot just be a Gtk plugin)
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Sat, 06 Oct 2007 15:55:47 +0000 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
Sun, 30 Sep 2007 02:11:37 +0000 Sadrul Habib Chowdhury Do not connect to a signal with a NULL callback. Gets rid of a runtime warning.