OSDN Git Service

Avoid an assertion failure when loading settings from winmerge.ini
[winmerge-jp/winmerge-jp.git] / Src / GhostTextBuffer.cpp
2021-01-01 Takashi SawanakaFix Warning C26812: Prefer 'enum class' over 'enum...
2020-11-09 Ikko AshimineFix typo in GhostTextBuffer.cpp (#472)
2020-08-05 LMSMerge pull request #6 from WinMerge/master
2020-07-28 Takashi SawanakaMerge branch 'master' into master
2020-07-26 Takashi SawanakaMerge pull request #384 from silid/master
2020-07-26 Takashi SawanakaMade it possible to display the contents of CSV and...
2020-05-20 LMSMerge pull request #5 from WinMerge/master
2020-05-16 Takashi SawanakaUse SPDX license identifier
2020-01-26 Takashi SawanakaMerge pull request #257 from GreyMerlin/master
2020-01-26 Takashi SawanakaGhostTextBuffer.cpp: Fix TEST(FileCompare, LastLineEOL...
2020-01-25 Takashi SawanakaGhostTextBuffer.cpp: Do not insert EOL after text witho...
2019-12-29 Takashi SawanakaMerge pull request #244 from datadiode/ghosttextbuffer...
2019-12-28 datadiodeGhostTextBuffer: Don't unexpectedly bring back empty...
2019-01-12 Takashi SawanakaGhostTextBuffer.cpp: Fix incorrect size being passed...
2018-11-13 Takashi SawanakaMerge
2018-11-13 Takashi SawanakaFix crash when inserting text at the last line which...
2018-10-28 Takashi SawanakaMerge pull request #101 from GreyMerlin/master
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2018-08-04 Takashi SawanakaMerge
2018-08-04 Takashi SawanakaMerge pull request #93 from GreyMerlin/master
2018-08-03 GreyMerlinReduce Level 4 Build Warnings (12)
2018-08-03 GreyMerlinLast Line of Files vs "Ghost Lines" (4)
2018-08-02 GreyMerlinLast Line of files vs "Ghost Lines" (1)
2018-08-02 GreyMerlinImprove Various ASSERTs related to "Ghost Buffers"
2018-08-02 GreyMerlinEnable `checkFlagsFromReality()` Debug checking
2018-08-02 GreyMerlinImprove comments relating to "ghost buffers"
2018-06-28 Takashi SawanakaMerge pull request #90 from GreyMerlin/master
2018-06-26 GreyMerlinRemoval of more "signed/unsigned mismatch" warnings
2018-06-26 GreyMerlinMerge branch 'master' of https://github.com/sdottaka...
2018-06-26 GreyMerlinImprove handling of last lines in files (5)
2018-06-26 GreyMerlinImprove handling of last lines in files (3)
2018-06-26 GreyMerlinImprove handling of last lines in files (2)
2018-06-26 GreyMerlinImprove handling of last lines in files (1)
2018-06-17 Takashi SawanakaMerge
2018-06-17 Takashi SawanakaMerge pull request #89 from GreyMerlin/master
2018-06-17 GreyMerlinImprove compare+display of last lines in files (1)
2018-04-21 Takashi SawanakaGhostTextBuffer.cpp: Fixed a problem that line without...
2018-04-21 Takashi SawanakaGhostTextBuffer.cpp: Avoid assertion failure when delet...
2018-04-15 Takashi SawanakaFix crash when removing ghost lines. I hope this fixes...
2018-02-11 Takashi SawanakaGhostTextBuffer.cpp: if the last line in selection...
2018-02-11 Takashi SawanakaGhostTextBuffer.cpp: Remove unnecessary function call
2017-10-21 Takashi SawanakaFix some methods in subclass being no longer called
2017-10-21 Takashi SawanakaMake internal editor undoable again
2017-05-21 Takashi SawanakaGhostTextBuffer.cpp: Fix crash when redoing to delete...
2016-11-19 Takashi SawanakaMerge
2016-07-24 Takashi SawanakaFix some warnings
2016-05-05 Takashi SawanakaFix typo
2016-05-05 Takashi SawanakaGhostTextBuffer.*: Remove some duplicate code #2
2016-05-04 Takashi SawanakaGhostTextBuffer.cpp: Remove some warnings
2016-05-04 Takashi SawanakaGhostTextBuffer.cpp: Remove unneeded code
2016-05-04 Takashi SawanakaGhostTextBuffer.*: Remove some duplicate code
2016-04-24 Takashi Sawanakawhen removing lines that have synchronization points,
2016-01-31 Takashi SawanakaRemove THIS_FILE
2015-07-19 sdottakaMerge with stable
2015-07-18 sdottakaCppcheck: The scope of the variable '...' can be reduced.
2015-02-20 sdottakaMerge with stable
2015-02-18 sdottaka- Replace include guards with #pragma once like winmerg...
2014-01-18 sdottakaMerge with stable
2014-01-18 sdottaka* Use standard order of header files
2011-12-17 sdottakaReplace BOOL with bool
2011-04-28 sdottakaMerge rev.7791
2011-01-08 sdottakaMerge from rev.7448
2010-06-29 sdottakaMerge from rev.7205
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
2009-06-29 Kimmo VarisFew trivial optimizations and cleanups for editor buffer.
2009-06-29 Kimmo VarisUse std::vector instead of CArray for storing linedata...
2008-09-28 Kimmo VarisPATCH: [ 1865080 ] Successfully compile in Visual C++ 6
2008-08-08 Kimmo VarisPATCH: [ 2042296 ] Refactor undobuffer
2008-08-08 Marcel GosselinChange all "using namespace std" directives to "using...
2008-08-05 Kimmo VarisPATCH: [ 2039263 ] Refactor editor linebuf code to...
2008-08-01 Kimmo VarisOptimize allocation of reality mapping table. Should...
2008-08-01 Kimmo VarisUse std::vector for undo records. Optimize allocation...
2008-08-01 Kimmo VarisPATCH: [ 2033754 ] Unlimited undo
2008-07-28 Kimmo VarisConvert apparent/real line mapping to use std::vector...
2008-07-28 Kimmo VarisTrivial cleanups and commenting additions and fixes.
2008-06-24 Kimmo VarisUse CRLFSTYLE enum as a EOL style type instead of int.
2008-06-01 Kimmo VarisFix a typo in my previous cleanup commit.
2008-06-01 Kimmo VarisAdd some doxygen comments.
2008-01-31 Jochen TuchtPatch #1880711
2006-09-23 Kimmo VarisFix check for pointer/value by using bit-shift instead...
2006-08-16 Takashi Sawanaka PATCH: [ 1539568 ] draw icon at modified line (it...
2006-02-10 Perry RappPATCH: [ 1428726 ] Fix for compilation under VS2005
2004-06-07 Laurent GanierPATCH: [ 963124 ] better name for variable for Undo...
2004-05-30 Laurent GanierPATCH: [ 963118 ] variable name fix in CGhostTextBuffer...
2004-05-30 Laurent GanierBUG: [ 909779 ] Uninitialised variable in CGhostTextBuf...
2004-03-12 Kimmo VarisPATCH: [ 902191 ] Uninline CDiffTextBuffer functions
2004-03-08 Kimmo VarisBUG: [ 909779 ] Uninitialised variable in CGhostTextBuf...
2003-11-13 Laurent Ganiermodify the assert in GetText/GetTextWithoutEmptys
2003-11-12 Laurent GanierPATCH: [ 838354 ] Revisit Speedup Speed up display...
2003-11-11 Laurent GanierPATCH: [ 838530 ] Simplify GhostTextBuffer for Undo
2003-10-23 Laurent GanierPATCH: [ 827615 ] Speed up display of large differences...
2003-09-27 Perry RappPATCH: [ 809149 ] Handle Unicode files
2003-09-25 Laurent Ganier[ 811371 ] Replace lines when pasting text to ghost...
2003-09-23 Perry RappPATCH: [ 810998 ] Unicode fix for ghosttextbuffer
2003-09-11 Laurent Ganier[ 797821 ] GUI for the file EOL option
next