OSDN Git Service

Reduce compiler warnings
[winmerge-jp/winmerge-jp.git] / Src / FileFilterMgr.cpp
2023-04-29 Takashi SawanakaReduce compiler warnings
2023-04-16 Takashi SawanakaAllow UTF-8 without BOM for the file filters
2023-02-16 Takashi SawanakaTry again to fix issue #1646, #1644: Filtering qualifie...
2023-02-14 Takashi SawanakaMerge branch 'stable'
2023-02-14 Takashi SawanakaRevert "Fix issue #1646, #1644: Filtering qualified...
2023-01-03 Takashi SawanakaFix issue #1646, #1644: Filtering qualified files
2022-04-25 Herman SemenovCode refactor with C++17 features replace optimize...
2022-03-18 germanaizekUsage std::move(), replace ' = ""; ' to '.clear()'...
2022-02-23 Takashi SawanakaFilters enhancement (#1179)
2021-10-03 Jun TajimaFix an issue where filters are not applied correctly...
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
2019-07-04 Takashi SawanakaReduce the size of the executable file (3)
2019-05-08 Takashi SawanakaFix bitbucket issue #155: Slow startup with documents...
2019-03-30 Takashi SawanakaMerged in gerundt/winmerge (pull request #35)
2019-03-09 Takashi SawanakaReduce compilation time (2)
2018-10-28 Takashi SawanakaMerge pull request #101 from GreyMerlin/master
2018-10-28 GreyMerlinVarious refactorings involving NULL, ASSERT, TRUE and...
2017-10-13 Takashi SawanakaMerge pull request #44 from GreyMerlin/master
2017-10-13 GreyMerlinCleanup2: C4456 "Decl hides previous local decl"
2017-01-05 Takashi SawanakaMerge pull request #16 from Lippe35/master
2017-01-02 Takashi SawanakaReplace string_* with strutils::*
2016-12-04 Takashi SawanakaReplace paths_* with paths::*
2016-11-29 Takashi SawanakaMerge 2.14.0+-jp-122
2016-11-27 Takashi SawanakaRemove unused #include directives
2016-11-19 Takashi SawanakaMerge
2015-02-20 sdottakaMerge with stable
2015-02-18 sdottaka- Replace include guards with #pragma once like winmerg...
2013-05-04 sdottakaAvoid using 'delete' operator
2012-11-04 sdottaka- Remove MFC dependency
2012-08-30 sdottaka- Use Poco::RegularExpression instead of PCRE library...
2011-04-28 sdottakaMerge rev.7791
2011-04-17 sdottakaFix: WinMerge ignores a line without ## comment at... 2.13.13+-jp-12
2011-01-08 sdottakaMerge Tim's fix-x64-warnings-in-bcmenu patch
2011-01-08 sdottakaMerge from rev.7448
2010-09-13 Kimmo VarisPATCH: #3056974 FileFilterMgr accepts long filepath
2010-09-12 Kimmo VarisPATCH: #3056974 FileFilterMgr accepts long filepath
2010-07-01 Kimmo VarisFix some 64-bit build warnings.
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-10-22 Kimmo VarisFix ANSI build.
2009-06-27 Kimmo VarisImprove file filter loading logic. Fix bug in loading...
2009-06-27 Kimmo VarisRemove rest of MFC dependencies from file filtering...
2009-06-26 Kimmo VarisContinue removing MFC code from file filter code.
2009-06-25 Kimmo VarisMore conversion from MFC CString to String in file...
2009-06-25 Kimmo VarisRefactor file filtering code to use String instead...
2009-06-25 Kimmo VarisMove FileFilter and FileFilterElement definitions to...
2009-05-09 Takashi SawanakaBUG: [ 2789345 ] "##" in file filter pattern causes...
2008-09-07 Marcel GosselinUse bool instead of BOOL for all UniFile code
2008-08-08 Marcel GosselinChange all "using namespace std" directives to "using...
2008-07-17 Kimmo VarisConvert UniFile to use String (remove rest of CStrings).
2008-06-17 Kimmo VarisConvert CTypedPtrList to std::vector.
2008-06-17 Kimmo VarisUse std::vector in FilterList instead of CList.
2007-10-16 Kimmo VarisComment additions and fixes.
2007-09-04 Kimmo VarisPATCH: [ 1787154 ] Convert SplitFileName() to use String
2006-12-02 Takashi SawanakaFix filefilter regexp uppercasing for trunk
2006-11-07 Kimmo VarisPATCH: [ 1591605 ] Add PCRE regexps and convert file...
2006-07-18 Kimmo VarisBUG: [ 1524251 ] File filter does not work on 2.5.5.3
2006-07-13 Kimmo VarisPATCH: [ 1521392 ] Fix reading last line in linefilter...
2006-06-20 Kimmo VarisPATCH: [ 1508865 ] Improve error handling for loading...
2006-02-20 Perry Rapp PATCH: [ 1405603 ] New Test dialog for file filters
2006-02-09 Kimmo VarisPATCH: [ 1427851 ] Small cleanup for FileFilterMgr...
2006-02-06 Perry Rapp PATCH: [ 1392413 ] Track lossy encodings & warn user
2006-01-14 Perry Rapp PATCH: [ 1403457 ] Support Unicode file filter files
2005-12-08 Perry Rapp PATCH: [1374728 ] Fix filter dialog delete
2005-04-13 Perry Rapp2005-04-13 Perry
2005-02-13 Kimmo VarisPATCH: [ 1118261 ] Allow creating and deleting filefilt...
2005-02-03 Kimmo VarisPATCH: [ 1114360 ] Non-blocking file filter editing
2005-01-08 Kimmo VarisPATCH: [ 1098340 ] crash rarely when starting many...
2005-01-05 Kimmo VarisPATCH: [ 1094534 ] Add description field for file filters
2004-11-03 Kimmo VarisPATCH: [ 1058992 ] More flexible whitespaces for file...
2003-10-17 Laurent Ganier[ 807263 ] Preprocessing patch
2003-09-27 Perry RappPATCH: [ 809149 ] Handle Unicode files
2003-09-26 Perry RappPATCH: [ 811039 ] Identify filters by path to solve...
2003-09-15 Kimmo VarisPATCH: [ 804493 ] Read filter files from users profile...
2003-09-06 Kimmo VarisPATCH: [ 793900 ] Editable file filters - submitted...
2003-05-31 Kimmo VarisPATCH: [ 742041 ] Improvements to file/directory filters
2003-05-18 Perry Rapp[ 739529 ] project file & directory filters