OSDN Git Service

Add Expand Different Subfolders menu item (#1964)
[winmerge-jp/winmerge-jp.git] / Src / Common /
2023-07-25 Takashi SawanakaAdd Tamil language (#1947)
2023-07-21 sdottakaFix compilation error when using v141_xp platform toolset
2023-07-07 Takashi SawanakaFix issue #1925: Export/Import settings bug with Substi...
2023-04-18 Takashi SawanakaFix an issue where plugin settings were not exported...
2023-04-18 Takashi SawanakaFix an issue where plugin settings were not exported...
2023-04-17 Takashi SawanakaFix an issue where plugin settings were not exported...
2023-04-16 Takashi SawanakaMake the plugin settings dialog translatable and enable...
2023-04-11 Takashi SawanakaFix issue #1799: When using an ini file all differences...
2023-03-17 Takashi SawanakaMove Windows dependent code from ClipBoard.h to Clipboa...
2023-03-16 Takashi Sawanakarefactor
2023-03-15 Takashi SawanakaSlightly improve comparison time for large files
2023-03-13 Takashi SawanakaUse std::list instead of CList
2023-03-11 Takashi SawanakaAdd CEColor class
2023-03-05 Takashi SawanakaReduce tchar.h depencencies
2023-03-04 Takashi Sawanakarefactor
2023-02-21 Takashi SawanakaBCMenu.cpp: Show "Debug Assertion Failed" message box...
2023-02-19 Takashi SawanakaFix Code scanning alert: Multiplication result converte...
2023-02-19 Takashi SawanakaFix Code scanning alert: Unused local variable
2023-01-22 Takashi SawanakaImplement #1662: Request: highlight the file after...
2023-01-15 Takashi SawanakaReduce startup time
2023-01-14 Takashi SawanakaReduce executable size
2022-12-28 Takashi SawanakaFix issue #1638: Filters aren't saved anywhere
2022-12-04 Takashi Sawanakarefactor
2022-12-04 Takashi SawanakaBCMenu.cpp: Fix incorrect height/width of menu items...
2022-12-04 Takashi SawanakaUse __super
2022-11-26 Takashi Sawanakaunicoder.cpp light performance improvements (#1586...
2022-11-25 Yurii Hordiienkounicoder.cpp light performance improvements (#1586)
2022-11-24 Yurii HordiienkoUpdate unicoder.cpp (#1584)
2022-11-22 Yurii HordiienkoCheckForInvalidUtf8 performance improvement; code clean...
2022-11-13 Takashi SawanakaRemove unused static functions
2022-11-06 Takashi SawanakaAttempt to fix issue #1558 "Crash when copying files...
2022-10-22 Takashi SawanakaFix osdn#45935: The command line section in the generat...
2022-10-12 Takashi SawanakaFix typo in lwdisp.c (#1515) (2)
2022-10-12 Ikko AshimineFix typo in lwdisp.c (#1515)
2022-09-15 Takashi SawanakaPR #1481 (7)
2022-09-14 Takashi SawanakaPR #1481 (6)
2022-08-23 Jun TajimaFix an issue where filenames containing "&" are not...
2022-07-01 stonee-KMake wsc files available as plug-in (#1390)
2022-06-23 Ikko AshimineFix typo in SuperComboBox.cpp (#1379)
2022-05-14 Takashi SawanakaFolderCompare: Make the sort order of file names includ...
2022-05-05 Jun TajimaFix report generation process. (#1324)
2022-04-28 Ikko AshimineFix typo in BCMenu.cpp (#1313)
2022-04-25 Herman SemenovCode refactor with C++17 features replace optimize...
2022-04-24 Takashi SawanakaWebpage Compare [EXPERIMENTAL] (#1182)
2022-04-16 Takashi SawanakaMDITabBar.cpp: Avoid displaying the "Encountered an...
2022-03-30 Takashi SawanakaFix issue #1265: Allow resizing Options dialog box...
2022-03-27 Takashi SawanakaAdd URL handler plugins (#1270)
2022-03-18 germanaizekReplace std containers, code refactor and minor fixes
2022-03-18 germanaizekMore lower scope optimization and add const ref params
2022-03-18 germanaizekUsage std::move(), replace ' = ""; ' to '.clear()'...
2022-03-18 germanaizekBetter to use '= default;' for empty body
2022-03-18 Ikko AshimineFix typo in ShellFileOperations.cpp (#1256)
2022-01-16 Takashi SawanakaFix issue #960: [Feature Request] Lengthen title of...
2022-01-16 Takashi SawanakaFix issue #960: [Feature Request] Lengthen title of...
2022-01-15 Takashi SawanakaCppcheck: CWE: 570 Condition '...' is always false
2021-12-27 Takashi SawanakaFix code scanning alerts: Inconsistent nullness check
2021-12-24 Takashi SawanakaFix a problem that 'Encountered an improper argument...
2021-12-22 Takashi SawanakaFix issse #1101: wm 2.16.16.0 crashes with file attached
2021-12-06 Takashi SawanakaAdding Corsican translation to WinMerge (#1072) (2)
2021-12-06 SamuelPlentzDdd an "Defaults" section to the ini file (#1071)
2021-11-21 Takashi SawanakaFix code scanning alerts: Incorrect allocation-error...
2021-11-21 Takashi SawanakaMake the 'Match similar lines' option work for 3-way...
2021-11-19 Ikko AshimineFix typo in BCMenu.cpp (#1054)
2021-11-03 Jun TajimaAdd the feature to display tooltips on the MDI tab...
2021-10-24 Takashi SawanakaFolderCompare: Additional Properties (Windows Property...
2021-10-11 Takashi SawanakaFix a problem where the string in the Windows common...
2021-09-26 Takashi SawanakaAttempt to fix issue #771: Sync (Super Slow)
2021-09-13 Takashi SawanakaFix issue #903: 50% cpu use by winmergeu.exe after...
2021-09-05 Jun TajimaAdd a feature to set items saved to or restored from...
2021-08-31 Takashi SawanakaBCMenu.cpp: Improve menu item drawing on Windows 11
2021-08-25 Takashi SawanakaAttempt to fix crash #808, #908 and #913
2021-08-21 Takashi SawanakaOptionsDef: use std::string_literals
2021-08-08 Takashi SawanakaFix crash when registry is set to an unexpected value
2021-08-06 Takashi SawanakaSplitterWndEx.cpp: Fix wrong row height calculation
2021-08-04 Takashi SawanakaIniOptionsMgr.cpp: Fix crash when an integer parameter...
2021-08-04 Takashi SawanakaFix the problem that "CoInitialize has not been called...
2021-07-25 Takashi SawanakaAllow escape sequences such as \t, \x09 or strings...
2021-07-23 Takashi Sawanakastrutils.*: Add strip_hot_key() function and to_str...
2021-07-22 Takashi SawanakaFix an error when the processing result of the file...
2021-07-11 Takashi SawanakaCppcheck: CWE: 398: Class 'CRegOptionsMgr' does not...
2021-07-11 Takashi SawanakaCppcheck: CWE: 398: Class '...' has a constructor with...
2021-07-11 Takashi SawanakaCppcheck: CWE: 398: Parameter 'textValue' can be declar...
2021-07-07 Takashi SawanakaFix code scanning alerts 464, 467, 468: Missing header...
2021-07-07 Takashi SawanakaFix code scanning alerts 36-40: Catching by value
2021-07-06 Takashi SawanakaImplement issue #772: Add preference option to clear...
2021-07-03 Takashi SawanakaFix Code scanning alerts #652-661: Constant return...
2021-06-20 Takashi SawanakaImprove plugin system (#797)
2021-06-16 Takashi Sawanakastrutils::join(): Fix the bug when the second element...
2021-06-05 Takashi SawanakaReduce compilation warnings
2021-05-09 Takashi Sawanaka- C(Reg|Ini)OptionsMgr::SplitName() -> COptionsMgr...
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-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...
next