log pidgin/win32/winpidgin.c @ 32470:4676bbc64e36

age author description
Thu, 13 Jan 2011 08:24:28 +0000 morshed nader Allowed pidgin on windows to properly handle combined arguments (i.e. "-dm" as opposed to "-d -m")
Tue, 31 Aug 2010 01:49:53 +0000 Daniel Atallah Use some fully qualified dll locations.
Mon, 15 Mar 2010 22:00:43 +0000 Daniel Atallah We're not going to support aspell dictionaries on Windows anymore.
Mon, 15 Mar 2010 21:54:23 +0000 Daniel Atallah We're not going to support a non-UNICODE pidgin.exe
Thu, 04 Mar 2010 04:22:19 +0000 Daniel Atallah Upgrade GtkSpell to 2.0.16 on Windows. The installer needs a bunch more work, but that is for later
Thu, 04 Mar 2010 02:20:50 +0000 Daniel Atallah Make the portable mode launcher try the "normal" mode path.
Sun, 01 Nov 2009 08:15:30 +0000 Daniel Atallah Remove some non longer needed #defines
Sun, 01 Nov 2009 08:04:37 +0000 Daniel Atallah Fix the win32 launcher to support unicode input. This allows the config
Sun, 01 Nov 2009 04:56:45 +0000 Daniel Atallah Use an updated exchndl.dll that supports setting the log file path manually and
Sun, 01 Nov 2009 03:34:32 +0000 Daniel Atallah Use a private GTK+ Runtime copy on Windows.
Thu, 10 Sep 2009 04:11:02 +0000 Daniel Atallah Patch from Johnson Earls to improve the win32 launcher detection of whether we
Sat, 02 May 2009 18:05:49 +0000 Daniel Atallah This is supposed to be a precision formatter.
Tue, 25 Nov 2008 03:40:28 +0000 Daniel Atallah Fix the initial parsing of args in the win32 launcher to be more robust.
Thu, 02 Oct 2008 02:22:42 +0000 Daniel Atallah Set %HOME% when running in portable mode so that GTK+'s files get stored in the
Wed, 30 Jul 2008 21:09:51 +0000 Daniel Atallah This should have been part of the previous commit related to no longer
Wed, 30 Jul 2008 20:22:22 +0000 Daniel Atallah Fix a crash in the win32 loader when %PATH% isn't set.
Mon, 28 Jul 2008 00:52:54 +0000 Daniel Atallah Update the Perl plugin loader to work with Perl 5.10.
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.
Wed, 19 Mar 2008 03:13:19 +0000 Daniel Atallah Fix protocolhandler invocation. Fixes #5248
Mon, 03 Mar 2008 16:35:15 +0000 Daniel Atallah Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
Fri, 04 Jan 2008 01:10:09 +0000 Daniel Atallah This is how the error handling for the win32 single instance mutex is supposed to work.
Fri, 21 Dec 2007 21:03:35 +0000 Daniel Atallah Warning fixes.
Tue, 18 Dec 2007 02:26:44 +0000 Daniel Atallah Allow the user to Retry if Pidgin is running when they start the installer. Fixes #4355
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.
Sun, 21 Oct 2007 05:07:57 +0000 Luke Schierer applied changes from d6da6a7a5ad01f170f0fd78424183f73200dc78c
Fri, 19 Oct 2007 18:14:53 +0000 Luke Schierer applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 02 Aug 2007 20:14:31 +0000 Daniel Atallah Fix "pidgin.exe --portable-mode" not to pass the flag to pidgin's init, so getopt doesn't choke on it. Fixes #2392.
Fri, 13 Jul 2007 18:18:56 +0000 Daniel Atallah Add win32 LCID lookup mappings for Afrikaans, Indonesian, Kannada, Pashto.
Fri, 13 Jul 2007 18:03:45 +0000 Daniel Atallah Convert portable winpidgin launcher executable to be the same binary as pidgin.exe and determine which behavior to use at runtime. Running "pidgin.exe --portable-mode" or renaming "pidgin.exe" to "pidgin-portable.exe" will cause the portable mode to be used.
Fri, 13 Jul 2007 13:57:59 +0000 Daniel Atallah Make the win32 launcher support "--multiple" as well as %PIDGIN_MULTI_INST%
Fri, 18 May 2007 01:51:03 +0000 Daniel Atallah Missing newline in debug output.
Fri, 18 May 2007 01:46:51 +0000 Daniel Atallah disapproval of revision '1e0f6c89bdf3a21258ac4f64039122a909ac67cc'
Fri, 18 May 2007 01:37:27 +0000 Daniel Atallah Fix an extra \r\n in the Authorization header. Fixes #965.
Tue, 01 May 2007 02:30:37 +0000 Richard Laager s/PIDGINHOME/PURPLEHOME/
Mon, 09 Apr 2007 02:04:03 +0000 Daniel Atallah Fix some overzealous s/gaim/purple/ stuff.
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
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 18:46:49 +0000 Daniel Atallah Win32 de-gaimification of pidgin
Sun, 21 Jan 2007 21:55:07 +0000 Daniel Atallah Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.