OSDN Git Service

winmerge-jp/winmerge-jp.git
4 years agoFix bitbucket-jp issue #15:Generating HTML Folder Compare report including File Compa...
Takashi Sawanaka [Thu, 11 Jul 2019 12:57:09 +0000 (21:57 +0900)]
Fix bitbucket-jp issue #15:Generating HTML Folder Compare report including File Compare report does not complete

4 years agoRemove #ifdef _UNICODE (2)
Takashi Sawanaka [Tue, 9 Jul 2019 22:54:48 +0000 (07:54 +0900)]
Remove #ifdef _UNICODE (2)

4 years agoRemove #ifdef _UNICODE
Takashi Sawanaka [Mon, 8 Jul 2019 22:55:37 +0000 (07:55 +0900)]
Remove #ifdef _UNICODE

4 years agoAboutDlg: Remove "Unicode" string from about-info (2)
Takashi Sawanaka [Mon, 8 Jul 2019 22:47:14 +0000 (07:47 +0900)]
AboutDlg: Remove "Unicode" string from about-info (2)

4 years agoxutils.c: Under the following conditions
Takashi Sawanaka [Mon, 8 Jul 2019 22:42:47 +0000 (07:42 +0900)]
xutils.c: Under the following conditions
- Select diff algorithm other than 'default'
- Enable 'Ignore changes' or 'Ignore all' in 'Whitespace' group (XDF_IGNORE_WHITESPACE_CHANGE or XDF_IGNORE_WHITESPACE)
- EOL on the last line of the file does not exist on the other side but has the same content
libxdiff assumes that the last line is not different. However, it is not compatible with WinMerge. So I correct as there is a difference.

4 years agoAboutDlg: Remove "Unicode" string from about-info
Takashi Sawanaka [Mon, 8 Jul 2019 22:37:02 +0000 (07:37 +0900)]
AboutDlg: Remove "Unicode" string from about-info

4 years agoDisplay WinMerge logo beautifully on HiDPI screen
Takashi Sawanaka [Sun, 7 Jul 2019 12:14:21 +0000 (21:14 +0900)]
Display WinMerge logo beautifully on HiDPI screen

4 years agoAvoid an exception in GuessCodepageEncoding() when filepath equals "NUL"
datadiode [Sat, 6 Jul 2019 12:25:45 +0000 (14:25 +0200)]
Avoid an exception in GuessCodepageEncoding() when filepath equals "NUL"

4 years agoConsolidate FolderCmp (3)
datadiode [Sat, 6 Jul 2019 12:18:44 +0000 (14:18 +0200)]
Consolidate FolderCmp (3)

Have the folder compare threads create a reusable FolderCmp instance in advance rather than repeatedly create dedicated ones for every single file comparison.

4 years agoEditlib: Fix auto-indent not work when EOL-style is not CRLF
Takashi Sawanaka [Sat, 6 Jul 2019 10:49:56 +0000 (19:49 +0900)]
Editlib: Fix auto-indent not work when EOL-style is not CRLF

4 years agoConsolidate FolderCmp (2)
datadiode [Sat, 6 Jul 2019 06:19:25 +0000 (08:19 +0200)]
Consolidate FolderCmp (2)

Store pointer to CDiffContext as a member in FolderCmp.
Next planned step is to have the folder compare threads create a reusable FolderCmp instance in advance rather than repeatedly create dedicated ones for every single file comparison.

4 years agoReduce the size of the executable file (3)
Takashi Sawanaka [Thu, 4 Jul 2019 23:17:55 +0000 (08:17 +0900)]
Reduce the size of the executable file (3)

4 years agoManual: Update Locales.xml
Takashi Sawanaka [Wed, 3 Jul 2019 22:44:48 +0000 (07:44 +0900)]
Manual: Update Locales.xml

4 years agoFix GitHub issue #159: file compare : right-click doesn't select the diff under the...
Takashi Sawanaka [Wed, 3 Jul 2019 11:56:33 +0000 (20:56 +0900)]
Fix GitHub issue #159: file compare : right-click doesn't select the diff under the mouse

4 years agoxutils.c: Under the following conditions
Takashi Sawanaka [Tue, 2 Jul 2019 23:09:30 +0000 (08:09 +0900)]
xutils.c: Under the following conditions
- Select diff algorithm other than 'default'
- Enable 'Ignore carriage return differences' (XDF_IGNORE_CR_AT_EOL)
- EOL on the last line of the file does not exist on the other side but has the same content
libxdiff assumes that the last line is not different. However, it is not compatible with WinMerge. So I correct as there is a difference.

4 years agoMerged in Timon34/russianpo-edited-online-with-bitbucket-f-1562068444598 (pull reques...
Takashi Sawanaka [Tue, 2 Jul 2019 12:00:20 +0000 (12:00 +0000)]
Merged in Timon34/russianpo-edited-online-with-bitbucket-f-1562068444598 (pull request #51)

Russian.po edited online with Bitbucket

4 years agoRussian.po edited online with Bitbucket
Timon34 [Tue, 2 Jul 2019 11:55:19 +0000 (11:55 +0000)]
Russian.po edited online with Bitbucket
Fixed and made new translations introduced in WinMerge 2.16.3

--HG--
branch : Timon34/russianpo-edited-online-with-bitbucket-f-1562068444598

5 years agoConsolidate FolderCmp (1)
datadiode [Sun, 30 Jun 2019 16:25:07 +0000 (18:25 +0200)]
Consolidate FolderCmp (1)

Wondering why we create additional FolderCmp instances inside FolderCmp::prepAndCompareFiles(), from which we only use the m_diffFileData member, leads me to this proposal to convert them to DiffFileData. This is intended as a first step towards some more invasive rework to reduce code duplication and possibly other sorts of mess.

5 years agoMerge.*.vcproj: minor optimization
Takashi Sawanaka [Sun, 30 Jun 2019 12:26:48 +0000 (21:26 +0900)]
Merge.*.vcproj: minor optimization

5 years agoChange VS Configuration name 'Unicode(Debug|Release)' to 'Debug|Release'
Takashi Sawanaka [Sun, 30 Jun 2019 11:04:19 +0000 (20:04 +0900)]
Change VS Configuration name 'Unicode(Debug|Release)' to 'Debug|Release'

5 years agoRemove MergeLang.vs2015.*
Takashi Sawanaka [Sun, 30 Jun 2019 06:34:04 +0000 (15:34 +0900)]
Remove MergeLang.vs2015.*

5 years agoCppcheck: Local variable '...' shadows outer function
Takashi Sawanaka [Sun, 30 Jun 2019 04:57:42 +0000 (13:57 +0900)]
Cppcheck: Local variable '...' shadows outer function

5 years agoCppcheck: The function '...' overrides a function in a base class but is not marked...
Takashi Sawanaka [Sun, 30 Jun 2019 04:44:04 +0000 (13:44 +0900)]
Cppcheck: The function '...' overrides a function in a base class but is not marked with a 'override' specifier.

5 years agoCppcheck: Class '...' has a constructor with 1 argument that is not explicit.
Takashi Sawanaka [Sun, 30 Jun 2019 04:08:30 +0000 (13:08 +0900)]
Cppcheck: Class '...' has a constructor with 1 argument that is not explicit.

5 years agoCppcheck: Variable '...' is assigned a value that is never used.
Takashi Sawanaka [Sun, 30 Jun 2019 03:43:05 +0000 (12:43 +0900)]
Cppcheck: Variable '...' is assigned a value that is never used.

5 years agoVariable '...' in assigned in constructor body. Consider performing initialization...
Takashi Sawanaka [Sun, 30 Jun 2019 03:10:33 +0000 (12:10 +0900)]
Variable '...' in assigned in constructor body. Consider performing initialization in initialization list.

5 years agoCppcheck: The scope of the variable '...' can be reduced
Takashi Sawanaka [Sun, 30 Jun 2019 02:40:07 +0000 (11:40 +0900)]
Cppcheck: The scope of the variable '...' can be reduced

5 years agoCppcheck: Member variable '...' is not initialized in the constructor.
Takashi Sawanaka [Sun, 30 Jun 2019 02:17:42 +0000 (11:17 +0900)]
Cppcheck: Member variable '...' is not initialized in the constructor.

5 years agoCppcheck: The statement 'if (m_base!=nullptr) m_base=nullptr' is logically equivalent...
Takashi Sawanaka [Sun, 30 Jun 2019 02:03:55 +0000 (11:03 +0900)]
Cppcheck: The statement 'if (m_base!=nullptr) m_base=nullptr' is logically equivalent to 'm_base=nullptr'.

5 years agoFavor PathContext::GetSize() over PathContext::size()
datadiode [Sat, 29 Jun 2019 08:49:26 +0000 (10:49 +0200)]
Favor PathContext::GetSize() over PathContext::size()

As a side effect, this fixes a few warnings and saves a few typecasts which presumably existed to fix a few warnings.

5 years agocoretools.cpp: linelen() should not truncate lines with embedded NULs
datadiode [Sat, 29 Jun 2019 05:41:33 +0000 (07:41 +0200)]
coretools.cpp: linelen() should not truncate lines with embedded NULs

The issue with such truncated lines is that line filters are blind for any text to the right of an embedded NUL.

5 years agoManual: Add 'Diff algorithm' and 'Enable indent heuristic' entry
Takashi Sawanaka [Sat, 29 Jun 2019 01:51:31 +0000 (10:51 +0900)]
Manual: Add 'Diff algorithm' and 'Enable indent heuristic' entry

5 years agoReleaseNotes.html: Remove lines unintentionally added
Takashi Sawanaka [Fri, 28 Jun 2019 12:42:22 +0000 (21:42 +0900)]
ReleaseNotes.html: Remove lines unintentionally added

5 years agoFix Bitbucket issue #166: ChangeLog.txt
Takashi Sawanaka [Fri, 28 Jun 2019 12:36:44 +0000 (21:36 +0900)]
Fix Bitbucket issue #166: ChangeLog.txt

5 years agoOptionsDirColors.cpp: The color of the filtered item and the color of the missing...
Takashi Sawanaka [Thu, 27 Jun 2019 23:15:54 +0000 (08:15 +0900)]
OptionsDirColors.cpp: The color of the filtered item and the color of the missing item were reversed from the color of the previous version

5 years agoUpdate release notes and changelog for 2.16.3 (4)
Takashi Sawanaka [Thu, 27 Jun 2019 12:16:01 +0000 (21:16 +0900)]
Update release notes and changelog for 2.16.3 (4)

5 years agoUpdate release notes and changelog for 2.16.3 (3)
Takashi Sawanaka [Thu, 27 Jun 2019 11:50:10 +0000 (20:50 +0900)]
Update release notes and changelog for 2.16.3 (3)

5 years agoUpdate of Lithuanian translation
Tichij [Thu, 27 Jun 2019 05:31:31 +0000 (08:31 +0300)]
Update of Lithuanian translation

5 years agoOptionsDirColors.cpp: Change default color of identical items to white
Takashi Sawanaka [Wed, 26 Jun 2019 15:06:24 +0000 (00:06 +0900)]
OptionsDirColors.cpp: Change default color of identical items to white

5 years agoUpdate release notes and changelog for 2.16.3
Takashi Sawanaka [Wed, 26 Jun 2019 14:39:21 +0000 (23:39 +0900)]
Update release notes and changelog for 2.16.3

5 years agoUpdate translations
Takashi Sawanaka [Tue, 25 Jun 2019 22:54:25 +0000 (07:54 +0900)]
Update translations

5 years agoMerge
Takashi Sawanaka [Tue, 25 Jun 2019 21:38:10 +0000 (06:38 +0900)]
Merge

5 years agoMerged in gerundt/winmerge/OwnDirColors (pull request #49)
Takashi Sawanaka [Tue, 25 Jun 2019 21:36:56 +0000 (21:36 +0000)]
Merged in gerundt/winmerge/OwnDirColors (pull request #49)

Use own colors settings for folder compare

5 years agoUse own colors settings for folder compare - Add manual entry
Tim Gerundt [Tue, 25 Jun 2019 19:19:46 +0000 (21:19 +0200)]
Use own colors settings for folder compare - Add manual entry

--HG--
branch : OwnDirColors

5 years agoxutils.c: Reduce compilation warnings
Takashi Sawanaka [Tue, 25 Jun 2019 14:09:08 +0000 (23:09 +0900)]
xutils.c: Reduce compilation warnings

5 years agoReduce the size of the executable file (2)
Takashi Sawanaka [Tue, 25 Jun 2019 13:11:19 +0000 (22:11 +0900)]
Reduce the size of the executable file (2)

5 years agoxdiff_gnudiff_compat.cpp: Fix an assertion failure when comparing files without EOL...
Takashi Sawanaka [Mon, 24 Jun 2019 23:14:54 +0000 (08:14 +0900)]
xdiff_gnudiff_compat.cpp: Fix an assertion failure when comparing files without EOL on the last line

5 years agoxdiff_gnudiff_compat.cpp: Initialize `ignore` in `struct change`
Takashi Sawanaka [Mon, 24 Jun 2019 22:51:21 +0000 (07:51 +0900)]
xdiff_gnudiff_compat.cpp: Initialize `ignore` in `struct change`

5 years agoUse own colors settings for folder compare - Add option to disable coloring
Tim Gerundt [Mon, 24 Jun 2019 21:40:29 +0000 (23:40 +0200)]
Use own colors settings for folder compare - Add option to disable coloring

--HG--
branch : OwnDirColors

5 years agoUse own colors settings for folder compare - Use color for equal items
Tim Gerundt [Mon, 24 Jun 2019 19:35:56 +0000 (21:35 +0200)]
Use own colors settings for folder compare - Use color for equal items

--HG--
branch : OwnDirColors

5 years agoUse own colors settings for folder compare - Tweak colors
Tim Gerundt [Mon, 24 Jun 2019 19:09:15 +0000 (21:09 +0200)]
Use own colors settings for folder compare - Tweak colors

--HG--
branch : OwnDirColors

5 years agoPrediffLineFilter.sct: Fix the problem that double quotation mark in text box disappe...
Takashi Sawanaka [Mon, 24 Jun 2019 13:33:12 +0000 (22:33 +0900)]
PrediffLineFilter.sct: Fix the problem that double quotation mark in text box disappears when reopening plug-in setting dialog after entering text including double quotation mark into text box.

5 years agoUse own colors settings for folder compare - Add GUI
Tim Gerundt [Mon, 24 Jun 2019 03:57:45 +0000 (05:57 +0200)]
Use own colors settings for folder compare - Add GUI

--HG--
branch : OwnDirColors

5 years agoUpdate release notes and changelog for 2.16.3
Takashi Sawanaka [Sun, 23 Jun 2019 14:06:11 +0000 (23:06 +0900)]
Update release notes and changelog for 2.16.3

5 years agoMerge.rc: tweak
Takashi Sawanaka [Sun, 23 Jun 2019 12:41:22 +0000 (21:41 +0900)]
Merge.rc: tweak

5 years agoAdd date and revision to file names of CI artifacts (5)
Takashi Sawanaka [Sat, 22 Jun 2019 12:21:17 +0000 (21:21 +0900)]
Add date and revision to file names of CI artifacts (5)

5 years agoAdd date and revision to file names of CI artifacts (4)
Takashi Sawanaka [Sat, 22 Jun 2019 12:06:43 +0000 (21:06 +0900)]
Add date and revision to file names of CI artifacts (4)

5 years agoAdd date and revision to file names of CI artifacts (3)
Takashi Sawanaka [Sat, 22 Jun 2019 11:52:04 +0000 (20:52 +0900)]
Add date and revision to file names of CI artifacts (3)

5 years agoAdd date and revision to file names of CI artifacts (2)
Takashi Sawanaka [Sat, 22 Jun 2019 11:22:22 +0000 (20:22 +0900)]
Add date and revision to file names of CI artifacts (2)

5 years agoAdd date and revision to file names of CI artifacts
Takashi Sawanaka [Sat, 22 Jun 2019 11:03:31 +0000 (20:03 +0900)]
Add date and revision to file names of CI artifacts

5 years agoFix Bitbucket #164: for hiding my mail address
Takashi Sawanaka [Sat, 22 Jun 2019 04:29:55 +0000 (13:29 +0900)]
Fix Bitbucket #164: for hiding my mail address

5 years agoMerged in Tichij/winmerge (pull request #48)
Takashi Sawanaka [Fri, 21 Jun 2019 22:08:17 +0000 (22:08 +0000)]
Merged in Tichij/winmerge (pull request #48)

Update of Lithuanian translation

5 years agoTrivial bugfix
datadiode [Fri, 21 Jun 2019 15:49:22 +0000 (17:49 +0200)]
Trivial bugfix

5 years agoUpdate of Lithuanian translation
Tichij [Fri, 21 Jun 2019 05:18:09 +0000 (08:18 +0300)]
Update of Lithuanian translation

5 years agoReduce compilation warnings
Takashi Sawanaka [Thu, 20 Jun 2019 13:26:15 +0000 (22:26 +0900)]
Reduce compilation warnings

5 years agoUse own colors settings for folder compare - Without GUI at the moment
Tim Gerundt [Wed, 19 Jun 2019 20:02:45 +0000 (22:02 +0200)]
Use own colors settings for folder compare - Without GUI at the moment

--HG--
branch : OwnDirColors

5 years agoFix GitHub issue #154: WinMerge 3-Way Compare Bugs: Always Shows Unique Items
Takashi Sawanaka [Wed, 19 Jun 2019 14:17:22 +0000 (23:17 +0900)]
Fix GitHub issue #154: WinMerge 3-Way Compare Bugs: Always Shows Unique Items

5 years agoReduce the size of the executable file
Takashi Sawanaka [Tue, 18 Jun 2019 13:47:09 +0000 (22:47 +0900)]
Reduce the size of the executable file

5 years agoUnicodeString.h: Fix mixed eol-style
Takashi Sawanaka [Tue, 18 Jun 2019 13:31:33 +0000 (22:31 +0900)]
UnicodeString.h: Fix mixed eol-style

5 years agoUnicodeString.*: Make format() function callable with String type arguments without...
Takashi Sawanaka [Mon, 17 Jun 2019 15:27:48 +0000 (00:27 +0900)]
UnicodeString.*: Make format() function callable with String type arguments without .c_str()
  https://msdn.microsoft.com/en-us/magazine/dn913181.aspx?f=255&MSPPError=-2147217396

5 years agoAllow multiple <paths> in project file (2)
Takashi Sawanaka [Sun, 16 Jun 2019 16:07:21 +0000 (01:07 +0900)]
Allow multiple <paths> in project file (2)

5 years agoRemove unnecessary .c_str() calls
Takashi Sawanaka [Sun, 16 Jun 2019 16:07:08 +0000 (01:07 +0900)]
Remove unnecessary .c_str() calls

5 years agoMergeEditView.cpp: When merging differences in the selected area, if the selected...
Takashi Sawanaka [Sun, 16 Jun 2019 15:45:24 +0000 (00:45 +0900)]
MergeEditView.cpp: When merging differences in the selected area, if the selected area completely encloses a diff block, do a normal merge instead of a word-level merge. (2)

5 years agoAllow multiple <paths> in project file
Takashi Sawanaka [Sun, 16 Jun 2019 15:43:50 +0000 (00:43 +0900)]
Allow multiple <paths> in project file

5 years agoRemove unnecessary .c_str() calls
Takashi Sawanaka [Sun, 16 Jun 2019 15:39:57 +0000 (00:39 +0900)]
Remove unnecessary .c_str() calls

5 years agoFix bitbucket issue #162: Regression: Incorrectly shows 'no changes' for large portio...
Takashi Sawanaka [Sat, 15 Jun 2019 06:18:09 +0000 (15:18 +0900)]
Fix bitbucket issue #162: Regression: Incorrectly shows 'no changes' for large portions of certain binary files!

The bug of issue # 112 was introduced in commit d1a48cb and fixed in this commit and commit 2f202d1.

The cause of this problem is that diffutils recognizes the binary file submitted in issue # 112 as a text file of UCS4LE with BOM.
The merge editor temporarily converts to a UCS2LE file with BOM to compare the loaded files. However, diffutils incorrectly identified it as UCS4LE with BOM because there were 4 NUL characters at the beginning of the file.

There is confusion because diffutils sees it as UCS4LE and the merge editor sees it as UCS2LE.

Also, the current modified diffutils now give up on binary file comparisons.

In order to avoid the above two, convert the file to UTF-8 with BOM so that diffutils considers it to be a UTF-8 text file.

5 years agoAvoid using memset() for structure initialization
Takashi Sawanaka [Thu, 13 Jun 2019 23:08:26 +0000 (08:08 +0900)]
Avoid using memset() for structure initialization

5 years agoDiffFileData.cpp: refactor
Takashi Sawanaka [Wed, 12 Jun 2019 23:19:51 +0000 (08:19 +0900)]
DiffFileData.cpp: refactor

5 years agoInstaller: Fix installation location of WinMergeLogo * .png
Takashi Sawanaka [Wed, 12 Jun 2019 11:55:58 +0000 (20:55 +0900)]
Installer:  Fix installation location of WinMergeLogo * .png

5 years agoMerge
Takashi Sawanaka [Tue, 11 Jun 2019 22:50:36 +0000 (07:50 +0900)]
Merge

5 years agoMerged in gerundt/winmerge (pull request #47)
Takashi Sawanaka [Tue, 11 Jun 2019 22:49:33 +0000 (22:49 +0000)]
Merged in gerundt/winmerge (pull request #47)

Add VisualElementsManifest for Windows 10 start menu

5 years agoMerge
Takashi Sawanaka [Tue, 11 Jun 2019 22:47:34 +0000 (07:47 +0900)]
Merge

5 years agoUpdate InnoSetup French translation
gandf [Tue, 11 Jun 2019 19:52:52 +0000 (21:52 +0200)]
Update InnoSetup French translation

5 years agoDrop old GNU diff changelog file
Tim Gerundt [Tue, 11 Jun 2019 21:13:31 +0000 (23:13 +0200)]
Drop old GNU diff changelog file

5 years agoAdd Visual Studio 2019 project files for WinMerge32BitPluginProxy
Tim Gerundt [Tue, 11 Jun 2019 21:11:34 +0000 (23:11 +0200)]
Add Visual Studio 2019 project files for WinMerge32BitPluginProxy

5 years agocodepage_detect.cpp: Remove #include <windows.h>
Takashi Sawanaka [Tue, 11 Jun 2019 21:11:29 +0000 (06:11 +0900)]
codepage_detect.cpp: Remove #include <windows.h>

5 years agoAdd VisualElementsManifest for Windows 10 start menu
Tim Gerundt [Tue, 11 Jun 2019 20:41:49 +0000 (22:41 +0200)]
Add VisualElementsManifest for Windows 10 start menu

5 years agoCompareStats.*: Use std::atomic instead of Poco::AtomicCounter
Takashi Sawanaka [Tue, 11 Jun 2019 13:55:11 +0000 (22:55 +0900)]
CompareStats.*: Use std::atomic instead of Poco::AtomicCounter

5 years agoPrevent generating Folder Compare Report from affecting CompareStats statistics
Takashi Sawanaka [Mon, 10 Jun 2019 23:08:27 +0000 (08:08 +0900)]
Prevent generating Folder Compare Report from affecting CompareStats statistics

5 years agoFix an assertion failure when generating Folder Compare Report with "Copy to Clipboar...
Takashi Sawanaka [Mon, 10 Jun 2019 13:33:40 +0000 (22:33 +0900)]
Fix an assertion failure when generating Folder Compare Report with "Copy to Clipboard" option enabled

5 years agoFix crash when generating Folder Compare Report for non-recursive folder compare
Takashi Sawanaka [Mon, 10 Jun 2019 12:20:36 +0000 (21:20 +0900)]
Fix crash when generating Folder Compare Report for non-recursive folder compare

5 years agoShow ProgressBar while generating Folder Compare Report
Takashi Sawanaka [Sun, 9 Jun 2019 22:57:57 +0000 (07:57 +0900)]
Show ProgressBar while generating Folder Compare Report

5 years agoConvert out parameters to return value
Takashi Sawanaka [Sun, 9 Jun 2019 09:54:20 +0000 (18:54 +0900)]
Convert out parameters to return value

5 years agoDiffThread: refactor
Takashi Sawanaka [Sun, 9 Jun 2019 05:28:36 +0000 (14:28 +0900)]
DiffThread: refactor

5 years agoRemove GUI code from DirCmpReport.cpp
Takashi Sawanaka [Sat, 8 Jun 2019 22:26:48 +0000 (07:26 +0900)]
Remove GUI code from DirCmpReport.cpp

5 years agoDirView.cpp: refactor
Takashi Sawanaka [Sat, 8 Jun 2019 05:48:03 +0000 (14:48 +0900)]
DirView.cpp: refactor

5 years agoImplement Bitbucket issue#144: triple click to select whole line
Takashi Sawanaka [Fri, 7 Jun 2019 14:15:47 +0000 (23:15 +0900)]
Implement Bitbucket issue#144: triple click to select whole line

5 years agoMerge.rc: minor tweaks
Takashi Sawanaka [Thu, 6 Jun 2019 22:49:49 +0000 (07:49 +0900)]
Merge.rc: minor tweaks

5 years agoCImgMergeFrm.cpp: Fix warning C4407
Takashi Sawanaka [Wed, 5 Jun 2019 22:48:11 +0000 (07:48 +0900)]
CImgMergeFrm.cpp: Fix warning C4407

5 years agoAdd MergeFrameCommon.*
Takashi Sawanaka [Wed, 5 Jun 2019 15:46:56 +0000 (00:46 +0900)]
Add MergeFrameCommon.*