summary refs log tree commit diff stats
path: root/src/common/common.vcxproj.filters
AgeCommit message (Collapse)Author
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-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
2014-12-30Rewrite identdTingPing
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding
2014-12-28Remove MSProxy supportTingPing
It's not enabled anywhere, certainly not maintained
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-02-06Use a single marshal file for entire projectTingPing
2013-09-26Remove remnants of native file dialogsTingPing
2013-04-03Remove strlutilBerke Viktor
2012-10-27Ignore generated config.h properly on UnixBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-21Relocate typedef.hBerke Viktor
2012-09-24Add strlcat() and strlcpy(), might convert to them in the futureBerke Viktor
2012-06-10Migrate VS solution to VS2010+WDK7Berke Viktor