OSDN Git Service

Update copyright year
[winmerge-jp/winmerge-jp.git] / Src / DiffWrapper.h
2022-03-18 germanaizekBetter to use '= default;' for empty body
2021-01-27 Takashi SawanakaRename "Ignored Substitutions" to "Substitution Filters"
2021-01-26 Takashi SawanakaA new feature "Ignored Substitutions" (4)
2021-01-26 Takashi SawanakaA new feature "Ignored Substitutions" (2) (#560)
2021-01-10 Takashi SawanakaMerge remote-tracking branch 'origin/stable'
2021-01-10 Takashi SawanakaMerge remote-tracking branch 'origin/stable'
2021-01-10 Takashi SawanakaMerge branch 'stable' of c:\dev\winmerge-stable
2021-01-08 Takashi SawanakaMerge pull request #545 from GreyMerlin/master
2021-01-08 EugeneLaptevAdded a new feature "Ignored Substitutions", which...
2021-01-08 EugeneSumoAdded a new feature "Ignored Substitutions", which...
2021-01-01 Takashi SawanakaFix Warning C26812: Prefer 'enum class' over 'enum...
2020-11-01 Takashi SawanakaSyntax-highlighter-based comment filter (Fix osdn.net...
2020-10-25 Takashi SawanakaFix GitHub issue #395: Bug: Line Filters aren't applied...
2020-07-28 Takashi SawanakaMerge branch 'master' into master
2020-05-20 LMSMerge pull request #5 from WinMerge/master
2020-05-16 Takashi SawanakaUse SPDX license identifier
2020-04-25 LMSMerge pull request #2 from WinMerge/master
2020-04-22 Takashi SawanakaAdd "Enable image compare in folder compare" option...
2019-07-04 Takashi SawanakaReduce the size of the executable file (3)
2019-06-13 Takashi SawanakaAvoid using memset() for structure initialization
2019-03-30 Takashi SawanakaMerged in gerundt/winmerge (pull request #35)
2019-03-10 Takashi SawanakaDelete bForceUTF8 argument that no longer makes sense
2018-10-28 Takashi SawanakaMerge pull request #101 from GreyMerlin/master
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2018-01-03 Takashi SawanakaFolderCompare: Display whether 2 files in diff row...
2016-11-29 Takashi SawanakaMerge 2.14.0+-jp-122
2016-11-27 Takashi SawanakaRemove unused #include directives
2016-11-26 Takashi SawanakaFolderCompare.exe: make FolderCompare.exe buildable...
2016-11-19 Takashi SawanakaMerge
2016-08-14 Takashi SawanakaCppcheck: Redundant assignment of 'Identical' to itself.
2016-08-13 Takashi SawanakaUse std::copy_n()
2016-04-09 Takashi SawanakaCompare result was not correct when using Synchronizati...
2015-11-28 sdottakaMerge with default
2015-11-23 sdottakaAvoid creating FilterCommentsManager object every times...
2015-02-20 sdottakaMerge with stable
2015-02-18 sdottaka- Replace include guards with #pragma once like winmerg...
2015-01-16 sdottakaMerge with stable
2015-01-16 sdottakaFolderCompare: Add Binary Contents compare method
2014-11-29 sdottakaMerge with stable
2014-11-28 sdottakaUse std::unique_ptr/shared_ptr instead of boost::scoped...
2014-10-02 sdottakaMerge with stable
2014-10-02 sdottakaConstify some methods
2014-01-20 sdottakaMerge with stable
2014-01-19 sdottakaFix 3way-diff algorithm that cannot detect conflict...
2014-01-18 sdottakaMerge with stable
2014-01-18 sdottaka* Use standard order of header files
2013-05-05 sdottakaSeparte diff3 algorithm from DiffWrapper.cpp and string...
2013-05-04 sdottakaAvoid using 'delete' operator
2012-12-09 sdottaka* Remove <windows.h> dependency from FilterCommentsMana...
2012-11-04 sdottaka- Remove MFC dependency
2012-08-30 sdottaka- Use Poco::RegularExpression instead of PCRE library...
2011-05-15 sdottakaFix mixed EOL
2011-04-28 sdottakaMerge rev.7791
2011-01-08 sdottakaMerge Tim's fix-x64-warnings-in-bcmenu patch
2011-01-08 sdottakaMerge from rev.7448
2010-08-31 Kimmo VarisPATCH: #3046938 Improvement in Folder comparison
2010-07-04 Jochen TuchtMake DIFFRANGE::op and respective function parameters...
2010-06-29 sdottakaMerge from rev.7205
2010-06-27 sdottakaMerge from rev. 7160
2010-06-08 saitamanIssue2:コメントの差異を無視する機能がただしく動作しない?
2010-05-23 sdottakaMerge from rev.7128:7151
2010-05-02 sdottakaMerge from rev.7121:7123
2010-04-29 sdottakaMerge from rev.7103:7118
2010-04-18 sdottakaApply my experimental code and fixes for Japanese MS... 2.13.11+-jp-8
2010-01-11 Kimmo VarisCleanup. Remove unused return value from method.
2009-12-31 Kimmo VarisPATCH: [ 2922517 ] panes gets unaligned if differs...
2009-06-25 Kimmo VarisRemove couple of CString uses.
2008-08-13 Marcel GosselinUse bool/true/false instead of BOOL/TRUE/FALSE in some...
2008-07-09 Kimmo VarisPATCH: [ 2013845 ] Add option to enable plugins (disabl...
2008-06-07 Kimmo VarisPATCH: [ 1985997 ] Remove unnecessary #ifndef around...
2008-02-11 Takashi SawanakaBUG: [ 1880628 ] LineFilter doesn't filter out non...
2007-10-14 Jochen TuchtPatch #1804762 continued
2007-02-01 Kimmo VarisPATCH: [ 1650043 ] Convert CDiffWrapper to use CompareO...
2007-01-31 Kimmo VarisPATCH: [ 1648182 ] Separate Compare options from DiffWr...
2007-01-08 Kimmo VarisPATCH: [ 1593810 ] Line-filtering post compare
2006-12-05 Kimmo VarisPATCH: [ 1608846 ] Create a class for moved blocks
2006-09-20 Kimmo VarisPATCH: [ 1561650 ] Separate FilterCommentsManager code...
2006-08-23 Kimmo VarisPATCH: [ 1544777 ] Compare by size
2006-08-11 Kimmo VarisPATCH: [ 1538264 ] Split DiffFileData class to own...
2006-07-28 Kimmo VarisPATCH: [ 1529599 ] Cleanup DiffWrapper
2006-07-24 Kimmo VarisPATCH: [ 1526918 ] Detect which side file is binary...
2006-07-13 Kimmo VarisPATCH: [ 1517057 ] Option to Ignore Multiline Comments...
2006-07-12 Kimmo VarisPATCH: [ 1517057 ] Option to Ignore Multiline Comments
2006-05-31 Kimmo VarisPATCH: [ 1483544 ] New compare method: by date and...
2006-04-05 Kimmo VarisPATCH: [ 1460749 ] Print relative paths to patch files
2006-03-22 Kimmo VarisPATCH: [ 1406944 ] Compute text statistics in QuickCompare
2006-02-08 Perry RappPATCH: [ 1426552 ] Add selftests between platform versions
2006-01-07 Perry Rapp PATCH: [ 1398959 ] Implement GuessEncoding in QuickCompare
2005-12-30 Perry Rapp PATCH: [ 1393239 ] Split functions out of RunFileDiff
2005-12-30 Perry Rapp PATCH: [ 1212368 ] Display correct paths in context...
2005-12-29 Perry Rapp PATCH: [ 1392650 ] Fix locals of CDiffWrapper::RunFileDiff
2005-12-19 Perry Rapp PATCH: [ 1384181 ] Fix byte difference fencepost/infin...
2005-12-10 Perry Rapp PATCH: [ 1373020 ] Carry unicoding, codepage, & file...
2005-11-22 Perry RappPATCH: [ 1334277 ] Show asterisk in #diffs for QuickCom...
2005-08-26 Kimmo VarisPATCH: [ 1267510 ] Allow stopping quick compare after...
2005-08-25 Perry Rapp PATCH: [ 1269567 ] Abortable quick compare
2005-07-22 Perry Rapp2005-07-22 Perry
2005-07-21 Perry Rapp2005-07-21 Perry
2005-07-08 Kimmo VarisPATCH: [ 1234390 ] Compare >2 MB files with quick contents
2005-05-08 Perry Rapp2005-05-08 Perry
next