log pidgin/win32/gtkwin32dep.c @ 32806:fed510b05c32

age author description
Fri, 17 Sep 2010 14:41:34 +0000 Daniel Atallah Make the win32 build possible to compile without GtkSpell if HAVE_GTKSPELL isn't defined.
Tue, 31 Aug 2010 01:49:53 +0000 Daniel Atallah Use some fully qualified dll locations.
Mon, 30 Aug 2010 18:56:44 +0000 Daniel Atallah Kill the win32 idle tracking code that works on old windows versions and move
Thu, 13 May 2010 22:45:19 +0000 Daniel Atallah Fix a regression in 2.7.0 that caused window flashing not to work on Windows.
Thu, 25 Feb 2010 07:09:11 +0000 Daniel Atallah Make Pidgin set the exchndl.dll log file to ~/.purple/pidgin.RPT
Fri, 19 Feb 2010 19:27:23 +0000 Daniel Atallah Avoid looking up functions by name that will be present on all supported Windows versions.
Mon, 15 Feb 2010 00:28:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 1d831e835bac31debd4d67cc75397c378c00bc7e)
Sun, 01 Nov 2009 04:56:45 +0000 Daniel Atallah Use an updated exchndl.dll that supports setting the log file path manually and
Fri, 04 Sep 2009 02:57:26 +0000 Daniel Atallah Remove some win9x specific code.
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.
Thu, 14 Aug 2008 04:28:47 +0000 Daniel Atallah Use the "Flash taskbar button X times" value from the win32 Tweak UI "Prevent
Fri, 14 Dec 2007 00:41:28 +0000 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.
Thu, 15 Nov 2007 18:25:50 +0000 Daniel Atallah Use a Message only window for processing messages from the win32 launcher since it is slightly more efficient.
Fri, 28 Sep 2007 15:56:31 +0000 Richard Laager applied changes from 1036f20a46ec1ba10dd2519fd09b44a607cdf202
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Fri, 06 Jul 2007 14:44:05 +0000 Daniel Atallah Fix the win32 build. Thanks to Etan and Lee Roach. Fixes #1929.
Sun, 13 May 2007 05:27:54 +0000 Daniel Atallah Instead of flashing the taskbar continuously, flash it three times and leave it highlighted. Fixes #117.
Sun, 13 May 2007 05:26:38 +0000 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.
Thu, 19 Apr 2007 22:28:18 +0000 Daniel Atallah Don't flash the conv. window if it is in the foreground.
Wed, 11 Apr 2007 13:38:05 +0000 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
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 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Thu, 15 Feb 2007 18:19:51 +0000 Daniel Atallah winpidgin warning fixes
Sun, 11 Feb 2007 00:46:43 +0000 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.
Sat, 03 Feb 2007 20:36:01 +0000 Daniel Atallah merge of '5640aed5456a4805ad88daaba5fbb055024d2c46'
Sat, 03 Feb 2007 18:46:49 +0000 Daniel Atallah Win32 de-gaimification of pidgin
Sat, 03 Feb 2007 19:08:27 +0000 Sean Egan More pidgin changes
Sat, 03 Feb 2007 07:55:15 +0000 Sean Egan pidginconv to pidgin_conv
Sat, 03 Feb 2007 07:23:11 +0000 Sean Egan gaim_gtk to pidgin. I hope
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/