Rev. | Zeit | Autor |
---|---|---|
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. |
||
r29408 | 2022-06-06 05:53:17 | ![]() |
Add autocompletion functionality in CInputLogDlg. Code is mostly stolen from CCommitDlg, with a few differences: |
||
r29407 | 2022-06-06 05:38:02 | ![]() |
Add a BRANCH-README |
||
r29406 | 2022-06-06 05:32:44 | ![]() |
A feature branch to add autocompletion support in the log dialog used in repobrowser |
||
r29405 | 2022-06-05 01:09:35 | ![]() |
tools.zip is not needed after extracting. Let's delete it to decrease clutter in the WC. |
||
r29404 | 2022-05-31 03:14:57 | ![]() |
BRANCH-README and switch subversion to /trunk |
||
r29403 | 2022-05-31 02:47:47 | ![]() |
Branch for the new multi-format-wc feature of Subversion 1.15 |
||
r29402 | 2022-05-29 04:00:39 | ![]() |
Re-use the url retrieved using GetWindowText instead of getting it again using GetString. |
||
r29401 | 2022-05-29 02:22:46 | stefankueng |
allow mixed rev wcs when reverting from the log dialog |