Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-15 | Switch from mozilla-build to msys2. | Arnavion | |
2015-03-08 | libenchant_win8 needs to depend on common to be able to use config.h | Arnavion | |
2015-02-27 | Remove unused win32 files | TingPing | |
2015-02-22 | Don't install spelling dicts if win8+ | TingPing | |
2015-02-21 | Fixed installer not actually bundling libenchant_win8.dll because it wasn't ↵ | Arnavion | |
made to depend on the project. | |||
2015-02-21 | Win8+ native spell checking requires compiling with Win8 target. | Arnavion | |
Win8-specific features are still loaded dynamically, so HC still works the same on W7. | |||
2015-02-21 | Add support for native win8+ spell checking | TingPing | |
2015-02-12 | win32: Use WinSparkle for handling updates | TingPing | |
Fixes #1282 | |||
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-11 | win32: Use https for installer downloads | TingPing | |
Fixes #1268 | |||
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-12-28 | Remove option to disable ipv6 | TingPing | |
It has been default for a while, is the only tested option, and will only get more common. | |||
2014-12-17 | More consistently include config.h | TingPing | |
2014-12-02 | Add missing dependencies for glib's g_spawn on windows | Ivan | |
2014-11-25 | Bump updater version to 2.10.2 | TingPing | |
2014-07-28 | Stupid github editor adding newlines | TingPing | |
2014-07-28 | Bump updater version on Windows | TingPing | |
2014-07-19 | win32: Update Python links | TingPing | |
2014-07-19 | win32: Don't allow installing on Vista | TingPing | |
It does not run on Vista | |||
2014-06-27 | win32: Silent installer improvements | TingPing | |
- Launch uninstaller as VERYSILENT - Don't launch Python/Perl installers when silent | |||
2014-06-25 | win32: Use theme shipped with gtk | TingPing | |
No reason for us to maintain own copy. This also makes custom theme installing easier. | |||
2014-06-13 | We don't ship DNS as a plugin anymore | Berke Viktor | |
2014-06-13 | Fix GTK+ bundle licenses missing from installer | Berke Viktor | |
2014-06-04 | win32: Fix path in installer project | TingPing | |
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-06-01 | Bump version to 2.10.0 | TingPing | |
2014-05-31 | Cosmetics | bviktor | |
2014-05-29 | Replace Inno Perl with MSI Perl | Berke Viktor | |
2014-05-28 | ... and update perl description in installer | TingPing | |
2014-05-28 | win32: Update perl urls in installer | TingPing | |
2014-05-28 | perl: Update Perl to 5.20 | tomek | |
2014-04-17 | win32: Update gtk theme description in installer | TingPing | |
2014-04-08 | win32: Fix python 3.4 check in installer | 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-03-17 | win32: Bump python to 3.4.0 | TingPing | |
2014-02-28 | win32: Updated Python dependencies to 2.7.6 and 3.3.4 | Arnavion | |
2014-02-14 | Build with GTK_DISABLE_DEPRECATED | TingPing | |
2014-02-06 | win32: Update installer for new Perl | TingPing | |
2014-01-26 | win32: Include gtk theme in minimal install | TingPing | |
2014-01-08 | Rewrite dns command | TingPing | |
- Cross platform - Doesn't depend on external tools | |||
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-16 | win32: Improvements to portable-mode in installer | TingPing | |
2013-11-15 | win32: Download spelling dictionaries from installer | TingPing | |
2013-11-10 | win32: Download deps during installation | TingPing | |
2013-11-03 | installer: Use correct path to iscc.exe depending on the platform. | Arnavion | |
2013-11-03 | Use correct path to TextTransform.exe depending on the platform. | Arnavion | |
2013-10-28 | win32: Install pixbuf engine | TingPing | |
2013-10-20 | win32: install theme manager by default | TingPing | |