summary refs log tree commit diff stats
path: root/win32/hexchat.props
AgeCommit message (Collapse)Author
2021-05-23Change Inno path propertyDjLegolas
2018-03-09win32: Update to build against gvsbuildPatrick Griffis
2016-12-23win32: Update Python to 3.6tomek
2016-04-03lua: Build on win32Patrick Griffis
2016-03-06win32: Update Python to 3.5tomek
2015-10-10Use VS 2015Arnavion
2015-03-15Switch from mozilla-build to msys2.Arnavion
2015-02-21Win8+ native spell checking requires compiling with Win8 target.Arnavion
Win8-specific features are still loaded dynamically, so HC still works the same on W7.
2015-02-12win32: Use WinSparkle for handling updatesTingPing
Fixes #1282
2015-02-11Better project files.Arnavion
- Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory
2015-02-04Implement windows 8.1+ notificationsTingPing
This splits notifications up into multiple backends currently only libnotify on unix and win8 toasts. The win8 backend was originally written by @leeter though heavily modified.
2014-12-17More consistently include config.hTingPing
2014-12-02Add missing dependencies for glib's g_spawn on windowsIvan
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-05-28perl: Update Perl to 5.20tomek
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-17win32: Bump python to 3.4.0TingPing
2014-02-14Build with GTK_DISABLE_DEPRECATEDTingPing
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-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-09-29Reorganize files and migrate images to gresourceTingPing
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-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-05-18Update Perl library nameBerke Viktor
2013-05-03Add python3 pluginTingPing
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It ↵Arnavion
should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
2013-04-16Move beep to proper placeBerke Viktor
2013-04-13Nuke WMPA, not supported by ExpressBerke Viktor
2013-04-13Get rid of multiple Perl versionsBerke Viktor
2013-04-12Revert "win32: Fixed YourDepsPath."Berke Viktor
This reverts commit b07e5fafaf528a6ba3f0daddd99665762721c79b.
2013-04-11win32: Fixed YourDepsPath.Arnavion
2013-04-08Fix deps pathBerke Viktor
2013-04-08I might regret this, but let's do the brave jumpBerke Viktor
2013-04-02Enable cast checksBerke Viktor
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
You can still build HexTray manually if you want to try fixing it
2013-04-01Remove Tcl junk, cosmeticsBerke Viktor
2013-04-01Remove old stuff, some preparation for soon-to-be-released Perl 5.18Berke Viktor
2013-04-01Tabulation with spaces is annoying!Berke Viktor
2013-04-01Nuke Lua and TclBerke Viktor
2013-02-18Add HarfBuzz DLL to distBerke Viktor
2013-02-16Fix stupid GitHub autocrlf messBerke Viktor
2013-02-16Fix libwimp pathBerke Viktor
2012-11-12Get rid of the buggy, unmaintained and unused Lua and Tcl interfacesBerke Viktor
2012-11-12Prepare solution for Perl 5.16 VC buildBerke Viktor