OSDN Git Service

winmerge-jp/winmerge-jp.git
7 years agoPlugins.cpp: Ignore *.sct~ files
Takashi Sawanaka [Sat, 24 Sep 2016 05:19:42 +0000 (14:19 +0900)]
Plugins.cpp: Ignore *.sct~ files

7 years agoCompareMSExcelFiles.sct: Add 'Update external references(links)' checkbox to plugin...
Takashi Sawanaka [Sat, 24 Sep 2016 05:00:05 +0000 (14:00 +0900)]
CompareMSExcelFiles.sct: Add 'Update external references(links)' checkbox to plugin settings window

7 years agoCompareMSExcelFiles.sct: Remove trailing spaces and make setting window size larger
Takashi Sawanaka [Sat, 24 Sep 2016 04:52:45 +0000 (13:52 +0900)]
CompareMSExcelFiles.sct: Remove trailing spaces and make setting window size larger

7 years agoAdded tag 2.14.0+-jp-117 for changeset 573d8dbb6181
Takashi Sawanaka [Sun, 4 Sep 2016 10:55:03 +0000 (19:55 +0900)]
Added tag 2.14.0+-jp-117 for changeset 573d8dbb6181

7 years agoBump revision to 2.14.0+-jp-117 2.14.0+-jp-117
Takashi Sawanaka [Sun, 4 Sep 2016 10:54:36 +0000 (19:54 +0900)]
Bump revision to 2.14.0+-jp-117

7 years agoMake merge editor window D&Dable
Takashi Sawanaka [Sun, 4 Sep 2016 10:39:21 +0000 (19:39 +0900)]
Make merge editor window D&Dable

7 years agoAdded tag 2.14.0+-jp-116 for changeset 292709b2371e
Takashi Sawanaka [Sun, 28 Aug 2016 10:47:50 +0000 (19:47 +0900)]
Added tag 2.14.0+-jp-116 for changeset 292709b2371e

7 years agoBump revision to 2.14.0+-jp-116 2.14.0+-jp-116
Takashi Sawanaka [Sun, 28 Aug 2016 10:47:34 +0000 (19:47 +0900)]
Bump revision to 2.14.0+-jp-116

7 years agoImplement Identical Files message box for binary file compare view (Merge from https...
Takashi Sawanaka [Sun, 28 Aug 2016 10:44:50 +0000 (19:44 +0900)]
Implement Identical Files message box for binary file compare view (Merge from https://bitbucket.org/jtuc/winmerge2011/commits/649b17983f56178dd5d2bfc0d98926850f3d0bb7)

7 years agoImgMergeFrm.*: fix: text on header bars was not selectable
Takashi Sawanaka [Sat, 27 Aug 2016 04:07:41 +0000 (13:07 +0900)]
ImgMergeFrm.*: fix: text on header bars was not selectable

7 years agoEditorFilepathBar.*: Add GetText() to IHeaderBar interface
Takashi Sawanaka [Sat, 27 Aug 2016 03:43:49 +0000 (12:43 +0900)]
EditorFilepathBar.*: Add GetText() to IHeaderBar interface

7 years agoDirActions.cpp: refactor
Takashi Sawanaka [Wed, 24 Aug 2016 15:31:17 +0000 (00:31 +0900)]
DirActions.cpp: refactor

7 years agoImgMergeFrm.cpp: background color was not restored correctly
Takashi Sawanaka [Wed, 24 Aug 2016 15:24:25 +0000 (00:24 +0900)]
ImgMergeFrm.cpp: background color was not restored correctly

7 years agoCppcheck: Variable '...' is assigned a value that is never used.
Takashi Sawanaka [Tue, 16 Aug 2016 12:53:00 +0000 (21:53 +0900)]
Cppcheck: Variable '...' is assigned a value that is never used.

7 years agoCppcheck: Unsigned variable 'nLoc' can't be negative so it is unnecessary to test it.
Takashi Sawanaka [Mon, 15 Aug 2016 09:27:57 +0000 (18:27 +0900)]
Cppcheck: Unsigned variable 'nLoc' can't be negative so it is unnecessary to test it.

7 years agoCppcheck: C-style pointer casting
Takashi Sawanaka [Mon, 15 Aug 2016 09:11:37 +0000 (18:11 +0900)]
Cppcheck: C-style pointer casting

7 years ago Cppcheck: 'class ...' does not have a copy constructor which is recommended since...
Takashi Sawanaka [Mon, 15 Aug 2016 08:40:45 +0000 (17:40 +0900)]
 Cppcheck: 'class ...' does not have a copy constructor which is recommended since the class contains a pointer to allocated memory.

7 years agoCppcheck: The scope of the variable 'BCMENU_PAD' can be reduced.
Takashi Sawanaka [Mon, 15 Aug 2016 08:33:23 +0000 (17:33 +0900)]
Cppcheck: The scope of the variable 'BCMENU_PAD' can be reduced.

7 years agoCppcheck: Exception should be caught by reference.
Takashi Sawanaka [Mon, 15 Aug 2016 08:27:38 +0000 (17:27 +0900)]
Cppcheck: Exception should be caught by reference.

7 years agoCppcheck: Clarify calculation precedence for '&' and '?'.
Takashi Sawanaka [Mon, 15 Aug 2016 08:22:49 +0000 (17:22 +0900)]
Cppcheck: Clarify calculation precedence for '&' and '?'.

7 years agoCppcheck: Missing bounds check for extra iterator increment in loop.
Takashi Sawanaka [Mon, 15 Aug 2016 08:10:57 +0000 (17:10 +0900)]
Cppcheck: Missing bounds check for extra iterator increment in loop.

7 years agoCppcheck: Redundant assignment of '...' to itself.
Takashi Sawanaka [Mon, 15 Aug 2016 08:06:26 +0000 (17:06 +0900)]
Cppcheck: Redundant assignment of '...' to itself.

7 years agoCppcheck: syntax error
Takashi Sawanaka [Mon, 15 Aug 2016 07:41:38 +0000 (16:41 +0900)]
Cppcheck: syntax error

7 years agoCppcheck: Resource leak: ...
Takashi Sawanaka [Mon, 15 Aug 2016 07:34:38 +0000 (16:34 +0900)]
Cppcheck: Resource leak: ...

7 years agoCppcheck: Prefer prefix ++/-- operators for non-primitive types.
Takashi Sawanaka [Mon, 15 Aug 2016 07:16:26 +0000 (16:16 +0900)]
Cppcheck: Prefer prefix ++/-- operators for non-primitive types.

7 years agoCppcheck: Function parameter 'it' should be passed by reference.
Takashi Sawanaka [Mon, 15 Aug 2016 07:13:23 +0000 (16:13 +0900)]
Cppcheck: Function parameter 'it' should be passed by reference.

7 years agoCppcheck: Inefficient usage of string::find() in condition; string::compare() would...
Takashi Sawanaka [Mon, 15 Aug 2016 06:59:57 +0000 (15:59 +0900)]
Cppcheck: Inefficient usage of string::find() in condition; string::compare() would be faster.

7 years agoCppcheck: Variable '...' is assigned in constructor body. Consider performing initial...
Takashi Sawanaka [Mon, 15 Aug 2016 06:45:22 +0000 (15:45 +0900)]
Cppcheck: Variable '...' is assigned in constructor body. Consider performing initialization in initialization list.

7 years agoCppcheck: Consecutive return, break, continue, goto or throw statements are unnecessary.
Takashi Sawanaka [Mon, 15 Aug 2016 06:35:34 +0000 (15:35 +0900)]
Cppcheck: Consecutive return, break, continue, goto or throw statements are unnecessary.

7 years agoCppcheck: Struct '...' has a constructor with 1 argument that is not explicit.
Takashi Sawanaka [Mon, 15 Aug 2016 06:33:20 +0000 (15:33 +0900)]
Cppcheck: Struct '...' has a constructor with 1 argument that is not explicit.

7 years agoCppcheck: The class '...' does not have a constructor.
Takashi Sawanaka [Mon, 15 Aug 2016 06:23:05 +0000 (15:23 +0900)]
Cppcheck: The class '...' does not have a constructor.

7 years agoCppcheck: Member variable '...' is not initialized in the constructor.
Takashi Sawanaka [Mon, 15 Aug 2016 06:09:12 +0000 (15:09 +0900)]
Cppcheck: Member variable '...' is not initialized in the constructor.

7 years agoCppcheck: Possible null pointer dereference: ment
Takashi Sawanaka [Mon, 15 Aug 2016 05:55:30 +0000 (14:55 +0900)]
Cppcheck: Possible null pointer dereference: ment

7 years agoCppcheck: Comparison of a boolean expression with an integer.
Takashi Sawanaka [Mon, 15 Aug 2016 03:29:25 +0000 (12:29 +0900)]
Cppcheck: Comparison of a boolean expression with an integer.

7 years agoCppcheck: Result of operator '|' is always true if one operand is non-zero. Did you...
Takashi Sawanaka [Mon, 15 Aug 2016 03:25:21 +0000 (12:25 +0900)]
Cppcheck: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'?

7 years agoCppcheck: %d in format string (no. x) requires 'int' but the argument type is 'UINT...
Takashi Sawanaka [Mon, 15 Aug 2016 03:25:02 +0000 (12:25 +0900)]
Cppcheck: %d in format string (no. x) requires 'int' but the argument type is 'UINT {aka unsigned int}'.

7 years agoCppcheck: Redundant assignment of 'Identical' to itself.
Takashi Sawanaka [Sun, 14 Aug 2016 02:24:40 +0000 (11:24 +0900)]
Cppcheck: Redundant assignment of 'Identical' to itself.

7 years agoUse std::copy_n()
Takashi Sawanaka [Sat, 13 Aug 2016 12:49:27 +0000 (21:49 +0900)]
Use std::copy_n()

7 years agoUpdate tree state icons for High DPI
Takashi Sawanaka [Sat, 13 Aug 2016 12:48:23 +0000 (21:48 +0900)]
Update tree state icons for High DPI

7 years agoAdded tag 2.14.0+-jp-115 for changeset 350aca64e7b8
Takashi Sawanaka [Sun, 7 Aug 2016 02:30:23 +0000 (11:30 +0900)]
Added tag 2.14.0+-jp-115 for changeset 350aca64e7b8

7 years agoBump revision to 2.14.0+-jp-115 2.14.0+-jp-115
Takashi Sawanaka [Sun, 7 Aug 2016 02:30:09 +0000 (11:30 +0900)]
Bump revision to 2.14.0+-jp-115

7 years agoCompareMSExcelFiles.sct: Divide image of worksheet to compare large worksheets
Takashi Sawanaka [Sun, 7 Aug 2016 02:29:35 +0000 (11:29 +0900)]
CompareMSExcelFiles.sct: Divide image of worksheet to compare large worksheets

7 years agoMergeDocDiffSync.cpp: Fix for the 'Match similar lines' bug. close #49
Takashi Sawanaka [Sat, 6 Aug 2016 14:09:35 +0000 (23:09 +0900)]
MergeDocDiffSync.cpp: Fix for the 'Match similar lines' bug. close #49

7 years agoAdded tag 2.14.0+-jp-114 for changeset c8d76eef28a2
Takashi Sawanaka [Sun, 31 Jul 2016 03:51:56 +0000 (12:51 +0900)]
Added tag 2.14.0+-jp-114 for changeset c8d76eef28a2

7 years agoAdded tag 2.14.0+-jp-114 for changeset df6521ed16ab 2.14.0+-jp-114
Takashi Sawanaka [Sat, 30 Jul 2016 23:38:23 +0000 (08:38 +0900)]
Added tag 2.14.0+-jp-114 for changeset df6521ed16ab

7 years agoBump revsion to 2.14.0+-jp-114
Takashi Sawanaka [Sat, 30 Jul 2016 23:38:04 +0000 (08:38 +0900)]
Bump revsion to 2.14.0+-jp-114

7 years agoCould not open the 17th or later MRU project file. close #50
Takashi Sawanaka [Sat, 30 Jul 2016 23:35:19 +0000 (08:35 +0900)]
Could not open the 17th or later MRU project file. close #50

7 years agoAdded tag 2.14.0+-jp-113 for changeset 5dd76315e709
Takashi Sawanaka [Sun, 24 Jul 2016 15:45:50 +0000 (00:45 +0900)]
Added tag 2.14.0+-jp-113 for changeset 5dd76315e709

7 years agoBump revsion to 2.14.0+-jp-113 2.14.0+-jp-113
Takashi Sawanaka [Sun, 24 Jul 2016 12:53:45 +0000 (21:53 +0900)]
Bump revsion to 2.14.0+-jp-113

7 years agoFix some warnings
Takashi Sawanaka [Sun, 24 Jul 2016 12:51:26 +0000 (21:51 +0900)]
Fix some warnings

8 years agoMenu separators were not drawn on Windows Vista and 7
Takashi Sawanaka [Sat, 16 Jul 2016 01:46:08 +0000 (10:46 +0900)]
Menu separators were not drawn on Windows Vista and 7

8 years agoAdded tag 2.14.0+-jp-112 for changeset ef220377728a
Takashi Sawanaka [Sun, 10 Jul 2016 03:44:10 +0000 (12:44 +0900)]
Added tag 2.14.0+-jp-112 for changeset ef220377728a

8 years agoBump revision to 2.14.0+-jp-112 2.14.0+-jp-112
Takashi Sawanaka [Sun, 10 Jul 2016 03:43:48 +0000 (12:43 +0900)]
Bump revision to 2.14.0+-jp-112

8 years agoPlugins.cpp: Fix crash when invoked IsFolder method
Takashi Sawanaka [Sun, 10 Jul 2016 03:42:06 +0000 (12:42 +0900)]
Plugins.cpp: Fix crash when invoked IsFolder method

8 years agoBuildBin.cmd: Save *.pdb files when building a release version
Takashi Sawanaka [Sun, 10 Jul 2016 01:17:59 +0000 (10:17 +0900)]
BuildBin.cmd: Save *.pdb files when building a release version

8 years agoAdded tag 2.14.0+-jp-111 for changeset 08d15d286c72
Takashi Sawanaka [Wed, 6 Jul 2016 15:24:56 +0000 (00:24 +0900)]
Added tag 2.14.0+-jp-111 for changeset 08d15d286c72

8 years agoBump revision to 2.14.0+-jp-111 2.14.0+-jp-111
Takashi Sawanaka [Wed, 6 Jul 2016 15:24:43 +0000 (00:24 +0900)]
Bump revision to 2.14.0+-jp-111

8 years agoOpenView.cpp: Fix for "You can't open this location using this program” error
Takashi Sawanaka [Wed, 6 Jul 2016 15:23:59 +0000 (00:23 +0900)]
OpenView.cpp: Fix for "You can't open this location using this program” error

8 years agoUpdate binarycmp.png
Takashi Sawanaka [Sun, 3 Jul 2016 15:36:23 +0000 (00:36 +0900)]
Update binarycmp.png

8 years agoAdd Docs/Screenshots/binarycmp.png, excelimagecmp.png and excelplugin.png
Takashi Sawanaka [Sun, 3 Jul 2016 14:11:40 +0000 (23:11 +0900)]
Add Docs/Screenshots/binarycmp.png, excelimagecmp.png and excelplugin.png

8 years agoUpdate Docs/Screenshots/*.png
Takashi Sawanaka [Sun, 3 Jul 2016 13:59:02 +0000 (22:59 +0900)]
Update Docs/Screenshots/*.png

8 years agoMessageBoxDialog.*: Draw text like Vista's TaskDialog
Takashi Sawanaka [Sat, 2 Jul 2016 15:34:49 +0000 (00:34 +0900)]
MessageBoxDialog.*: Draw text like Vista's TaskDialog

8 years agoFix for compiler warnings
Takashi Sawanaka [Sat, 2 Jul 2016 15:27:22 +0000 (00:27 +0900)]
Fix for compiler warnings

8 years agoUpdate readme.md
Takashi Sawanaka [Tue, 28 Jun 2016 15:19:05 +0000 (00:19 +0900)]
Update readme.md

8 years agoAdd filecmp_defaultcolorscheme.png
Takashi Sawanaka [Tue, 28 Jun 2016 15:09:47 +0000 (00:09 +0900)]
Add filecmp_defaultcolorscheme.png

8 years agoAdd *.png files
Takashi Sawanaka [Sun, 26 Jun 2016 14:36:20 +0000 (23:36 +0900)]
Add *.png files

8 years agoTest
Takashi Sawanaka [Sun, 26 Jun 2016 13:35:52 +0000 (22:35 +0900)]
Test

8 years agoTest
Takashi Sawanaka [Sun, 26 Jun 2016 13:33:48 +0000 (22:33 +0900)]
Test

8 years agoCreate readme.md
Takashi Sawanaka [Sun, 26 Jun 2016 13:17:17 +0000 (22:17 +0900)]
Create readme.md

8 years agoAdded tag 2.14.0+-jp-110 for changeset 83a2bc0c7258
Takashi Sawanaka [Sun, 26 Jun 2016 08:29:38 +0000 (17:29 +0900)]
Added tag 2.14.0+-jp-110 for changeset 83a2bc0c7258

8 years agoRemoved tag 2.14.0+-jp-110
Takashi Sawanaka [Sun, 26 Jun 2016 08:29:36 +0000 (17:29 +0900)]
Removed tag 2.14.0+-jp-110

8 years agoforgot to commit 2.14.0+-jp-110
Takashi Sawanaka [Sun, 26 Jun 2016 08:29:23 +0000 (17:29 +0900)]
forgot to commit

8 years agoAdded tag 2.14.0+-jp-110 for changeset 40f00acefaa5
Takashi Sawanaka [Sun, 26 Jun 2016 04:41:57 +0000 (13:41 +0900)]
Added tag 2.14.0+-jp-110 for changeset 40f00acefaa5

8 years agoBump revision to 2.14.0+-jp-110
Takashi Sawanaka [Sun, 26 Jun 2016 03:03:01 +0000 (12:03 +0900)]
Bump revision to 2.14.0+-jp-110

8 years agoMake listviews DPI-aware
Takashi Sawanaka [Sun, 26 Jun 2016 02:31:26 +0000 (11:31 +0900)]
Make listviews DPI-aware

8 years agoRemove unneeded initializations
Takashi Sawanaka [Sun, 26 Jun 2016 02:01:21 +0000 (11:01 +0900)]
Remove unneeded initializations

8 years agoMake statusbars DPI-aware
Takashi Sawanaka [Sun, 26 Jun 2016 01:58:00 +0000 (10:58 +0900)]
Make statusbars DPI-aware

8 years agoUse FlashWindowEx()
Takashi Sawanaka [Sat, 25 Jun 2016 17:08:24 +0000 (02:08 +0900)]
Use FlashWindowEx()

8 years agoReduce lines of code
Takashi Sawanaka [Sat, 25 Jun 2016 14:16:47 +0000 (23:16 +0900)]
Reduce lines of code

8 years agoBCMenu.cpp: Remove prefix 'm_' from local variables
Takashi Sawanaka [Sat, 25 Jun 2016 11:46:19 +0000 (20:46 +0900)]
BCMenu.cpp: Remove prefix 'm_' from local variables

8 years agoUse CFont::CreatePointFont() instead of CFont::CreateFont()
Takashi Sawanaka [Sat, 25 Jun 2016 11:36:31 +0000 (20:36 +0900)]
Use CFont::CreatePointFont() instead of CFont::CreateFont()

8 years agoRemove unneeded calls of DeleteObject()
Takashi Sawanaka [Sat, 25 Jun 2016 11:21:42 +0000 (20:21 +0900)]
Remove unneeded calls of DeleteObject()

8 years agoEditorFilepathBar.*: Refactor
Takashi Sawanaka [Sat, 25 Jun 2016 11:16:56 +0000 (20:16 +0900)]
EditorFilepathBar.*: Refactor

8 years agoUse CBrush::CBrush(COLORREF) instead of CBrush::CreateSolidBrush()
Takashi Sawanaka [Sat, 25 Jun 2016 10:59:42 +0000 (19:59 +0900)]
Use CBrush::CBrush(COLORREF) instead of CBrush::CreateSolidBrush()

8 years agoBCMenu: Remove unused function DitherBlt()
Takashi Sawanaka [Sat, 25 Jun 2016 10:37:46 +0000 (19:37 +0900)]
BCMenu: Remove unused function DitherBlt()

8 years agoRemove unneeded calls of CDC::DeleteDC()
Takashi Sawanaka [Sat, 25 Jun 2016 10:35:54 +0000 (19:35 +0900)]
Remove unneeded calls of CDC::DeleteDC()

8 years agoRemove unneeded calls of DeleteObject()
Takashi Sawanaka [Sat, 25 Jun 2016 10:31:45 +0000 (19:31 +0900)]
Remove unneeded calls of DeleteObject()

8 years agoUse CClientDC class instead of CDC class
Takashi Sawanaka [Sat, 25 Jun 2016 10:18:39 +0000 (19:18 +0900)]
Use CClientDC class instead of CDC class

8 years agothe encoding area in status bar was too wide when DPI is 96
Takashi Sawanaka [Sat, 25 Jun 2016 09:37:01 +0000 (18:37 +0900)]
the encoding area in status bar was too wide when DPI is 96

8 years agoRe-downgrade VS2015 project files to VS2013 because of a bug of _fstat() on WinXP.
Takashi Sawanaka [Sat, 25 Jun 2016 03:57:28 +0000 (12:57 +0900)]
Re-downgrade VS2015 project files to VS2013 because of a bug of _fstat() on WinXP.
See https://connect.microsoft.com/VisualStudio/feedback/details/1557168/wstat64-returns-1-on-xp-always

8 years agoAdded tag 2.14.0+-jp-109 for changeset ccf79ddcad39
Takashi Sawanaka [Sun, 19 Jun 2016 14:29:33 +0000 (23:29 +0900)]
Added tag 2.14.0+-jp-109 for changeset ccf79ddcad39

8 years agoBump revision to 2.14.0+-jp-109 2.14.0+-jp-109
Takashi Sawanaka [Sun, 19 Jun 2016 14:22:40 +0000 (23:22 +0900)]
Bump revision to 2.14.0+-jp-109

8 years agoBCMenu.cpp: Remove compiler warnings
Takashi Sawanaka [Sun, 19 Jun 2016 13:44:02 +0000 (22:44 +0900)]
BCMenu.cpp: Remove compiler warnings

8 years agoBCMenu: Restore DrawItem_Win9xNT2000() and use DrawItem_Win9xNT2000() instead of...
Takashi Sawanaka [Sun, 19 Jun 2016 13:20:10 +0000 (22:20 +0900)]
BCMenu: Restore DrawItem_Win9xNT2000() and use DrawItem_Win9xNT2000() instead of DrawItem_WinXP()

8 years agoBCMenu: Use uxtheme API
Takashi Sawanaka [Sun, 19 Jun 2016 12:53:18 +0000 (21:53 +0900)]
BCMenu: Use uxtheme API

8 years agoBCMenu.cpp: Remove prefix 'm_' from local variables
Takashi Sawanaka [Sat, 18 Jun 2016 15:08:12 +0000 (00:08 +0900)]
BCMenu.cpp: Remove prefix 'm_' from local variables

8 years agoBCMenu.cpp: - Remove unused functions
Takashi Sawanaka [Sat, 18 Jun 2016 09:43:39 +0000 (18:43 +0900)]
BCMenu.cpp: - Remove unused functions
BCMenu.cpp: - Move *A() functions to BCMenu.h for reducing executable size

8 years agoAdded tag 2.14.0+-jp-108 for changeset a7e54e0a5df3
Takashi Sawanaka [Sun, 12 Jun 2016 13:03:42 +0000 (22:03 +0900)]
Added tag 2.14.0+-jp-108 for changeset a7e54e0a5df3

8 years agoBump revision to 2.14.0+-jp-108 2.14.0+-jp-108
Takashi Sawanaka [Sun, 12 Jun 2016 12:23:34 +0000 (21:23 +0900)]
Bump revision to 2.14.0+-jp-108

8 years ago.hgignore: Add *.db and *.opendb
Takashi Sawanaka [Sun, 12 Jun 2016 11:30:12 +0000 (20:30 +0900)]
.hgignore: Add *.db and *.opendb