OSDN Git Service

winmerge-jp/winmerge-jp.git
13 years agoMake VS2010 build faster 2.13.13+-jp-6
sdottaka [Sun, 5 Sep 2010 15:07:51 +0000 (00:07 +0900)]
Make VS2010 build faster

13 years agoWorkaround for bug in CImageList::DrawIndirect in MFC100
sdottaka [Sun, 5 Sep 2010 15:06:10 +0000 (00:06 +0900)]
Workaround for bug in CImageList::DrawIndirect in MFC100

13 years agoPrevent DLL hijacking
sdottaka [Sun, 5 Sep 2010 15:03:32 +0000 (00:03 +0900)]
Prevent DLL hijacking

13 years agoUpdate version numbers
sdottaka [Sun, 5 Sep 2010 14:57:49 +0000 (23:57 +0900)]
Update version numbers

13 years agoFix incorrect path of ShellExtensionU.dll
sdottaka [Sun, 5 Sep 2010 14:56:43 +0000 (23:56 +0900)]
Fix incorrect path of ShellExtensionU.dll

13 years agoAdded tag 2.13.13+-jp-5 for changeset b852f0587157
sdottaka [Mon, 26 Jul 2010 18:36:53 +0000 (03:36 +0900)]
Added tag 2.13.13+-jp-5 for changeset b852f0587157

13 years agoWorkaround for broken menu icons in WinMerge compiled with Visual Studio 2010 2.13.13+-jp-5
sdottaka [Mon, 26 Jul 2010 18:36:15 +0000 (03:36 +0900)]
Workaround for broken menu icons in WinMerge compiled with Visual Studio 2010

13 years agoRemoved tag 2.13.13+-jp-5
sdottaka [Mon, 26 Jul 2010 18:32:58 +0000 (03:32 +0900)]
Removed tag 2.13.13+-jp-5

13 years agoAdded tag 2.13.13+-jp-5 for changeset 1c380c7b081d
sdottaka [Mon, 26 Jul 2010 18:14:01 +0000 (03:14 +0900)]
Added tag 2.13.13+-jp-5 for changeset 1c380c7b081d

13 years agoDisplay whether the file has a BOM.
sdottaka [Mon, 26 Jul 2010 18:11:56 +0000 (03:11 +0900)]
Display whether the file has a BOM.

13 years agoFix broken menu in WinMerge compiled with Visual Studio 2010
sdottaka [Mon, 26 Jul 2010 18:02:43 +0000 (03:02 +0900)]
Fix broken menu in WinMerge compiled with Visual Studio 2010

13 years agoFix typo in BuildArc.cmd
sdottaka [Mon, 26 Jul 2010 17:50:36 +0000 (02:50 +0900)]
Fix typo in BuildArc.cmd

13 years agoUpdate version numbers
sdottaka [Mon, 26 Jul 2010 17:49:05 +0000 (02:49 +0900)]
Update version numbers

14 years agoAdded tag 2.13.13+-jp-3 for changeset 4e8c4ab0c924
sdottaka [Sun, 11 Jul 2010 14:06:53 +0000 (23:06 +0900)]
Added tag 2.13.13+-jp-3 for changeset 4e8c4ab0c924

14 years agoFix for Visual Studio 2010 2.13.13+-jp-3
sdottaka [Sun, 11 Jul 2010 14:04:37 +0000 (23:04 +0900)]
Fix for Visual Studio 2010

14 years agoFix compilation error.
sdottaka [Sun, 11 Jul 2010 13:56:43 +0000 (22:56 +0900)]
Fix compilation error.

14 years agoUpdate version numbers
sdottaka [Sun, 11 Jul 2010 13:54:09 +0000 (22:54 +0900)]
Update version numbers

14 years agoManual: Update Japanese translation
sdottaka [Sun, 11 Jul 2010 13:51:37 +0000 (22:51 +0900)]
Manual: Update Japanese translation

14 years agoAdded tag 2.13.13+-jp-2 for changeset 7f4d37786bf0
sdottaka [Sun, 4 Jul 2010 14:46:20 +0000 (23:46 +0900)]
Added tag 2.13.13+-jp-2 for changeset 7f4d37786bf0

14 years agoFix Issue #4 in the same way as ChildFrm.cpp 2.13.13+-jp-2
sdottaka [Sun, 4 Jul 2010 14:24:08 +0000 (23:24 +0900)]
Fix Issue #4 in the same way as ChildFrm.cpp

14 years ago Use 7-Zip 32-bit version if no 7-zip 64-bit version exists
sdottaka [Sun, 4 Jul 2010 13:54:27 +0000 (22:54 +0900)]
 Use 7-Zip 32-bit version if no 7-zip 64-bit version exists

14 years agoCtrl-N -> Ctrl+N
sdottaka [Sun, 4 Jul 2010 13:48:23 +0000 (22:48 +0900)]
Ctrl-N -> Ctrl+N

14 years agoAdd Serbian language.
sdottaka [Sun, 4 Jul 2010 13:45:48 +0000 (22:45 +0900)]
Add Serbian language.

14 years agoAdd 7-Zip 4.65 support to Inno Setup script.
sdottaka [Sun, 4 Jul 2010 13:44:59 +0000 (22:44 +0900)]
Add 7-Zip 4.65 support to Inno Setup script.

14 years agoUpdate version numbers
sdottaka [Sun, 4 Jul 2010 12:43:53 +0000 (21:43 +0900)]
Update version numbers

14 years agoAdded tag 2.13.13+-jp-1 for changeset 2590c50cad56
sdottaka [Wed, 30 Jun 2010 12:34:00 +0000 (21:34 +0900)]
Added tag 2.13.13+-jp-1 for changeset 2590c50cad56

14 years ago- Use FindCommentMarker() to find a comment marker 2.13.13+-jp-1
sdottaka [Tue, 29 Jun 2010 16:11:03 +0000 (01:11 +0900)]
- Use FindCommentMarker() to find a comment marker

- Fix bug that comment filter treated following lines as the same:
   left:  ... */ /* ... */ a = 1;
   right: ... */ /* ... */ b = 2;

- Add ReplaceSpaces() function to replace spaces in a string with specified string

14 years agoPrevent source archive file from getting too large.
sdottaka [Tue, 29 Jun 2010 15:39:05 +0000 (00:39 +0900)]
Prevent source archive file from getting too large.

14 years agoFix a bug introduced in rev.7127 (Fix Testing\EditorTest build problem)
sdottaka [Tue, 29 Jun 2010 15:29:56 +0000 (00:29 +0900)]
Fix a bug introduced in rev.7127 (Fix Testing\EditorTest build problem)

14 years agoUpdate WinMerge POT and PO files.
sdottaka [Tue, 29 Jun 2010 14:12:03 +0000 (23:12 +0900)]
Update WinMerge POT and PO files.

14 years agoMerge from rev.7205
sdottaka [Tue, 29 Jun 2010 13:40:35 +0000 (22:40 +0900)]
Merge from rev.7205

14 years agoFix wrong reverting at rev. 7164
sdottaka [Sun, 27 Jun 2010 13:16:56 +0000 (22:16 +0900)]
Fix wrong reverting at rev. 7164

14 years agoMerge from rev. 7160
sdottaka [Sun, 27 Jun 2010 12:02:32 +0000 (21:02 +0900)]
Merge from rev. 7160

14 years agoFix crash when comparing binary files in Folder compare with custom codepage 65001...
sdottaka [Sun, 27 Jun 2010 09:41:45 +0000 (18:41 +0900)]
Fix crash when comparing binary files in Folder compare with custom codepage 65001(utf-8)

14 years agoBug fix for not updating [General] category in Options dialog after importing .ini...
sdottaka [Sun, 27 Jun 2010 09:17:42 +0000 (18:17 +0900)]
Bug fix for not updating [General] category in Options dialog after importing .ini file.

14 years agoChange timestamp in backup file name to YYYYmmddHHMMSS style
sdottaka [Sun, 27 Jun 2010 03:32:29 +0000 (12:32 +0900)]
Change timestamp in backup file name to YYYYmmddHHMMSS style

14 years agoIssue3:コメントの差異を無視する機能がフォルダ比較に適用されない にて、拡張子を取得する処理がループの外に出ていなかったため再修正
saitaman [Fri, 25 Jun 2010 09:33:36 +0000 (18:33 +0900)]
Issue3:コメントの差異を無視する機能がフォルダ比較に適用されない  にて、拡張子を取得する処理がループの外に出ていなかったため再修正

14 years agoIssue2:コメントの差異を無視する機能がただしく動作しない ?にて、タブ記号も無視して比較できるよう修正
saitaman [Fri, 25 Jun 2010 09:32:12 +0000 (18:32 +0900)]
Issue2:コメントの差異を無視する機能がただしく動作しない ?にて、タブ記号も無視して比較できるよう修正

14 years agoIssue2:コメントの差異を無視する機能がただしく動作しない?
saitaman [Fri, 25 Jun 2010 09:31:07 +0000 (18:31 +0900)]
Issue2:コメントの差異を無視する機能がただしく動作しない?

14 years agoFix InnoSetup installer file by adding missing semicolon.
Kimmo Varis [Sat, 19 Jun 2010 13:51:51 +0000 (13:51 +0000)]
Fix InnoSetup installer file by adding missing semicolon.

14 years agoWinMerge experimental release 2.13.13. (SVN r7205)
Kimmo Varis [Sat, 19 Jun 2010 13:02:44 +0000 (13:02 +0000)]
WinMerge experimental release 2.13.13. (SVN r7205)

14 years agoFix typo in release script.
Kimmo Varis [Sat, 19 Jun 2010 13:00:23 +0000 (13:00 +0000)]
Fix typo in release script.

14 years agoBump WinMerge version to 2.13.13 and Shellextension version to 1.16.3.
Kimmo Varis [Sat, 19 Jun 2010 12:52:04 +0000 (12:52 +0000)]
Bump WinMerge version to 2.13.13 and Shellextension version to 1.16.3.

14 years agoTranslations: Update WinMerge POT and PO files.
Kimmo Varis [Sat, 19 Jun 2010 12:46:49 +0000 (12:46 +0000)]
Translations: Update WinMerge POT and PO files.

14 years agoChangelog: add recent bug fixes and improvements.
Kimmo Varis [Sat, 19 Jun 2010 12:41:51 +0000 (12:41 +0000)]
Changelog: add recent bug fixes and improvements.

14 years agoRestore changelog line that got removed when backing out patch.
Kimmo Varis [Sat, 19 Jun 2010 12:23:00 +0000 (12:23 +0000)]
Restore changelog line that got removed when backing out patch.

14 years agoUpdate of translation
Jan Hryz [Sat, 19 Jun 2010 07:40:16 +0000 (07:40 +0000)]
Update of translation

14 years agoPATCH: [ 3017674 ] New Serbian Language - Add ShellExtension changes
Tim Gerundt [Thu, 17 Jun 2010 20:16:49 +0000 (20:16 +0000)]
PATCH: [ 3017674 ] New Serbian Language - Add ShellExtension changes

14 years agoPATCH: [ 3017674 ] New Serbian Language
Tim Gerundt [Thu, 17 Jun 2010 19:37:02 +0000 (19:37 +0000)]
PATCH: [ 3017674 ] New Serbian Language

14 years agoPATCH: [ 3014912 ] Installer: Set default language with MSI setup
Tim Gerundt [Thu, 17 Jun 2010 16:40:17 +0000 (16:40 +0000)]
PATCH: [ 3014912 ] Installer: Set default language with MSI setup

14 years agoPATCH: [ 3016907 ] Fix Bug #2968177 Ignoring comments wrongly recognizes // ...
Jochen Tucht [Thu, 17 Jun 2010 05:47:45 +0000 (05:47 +0000)]
PATCH: [ 3016907 ] Fix Bug #2968177 Ignoring comments wrongly recognizes // ...

14 years agoFix regression from MFC to STL string conversion committed as of revision 6865.
Jochen Tucht [Mon, 14 Jun 2010 21:27:35 +0000 (21:27 +0000)]
Fix regression from MFC to STL string conversion committed as of revision 6865.

14 years agoAdd Merge7z914 to Merge7zInstaller
Jochen Tucht [Sun, 13 Jun 2010 20:02:50 +0000 (20:02 +0000)]
Add Merge7z914 to Merge7zInstaller

14 years agoAdd Merge7z914.vcxproj
Jochen Tucht [Sun, 13 Jun 2010 20:01:22 +0000 (20:01 +0000)]
Add Merge7z914.vcxproj

14 years agofix a warning
Jochen Tucht [Sun, 13 Jun 2010 15:22:21 +0000 (15:22 +0000)]
fix a warning

14 years agoFix last commit breaking compilation due to "struct stat" vs. "struct _stat".
Jochen Tucht [Sun, 13 Jun 2010 15:18:34 +0000 (15:18 +0000)]
Fix last commit breaking compilation due to "struct stat" vs. "struct _stat".

14 years agoBUG: [ 2982964 ] Wrong time stamp even in latest revision (NOT old bug)
Jochen Tucht [Sun, 13 Jun 2010 14:58:54 +0000 (14:58 +0000)]
BUG: [ 2982964 ] Wrong time stamp even in latest revision (NOT old bug)

14 years agoCSortHeaderCtrl: Replace GetDllVersion() by SendMessage(CCM_GETVERSION), which works...
Jochen Tucht [Sun, 13 Jun 2010 12:18:30 +0000 (12:18 +0000)]
CSortHeaderCtrl: Replace GetDllVersion() by SendMessage(CCM_GETVERSION), which works for comctl32.dll 5.80 and better.
As this removes the last reference to GetDllVersion(), we are now ready to drop dllver.cpp/.h.

14 years agoRemove unnecessary #include "dllver.h"
Jochen Tucht [Sun, 13 Jun 2010 12:10:45 +0000 (12:10 +0000)]
Remove unnecessary #include "dllver.h"

14 years agoPATCH: [ 3015416 ] LineFiltersDlg: Employ listview in-place editing capability
Jochen Tucht [Sun, 13 Jun 2010 10:20:59 +0000 (10:20 +0000)]
PATCH: [ 3015416 ] LineFiltersDlg: Employ listview in-place editing capability

14 years agoPATCH: [ 3015396 ] Remove obsolete dll version checks
Jochen Tucht [Sun, 13 Jun 2010 10:13:37 +0000 (10:13 +0000)]
PATCH: [ 3015396 ] Remove obsolete dll version checks

14 years agoCMergeDiffDetailView: Fix an inconsistency in m_lineBegin vs. m_lineEnd vs. m_diffLen...
Jochen Tucht [Sun, 13 Jun 2010 09:02:45 +0000 (09:02 +0000)]
CMergeDiffDetailView: Fix an inconsistency in m_lineBegin vs. m_lineEnd vs. m_diffLength, which was occurring after rescan.

14 years agoUpdate 2.12.4 release notes to trunk.
Kimmo Varis [Sun, 13 Jun 2010 08:25:01 +0000 (08:25 +0000)]
Update 2.12.4 release notes to trunk.

14 years agoBuildscript: Use Python's optparse module to parse command line.
Kimmo Varis [Sat, 12 Jun 2010 13:00:33 +0000 (13:00 +0000)]
Buildscript: Use Python's optparse module to parse command line.

14 years agoBUG: #2995925 No refreshing after merging difference
Kimmo Varis [Sat, 12 Jun 2010 12:55:52 +0000 (12:55 +0000)]
BUG: #2995925 No refreshing after merging difference

Revert revisions 7086 and 7089 to fix the regression.

14 years agoFix the changelog item - use the patch ID when it exists.
Kimmo Varis [Sat, 12 Jun 2010 09:58:16 +0000 (09:58 +0000)]
Fix the changelog item - use the patch ID when it exists.

14 years agoChangelog: Bugfix: Line filtering wasted huge amounts of memory
Kimmo Varis [Sat, 12 Jun 2010 09:56:48 +0000 (09:56 +0000)]
Changelog: Bugfix: Line filtering wasted huge amounts of memory

14 years agoPATCH: [ 3014162 ] Fix LineFilters wasting enormous amounts of memory
Jochen Tucht [Fri, 11 Jun 2010 19:59:11 +0000 (19:59 +0000)]
PATCH: [ 3014162 ] Fix LineFilters wasting enormous amounts of memory

14 years agoHexMergeView: Differences could fail to show up in left pane unless some action was...
Jochen Tucht [Wed, 9 Jun 2010 06:22:56 +0000 (06:22 +0000)]
HexMergeView: Differences could fail to show up in left pane unless some action was taken that would cause a repaint (seen on Vista with OPT_SCROLL_TO_FIRST off).

14 years agoIssue3:コメントの差異を無視する機能がフォルダ比較に適用されない
saitaman [Tue, 8 Jun 2010 10:44:24 +0000 (19:44 +0900)]
Issue3:コメントの差異を無視する機能がフォルダ比較に適用されない
について修正

14 years agoIssue2:コメントの差異を無視する機能がただしく動作しない?
saitaman [Tue, 8 Jun 2010 10:40:09 +0000 (19:40 +0900)]
Issue2:コメントの差異を無視する機能がただしく動作しない?
を再修正(ソースの書き方でまずかった個所を修正)

14 years agowchar_tをTCHARに修正
saitaman [Tue, 8 Jun 2010 10:39:06 +0000 (19:39 +0900)]
wchar_tをTCHARに修正

14 years agoFix an apparent bug in to_utf8_advance()
Jochen Tucht [Sun, 6 Jun 2010 13:41:33 +0000 (13:41 +0000)]
Fix an apparent bug in to_utf8_advance()

14 years agoVC2010 does not accept a dot to serve as a class resolution operator
Jochen Tucht [Wed, 2 Jun 2010 14:51:43 +0000 (14:51 +0000)]
VC2010 does not accept a dot to serve as a class resolution operator

14 years agoFix some batch files paths in Merge.vcproj
Tim Gerundt [Wed, 2 Jun 2010 06:24:43 +0000 (06:24 +0000)]
Fix some batch files paths in Merge.vcproj

14 years agoFix CreateMasterPotFile calls in MergeLangX64.vcproj
Tim Gerundt [Wed, 2 Jun 2010 06:19:33 +0000 (06:19 +0000)]
Fix CreateMasterPotFile calls in MergeLangX64.vcproj

14 years agoFix compile error and runtime error with VS2010
sdottaka [Sat, 29 May 2010 00:15:23 +0000 (09:15 +0900)]
Fix compile error and runtime error with VS2010

14 years agoFix merge mistake
sdottaka [Sun, 23 May 2010 13:54:21 +0000 (22:54 +0900)]
Fix merge mistake

14 years agoMerge
sdottaka [Sun, 23 May 2010 13:32:53 +0000 (22:32 +0900)]
Merge

14 years agoUpdate version numbers
sdottaka [Sun, 23 May 2010 13:24:08 +0000 (22:24 +0900)]
Update version numbers

14 years agoMerge from rev.7128:7151 (2)
sdottaka [Sun, 23 May 2010 13:18:41 +0000 (22:18 +0900)]
Merge from rev.7128:7151 (2)

14 years agoAdded filter rules for git, bzr, hg
sdottaka [Sun, 23 May 2010 13:07:43 +0000 (22:07 +0900)]
Added filter rules for git, bzr, hg

14 years agoAdded convert script from lf to crlf
sdottaka [Sun, 23 May 2010 13:05:03 +0000 (22:05 +0900)]
Added convert script from lf to crlf

14 years agoMerge from rev.7128:7151
sdottaka [Sun, 23 May 2010 12:58:54 +0000 (21:58 +0900)]
Merge from rev.7128:7151

14 years agoIssue4:ステータスバーのメッセージが翻訳されないことがある
saitaman [Sun, 23 May 2010 07:18:03 +0000 (16:18 +0900)]
Issue4:ステータスバーのメッセージが翻訳されないことがある
を修正

14 years agoFix Testing\EditorTest build problem
sdottaka [Sat, 22 May 2010 05:38:41 +0000 (14:38 +0900)]
Fix Testing\EditorTest build problem

14 years agoChange the EOL of po files to Unix
sdottaka [Sat, 22 May 2010 05:28:47 +0000 (14:28 +0900)]
Change the EOL of po files to Unix

14 years agoFix x86 build problem
sdottaka [Sat, 22 May 2010 05:08:35 +0000 (14:08 +0900)]
Fix x86 build problem

14 years agoRestart discussion about binary file detection (TODO #1946860)
Jochen Tucht [Wed, 19 May 2010 12:57:18 +0000 (12:57 +0000)]
Restart discussion about binary file detection (TODO #1946860)

14 years agoFix possible access beyond end of memory mapped file
Jochen Tucht [Wed, 19 May 2010 12:25:14 +0000 (12:25 +0000)]
Fix possible access beyond end of memory mapped file

14 years agostring_replace(): Fix infinite loop if (replace) contains an occurrence of (find...
Jochen Tucht [Sun, 16 May 2010 15:19:15 +0000 (15:19 +0000)]
string_replace(): Fix infinite loop if (replace) contains an occurrence of (find) at a position greater than the length of (find).

14 years ago• Read 7-Zip version from 7z.dll (which has long ago replaced the various format...
Jochen Tucht [Sun, 16 May 2010 14:44:19 +0000 (14:44 +0000)]
• Read 7-Zip version from 7z.dll (which has long ago replaced the various format and codec DLLs)
• Change recommended version of 7-Zip to 4.65

14 years agoVC2010 does not accept a dot to serve as a class resolution operator
Jochen Tucht [Sun, 16 May 2010 13:45:23 +0000 (13:45 +0000)]
VC2010 does not accept a dot to serve as a class resolution operator

14 years agoRelate definition of NCHITTEST_RESULT to _MFC_VER, not _MSC_VER, to enable use of...
Jochen Tucht [Sun, 16 May 2010 13:15:33 +0000 (13:15 +0000)]
Relate definition of NCHITTEST_RESULT to _MFC_VER, not _MSC_VER, to enable use of VS2010 Express in conjunction with MFC71

14 years agoHexMerge issues:
Jochen Tucht [Sun, 16 May 2010 12:05:13 +0000 (12:05 +0000)]
HexMerge issues:
• Fix initial child frame size when opening HexMerge from command line (not supported by now, but on my personal agenda)
• Child frame caption included entire path, which was not quite the intention

14 years agoBUGFIX: HexMergeView was unable to load an empty file.
Jochen Tucht [Sat, 15 May 2010 14:04:43 +0000 (14:04 +0000)]
BUGFIX: HexMergeView was unable to load an empty file.

14 years agofix a warning
Jochen Tucht [Sat, 15 May 2010 13:57:32 +0000 (13:57 +0000)]
fix a warning

14 years agofix a warning
Jochen Tucht [Sat, 15 May 2010 13:20:17 +0000 (13:20 +0000)]
fix a warning

14 years agofix a warning
Jochen Tucht [Sat, 15 May 2010 13:14:27 +0000 (13:14 +0000)]
fix a warning

14 years agofix a warning
Jochen Tucht [Sat, 15 May 2010 13:08:22 +0000 (13:08 +0000)]
fix a warning