Commits for tdreszer
switch to files view, user index
v303_base to v304_preview (2014-07-21 to 2014-07-28) v304
- Checking in changes to make 'spectrum' (aka 'useScore') actually work on any pair of color/altColor settings. It used to be that only shadesOfGray, shadesOfBrown and shadesOfSea worked, leaving most cases to be shadesOfGray. I have sat on these changes for months. I am also checking in ifdef'd out code to calc the shade on the fly, rather than relaying on track->colorShades set of precomputed 10 shades. The only reason this code is not used is that it would require changing many many places/uses of colorShades. Since I am bein laid off, it seems inappropriate to make this more dramatic change at this time.
- src/hg/hgTracks/bamTrack.c - lines changed 5, context: html, text, full: html, text
- src/hg/hgTracks/bedTrack.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTracks/chainTrack.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.h - lines changed 6, context: html, text, full: html, text
- src/hg/hgTracks/rnaFoldTrack.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 146, context: html, text, full: html, text
- Fixed many of the problems with IE version 11 going undetected. Redmine #13422.
- src/hg/js/ui.dropdownchecklist.js - lines changed 1, context: html, text, full: html, text
- Going from fauxVis to the drop-down select in one click really does a number on IE11, causing it to hang. This fix requires IE11 users to perform 2 clicks to set subtrack visibility. Perhaps Angie can find a more graceful solution, but it probably isn't worth the time. Redmine #13678.
switch to files view, user index