Merge branch 'develop' into features/JAL-2446NCList
[jalview.git] / src /
2017-06-27 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-27 gmungocJAL-2602 check for null or empty description when copyi...
2017-06-27 gmungocJAL-1858 highlights on wrapped panel - work in progress
2017-06-27 gmungocJAL-147 scroll wrapped panel by one width's worth at...
2017-06-26 gmungocJAL-1858 ensure full redraw on 'remove all selections'
2017-06-24 gmungocJAL-2547 fix case of gap followed by enclosing contact...
2017-06-24 gmungocJAL-1858 null img when doing full repaint of wrapped...
2017-06-24 gmungocJAL-1858 don't fastpaint highlights if wrapped format bug/JAL-1858fastPaintHighlights
2017-06-24 gmungocJAL-1858 refactored method to redraw previous/new highl...
2017-06-23 gmungocJAL-1858 handle hidden columns when computing region...
2017-06-23 gmungocJAL-1858 'fastPaint' of minimal region for highlights...
2017-06-22 gmungocJAL-2481 JAL-2593 JAL-2526 further optimisation of...
2017-06-22 gmungocJAL-2480 simpler and safer test to avoid adding duplicates
2017-06-21 gmungocJAL-2480 tidy generic initialisations, SequenceFeatures...
2017-06-21 gmungocJAL-2524 don't render up to a hidden marker beyond...
2017-06-20 gmungocJAL-2526 don't retain lastColumnPosition from an invali...
2017-06-15 gmungocMerge branch 'bug/JAL-2386groupConservationColouring...
2017-06-15 kiramtMerge remote-tracking branch 'origin/develop' into... bug/JAL-2591
2017-06-15 gmungocMerge branch 'bug/JAL-2589gapColour' into develop
2017-06-14 gmungocJAL-2598 Sequence.getSequence return a copy of the...
2017-06-13 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-12 gmungocJAL-2577 mirror select/hide by annotation in split...
2017-06-12 kiramtJAL-2591 Updates following code review
2017-06-12 gmungocJAL-2577 mirror hide/select columns by annotation acros...
2017-06-09 gmungocJAL-2589 render colour scheme gap colour in overview bug/JAL-2589gapColour
2017-06-09 gmungocJAL-2594 avoid stack trace creating feature on gapped...
2017-06-09 gmungocJAL-2480 tidy javadoc
2017-06-09 gmungocJAL-2593 avoid redundant rendering of co-located features
2017-06-08 gmungocJAL-2526 correct boundary conditions for sequence left...
2017-06-08 gmungocJAL-2386 JAL-2570 use ResidueShader copy constructor... bug/JAL-2386groupConservationColouring
2017-06-08 kiramtMerge branch 'bug/JAL-2586' into develop
2017-06-08 kiramtJAL-2586 Clarification to URL link code bug/JAL-2586
2017-06-08 kiramtJAL-2591 made redraw volatile
2017-06-08 kiramtJAL-2591 Refactor HiddenColumns to use ArrayList instea...
2017-06-08 kiramtJAL-2591 More HiddenColumns refactoring. Tests passing.
2017-06-08 gmungocJAL-2526 cache first/last residue column positions...
2017-06-08 gmungocJAL-2526 setStatusMessage avoid redundant findPosition...
2017-06-08 gmungocJAL-2526 reuse findIndex result if start==end
2017-06-07 kiramtJAL-2591 Further refactoring (still incomplete)
2017-06-07 kiramtJAL-2591 More refactoring (incomplete)
2017-06-07 kiramtJAL-2591 Hidden columns regions can be output to string...
2017-06-07 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-07 kiramtJAL-2591 updated HiddenColumns::findHiddenRegionPositio...
2017-06-07 kiramtJAL-2591 Overview changes ported to applet
2017-06-07 kiramtJAL-2591 More rationalising of hiddencols
2017-06-07 gmungocJAL-2386 ensure group conservation shading is applied...
2017-06-07 kiramtJAL-2591 Increased granularity of overview panel update...
2017-06-07 kiramtJAL-2591 simplifying hidden columns usage
2017-06-06 kiramtJAL-2591 Removed getHiddenRegions()==null checks which...
2017-06-06 kiramtJAL-2591 Added readwrite locking on HiddenColumns
2017-06-06 gmungocJAL-2589 correct colour for Gap in Score and User Defin...
2017-06-06 gmungocJAL-2526 less stringent test for invalid cursor
2017-06-06 kiramtMerge remote-tracking branch 'origin/bug/JAL-2576'...
2017-06-05 Jim ProcterJAL-2590 patch for rendering eggnog trees with polytomi...
2017-06-05 Jim ProcterMerge branch 'bug/JAL-2576' into develop
2017-06-05 kiramtJAL-2586 Checkstyle flagged fix of unintended fall...
2017-06-05 gmungocJAL-2505 comments updated
2017-06-05 gmungocJAL-2480 remove redundant method, further test coverage
2017-06-05 gmungocJAL-2505 explicit (and final) contactFeature property
2017-06-05 gmungocMerge branch 'features/JAL-2526sequenceCursor' into
2017-06-05 gmungocMerge branch 'features/JAL-2446NCList' into
2017-06-05 gmungocMerge branch 'features/JAL-2446NCList' into features/JAL-2526sequenceCursor
2017-06-05 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-04 Jim ProcterJAL-2228 java 1.7 compliance
2017-06-04 Jim ProcterJAL-2291 only hide/show columns intersecting with curre...
2017-06-04 Jim ProcterJAL-2291 get bitset representing hidden columns
2017-06-04 Jim ProcterJAL-2291 use HiddenColumns.hideMarkedBits and take...
2017-06-04 Jim ProcterJAL-2291 method taking a BitSet for hiding columns
2017-06-04 Jim ProcterJAL-2291 bug fix - BitSet.set is [start,end+1)
2017-06-04 Jim ProcterJAL-2291 ‘Hide Insertions’ now operates on selection...
2017-06-04 Jim ProcterJAL-2291 SequenceI.getInsertionsAsBits for convenient...
2017-06-04 Jim ProcterJAL-2582 comment about IDs being lost if they resembl...
2017-06-04 Jim ProcterJAL-2582 recognise ENS…P peptide IDs and make two getPa...
2017-06-02 Jim ProcterMerge branch 'bug/JAL-2578' into develop
2017-06-02 Jim ProcterMerge branch 'bug/JAL-2577' into develop
2017-06-02 Jim ProcterMerge branch 'features/JAL-2228_featureSetCounts_minRan...
2017-06-02 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-06-02 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-06-02 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-02 gmungocJAL-2526 additional tests for findPosition with/without...
2017-06-02 tcofoegbuJAL-2473 revised default minimum dimension for Alignmen...
2017-06-02 Jim ProcterJAL-2228 always create zero score annotations, since...
2017-06-02 Jim ProcterJAL-2228 always set minimum for count to zero for annot...
2017-06-02 kiramtJAL-2576 Proposed fix bug/JAL-2576
2017-06-02 kiramtJAL-2577 Don't allow viewport ranges below 0. Unit... bug/JAL-2577
2017-06-02 kiramtJAL-2578 Moved hidden columns reveal to before selectio... bug/JAL-2578
2017-06-02 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-06-01 gmungocJAL-2526 additional calls to sequenceChanged() after...
2017-06-01 gmungocJAL-2526 zapCursor() renamed sequenceChanged()
2017-06-01 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-06-01 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-01 gmungocJAL-2754 Sequence.findFeatures(fromCol, toCol) features/JAL-2754findFeaturesByColumn
2017-06-01 Jim ProcterMerge branch 'features/JAL-1648_cache_user_inputs'...
2017-05-31 Jim ProcterMerge branch 'JAL-2571' into develop
2017-05-31 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-05-31 gmungocJAL-2483 JAL-2575 don't sort newly discovered features
2017-05-31 tcofoegbuMerge branch 'develop' of https://source.jalview.org...
2017-05-31 tcofoegbuFixed failing tests
2017-05-31 gmungocMerge branch 'features/JAL-2446NCList' into features...
2017-05-31 gmungocJAL-2574 preparation for Sequence.findFeatures(col1...
next