summary refs log tree commit diff stats
path: root/win32
AgeCommit message (Collapse)Author
2014-07-19win32: Don't allow installing on VistaTingPing
It does not run on Vista
2014-06-27win32: Silent installer improvementsTingPing
- Launch uninstaller as VERYSILENT - Don't launch Python/Perl installers when silent
2014-06-25win32: Use theme shipped with gtkTingPing
No reason for us to maintain own copy. This also makes custom theme installing easier.
2014-06-13We don't ship DNS as a plugin anymoreBerke Viktor
2014-06-13Fix GTK+ bundle licenses missing from installerBerke Viktor
2014-06-04win32: Fix path in installer projectTingPing
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-06-03win32: Don't auto-generate version.txtTingPing
2014-06-01Bump version to 2.10.0TingPing
2014-05-31Cosmeticsbviktor
2014-05-29Replace Inno Perl with MSI PerlBerke Viktor
2014-05-28... and update perl description in installerTingPing
2014-05-28win32: Update perl urls in installerTingPing
2014-05-28perl: Update Perl to 5.20tomek
2014-04-17win32: Update gtk theme description in installerTingPing
2014-04-08win32: Fix python 3.4 check in installerTingPing
2014-03-18win32: Quote paths when invoking glib-compile-resources.exeArnavion
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it.
2014-03-18win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵Arnavion
it parses arguments with spaces as separate parameters.
2014-03-17win32: Bump python to 3.4.0TingPing
2014-02-28win32: Updated Python dependencies to 2.7.6 and 3.3.4Arnavion
2014-02-14Build with GTK_DISABLE_DEPRECATEDTingPing
2014-02-06win32: Update installer for new PerlTingPing
2014-01-26win32: Include gtk theme in minimal installTingPing
2014-01-08Rewrite dns commandTingPing
- Cross platform - Doesn't depend on external tools
2013-12-27Replaced use of T4 templates with PS-based templates.Arnavion
TextTransform.exe is not available with Express versions of Visual Studio.
2013-11-16win32: Improvements to portable-mode in installerTingPing
2013-11-15win32: Download spelling dictionaries from installerTingPing
2013-11-10win32: Download deps during installationTingPing
2013-11-03installer: Use correct path to iscc.exe depending on the platform.Arnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-10-28win32: Install pixbuf engineTingPing
2013-10-20win32: install theme manager by defaultTingPing
2013-10-12win32: Use version information from configure.ac to populate the ↵Arnavion
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
2013-10-12win32: Make all projects depend on common so that common is always run ↵Arnavion
before any others.
2013-10-12Fix installer on 32bit WindowsTingPing
2013-10-09Improve Windows installerTingPing
- Unify x86 and x64 installer files - Get rid of version program - Clean up .iss file - Only allow one installation
2013-10-03Added shortuct to config folder to installerFarow
Fixes #612
2013-09-29Reorganize files and migrate images to gresourceTingPing
2013-09-25Update installer links to 2013 redistTingPing
2013-09-24Remove hextrayTingPing
2013-09-20First round of using GTK accessor functionsTingPing
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it.
2013-09-20Add /d2Zi+ switch for better debug symbolsEustachy Kapusta
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-11Bump Version to 2.9.6TingPing
2013-08-04Remove VS Redistributable update version from installer linkEustachy Kapusta
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-05-18Update Perl library nameBerke Viktor
2013-05-04Make copy depend on python3 as wellBerke Viktor
2013-05-04Fix VS editionBerke Viktor
2013-05-03Add python3 pluginTingPing