Rev. | Zeit | Autor |
---|---|---|
r29280 | 2021-10-30 16:39:17 | stefankueng |
use the numerical stringtok |
||
r29279 | 2021-10-30 16:38:56 | stefankueng |
extend the stringtok function to handle numerical containers |
||
r29278 | 2021-10-30 05:20:34 | stefankueng |
build with c++20 |
||
r29277 | 2021-10-30 05:11:22 | stefankueng |
fix default buttons in task dialogs |
||
r29276 | 2021-10-30 05:02:09 | stefankueng |
move declaration down |
||
r29275 | 2021-10-30 05:01:28 | stefankueng |
specify base members and methods in templates |
||
r29274 | 2021-10-30 05:00:41 | stefankueng |
use correct enum value |
||
r29273 | 2021-10-30 04:59:50 | stefankueng |
ignore warnings in generated file |
||
r29272 | 2021-10-30 04:58:54 | stefankueng |
fix constructor initialization |
||
r29271 | 2021-10-30 04:58:04 | stefankueng |
code cleanup |
||
r29270 | 2021-10-30 04:56:39 | stefankueng |
constify arguments |
||
r29269 | 2021-10-30 04:56:03 | stefankueng |
get rid of goto |
||
r29268 | 2021-10-30 04:54:41 | stefankueng |
cast to specific types |
||
r29267 | 2021-10-30 04:49:08 | stefankueng |
make use of auto |
||
r29266 | 2021-10-30 04:45:33 | stefankueng |
pass correct parameter, and check for nullptr |
||
r29265 | 2021-10-22 01:41:27 | stefankueng |
refresh the whole view if a dir is deleted in the repo browser |
||
r29264 | 2021-10-17 19:13:36 | stefankueng |
add link describing how to create self-signing certificates |
||
r29263 | 2021-09-29 02:23:14 | stefankueng |
save the monitoring project data before every reload |
||
r29262 | 2021-09-22 16:17:03 | stefankueng |
patch from Daniel Sahlberg: |
||
r29261 | 2021-09-18 02:15:42 | stefankueng |
only include the Win11 custom action dll if the build is done including the sparse package |
||
r29260 | 2021-09-18 02:12:42 | stefankueng |
use FindPackagesForUser instead of FindPackages to work around admin issues, and show errors properly |
||
r29259 | 2021-09-15 01:07:34 | stefankueng |
only unregister if a package is found. If it's not found that's not an error. |
||
r29258 | 2021-09-08 01:33:18 | stefankueng |
the new CRT/MFC merge modules seem to work properly again, so use those instead of adding the dlls into the TSVN bin folder |
||
r29257 | 2021-09-08 01:32:10 | stefankueng |
split the CustomActions dll into two, because I can't get the delayload to work and on Win7/8 the WinRT APIs are not available, which prevents a proper unintall/repair on those systems |
||
r29256 | 2021-09-03 15:02:16 | stefankueng |
add an 64x64 icon size |
||
r29255 | 2021-08-31 01:33:45 | stefankueng |
fix casting |
||
r29254 | 2021-08-28 22:05:17 | stefankueng |
add an 128x128 size icon |
||
r29253 | 2021-08-28 22:04:47 | stefankueng |
fix copy/paste |
||
r29252 | 2021-08-28 21:57:17 | stefankueng |
Fix redo: the modified detection has to be reverse of undo, not the same |
||
r29251 | 2021-08-28 16:06:12 | stefankueng |
update pot file with recent doc changes |