log pidgin/gtkdocklet.c @ 32827:4a34689eeb33 default tip

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Tue, 06 Sep 2011 18:38:01 +0000 Elliott Sales de Andrade I assume this check was backwards, since embedding should be used
Tue, 06 Sep 2011 00:25:29 +0000 Daniel Atallah Improve win32 behavior of the GtkStatusIcon based docklet.
Mon, 05 Sep 2011 17:17:17 +0000 Daniel Atallah Fix win32 build for gtkdocklet changes.
Fri, 02 Sep 2011 06:20:24 +0000 Elliott Sales de Andrade Remove GtkDocklet abstraction and merge GtkStatusIcon code into it.
Mon, 22 Aug 2011 22:56:24 +0000 Elliott Sales de Andrade Remove what seems to be an unnecessary variable.
Sat, 18 Apr 2009 21:45:41 +0000 Elliott Sales de Andrade Replace the deprecated GtkSignalFunc and GTK_SIGNAL_FUNC with GCallback and
Tue, 10 Feb 2009 04:25:45 +0000 Daniel Atallah This small optimization has been sitting in my tree for a long time.
Tue, 10 Feb 2009 04:20:24 +0000 Daniel Atallah Fix from "oopepe" to make menus more reliably responsive.
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Sun, 13 Jul 2008 17:00:50 +0000 Balwinder S Dheeman Add menuitem for 'join chat' in the docklet menu. Closes #3623.
Mon, 26 May 2008 06:50:06 +0000 Richard Laager Changes to the docklet mnemonics patch to make them more consistent with
Mon, 26 May 2008 06:48:59 +0000 Kevin Wu Won A patch from Kevin Wu Won to add mnemonics to the docklet menu.
Sat, 05 Jan 2008 18:01:12 +0000 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.