Register the win11 explorer context menu via active setup for every user
do not cache the bitmap handles because that leads to handles being destroyed multiple times, which leads to handle leaks
clear bitmap handles even if the API fails to avoid handle leaks
fix openssl e_capi patch
apply the e_capi patch
update to Openssl 3.5.0
when creating a checkout folder name, escape the url part
properly check for the dot, now that it's no longer included in the word. And null-terminate the string at len.
don't include the space after a word, only get the word for spell checking
check for valid pointer before applying the string to an std::wstring
fix sorting when removing child items, add unit test
patch from Walter: https://groups.google.com/g/tortoisesvn/c/y_AGscWU8W8/m/4wS2UHEDAgAJ
add the cirata sponsor logo
fix website
update website for the 1.14.9 release
tag the 1.14.9 release
bump version to 1.14.9
create the 1.14.9 branch
update to svn 1.14.5
update translations from transifex
don't set the background mode to transparent when setting the colors. This should solve a garbled-text problem with edit controls in dark mode.
read and write po files as binary, do the unicode conversion directly without a facet
remove generated file
revert r29707 and fix the build correctly
silence wix warning
update website for the 1.14.8 release
tag the 1.14.8 release
switch to svn 1.4.4
Merged revision(s) r29720, r29721, r29722 from trunk:
update changelog with new version
update the language files with new strings, still untranslated
update translations from transifex
bump version to 1.14.8
create the 1.14.8 branch
apply the e-capi patch
update to OpenSSL 3.2.3
update to SQLite 3.46.1.
remove obsolete calls to SetWindowTheme since CTheme does this now
fix build for latest VS version
improve dark mode for listview control by using the ItemsView theme and fix the scrollbars with the detours lib
add the Detours lib from Microsoft
fix build with latest VS version
patch from Denis Kovalchuk (https://groups.google.com/g/tortoisesvn-dev/c/JismmKGrup8/m/fc5czE8fBgAJ)
cloak the main window when initializing to avoid flickers, uncloak it once it has been properly drawn
go back to REINSTALLMODE "dmus" to avoid overwriting newer c-runtimes with older ones
Fix piping to TortoiseUDiff by checking for ERROR_BROKEN_PIPE and treating that as ok
show the path in the dialog title
select the shelf specified via /shelfname in the combobox
handle help buttons in the settings dialog
update website for the 1.14.7 release
tag the 1.14.7 release
bump version to 1.14.7
create a branch for the 1.14.7 release
update to PuTTY 0.81
fix text and <p> tag
only allow fixed amounts for donations.
when starting the log dialog from the revision graph, specify the peg revision being the same as the log revision
set extra window styles to avoid refresh problems with the ribbon UI
delete bitmaps to avoid GDI leak
adjust the requirements, minimum OS version is 10
Release 1.14.6
Merged revision(s) r29670 from trunk:
remove links to translated docs
delete obsolete branch
Merged revision(s) r29669 from branches/TPlink-0.80:
apply and adjust the TPlink patch
update code to putty 0.80
create branch for updating to putty/plink 0.80
tag the 1.14.6 release
Merged revision(s) r29659 from trunk:
always open the English help website, we don't support translations of the docs anymore
bump version to 1.14.6
create a branch for the next 1.14.6 release
switch to the svn 1.14.3 tag
remove obsolete files
remove translated doc links from the website
Remove all files related to translated docs: we only provide the English docs from now on due to outdated python scrips and libs.
update translations from transifex
remove ) at end of comment
replace deprecated copy call
fix handling of ipv6 urls
Add ignore line endings button to Ribbon, based on fd681f9e2116aba6e5ff31ca92d16a730e9418b6 of TortoiseGit
fix possible endless loop, based on https://gitlab.com/tortoisegit/tortoisegit/-/merge_requests/223
reduce code duplication
change handling the modified flag of a view to use a signed counter
rename variables
switch back to linking with svn 1.4.x, adjust the code to compile
use double quotes for the externals dir path
fix error color in progress dialog
use the correct registry path to restore the TortoiseBlame window position and size
don't mention the Windows version, it applies to all 32-bit Windows versions
fix wording of texts
update pot file with recent resource changes
ask before deleting a shelve
don't use the registry value for the default action
when doing a test merge (dry-run): don't set the rev range if it's empty and set the peg revision
fix url in policy
add a privacy policy
Patch from Denis Kovalchuk:
update pot file with recent doc changes