OSDN Git Service

autoit.cpp - Macros >> User 1 ..... Variable >> User 2 (#749) (2)
[winmerge-jp/winmerge-jp.git] / Src / FileFilterHelper.h
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-06-30 Takashi SawanakaCppcheck: The function '...' overrides a function in...
2019-06-09 Takashi SawanakaConvert out parameters to return value
2018-10-12 Takashi SawanakaMerge pull request #97 from GreyMerlin/master
2018-10-11 GreyMerlin`BOOL` becomes `bool` and related (1)
2016-11-19 Takashi SawanakaMerge
2015-02-20 sdottakaMerge with stable
2015-02-18 sdottaka- Replace include guards with #pragma once like winmerg...
2014-11-29 sdottakaMerge with stable
2014-11-28 sdottakaUse std::unique_ptr/shared_ptr instead of boost::scoped...
2014-10-02 sdottakaConstify some methods
2014-10-02 sdottakaMerge with stable
2014-09-11 sdottakaMerge with stable
2014-09-02 sdottakaMerge with stable
2014-07-29 sdottakaMerge with stable
2014-06-29 sdottakaMerge with stable
2014-06-07 sdottakaMerge with stable
2014-05-06 sdottakaMerge with stable
2014-05-03 sdottakaMerge with stable
2014-04-27 sdottakaVarious optimizations for folder compare
2014-03-29 sdottakaMerge with stable
2014-02-23 sdottakaMerge with stable
2014-02-16 sdottakaMerge with stable
2014-02-09 sdottakaMerge with stable
2014-01-28 sdottakaMerge with stable
2014-01-25 sdottakaMerge with stable
2014-01-20 sdottakaMerge with stable
2014-01-18 sdottakaMerge with stable
2014-01-14 sdottakaMerge with stable
2014-01-12 sdottakaMerge with stable
2014-01-05 sdottakaMerge with stable
2014-01-04 sdottakaMerge with stable
2013-12-28 sdottakaMerge with stable
2013-12-22 sdottakaMerge with stable
2013-12-08 sdottakaMerge with stable
2013-11-27 sdottakaMerge with stable
2013-11-18 sdottakaMerge with stable
2013-10-27 sdottakaMerge with stable
2013-10-21 sdottakaMerge with stable
2013-10-20 sdottakaMerge with stable
2013-09-29 sdottakaMerge with stable
2013-09-09 sdottakaMerge with stable
2013-08-27 sdottakaMerge with stable
2013-08-18 sdottakaAdd String_join() function template
2012-11-04 sdottaka- Remove MFC dependency
2011-08-07 sdottakalearning about boost::scoped_* ...
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-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-27 Kimmo VarisDon't edit file filters through FileFilterHelper. Remov...
2009-06-27 Kimmo VarisRemove unneeded CMap from file filter loading.
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...
2008-11-04 Kimmo VarisSimple CString to String conversion for FileFilterHelper.
2008-11-04 Kimmo VarisFew constiness fixes/improvements for FileFilterHelper.
2008-11-04 Kimmo VarisUse String class as parameter for setting file filter...
2007-10-14 Jochen TuchtPatch #1804762 continued
2007-10-03 Kimmo VarisPATCH: [ 1806416 ] FileInfo struct rename to DirItem...
2007-01-10 Kimmo VarisPATCH: [ 1631796 ] Use PCRE for filemask filtering
2006-08-02 Kimmo VarisPATCH: [ 1529864 ] Stop using Application Data folders...
2006-05-07 Kimmo VarisPATCH: [ 1483088 ] Add GUI for user to select filter...
2005-07-26 Perry Rapp PATCH: [ 1241275 ] New Shared or Private Filter dialog
2005-07-15 Jochen TuchtPATCH: [ 1229867 ] RFE [ 1205516 ], RFE [ 887948 ]...
2005-05-26 Kimmo VarisPATCH: [ 1208801 ] SetFilter() must set default filter...
2005-03-09 Perry Rapp2005-03-09 Perry
2005-03-05 Perry Rapp Rename FilterHelper's GetUseMask to IsUsingMask.
2005-03-05 Perry Rapp More filter clarifying renames
2005-03-04 Perry Rapp2005-03-04 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-05 Kimmo VarisPATCH: [ 1094534 ] Add description field for file filters
2004-08-12 Kimmo VarisPATCH: [ 1007627 ] Filter selection fixes
2004-07-29 Kimmo VarisPATCH: [ 999681 ] Accept filter name from commandline
2004-07-17 Kimmo VarisPATCH: [ 992218 ] Add -f commandline switch for filemask
2004-07-16 Kimmo VarisPATCH: [ 990976 ] FileFilterHelper (filter code cleanup)