Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ExtUtils::ParseXS instead of the xsubpp script to generate C source for ↵ | Daniel Atallah | 2010-03-12 | 1 | -1/+1 |
| | | | | XS files on Windows (avoids us needing to know where Perl is installed) | ||||
* | Use Perl in the system Path instead of a hard-coded cygwin-specific path | Daniel Atallah | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | Upgrade GtkSpell to 2.0.16 on Windows. The installer needs a bunch more ↵ | Daniel Atallah | 2010-03-04 | 1 | -2/+2 |
| | | | | work, but that is for later | ||||
* | Warning fixes | Daniel Atallah | 2010-03-01 | 1 | -3/+3 |
| | |||||
* | Update NSS/NSPR to 3.12.5/4.8.2 (self-built). Big thanks goes to Berke ↵ | Daniel Atallah | 2010-03-01 | 1 | -2/+1 |
| | | | | Viktor for doing this. | ||||
* | Update _WIN32_IE definition slightly to make building with mingw-64 more ↵ | Daniel Atallah | 2010-02-28 | 1 | -1/+1 |
| | | | | pleasant | ||||
* | Use standalone gettext | Daniel Atallah | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | Use libxml2-2.7.4 | Daniel Atallah | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Win32 build updates | Daniel Atallah | 2010-02-18 | 3 | -28/+7 |
| | |||||
* | Fix win32 build | Daniel Atallah | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | copyright year updates | Daniel Atallah | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | propagate from branch 'im.pidgin.pidgin' (head ↵ | Paul Aurich | 2010-02-15 | 4 | -258/+47 |
|\ | | | | | | | | | | | 9ff8f3bdd0f5c0101988628f7bf8dad4f7cb8f40) to branch 'im.pidgin.pidgin.next.minor' (head 0b61bc4fbfbcfe66d2cf2f06c7e9a0b17f24b7d8) | ||||
| * | No need to access SHGetFolderPath() indirectly any more with required ↵ | Daniel Atallah | 2009-10-31 | 1 | -21/+4 |
| | | | | | | | | versions of Windows. | ||||
| * | propagate from branch 'im.pidgin.pidgin' (head ↵ | Daniel Atallah | 2009-10-31 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | 7271f3acaae450e032403ec462b1ccb6668d5097) to branch 'im.pidgin.pidgin.next.minor' (head 7ba47b28bda9b650688c6d65002b355d6e1e4d2b) | ||||
| * | | Remove some win9x specific code. | Daniel Atallah | 2009-09-04 | 1 | -121/+43 |
| | | | |||||
| * | | Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024. | John Bailey | 2009-08-22 | 3 | -116/+0 |
| | | | |||||
* | | | Fix cross-compile on OSX, working around an apparently crippled sed. | Daniel Atallah | 2010-02-13 | 1 | -1/+1 |
| |/ |/| | | | | | I used the MinGW binaries from http://crossgcc.rts-software.org/doku.php | ||||
* | | Define WIN32_LEAN_AND_MEAN where possible during the compile to hopefully ↵ | Daniel Atallah | 2009-10-31 | 1 | -1/+1 |
|/ | | | | speed it up. | ||||
* | Fix windows build by adding the necessary bits to define the MTN revision | Stu Tomlinson | 2009-07-27 | 2 | -0/+12 |
| | | | | for the About dialog | ||||
* | merge of '8a058554f86508b8aff7b45367184ff0b4cd3adc' | Etan Reisner | 2009-07-21 | 1 | -0/+4 |
|\ | | | | | | | and 'f0bc9d8b23450915a67513356ecd0c56eb185fd4' | ||||
| * | Use mingw's <sys/time.h> to define "struct timezone" when it is new enough. | Stu Tomlinson | 2009-07-18 | 1 | -0/+4 |
| | | | | | | | | hopefully this doesn't break anything (it helps cross-compiling OTR) | ||||
* | | Oops, missed this. | Etan Reisner | 2009-07-08 | 1 | -1/+1 |
|/ | |||||
* | Modify the Windows build/install setup to deal with the perl modules the way | Etan Reisner | 2009-07-07 | 3 | -16/+8 |
| | | | | | | the Linux build/install setup does. This wasn't strictly necessary but does make things more nicely parallel. | ||||
* | Increase the logging level of some debugging messages that seemed to be a | Mauro Brasil | 2009-07-02 | 1 | -2/+2 |
| | | | | | | | | | | bit more important than "informational". From a patch by Mauro but with additional changes recommended by rekkanoryo. Fixes #8751. committer: Elliott Sales de Andrade <qulogic@pidgin.im> | ||||
* | Make the makensis option prefix configurable, so cross-compiling from Linux | Stu Tomlinson | 2009-05-13 | 1 | -0/+1 |
| | | | | | | can override the prefix in local.mak, avoiding the need to patch NSIS to accept win32-style option prefixes. Add this to local.mak if cross-compiling: MAKENSISOPT := - | ||||
* | Clean up libpurple memory allocations on win32 libpurple uninit. | Nick Hebner | 2009-04-09 | 1 | -0/+7 |
| | | | | | | | | | Thanks to Nick Hebner. References #8683 committer: Ethan Blanton <elb@pidgin.im> | ||||
* | Fix from the QuteCom folks to compile with Glib < 2.8.5 with MSVC. Fixes ↵ | Daniel Atallah | 2009-01-01 | 1 | -7/+4 |
| | | | | #7761. Also some minor cleanup from me. | ||||
* | Updated included win32 meanwhile library to fix #7563 | Daniel Atallah | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Update SILC Toolkit used on win32 to 1.1.8 | Daniel Atallah | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | (Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs. | Daniel Atallah | 2008-12-02 | 1 | -0/+15 |
| | | | | | | I modified it to use g_return_val_if_reached() because we need to track down and fix the places where invalid fds are being used. Fixes #7608 | ||||
* | I'm not sure how this ever worked... | Daniel Atallah | 2008-12-01 | 1 | -2/+2 |
| | |||||
* | Warnings cleanup from Lee Roach. Fixes #6242. | Daniel Atallah | 2008-08-31 | 4 | -3/+6 |
| | |||||
* | Add support for reading SOCKS proxy information from the Windows proxy settings. | Daniel Atallah | 2008-08-26 | 2 | -97/+12 |
| | | | | Fixes #1614 | ||||
* | Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes). | Daniel Atallah | 2008-07-30 | 1 | -1/+1 |
| | | | | Fixes #6465 | ||||
* | Update the Perl plugin loader to work with Perl 5.10. | Daniel Atallah | 2008-07-28 | 1 | -2/+2 |
| | | | | | | | I don't think this will break compiling with older versions (note that Perl micro versions are not binary compatible). Update the win32 build to use (and require and upgrade to Perl 5.10). Fixes #5137 | ||||
* | Fix running several Bonjour instances on the same machine. | Daniel Atallah | 2008-07-19 | 1 | -1/+4 |
| | | | | | | | The server socket had SO_REUSEADDR set, which was causing all the instances to share the same port (and therefore it was indeterminate who would actually get the incoming connection). Fixes #6231 | ||||
* | re-Fix win32 build. | Daniel Atallah | 2008-06-09 | 1 | -1/+1 |
| | |||||
* | Use g_snprintf() instead of snprintf(), which isn't really available on | Daniel Atallah | 2008-04-25 | 1 | -11/+27 |
| | | | | | | Windows. Also, use _read(), _write() and _close(), so the win32 platform headers don't cry. This has absolutely nothing to do with the ability to build with visual studio. | ||||
* | Include winsock2.h before windows.h is included to avoid winsock.h being | Daniel Atallah | 2008-04-25 | 3 | -16/+6 |
| | | | | | included. Also, rename and staticify a variable in our copy of giowin32.c so it doesn't conflict with the one extern'ed in the glib headers. | ||||
* | Patch from dharding to allow pidgin to be built on win32 using MSYS 1.0.10 ↵ | Daniel Atallah | 2008-04-15 | 1 | -4/+3 |
| | | | | which includes a version of sed that doesn't handle in-place replacement. Fixes #5527. | ||||
* | Patch from vladb to remove a C++ protected word ("namespace") from win32 ↵ | Daniel Atallah | 2008-04-15 | 2 | -3/+3 |
| | | | | libpurple code. Fixes #5471 | ||||
* | Ugly hackery to support INSTALL_PIXMAPS for the win32 build. | Daniel Atallah | 2008-03-31 | 1 | -0/+3 |
| | |||||
* | printf format warning fixes. | Daniel Atallah | 2008-03-24 | 1 | -3/+3 |
| | |||||
* | Add extern "C" wrappers to win32 headers. There is also a change here that ↵ | Daniel Atallah | 2008-03-24 | 3 | -3/+27 |
| | | | | I thought I committed earlier that should provide better error messages for winsock errors. | ||||
* | I was wondering why the more sane error messges were never appearing... now ↵ | Daniel Atallah | 2008-03-17 | 1 | -0/+9 |
| | | | | I know. There is also a fix here that uses glib's internal rename stuff on recent versions because it is more robust than our win32 version. | ||||
* | Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not ↵ | Kevin Stange | 2008-03-01 | 1 | -0/+4 |
| | | | | true! | ||||
* | Enable SASL support for xmpp in the win32 build. | Daniel Atallah | 2008-02-29 | 1 | -0/+2 |
| | |||||
* | Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile. | Daniel Atallah | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | Better error messages for common Winsock errors. This was Kevin's wonderful ↵ | Daniel Atallah | 2007-11-26 | 1 | -9/+40 |
| | | | | idea. | ||||
* | Suppress warning | Daniel Atallah | 2007-11-16 | 1 | -1/+3 |
| |