summaryrefslogtreecommitdiff
path: root/libpurple/win32
Commit message (Collapse)AuthorAgeFilesLines
* Use ExtUtils::ParseXS instead of the xsubpp script to generate C source for ↵Daniel Atallah2010-03-121-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 pathDaniel Atallah2010-03-121-1/+1
|
* Upgrade GtkSpell to 2.0.16 on Windows. The installer needs a bunch more ↵Daniel Atallah2010-03-041-2/+2
| | | | work, but that is for later
* Warning fixesDaniel Atallah2010-03-011-3/+3
|
* Update NSS/NSPR to 3.12.5/4.8.2 (self-built). Big thanks goes to Berke ↵Daniel Atallah2010-03-011-2/+1
| | | | Viktor for doing this.
* Update _WIN32_IE definition slightly to make building with mingw-64 more ↵Daniel Atallah2010-02-281-1/+1
| | | | pleasant
* Use standalone gettextDaniel Atallah2010-02-281-1/+1
|
* Use libxml2-2.7.4Daniel Atallah2010-02-251-1/+1
|
* Win32 build updatesDaniel Atallah2010-02-183-28/+7
|
* Fix win32 buildDaniel Atallah2010-02-181-1/+1
|
* copyright year updatesDaniel Atallah2010-02-181-1/+1
|
* propagate from branch 'im.pidgin.pidgin' (head ↵Paul Aurich2010-02-154-258/+47
|\ | | | | | | | | | | 9ff8f3bdd0f5c0101988628f7bf8dad4f7cb8f40) to branch 'im.pidgin.pidgin.next.minor' (head 0b61bc4fbfbcfe66d2cf2f06c7e9a0b17f24b7d8)
| * No need to access SHGetFolderPath() indirectly any more with required ↵Daniel Atallah2009-10-311-21/+4
| | | | | | | | versions of Windows.
| * propagate from branch 'im.pidgin.pidgin' (head ↵Daniel Atallah2009-10-311-1/+1
| |\ | | | | | | | | | | | | | | | 7271f3acaae450e032403ec462b1ccb6668d5097) to branch 'im.pidgin.pidgin.next.minor' (head 7ba47b28bda9b650688c6d65002b355d6e1e4d2b)
| * | Remove some win9x specific code.Daniel Atallah2009-09-041-121/+43
| | |
| * | Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.John Bailey2009-08-223-116/+0
| | |
* | | Fix cross-compile on OSX, working around an apparently crippled sed.Daniel Atallah2010-02-131-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 Atallah2009-10-311-1/+1
|/ | | | speed it up.
* Fix windows build by adding the necessary bits to define the MTN revisionStu Tomlinson2009-07-272-0/+12
| | | | for the About dialog
* merge of '8a058554f86508b8aff7b45367184ff0b4cd3adc'Etan Reisner2009-07-211-0/+4
|\ | | | | | | and 'f0bc9d8b23450915a67513356ecd0c56eb185fd4'
| * Use mingw's <sys/time.h> to define "struct timezone" when it is new enough.Stu Tomlinson2009-07-181-0/+4
| | | | | | | | hopefully this doesn't break anything (it helps cross-compiling OTR)
* | Oops, missed this.Etan Reisner2009-07-081-1/+1
|/
* Modify the Windows build/install setup to deal with the perl modules the wayEtan Reisner2009-07-073-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 aMauro Brasil2009-07-021-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 LinuxStu Tomlinson2009-05-131-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 Hebner2009-04-091-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 Atallah2009-01-011-7/+4
| | | | #7761. Also some minor cleanup from me.
* Updated included win32 meanwhile library to fix #7563Daniel Atallah2008-12-101-1/+1
|
* Update SILC Toolkit used on win32 to 1.1.8Daniel Atallah2008-12-101-1/+1
|
* (Slightly modified) patch from fqueze to avoid exceptions with newer win32 CRTs.Daniel Atallah2008-12-021-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 Atallah2008-12-011-2/+2
|
* Warnings cleanup from Lee Roach. Fixes #6242.Daniel Atallah2008-08-314-3/+6
|
* Add support for reading SOCKS proxy information from the Windows proxy settings.Daniel Atallah2008-08-262-97/+12
| | | | Fixes #1614
* Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes).Daniel Atallah2008-07-301-1/+1
| | | | Fixes #6465
* Update the Perl plugin loader to work with Perl 5.10.Daniel Atallah2008-07-281-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 Atallah2008-07-191-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 Atallah2008-06-091-1/+1
|
* Use g_snprintf() instead of snprintf(), which isn't really available onDaniel Atallah2008-04-251-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 beingDaniel Atallah2008-04-253-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 Atallah2008-04-151-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 Atallah2008-04-152-3/+3
| | | | libpurple code. Fixes #5471
* Ugly hackery to support INSTALL_PIXMAPS for the win32 build.Daniel Atallah2008-03-311-0/+3
|
* printf format warning fixes.Daniel Atallah2008-03-241-3/+3
|
* Add extern "C" wrappers to win32 headers. There is also a change here that ↵Daniel Atallah2008-03-243-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 Atallah2008-03-171-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 Stange2008-03-011-0/+4
| | | | true!
* Enable SASL support for xmpp in the win32 build.Daniel Atallah2008-02-291-0/+2
|
* Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.Daniel Atallah2008-02-291-1/+1
|
* Better error messages for common Winsock errors. This was Kevin's wonderful ↵Daniel Atallah2007-11-261-9/+40
| | | | idea.
* Suppress warningDaniel Atallah2007-11-161-1/+3
|