log pidgin/win32/gtkwin32dep.c @ 28745:ff66496188e0

age author description
2008-08-14 Daniel Atallah Use the "Flash taskbar button X times" value from the win32 Tweak UI "Prevent
2007-12-14 Daniel Atallah This is a great patch from Lee Roach to make Pidgin on win32 deal with system suspend / resume. It seems to work really well, hopefully this'll make some folks happy. If something doesn't work right, it is probably my fault. Fixes #480.
2007-11-15 Daniel Atallah Use a Message only window for processing messages from the win32 launcher since it is slightly more efficient.
2007-09-28 Richard Laager applied changes from 1036f20a46ec1ba10dd2519fd09b44a607cdf202
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-07-06 Daniel Atallah Fix the win32 build. Thanks to Etan and Lee Roach. Fixes #1929.
2007-05-13 Daniel Atallah Instead of flashing the taskbar continuously, flash it three times and leave it highlighted. Fixes #117.
2007-05-13 Daniel Atallah Don't stop all windows from flashing when any Windows Pidgin window is focused. I also noticed that we were registering a callback for the focus-in-event for each flash start and never unregistering it, so this fixes that too. Fixes #554.
2007-04-19 Daniel Atallah Don't flash the conv. window if it is in the foreground.
2007-04-11 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
2007-04-05 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.
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-15 Daniel Atallah winpidgin warning fixes
2007-02-11 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
2007-02-03 Daniel Atallah merge of '5640aed5456a4805ad88daaba5fbb055024d2c46'
2007-02-03 Daniel Atallah Win32 de-gaimification of pidgin
2007-02-03 Sean Egan More pidgin changes
2007-02-03 Sean Egan pidginconv to pidgin_conv
2007-02-03 Sean Egan gaim_gtk to pidgin. I hope
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/