JAL-3490 match count independent of contiguous matches count
[jalview.git] / src / jalview / analysis / Finder.java
2020-08-10 gmungocJAL-3490 match count independent of contiguous matches... patch/Release_2_11_1_Branch_patch_JAL-3490
2019-12-12 gmungocJAL-3490 unit test for ignore hidden regions with selec...
2019-12-11 gmungocJAL-3490 tests for skip hidden regions (and a bug fix)
2019-12-11 gmungocJAL-3490 revised layout and search algorithm (more...
2019-11-29 gmungocJAL-3490 Finder match across entirely gapped hidden...
2018-03-14 gmungocJAL-2933 pass viewport in Finder constructor, find... bug/JAL-2839findWithHidden
2018-03-14 gmungocJAL-2933 gui and applet Finder hold a FinderI per viewport
2018-03-14 gmungocJAL-2839 refactored out getNextVisibleSequenceRegion
2018-03-13 gmungocJAL-2839 refactored analysis.Finder and tests
2018-03-09 gmungocJAL-2839 Finder refactoring prior to fixing the defect
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-08-16 Jim ProcterJAL-2418 source formatting
2016-11-03 gmungocJAL-2310 don't double-count sequence matches; code...
2016-11-02 Jim ProcterJAL-1738 JAL-345 fix for JAL-2302 only report Matches...
2016-10-28 Jim ProcterJAL-966 JAL-1738 JAL-345 interfaces for SearchResults...
2016-10-25 Jim ProcterJAL-2089 patch broken merge to master for Release 2... releases/Release_2_10_0_Branch
2015-10-16 Jim ProcterJAL-1925 update source version in license Release_2_9_0b2
2015-10-08 Jim ProcterJAL-1894 update year/version in copyright
2015-09-10 Jim ProcterJAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensin...
2015-09-10 Jim ProcterJAL-1645 source formatting and organise imports
2015-03-06 Jim ProcterJAL-1683 replace year/version strings with tokens in...
2015-03-06 Jim ProcterMerge commit 'ab43013b7e357b84b4abade0dba949668dfb2a0e...
2015-02-02 Charles OfoegbuMerge branch 'bug/JAL-1644_Finder-logic-improvement...
2015-02-02 Charles OfoegbuJAL-1644 added null check for sequence description...
2015-02-02 Charles OfoegbuMerge commit
2015-02-02 Charles OfoegbuJAL-1644 revised Finder's implementation to use a flag...
2015-02-02 Charles OfoegbuMerge branch 'bug/JAL-1644_Finder-logic-improvement...
2015-02-02 Charles OfoegbuJAL-1644 improvment of finder logic to include the...
2014-12-15 Jim ProcterJAL-1620 version bump and release notes
2014-06-13 Jim ProcterMerge branch 'Release_2_8_2_Branch' into JAL-1483_featu...
2014-06-06 Jim ProcterJAL-1517 fix copyright for 2.8.2
2014-06-05 Jim ProcterJAL-1517 update copyright to version 2.8.2
2014-05-22 Jim ProcterJAL-1503 update version in GPL header
2014-04-21 Jim ProcterJAL-1481 relevant todo re warning user for broken regex
2014-01-29 Jim ProcterJAL-1432 updated copyright notices
2012-10-22 jprocterJalview 2.8 Source Header
2012-10-03 jprocterformatting
2011-10-10 jprocterupdate author list in license for (JAL-826)
2011-09-27 jprocterapply version 2.7 copyright
2011-02-27 jprocterpatch for JAL-780
2010-09-23 jprocterJalview 2.6 source licence
2010-04-30 jprocterjalview 2.5 release banner
2010-04-28 jprocterfind incrementally searches ID then subsequence matches.
2009-06-08 jprocterapply gpl development license
2008-12-01 jproctermatch case switch should work for both sequence ID...
2008-11-12 jprocteravoid exception if search returns valid object but...
2008-09-04 jproctermerge from 2_4_Release branch
2008-01-29 jprocterreinstated proper case insensitive searching for both...
2007-02-07 amwaterhouseFormatting
2007-01-25 amwaterhouse1.1 enabled
2007-01-23 amwaterhouseHidden representatives moved from sequence to viewport
2007-01-23 jprocterrefactoring (added seqIndex/resIndex state for incremen...
2007-01-23 jprocterrefactored search algorithm from gui classes