summary refs log tree commit diff stats
path: root/src/htm
AgeCommit message (Collapse)Author
2021-05-23Updated Toolset to v142DjLegolas
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2017-04-04thememan: Check for portable-mode file in the application directory.Mark Jansen
Fixes #1902
2015-10-10Use VS 2015Arnavion
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-01-29Respect verbosity setting when building htmTingPing
2013-08-28BUILD: use thememan.in instead of Makefile echohasufell
2013-08-28BUILD: don't hardcode the install path in the scripthasufell
2013-08-28BUILD: fix quoting issuehasufell
\"$@\" got malformed and interpreted by the Makefile
2013-08-28BUILD: add --with-theme-manager configure optionhasufell
2013-04-10Delete left over themesTingPing
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2013-03-31Use C# style license commentsBerke Viktor
2013-03-31Revert "Cosmetics"Berke Viktor
This reverts commit a88b3e8aaf78989f5247cbebe117e76b72d97844.
2013-03-31CosmeticsBerke Viktor
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2013-03-03HTM was throwing an exception for ReadOnly files.museun
So, to fix this an explicit FileAccess had to be set. Package.Open uses the default FileShare.None option. This causes a conflict and throws the 'UnauthorizedAccessException' exception. So, we just tell it that we are there to read it and everything is fine.
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-04Move build files out of the source tree, make grep usage much easierBerke Viktor
2012-10-04Add Mono project for HTMArnav Singh
2012-10-04Remove unused references 2 (TingPing)Berke Viktor
2012-10-04Remove unused references (TingPing)Berke Viktor
2012-10-04Add note about special folderBerke Viktor
2012-10-04Fix HTM config dir handling both on Windows and UnixBerke Viktor
2012-10-02Fix release path for HTM, C# projects don't support property sheets to use a ↵Berke Viktor
separate xp project instead
2012-07-20Be consistent about capsBerke Viktor
2012-07-19more branding changesxhmikosr
2012-07-14remove a few more *.user filesxhmikosr
2012-07-13Config folder and some more HTM rebrandingBerke Viktor
2012-07-13Rename XTM to HTMBerke Viktor