summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.vcxproj
AgeCommit message (Collapse)Author
2021-05-23Updated Toolset to v142DjLegolas
2018-03-09win32: Update to build against gvsbuildPatrick Griffis
2015-10-12common: Moved some functions over from plugins/sysinfo that are useful for ↵Arnavion
the rest of HC. OS name, CPU, GPU, HDD info and build arch are now all available within core HC. OS name and build arch are used in the About dialog.
2015-10-10Use VS 2015Arnavion
2015-10-10fe-gtk: Use manual registration for resources.Arnavion
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-09-17win32: Fixed build break due to 7a4a024Arnavion
2014-06-04win32: Use config.h instead of config-win32.hTingPing
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-02-06Use a single marshal file for entire projectTingPing
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-03fe-gtk: Quote path to glib-compile-resources.exeArnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
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-08Add preference to change tabs on scrollTingPing
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f
2013-10-08Add chanview files to projectTingPing
2013-09-29Reorganize files and migrate images to gresourceTingPing
2013-09-26Remove XFT, SHM, and MMXTingPing
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Replace search window with a searchbarTingPing
2013-09-15Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-08-03Use built-in gtk_about_dialogTingPing
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
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.
2012-11-11Fix 4996 warningsBerke Viktor
2012-11-11Hide 4996 warnings in all projects and fix license copyBerke Viktor
2012-11-10Eliminate some more warnings and hide less warnings in VSBerke Viktor
2012-11-06Disable some stupid warnings without the WDKBerke Viktor
2012-11-04Ignore specific warnings for common and fe-gtk, all should be eliminated at ↵Berke Viktor
some point
2012-11-03Relocate hexchat.png and hexchat.ico and some more varname cleanupBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-21Relocate typedef.hBerke Viktor
2012-10-18Update win32 dirent.h implementation and use header instead of static libraryBerke Viktor
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-09-16Force 5.x subsystem globallyBerke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ↵Berke Viktor
Studio happy
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10More solution fixes and add language interfacesBerke Viktor