Rev. | Tiempo | Autor |
---|---|---|
r29438 | 2022-08-03 03:33:00 | stefankueng |
make member function const |
||
r29437 | 2022-08-03 03:32:23 | stefankueng |
manually load the scilexer.dll on startup |
||
r29436 | 2022-07-30 01:54:50 | stefankueng |
replace OutputDebugString with CTraceToOutputDebugString |
||
r29435 | 2022-07-22 04:06:54 | stefankueng |
disable thread library calls |
||
r29434 | 2022-07-22 04:06:20 | stefankueng |
fix compiler warning |
||
r29433 | 2022-07-22 04:05:45 | stefankueng |
add a "Commit" button to the changed-for-modifications dialog |
||
r29432 | 2022-07-19 04:23:20 | stefankueng |
fix finding the script path with %REPOROOT% |
||
r29431 | 2022-07-12 17:12:23 | stefankueng |
fix TortoisePlink build |
||
r29430 | 2022-07-10 23:53:06 | ![]() |
Fix graphics inconsistency in Log/project monitor: The file listview was slightly too large and overlapped the loginfo text. |
||
r29429 | 2022-07-09 14:35:52 | stefankueng |
add an empty ipv6 target to avoid old build scripts from failing |
||
r29428 | 2022-06-28 02:33:39 | stefankueng |
set the MFC visual manager before creating the ribbon |
||
r29427 | 2022-06-25 03:24:07 | stefankueng |
apply the TortoisePlink patch |
||
r29426 | 2022-06-25 03:23:17 | stefankueng |
add missing file and enable encryptions via defines |
||
r29425 | 2022-06-25 02:58:57 | stefankueng |
update to Putty 0.77 |
||
r29424 | 2022-06-25 02:02:40 | stefankueng |
don't reset the modified state when redo after saving |
||
r29423 | 2022-06-19 06:12:35 | ![]() |
`from __future__ ` should be the first non-comment line in a file |
||
r29422 | 2022-06-19 04:29:31 | ![]() |
Migrate xml2po.py scripts to Python3. (*checkpointing* ... so far only tested on Linux) |
||
r29421 | 2022-06-17 03:39:18 | ![]() |
Bash version of CheckIDD.bat |
||
r29420 | 2022-06-17 02:54:36 | ![]() |
Set executable property on all py scripts. It doesn't affect Windows but helps if someone tries to run them on *nix. |
||
r29419 | 2022-06-15 06:11:12 | ![]() |
Make Python3 compatible |
||
r29418 | 2022-06-14 05:41:55 | ![]() |
s/http/https/ |
||
r29417 | 2022-06-13 20:41:30 | ![]() |
s/http/https/ in the documentation |
||
r29416 | 2022-06-13 20:29:36 | ![]() |
branch for updating docs (and source?) to https when pointing to external sites whenever possible. |
||
r29415 | 2022-06-09 00:54:25 | stefankueng |
remove obsolete branches |
||
r29414 | 2022-06-08 04:19:57 | ![]() |
Merge the branch autocomplete_in_repobrowser_logdlg to add autocompletion to the log dialog used in Repobrowser |
||
r29413 | 2022-06-08 01:26:47 | ![]() |
Add Changelog entry |
||
r29412 | 2022-06-08 00:38:11 | stefankueng |
patch from Denis Kovalchuk: |
||
r29411 | 2022-06-06 16:39:41 | ![]() |
revert part of r29410: GetAppDirectory() != GetAppDataDirectory() |
||
r29410 | 2022-06-06 14:10:29 | stefankueng |
* don't use the _T() macro, use wide strings instead |
||
r29409 | 2022-06-06 14:05:20 | stefankueng |
small refactoring to avoid duplicate code: move the ParseSnippetFile method to the CSciEdit control as a global function and use that from the CCommitDlg and CInputLogDlg. |