OSDN Git Service

MergeDoc.cpp: If an Encoding Error occurs when reading a file, the File encoding...
[winmerge-jp/winmerge-jp.git] / Src /
2021-05-09 Takashi SawanakaMergeDoc.cpp: If an Encoding Error occurs when reading...
2021-05-09 Takashi SawanakaMergeDoc.cpp: Avoid unpacking the file on the right...
2021-05-09 Takashi SawanakaFix the problem that the BS key does not work at the...
2021-05-09 Takashi Sawanaka- C(Reg|Ini)OptionsMgr::SplitName() -> COptionsMgr...
2021-05-07 Takashi SawanakaDirView.cpp: Fix not being able to open an unpaired...
2021-05-06 Takashi SawanakaIniOptionsMgr: Fix the problem that it cannot be read...
2021-05-05 Takashi SawanakaGenerate Unpacker Plugins from Editor script functions
2021-05-05 Takashi SawanakaUniFile.*: Add ReadStringAll(), GetBase() and GetFileSi...
2021-05-05 Takashi SawanakaGuessCodepageEncoding() -> codepage_detect::Guess()
2021-05-04 Takashi SawanakaIniOptionsMgr.*: Reduce the number of reads from the...
2021-05-03 Takashi SawanakaIniOptionsMgr.*: Reduce the number of reads from the...
2021-05-03 Takashi SawanakaFIx discussion #768: Different Files are Identical...
2021-05-01 Takashi Sawanakarefactor
2021-04-30 Takashi SawanakaIniOptionsMgr.cpp: The value of the m_serializing varia...
2021-04-30 Takashi SawanakaAvoid an assertion failure when loading settings from...
2021-04-30 Takashi SawanakaLeave the class name as CIniOptionsMgr, but rename...
2021-04-30 Jun TajimaFix an issue where the message "The number of automatic...
2021-04-29 grzesiePossibility to store settings in INI file (#248) (...
2021-04-28 Takashi SawanakaFix 'Automatic Rescan' not working after splitting...
2021-04-26 Takashi SawanakaLanguageSelect.cpp: Fix the problem that the last trans...
2021-04-26 Takashi SawanakaFix GitHub issue #755: ATL: QIThunk - 2 LEAK in plugins...
2021-04-25 Takashi SawanakaImgMergeFrm.cpp: Fix the header bar widths not being...
2021-04-23 Takashi SawanakaFix osdn.net ticket #42064: Fix conflicting accelerators
2021-04-23 Takashi SawanakaFix osdn.net ticket #42063: Make the width of the ...
2021-04-22 Takashi SawanakaBinary compare window: Fix the problem that only one...
2021-04-21 Takashi SawanakaMergeEditView.cpp: Fix an issue where font size restora...
2021-04-21 Takashi SawanakaMergeStatusBar.cpp: Fix an issue where the position...
2021-04-21 Takashi Sawanakarefactor
2021-04-20 Takashi Sawanakarefactor
2021-04-20 Takashi Sawanaka"with External Editor" -> "With External Editor"
2021-04-20 Takashi SawanakaAdd "Open Parent Folder" menu item to the file compare...
2021-04-19 Takashi SawanakaFix GitHub issue #739: Copy confirmation dialog has...
2021-04-18 Takashi SawanakaSubstitutionFiltersList.cpp: Fix an issue where strings...
2021-04-18 Takashi Sawanakacrystaledit: Use structured bindings
2021-04-18 Takashi SawanakaImplement GitHub #135: [Feature Request] Selection...
2021-04-17 Takashi Sawanakacrystaledit: Make the characters that represent spaces...
2021-04-10 Takashi SawanakaFix GitHub issue #721: FR: Add a shortcut key go to...
2021-04-10 pgertGUI textstrings: grammatical corrections (#722)
2021-04-10 Takashi SawanakaFix compilation warnings
2021-04-10 Takashi SawanakaFix that the Next File or Previous File button on the...
2021-04-05 Takashi SawanakaOpenView.cpp: Make the archive files comparable as...
2021-04-04 Takashi Sawanakastringdiffs.cpp: If the word-by-word diff process takes...
2021-04-04 Takashi SawanakaFix a rare crash when decompressing a compressed file
2021-04-03 Takashi SawanakaAdd ARM64 support
2021-04-02 Takashi SawanakaFix osdn.net #41901: Comparison result is not updated...
2021-03-31 Takashi SawanakaThe message "Do you want to move to the first/last...
2021-03-28 Takashi SawanakaFix failed test
2021-03-28 Takashi SawanakaAdd drop-down menu to save icon on toolbar
2021-03-28 Takashi SawanakaFolderCompare: Fix an issue where the codepage specifie...
2021-03-25 Takashi SawanakaPlugins.*: Reduce the number of calls to the CreateDisp...
2021-03-22 Takashi SawanakaRefactor
2021-03-22 Takashi SawanakaFix GitHub issue #690: Plugins.cpp function SearchScrip...
2021-03-20 Takashi SawanakaRegOptionsMgr.*: Reduce the number of calls to RegQuery...
2021-03-20 Takashi SawanakaRename IDD_PROP_ARCHIVE to IDD_PROPPAGE_ARCHIVE (2)
2021-03-18 Takashi SawanakaMDITabBar.cpp: Make the border of the active tab a...
2021-03-17 Takashi SawanakaFix an issue where the comment filter might not work...
2021-03-16 Takashi SawanakaDisable loading of the language resource DLL for faster...
2021-03-15 Takashi SawanakaRename IDD_PROP_ARCHIVE to IDD_PROPPAGE_ARCHIVE
2021-03-15 Takashi SawanakaRemove unused resource IDs
2021-03-14 Takashi SawanakaRemove an unused string resource
2021-03-14 Takashi SawanakaUpdate resource.h
2021-03-14 Takashi SawanakaMake it possible to specify the file type in the "Selec...
2021-03-11 Takashi SawanakaAdd BOM checkbox to the LoadSaveCodepage dialog
2021-03-10 Takashi SawanakaFix osdn.net ticket #41721: Image Compare: The image...
2021-03-07 Takashi SawanakaAdd gtest.vcxitems, CompareEngines.vcxitems and diffuti...
2021-03-07 Takashi SawanakaAdd xdiff.vcxitems
2021-03-06 Takashi SawanakaAdd editlib.vcxitems
2021-03-06 Takashi SawanakaReduce the number of #include <Windows.h> and <tchar.h>.
2021-03-06 Takashi SawanakaMove FileFlags class to FileFlags.(cpp|h) files
2021-03-01 Takashi SawanakaFix osdn.net ticket #41668: When the 'Ignore change...
2021-02-28 Takashi SawanakaSeparate JSON and JavaScript Syntax Highlighter for...
2021-02-28 Takashi SawanakaChange the registry key name so that the tab width...
2021-02-28 Takashi SawanakaRevert a part of commit c74a9c3
2021-02-28 Takashi SawanakaAdd /self-compare command line option
2021-02-27 Takashi SawanakaMerge branch 'master' of https://github.com/winmerge...
2021-02-27 Takashi Sawanakarefactor
2021-02-27 Takashi SawanakaFileTextStats.h: Reduce memory footprint
2021-02-27 Takashi SawanakaAdd "Copy Selected Line(s) to/from Left/Right" feature...
2021-02-27 Jun TajimaFix an issue where custom colors are not saved. (#648)
2021-02-27 Takashi SawanakaFix GitHub issue #645: Program crash if you close a...
2021-02-21 Takashi SawanakaAdd "Copy Selected Line(s) to/from Left/Right" feature...
2021-02-21 elsonweiAdd "Copy Selected Line(s) to/from Left/Right" feature...
2021-02-13 Takashi SawanakaOpenView.cpp: The current contents are now saved in...
2021-02-13 Takashi SawanakaFix GitHub issue #622: Single instance mode does not...
2021-02-13 Takashi SawanakaCrystalEdit/Sample: Fix compilation errors
2021-02-12 Takashi SawanakaFix GitHub issue #622: Single instance mode does not...
2021-02-12 Takashi SawanakaMerge.rc: Fix Compare/General page
2021-02-12 Jun TajimaAdd a feature to set up default highlighting by a file...
2021-02-11 Jun TajimaFix an issue where the syntax highlighting scheme is...
2021-02-09 hlopExpression is always true (#613)
2021-02-07 Takashi SawanakaFix sf.net #2237: The position selected by clicking...
2021-02-05 Takashi SawanakaFix GitHub issue #607: File is corrupted while saving...
2021-02-05 Takashi SawanakaMake recently used files or folders openable from the...
2021-02-04 Takashi SawanakaImgMergeFrm.cpp: Fix memory leak
2021-02-04 Takashi SawanakaFix an issue where the title bar path is not updated...
2021-02-01 StoyanDimitrovMake all OK strings same case (#593)
2021-01-31 Takashi SawanakaUnify *.vs2017.vcxproj* and *.vs2019.vcxproj* into...
2021-01-31 Takashi SawanakaUnify *.vs2017.vcxproj* and *.vs2019.vcxproj* into...
2021-01-30 Takashi Sawanakaosdn.net#41355: If -b or -w is also specified, -B now...
2021-01-28 Takashi SawanakaA new feature "Ignored Substitutions" (10)
next