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-10-10 | fe-gtk: Use manual registration for resources. | 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 | |||
2015-02-04 | Implement windows 8.1+ notifications | TingPing | |
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-17 | win32: Fixed build break due to 7a4a024 | Arnavion | |
2014-06-04 | win32: Use config.h instead of config-win32.h | TingPing | |
2014-03-18 | win32: Quote paths when invoking glib-compile-resources.exe | Arnavion | |
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it. | |||
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 | fe-gtk: Quote path to glib-compile-resources.exe | Arnavion | |
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-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
2013-10-08 | Add chanview files to project | TingPing | |
2013-09-29 | Reorganize files and migrate images to gresource | TingPing | |
2013-09-26 | Remove XFT, SHM, and MMX | TingPing | |
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-08-03 | Use built-in gtk_about_dialog | TingPing | |
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. | |||
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-11-03 | Relocate hexchat.png and hexchat.ico and some more varname cleanup | Berke Viktor | |
2012-10-21 | Move warning level to property sheet | Berke Viktor | |
2012-10-21 | Relocate typedef.h | Berke Viktor | |
2012-10-18 | Update win32 dirent.h implementation and use header instead of static library | 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-16 | Force 5.x subsystem globally | 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-21 | Some aid for compiler warnings | Berke Viktor | |
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 | More solution fixes and add language interfaces | Berke Viktor | |
2012-06-10 | Migrate VS solution to VS2010+WDK7 | Berke Viktor | |