File Changes for tdreszer
switch to commits view, user indexv255_base to v256_preview (2011-08-08 to 2011-08-16) v256
- src/hg/hgFileSearch/hgFileSearch.c
- lines changed 1, context: html, text, full: html, text
Divorced simple search entry from description search entry. Cleaned up a simplified some code.
- src/hg/hgTracks/hgTracks.c
- lines changed 4, context: html, text, full: html, text
A more complete fix for 1X scrolling with packed sideLabels being in image. There should be 2 separate images: data and side, and I had to find all cases that write to the sideLabel. doLeftLabel() functions were easy and taken care of by passing the right image pointer. But some drawItem code also wrote to side labels and this needed a global hvgSide pointer to write to.
- lines changed 5, context: html, text, full: html, text
Fixed bug in rightClick 'view image' and now use css for sideLabel red line, to remove choppy look.
- lines changed 11, context: html, text, full: html, text
Some dragScroll >1x only changes, ifdef'd out. Debugging these was very helpful in finding some obscure cases in true 1x scrolling which we are intending to release soon.
- lines changed 5, context: html, text, full: html, text
Fix for rightClick chnage of vis when track is from dataHub (redmine 4881)
- lines changed 2, context: html, text, full: html, text
This is the new patch candidate.
- src/hg/hgTracks/hgTracks.h
- lines changed 1, context: html, text, full: html, text
A more complete fix for 1X scrolling with packed sideLabels being in image. There should be 2 separate images: data and side, and I had to find all cases that write to the sideLabel. doLeftLabel() functions were easy and taken care of by passing the right image pointer. But some drawItem code also wrote to side labels and this needed a global hvgSide pointer to write to.
- src/hg/hgTracks/imageV2.c
- lines changed 4, context: html, text, full: html, text
Fixed bug in rightClick 'view image' and now use css for sideLabel red line, to remove choppy look.
- src/hg/hgTracks/imageV2.h
- lines changed 3, context: html, text, full: html, text
Turning on dragScroll 1x, shift-dragZoom and in place update.
- src/hg/hgTracks/searchTracks.c
- lines changed 25, context: html, text, full: html, text
A version of advanced track search that lets subtracks 'inherit' descriptions from their parent.
- lines changed 199, context: html, text, full: html, text
Divorced simple search entry from description search entry. Cleaned up a simplified some code.
- src/hg/hgTracks/simpleTracks.c
- lines changed 24, context: html, text, full: html, text
A more complete fix for 1X scrolling with packed sideLabels being in image. There should be 2 separate images: data and side, and I had to find all cases that write to the sideLabel. doLeftLabel() functions were easy and taken care of by passing the right image pointer. But some drawItem code also wrote to side labels and this needed a global hvgSide pointer to write to.
- lines changed 19, context: html, text, full: html, text
Some dragScroll >1x only changes, ifdef'd out. Debugging these was very helpful in finding some obscure cases in true 1x scrolling which we are intending to release soon.
- src/hg/hgTracks/variation.c
- lines changed 14, context: html, text, full: html, text
A more complete fix for 1X scrolling with packed sideLabels being in image. There should be 2 separate images: data and side, and I had to find all cases that write to the sideLabel. doLeftLabel() functions were easy and taken care of by passing the right image pointer. But some drawItem code also wrote to side labels and this needed a global hvgSide pointer to write to.
- lines changed 33, context: html, text, full: html, text
Some dragScroll >1x only changes, ifdef'd out. Debugging these was very helpful in finding some obscure cases in true 1x scrolling which we are intending to release soon.
- src/hg/htdocs/style/HGStyle.css
- lines changed 4, context: html, text, full: html, text
Fixed bug in rightClick 'view image' and now use css for sideLabel red line, to remove choppy look.
- src/hg/inc/search.h
- lines changed 1, context: html, text, full: html, text
Divorced simple search entry from description search entry. Cleaned up a simplified some code.
- src/hg/js/hgTracks.js
- lines changed 74, context: html, text, full: html, text
Fixed some reentrant problems when image is dragScrolled and then ajax updated. While much of this is >1x specific, not all is. Also did some renaming to make functionality more clear.
- src/hg/lib/search.c
- lines changed 4, context: html, text, full: html, text
Divorced simple search entry from description search entry. Cleaned up a simplified some code.
- src/hg/makeDb/trackDb/human/hg19/wgEncodeHaibGenotype.ra
- lines changed 1, context: html, text, full: html, text
Explicitly remove 'scoreFilter' with 'noScoreFilter .'. Here we have a confusing case where 'bed n +' tracks have implicit score filtering, but other tracks must request score filtering with settings.
switch to commits view, user index