log pidgin/gtkpounce.c @ 32804:b6276b10cb10

age author description
Sun, 30 Oct 2011 21:46:51 +0000 andrew victor Use the PurpleBuddy accessor functions.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Sat, 08 Jan 2011 03:45:42 +0000 Gabriel Schulhof Add pidgin_make_scrollable and use it. Cleans up a bunch of duplicate code. Net code loss of 180 lines. Fixes #13073.
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Mon, 15 Feb 2010 00:28:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1d831e835bac31debd4d67cc75397c378c00bc7e)
Sat, 31 Oct 2009 17:52:54 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head bc551a0f3f61b07c37e8677925b1aeae91e849be)
Fri, 04 Sep 2009 02:57:26 +0000 Daniel Atallah Remove some win9x specific code.
Sun, 23 Aug 2009 16:52:25 +0000 John Bailey This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.
Sun, 14 Feb 2010 06:57:53 +0000 Daniel Atallah Make the "Execute a command" buddy pounce action use ShellExecute() on Windows so that it can open files of all types (e.g. MP3s) with their default associated application. Fixes #11333.
Wed, 21 Oct 2009 23:27:16 +0000 Sadrul Habib Chowdhury A simple g_strdup is fine here.
Mon, 16 Mar 2009 17:07:41 +0000 Kevin Stange A patch from Jorge Villaseor which makes all pounces share a single window.
Wed, 25 Feb 2009 19:57:49 +0000 Casey Ho Buddy pounce options are now in four columns instead of two. Fixes issues with height of dialog on small resolutions.
Thu, 15 Jan 2009 22:37:48 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 42f77b0e8b8ebf5ff3c30d8f8022ac5d289631e8)
Thu, 08 Jan 2009 05:00:02 +0000 Etan Reisner Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog
Thu, 08 Jan 2009 04:37:42 +0000 Etan Reisner Make dialogs that double as add and save dialogs indicate the current action
Sat, 08 Nov 2008 19:26:28 +0000 Alex Willmer Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
Fri, 23 May 2008 13:03:18 +0000 Stu Tomlinson Make it more obvious that there is a default buddy pounce sound, and
Sat, 12 Jan 2008 14:44:12 +0000 Sadrul Habib Chowdhury It turns out the tree-models need to be unref'ed.
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
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:23 +0000 Richard Laager merge of '1d521d53265eb98ae00fd955fb78a1d39e4c8ba6'
Fri, 16 Nov 2007 23:00:41 +0000 Richard Laager merge of '53b79b2ce557c515c1eb6d234e40ede98328a82e'
Fri, 16 Nov 2007 22:59:44 +0000 Richard Laager merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245'
Fri, 16 Nov 2007 22:42:59 +0000 Richard Laager Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sat, 10 Nov 2007 15:37:23 +0000 Gabriel Schulhof Another transience fix