OSDN Git Service

PATCH [ 922724 ] "Don't display again" option for messageboxes
[winmerge-jp/winmerge-jp.git] / Src / MergeDoc.cpp
2004-03-30 Laurent GanierPATCH [ 922724 ] "Don't display again" option for messa...
2004-03-29 Laurent GanierBUG [ 925202 ] broken feature: after save error, save...
2004-03-23 Kimmo VarisPATCH: [ 921440 ] UI option for detecting moved blocks
2004-03-22 Kimmo VarisBUG: [ 920965 ] Merging moved block messes up linecolors
2004-03-19 Perry RappPATCH: [ 891498 ] moved block detection
2004-03-12 Kimmo VarisPATCH: [ 902191 ] Uninline CDiffTextBuffer functions
2004-03-11 Kimmo VarisPATCH: [ 913792 ] Cache color options for MergeView
2004-03-08 Kimmo VarisPATCH: [ 892397 ] Distinguish prediffer from unpacker...
2004-03-07 Kimmo VarisPATCH: [ 911114 ] DiffOptions to new system
2004-03-05 Kimmo VarisTwo unrelated lines got removed by checkin of #909980
2004-03-05 Kimmo VarisPATCH: [ 909980 ] Fix buffer types and descriptions
2004-03-04 Kimmo VarisPATCH: [ 907898 ] Detect filechange by another app...
2004-02-28 Kimmo VarisPATCH: [ 906224 ] Convert more options to new system
2004-02-21 Kimmo VarisPATCH: [ 896153 ] OptionsManager
2004-02-20 Kimmo VarisPATCH: [ 899926 ] Write LogErrorString()s to logfile
2004-02-16 Kimmo VarisPATCH: [ 891364 ] Enumerated doctype (scratchpads)
2004-02-07 Laurent GanierBUG: [ 892158 ] Empty lines added to end of file
2004-02-03 Perry RappPATCH: [ 882683 ] Combine transform code in DirScan.cpp
2004-02-03 Kimmo VarisPATCH: [ 889334 ] Improve and enable logging
2004-02-01 Kimmo VarisRemove some unused variables
2004-02-01 Kimmo VarisPATCH: [ 887085 ] CMergeDoc::TrySaveAs() cleanup
2004-01-31 Laurent GanierBUG: [ 885018 ] Crash when trying to save scratchpad
2004-01-29 Kimmo VarisPATCH: [ 885092 ] CMergeDoc::DoSave() cleanup
2004-01-23 Kimmo VarisPATCH: [ 881602 ] Don't allow canceling saving when...
2004-01-19 Perry RappPATCH: [ 880046 ] Save every line including last one...
2004-01-17 Kimmo Varis PATCH: [ 876556 ] (Minor) code cleanup for SaveToFile...
2004-01-14 Perry RappPATCH: [ 876546 ] Fix CMergeDoc::CDiffTextBuffer::SaveT...
2004-01-11 Perry RappPATCH: [ 860054 ] Reimplement SaveToFile using stream...
2004-01-09 Kimmo VarisFix parameter type, CMergeDoc::TrySaveAs() second param...
2003-12-11 Laurent Ganier[ 853147 ] New class for text conversion in plugins
2003-12-10 Perry RappAdd comment inside CMergeDoc::CDiffTextBuffer::SaveToFi...
2003-11-26 Kimmo VarisPATCH: [ 848955 ] Don't ask about saving after user...
2003-11-25 Kimmo VarisMissed one diff in PATCH: [ 847697 ] Move desc texts...
2003-11-25 Perry Rapp [ 846405 ] Highlight individual word diffs in line
2003-11-24 Kimmo VarisPATCH: [ 847697 ] Move desc texts into doc classes
2003-11-23 Laurent Ganiertypo in TrySaveAs and merge error in DoSave
2003-11-22 Kimmo VarisPATCH: [ 820676 ] Scratchpad
2003-11-22 Perry Rapp PATCH: [ 844780 ] MergeDoc code cleanup (removed Asser...
2003-11-21 Laurent GanierSaveToFile : returned value ; cosmetic in TrySaveAs...
2003-11-19 Laurent Ganier[ 845196 ] UTF-8 files not correctly compared
2003-11-19 Laurent GanierBUG: [ 845012 ] SaveToFile does not write BOM
2003-11-16 Perry RappPATCH: [ 841897 ] Bail out of LoadFromFile if see embed...
2003-11-15 Perry RappPATCH: [ 841878 ] Fix wchar to char conversions at...
2003-11-14 Laurent Ganier[ 840296 ] Informative messageboxes when loading files
2003-11-12 Laurent GanierPATCH: [ 838354 ] Revisit Speedup Speed up display...
2003-11-11 Laurent Ganieravoid double message "no line difference"
2003-11-11 Laurent GanierPATCH: [ 838530 ] Simplify GhostTextBuffer for Undo
2003-11-11 Laurent GanierPATCH: [ 839970 ] Moving from LoadFromFile to OpenDocs...
2003-11-11 Laurent Ganier[ 839243 ] F4 should hilight diff in both files
2003-11-11 Laurent Ganierfix for syntax highlight in left pane view
2003-11-08 Perry RappPATCH: [ 838283 ] Simplifiy OnFileSave
2003-11-07 Laurent GanierBUG: [ 837980 ] bug in save right as
2003-11-07 Kimmo VarisBUG: [ 837760 ] regression since 2.1.3.6 (diff array)
2003-11-06 Kimmo VarisPATCH: [ 836714 ] Separate counts of normal and trivial...
2003-11-03 Laurent Ganier[ 834122 ] Add Error Handling around calls to plug-ins
2003-11-02 Kimmo VarisBUG: (part of) [ 829435 ] Fix character classification...
2003-11-01 Kimmo VarisFix signed/unsigned clashes
2003-10-31 Kimmo VarisRemoving unused variables
2003-10-30 Laurent GanierPATCH: [ 830132 ] open empty file
2003-10-26 Laurent Ganier[ 827332 ] detach buffer during load and rescan
2003-10-25 Perry RappPATCH: [ 826584 ] User-specified codepage conversions
2003-10-24 Perry RappAdd byte counts, and remove doubled line returns for...
2003-10-24 Perry RappPATCH: [ 814832 ] Timing traces for loading file
2003-10-24 Perry RappBUG: [ 827996 ] isspace uses (-> _istspace)
2003-10-23 Perry RappBUG: [ 829306 ] Fix unifile code to append last line
2003-10-23 Laurent GanierPATCH: [ 827615 ] Speed up display of large differences...
2003-10-23 Perry RappPATCH: [ 826250 ] New UniMemFile class for memory-mapping
2003-10-21 Laurent GanierPATCH: [ 826048 ] headerbar improvements
2003-10-20 Laurent Ganier'Comparison Summary' not updated after saving (lost...
2003-10-19 Perry RappPATCH: [ 818427 ] Fix hashing for mac lines and "ignore...
2003-10-17 Laurent Ganier[ 807263 ] Preprocessing patch
2003-10-15 Kimmo VarisPATCH: [ 823382 ] Save As should update filename
2003-10-13 Laurent GanierPATCH: [ 821821 ] Merge multiple diffs
2003-10-09 Laurent Ganier[ 819219 ] Show only simple EOL char when no mixing...
2003-10-08 Laurent Ganier[ 818198 ] Colors for "ignore blank lines"
2003-10-07 Perry RappPATCH: [ 817502 ] Fix "ignore blank lines"
2003-10-05 Kimmo VarisShow text "Identical" on diffnumber panel when files...
2003-10-04 Laurent GanierUndo last changes related to PATCH: [ 813794 ] Fix...
2003-10-03 Laurent Ganiertwo minor changes for PATCH: [ 813794 ] Fix "ignore...
2003-10-03 Laurent Ganiertwo minor changes for PATCH: [ 813794 ] Fix "ignore...
2003-10-03 Perry RappPATCH: [ 813794 ] Fix "ignore blank lines"
2003-10-02 Kimmo VarisPATCH: [ 815138 ] Commandline filedescriptors
2003-09-30 Perry RappPATCH: [ 813847 ] Fix Unicode double copy
2003-09-27 Perry RappPATCH: [ 809149 ] Handle Unicode files
2003-09-22 Kimmo VarisPATCH: [ 810066 ] Add Save Left (as...) and Save Right...
2003-09-22 Kimmo VarisPATCH: [ 809902 ] Show if file is changed
2003-09-18 Kimmo VarisBUG: [ 800256 ] Hilight line diff does not scroll to...
2003-09-16 Laurent GanierBUG [ 807402 ] ListCopy problem for Unix Files
2003-09-15 Perry RappPATCH: [ 805888 ] Unicode compile of WinMerge
2003-09-15 Perry RappPATCH: [ 805427 ] Delete unused CStdioFile variable...
2003-09-11 Laurent Ganier[ 797821 ] GUI for the file EOL option
2003-09-07 Laurent Ganier[ 799464 ] preserve positions during Rescan (2.1)
2003-08-31 Laurent Ganiercorrection for the patch [797741] in CMergeDoc::CDiffTe...
2003-08-31 Kimmo VarisPATCH: [ 797741 ] Faster file loading
2003-08-30 Laurent Ganier[ 784109 ] layout with two new horizontal panels
2003-08-29 Kimmo VarisPATCH: [ 796756 ] Diff API
2003-08-27 Kimmo VarisPATCH: [ 784302 ] Implement Read-only for files and...
2003-08-25 Laurent Ganier[ 783507 ] normalize replaceSelection and ListCopy
2003-08-24 Kimmo VarisPATCH: [ 792668 ] Move file load code to CMergeDoc
2003-08-23 Perry RappPATCH: [ 781529 ] Make column info array, and add new...
next