JAL-2810 JAL-2886 i18n
[jalview.git] / src / jalview / appletgui /
2017-11-28 Jim ProcterMerge branch 'bug/JAL-2740' into develop
2017-11-15 kiramtJAL-2831 ported to applet
2017-10-31 kiramtMerge remote-tracking branch 'origin/develop' into...
2017-10-27 gmungocJAL-2526 updated javadoc
2017-10-26 Jim ProcterMerge branch 'feature/JAL-2488finalize' into develop
2017-10-25 Jim ProcterMerge branch 'bug/JAL-2727closeAllFreeMemory' into...
2017-10-25 Jim ProcterMerge branch 'bug/JAL-2392_deadlockonpdbdisplay' into...
2017-10-24 Jim ProcterMerge branch 'features/JAL-2608closeOverview' into...
2017-10-13 kiramtJAL-2774 Created single event for update to both start...
2017-10-12 Jim ProcterJAL-2773 add new flag to paintAlignment(updateOverview... features/JAL-2773_dontalwaysrecolourstructureonrepaintofoverview
2017-10-10 Jim ProcterMerge branch 'codereviews/JAL-1990_IProgressIndicator_j...
2017-09-26 kiramtJAL-2740 removed unwanted code, added unit test
2017-09-14 gmungocJAL-2727 null more fields in AlignmentViewport.dispose...
2017-09-05 Jim ProcterMerge branch 'master' into portforward/JAL-2675_2102b1t...
2017-09-04 kiramtJAL-2673 turn off update to running flag from scrollUp... bug/JAL-2673
2017-09-04 Jim ProcterMerge branch 'releases/Release_2_10_2b1_Branch' of...
2017-09-04 kiramtJAL-2611 reinstated missed commit
2017-09-03 Jim ProcterMerge branch 'documentation/JAL-2675_release2102b1...
2017-09-01 gmungocJAL-2488 remove finalize methods
2017-08-30 kiramtJAL-2527 Wired up cached values to overview
2017-08-28 gmungocMerge branch 'bug/JAL-2687concurrentModification' into...
2017-08-28 gmungocJAL-2608 close any Overview when alignment view is...
2017-08-25 gmungocJAL-2687 use Iterator.remove() for safe deletion while...
2017-08-21 gmungocMerge branch 'develop' into features/JAL-2446NCList features/JAL-2446NCList
2017-08-18 Jim ProcterMerge branch 'feature/2588' into merge/develop_feature...
2017-08-16 Jim ProcterJAL-2418 source formatting
2017-08-09 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-08-09 Jim ProcterMerge branch 'bug/JAL-2634' into develop
2017-08-03 gmungocJAL-2643 updated threshold on threshold value focus...
2017-08-01 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-08-01 gmungocMerge branch 'feature/JAL-2611' into develop
2017-08-01 gmungocMerge branch 'bug/JAL-2630gradColourUpdateOverview...
2017-07-31 kiramtJAL-2634 Make overview box full height when alignment... bug/JAL-2634
2017-07-31 gmungocJAL-2623 updated Overview/structure on input of thresho... bug/JAL-2630gradColourUpdateOverview
2017-07-31 kiramtJAL-2634 Added null test for graphics in AnnotationPane...
2017-07-31 gmungocJAL-2623 JAL-2015 set Below Threshold on FeatureColour...
2017-07-31 gmungocJAL-2630 applet update overview on release of threshold...
2017-07-28 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-07-28 gmungocJAL-147 corrected status bar message for wrapped scroll...
2017-07-28 gmungocJAL-2630 update Overview/structure from graduated colou...
2017-07-23 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-07-22 gmungocJAL-2623 initialise colour threshold slider correctly
2017-07-22 kiramtMerge branch 'develop' into feature/JAL-2611
2017-07-19 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-07-18 gmungocJAL-147 don't scroll up beyond startRes = 0 bug/JAL-147scrollWrappedView
2017-07-18 gmungocJAL-147 corrected calculation of vertical scroll positi...
2017-07-18 gmungocJAL-147 draw up to last position of wrapped alignment!
2017-07-18 kiramtJAL-2611 Better
2017-07-12 kiramtJAL-2588 Check/fix show boxes settings + unit test...
2017-07-12 kiramtJAL-2588 Added tests
2017-07-11 kiramtJAL-2588 (and JAL-2610, JAL-2603) mid refactor
2017-07-06 gmungocJAL-2605 ensure correct scale width calculation
2017-07-05 gmungocJAL-147 don't update overview for column selection...
2017-07-04 gmungocJAL-147 remove redundant calls to update overview panel
2017-07-04 gmungocJAL-2608 tidy up OverviewPanel when closed
2017-07-04 gmungocJAL-147 call method that sets visible width when drawin...
2017-07-03 gmungocMerge branch 'develop' into bug/JAL-147scrollWrappedView
2017-07-03 gmungocJAL-147 correct width out-by-one drawing ids
2017-07-03 gmungocJAL-147 ViewportRanges calculate wrapped vertical scrol...
2017-07-03 gmungocJAL-147 don't draw ScalePanel when in wrapped mode
2017-06-30 gmungocJAL-2505 correct handling of change of feature type
2017-06-30 gmungocJAL-2483 corrected finding feature groups
2017-06-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-30 gmungocJAL-147 don't page up above origin, repaint ids for...
2017-06-30 gmungocJAL-2602 pulled up identical methods to base class
2017-06-30 gmungocJAL-2602 same fix for applet
2017-06-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-29 gmungocJAL-147 improved wrapped scrolling (including Overview...
2017-06-29 gmungocJAL-2605 exclude left/right scale in sequence column...
2017-06-28 kiramtJAL-2600 Tidies bug/JAL-2600resizeflicker
2017-06-28 kiramtJAL-2600 updates following review
2017-06-27 gmungocJAL-1858 repaint after Amend Features dialog
2017-06-27 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-21 gmungocJAL-2524 don't render up to a hidden marker beyond...
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-13 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-12 gmungocJAL-2577 mirror select/hide by annotation in split...
2017-06-09 gmungocJAL-2594 avoid stack trace creating feature on gapped...
2017-06-08 kiramtJAL-2591 Refactor HiddenColumns to use ArrayList instea...
2017-06-08 kiramtJAL-2591 More HiddenColumns refactoring. Tests passing.
2017-06-07 kiramtJAL-2591 Further refactoring (still incomplete)
2017-06-07 kiramtJAL-2591 More refactoring (incomplete)
2017-06-07 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-07 kiramtJAL-2591 updated HiddenColumns::findHiddenRegionPositio...
2017-06-07 kiramtJAL-2591 ported to applet
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 simplifying hidden columns usage
2017-06-06 kiramtJAL-2591 Removed getHiddenRegions()==null checks which...
2017-06-05 Jim ProcterJAL-2590 patch for rendering eggnog trees with polytomi...
2017-06-01 gmungocJAL-2754 Sequence.findFeatures(fromCol, toCol) features/JAL-2754findFeaturesByColumn
2017-05-31 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-31 gmungocJAL-2547 handle contact features 'around' a gap correctly
2017-05-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-30 gmungocJAL-2547 tooltip/AmendFeatures on gap straddled by...
2017-05-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-05-29 Jim ProcterMerge branch 'bug/JAL-2034contextchange' into develop
next