Skip to content

Commit 409625a

Browse files
committed
Make drag'n'drop to programs like Total Commander and FileZilla work if data is provided delayed.
Prepared release of version 1.3.5.
1 parent 7f8bca0 commit 409625a

File tree

12 files changed

+23
-13
lines changed

12 files changed

+23
-13
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.3.5 - 28/04/2019
2+
3+
- FIX: Dragging data to certain programs like Total Commander or FileZilla did not work if the data was provided only in the OLESetData event.
4+
5+
6+
17
Version 1.3.4 - 04/02/2018
28

39
- Upgraded to WTL 10.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align=center>
2-
<a href="https://github.com/TimoKunze/ToolBarControls/releases/tag/1.3.4">
3-
<img alt="Release 1.3.4 Release" src="https://img.shields.io/badge/release-1.3.4-0688CB.svg">
2+
<a href="https://github.com/TimoKunze/ToolBarControls/releases/tag/1.3.5">
3+
<img alt="Release 1.3.5 Release" src="https://img.shields.io/badge/release-1.3.5-0688CB.svg">
44
</a>
55
<a href="https://github.com/TimoKunze/ToolBarControls/releases">
66
<img alt="Download ToolBarControls" src="https://img.shields.io/badge/download-latest-0688CB.svg">

help/ANSI/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ToolBarControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.3.4.255
26+
PROJECT_NUMBER = 1.3.5.258
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

0 commit comments

Comments
 (0)