682 Commits

Author SHA1 Message Date
04a8eaa462 Add support for ARM64 platform 2018-09-07 11:20:22 +02:00
461d857cab Switch to Visual Studio 2017 2018-09-05 15:05:41 +02:00
25a05b256f Add explicit constructors/operators to sanitizing_blob_(z)f
Otherwise the compiler might generate default ones - and delete them
too.
2018-09-05 15:04:17 +02:00
239a391093 Review implicit narrowing conversions 2018-09-05 15:03:56 +02:00
4ae70c8575 Distinguish or merge variables with same names
...to resolve C4457 warnings.
2018-09-05 15:00:13 +02:00
c8c54e5d54 Update sub-modules 2018-09-05 13:24:08 +02:00
e40f9f7e63 Register en_US language in nmake register
When "Language" setting is absent in registry, the initialization of
wxWidget localization raises asserts.
2018-09-05 13:17:08 +02:00
8d4a07860d Force disable incremental linking
Incremental linking and reference optimization are mutually exclusive.
While VC2010 defaulted to non-incremental linking, this conflict was not
apparent.
2018-09-05 13:16:04 +02:00
a5b7a9c4cc Fix incorrect template parameter tolerated by VC2010 2018-09-05 13:15:29 +02:00
41f6fc625d Remove MFC dependency 2018-09-05 13:12:21 +02:00
f36094922f VS10Solution.sln => GEANTLink.sln 2018-09-05 13:06:39 +02:00
bba0054615 Update MSIBuild sub-module 2018-09-05 13:05:52 +02:00
6a7a6827b2 Upgrade to wxWidgets 3.1.1 and wxFormBuilder 3.8.1 2018-09-03 13:52:21 +02:00
3c2441e1c6 Switch to SHA-256 signing of final MSI files
This breaks support for Windows Vista.
1.0f
2018-07-04 11:02:09 +02:00
67257bf9ca Import translations from Transifex 2018-07-04 10:04:06 +02:00
57249b0196 Update translation template 2018-06-20 15:33:14 +02:00
9d84831d9b Stop using <> parentheses to avoid XML/HTML markup
Transifex treats strings enclosed in <> as HTML.
2018-06-20 14:32:54 +02:00
5ef1d72e42 .gitignore output WLANManager.exe properly 2018-06-20 13:46:46 +02:00
6a034ca669 Switch to SHA-256 signing 2018-06-20 13:23:04 +02:00
0575ace070 Preset version to 1.0f 2018-06-20 12:23:12 +02:00
2c761e4aae Enable Italian GUI 2018-06-20 12:22:45 +02:00
a652406dc9 Auto-detect devenv.com path 2018-06-20 12:06:01 +02:00
214a003177 Update translations 2018-06-20 11:55:18 +02:00
5613ba6f35 Auto-detect devenv.com path 2018-05-04 14:34:46 +02:00
bd1cf156bc Set version to 1.0e 1.0e 2017-12-05 09:14:17 +01:00
09b35b14c3 Translation update 2017-12-05 09:12:38 +01:00
9d29353fed Update wxExtend module 2017-12-05 09:12:12 +01:00
283fd08d51 Ignore post v1.0 folders
For easier switching between branches the non-v1.0 folders has been
.gitignored.
2017-12-05 09:02:13 +01:00
09bf94b377 Distribution folder changed 2017-11-20 12:06:08 +01:00
9ce58c3e15 Issue with NULL-initialized new profile configuration fixed 2017-07-10 10:49:33 +02:00
7ed4eda8ea Translation update 2017-05-30 12:42:36 +02:00
e0b9c4d95a Sub-module update 2017-05-30 12:39:12 +02:00
303a060f28 Version set to 1.0d 1.0d 2017-05-22 09:19:51 +02:00
6264741a62 daea1bba62ba514ed13d716ca5b5b1c89763c8f9 reverted 2017-05-22 09:18:02 +02:00
28f5710e47 WMI\Autologger records not installed any more, since they caused feature completeness check trouble: MsiUseFeature() reports feature broken, when it is denied access to any component folder or registry key
# Conflicts:
#	Makefile
2017-05-22 09:18:01 +02:00
cf6e3e7c25 MsiUseFeature() returning INSTALLSTATE_BROKEN is tolerated in non-elevated process now 2017-05-22 08:42:56 +02:00
a1485a78f6 WLANManager.exe now deployed as WLANManager-Win32.exe and WLANManager-x64.exe 2017-05-17 13:02:21 +02:00
06d39f0561 Sub-module update 2017-05-17 13:01:32 +02:00
0efe4d52c3 Secondary error message pop-up removed 2017-05-17 12:56:15 +02:00
5efadaa8c2 WLANManager support for multiple wireless interfaces 2017-05-17 12:56:14 +02:00
4937550746 Documentation update 2017-05-17 12:55:14 +02:00
4b5ffdf9a1 Indentation fix 2017-03-14 09:37:57 +01:00
ffa74466a4 Version set to 1.0c 1.0c 2017-02-24 12:07:05 +01:00
f4e27d2151 Clean-up 2017-02-23 12:11:39 +01:00
7f20906cf7 Incorrect CoCreateInstance() result evaluation fixed
# Conflicts:
#	lib/WinStd
2017-02-23 11:12:39 +01:00
30b96082bd Debugging-related exception in WlanUIEditProfile() resolved 2017-02-23 11:11:53 +01:00
0abae8fe0e Locale is dynamic now, since wxLocale does not support re-initialization (when module is reused) 2017-02-22 09:45:26 +01:00
6df6eeaa0a New version of wxExtend 2017-02-20 10:58:38 +01:00
4ac3643ef7 Compilation of debug MSI files fixed 2017-02-20 10:07:00 +01:00
3fa838aba1 Documentation update 2017-02-13 07:59:34 +01:00