log pidgin/win32/gtkdocklet-win32.c @ 15715:2a673784fa56

age author description
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.
Sun, 25 Feb 2007 18:41:53 +0000 Daniel Atallah Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
Sat, 03 Feb 2007 18:46:49 +0000 Daniel Atallah Win32 de-gaimification of pidgin
Sat, 03 Feb 2007 07:23:11 +0000 Sean Egan gaim_gtk to pidgin. I hope
Mon, 29 Jan 2007 03:45:21 +0000 Daniel Atallah convert a user-visible string from "Gaim" to PIDGIN_NAME
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/