Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-13 | build: Replace Autotools with Meson | Patrick 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-04 | thememan: Check for portable-mode file in the application directory. | Mark Jansen | |
Fixes #1902 | |||
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-01-29 | Respect verbosity setting when building htm | TingPing | |
2013-08-28 | BUILD: use thememan.in instead of Makefile echo | hasufell | |
2013-08-28 | BUILD: don't hardcode the install path in the script | hasufell | |
2013-08-28 | BUILD: fix quoting issue | hasufell | |
\"$@\" got malformed and interpreted by the Makefile | |||
2013-08-28 | BUILD: add --with-theme-manager configure option | hasufell | |
2013-04-10 | Delete left over themes | TingPing | |
2013-04-01 | Remove another bunch of obsolete junk | Berke Viktor | |
2013-03-31 | Use C# style license comments | Berke Viktor | |
2013-03-31 | Revert "Cosmetics" | Berke Viktor | |
This reverts commit a88b3e8aaf78989f5247cbebe117e76b72d97844. | |||
2013-03-31 | Cosmetics | Berke Viktor | |
2013-03-31 | Supposed fix for license issues | Berke 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-03 | HTM 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-23 | fix incorrect FSF address | Dan Mashal | |
2012-11-04 | Move build files out of the source tree, make grep usage much easier | Berke Viktor | |
2012-10-04 | Add Mono project for HTM | Arnav Singh | |
2012-10-04 | Remove unused references 2 (TingPing) | Berke Viktor | |
2012-10-04 | Remove unused references (TingPing) | Berke Viktor | |
2012-10-04 | Add note about special folder | Berke Viktor | |
2012-10-04 | Fix HTM config dir handling both on Windows and Unix | Berke Viktor | |
2012-10-02 | Fix release path for HTM, C# projects don't support property sheets to use a ↵ | Berke Viktor | |
separate xp project instead | |||
2012-07-20 | Be consistent about caps | Berke Viktor | |
2012-07-19 | more branding changes | xhmikosr | |
2012-07-14 | remove a few more *.user files | xhmikosr | |
2012-07-13 | Config folder and some more HTM rebranding | Berke Viktor | |
2012-07-13 | Rename XTM to HTM | Berke Viktor | |