Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-12 | common: 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-10 | Use VS 2015 | Arnavion | |
2015-02-11 | Better 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 | |||
2014-12-30 | Rewrite identd | TingPing | |
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding | |||
2014-12-28 | Remove MSProxy support | TingPing | |
It's not enabled anywhere, certainly not maintained | |||
2014-09-17 | win32: Fixed build break due to 7a4a024 | Arnavion | |
2014-06-04 | win32: Use config.h instead of config-win32.h | TingPing | |
2014-06-03 | win32: Don't auto-generate version.txt | TingPing | |
2014-03-18 | win32: Powershell.exe absolutely needs "-File" when running scripts or else ↵ | Arnavion | |
it parses arguments with spaces as separate parameters. | |||
2014-02-06 | Use a single marshal file for entire project | TingPing | |
2013-12-27 | Replaced use of T4 templates with PS-based templates. | Arnavion | |
TextTransform.exe is not available with Express versions of Visual Studio. | |||
2013-11-03 | Use correct path to TextTransform.exe depending on the platform. | Arnavion | |
2013-10-12 | win32: 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-09-26 | Remove remnants of native file dialogs | TingPing | |
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-07-24 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-04-25 | win32: 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-14 | Remove one warning bypass | Berke Viktor | |
2013-04-03 | Remove strlutil | Berke Viktor | |
2012-11-11 | Fix 4996 warnings | Berke Viktor | |
2012-11-11 | Hide 4996 warnings in all projects and fix license copy | Berke Viktor | |
2012-11-10 | Eliminate some more warnings and hide less warnings in VS | Berke Viktor | |
2012-11-06 | Disable some stupid warnings without the WDK | Berke Viktor | |
2012-11-04 | Ignore specific warnings for common and fe-gtk, all should be eliminated at ↵ | Berke Viktor | |
some point | |||
2012-10-28 | Use Consolas as the default font where available | Berke Viktor | |
2012-10-27 | Ignore generated config.h properly on Unix | Berke Viktor | |
2012-10-24 | A lot more rebranding | Berke Viktor | |
2012-10-21 | Move warning level to property sheet | Berke Viktor | |
2012-10-21 | Relocate typedef.h | Berke Viktor | |
2012-10-03 | Complete the VS2010 reversion | Berke Viktor | |
2012-10-03 | Revert to VS2010 part4 | Berke Viktor | |
2012-10-02 | Oops, wrong find'n'replace | Berke Viktor | |
2012-10-02 | Remove hardcoding as much as possible | Berke Viktor | |
2012-10-02 | Change platform toolset to Visual Studio 2012 | Berke Viktor | |
2012-09-24 | Add strlcat() and strlcpy(), might convert to them in the future | Berke Viktor | |
2012-09-15 | Update solution to Visual Studio 2012 Express and get rid of mpcInfo | Berke Viktor | |
2012-07-21 | Add _AMD64_ definition for x64 builds, make Visual Studio even happier | Berke Viktor | |
2012-07-21 | Add trailing backslashes to Output and Intermediate directories, make Visual ↵ | Berke Viktor | |
Studio happy | |||
2012-07-11 | Rebranding on the file level | Berke Viktor | |
2012-06-15 | Add x64 support to the VS solution | Berke Viktor | |
2012-06-15 | LOTS of fixes to the VS solution | Berke Viktor | |
2012-06-10 | Migrate VS solution to VS2010+WDK7 | Berke Viktor | |