log pidgin/win32/gtkdocklet-win32.c @ 29885:80e05718db82

age author description
Sat, 22 Aug 2009 22:08:21 +0000 John Bailey Kill unneeded GLIB_CHECK_VERSION uses in Pidgin. Refs #10024.
Mon, 24 Mar 2008 16:15:39 +0000 Daniel Atallah printf format warning fixes.
Sun, 28 Oct 2007 17:08:24 +0000 Casey Harkins disapproval of revision '03054fd9afde1bcdafb721ed7712638568c3a3e1'
Fri, 12 Oct 2007 02:47:48 +0000 Casey Harkins Add new API to the docklet for retrieving the geometry (x,y,w,h) and the
Fri, 28 Sep 2007 15:59:14 +0000 Richard Laager applied changes from 0a36aea71847198e73c07cbef0be7e7a7db12c57
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 08 May 2007 02:38:55 +0000 Casey Harkins Now that the docklet icon is based on the status from status selector, it
Tue, 01 May 2007 21:43:51 +0000 Sean Egan And make them used
Thu, 05 Apr 2007 04:25:11 +0000 Daniel Atallah 4bit icons for windows < XP. These are certainly not as pretty as the originals, but look a lot better than scaled down versions.
Mon, 19 Mar 2007 16:56:26 +0000 Daniel Atallah win32 fixes for s/gaim/purple/ stuff.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 05 Mar 2007 21:36:57 +0000 Sean Egan 16px tray icons. These are used if the tray is shorter than 22px, and in Windows where all tray icons are 16x16. I still need to attach to a resizing signal to make them automatically update when the tray resizes.
Sun, 25 Feb 2007 23:32:45 +0000 Sean Egan Recrop docket icons to consistent sizes. Realize that they're all actually 22px. A request is out for 16px icons for Windows
Sun, 25 Feb 2007 22:13:58 +0000 Daniel Atallah Cache the converted docklet HICONs. Sean noticed that there are actually .ico files in pixmaps/tray/16 (something that I missed). I'm not sure if I should just use those and eliminate the stock pixmap to HICON conversion hackery or if we can just get rid of those and avoid the duplication.