File Changes for tdreszer
switch to commits view, user indexv255_preview2 to v255_base (2011-08-02 to 2011-08-08) v255
- src/hg/hgTracks/hgTracks.c
- lines changed 2, context: html, text, full: html, text
For dragScrooling fixed packed sideLabels on 1X and bound scrolling to within chrom. (redmine 4811)
- 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 31, context: html, text, full: html, text
Restricted some map items to not cover width of image but only width of label or width of item. This should make dragScroll more obvious.
- 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 5, context: html, text, full: html, text
For dragScrooling fixed packed sideLabels on 1X and bound scrolling to within chrom. (redmine 4811)
- lines changed 6, context: html, text, full: html, text
Restricted some map items to not cover width of image but only width of label or width of item. This should make dragScroll more obvious.
- lines changed 2, context: html, text, full: html, text
Fixed dragging bug in IE.
- lines changed 3, context: html, text, full: html, text
In dragScroll, removed hgc link in left label on item in 'full' if that item doesn't have a name. Otherwise, what are you hgc'ing?
- src/hg/hgTracks/imageV2.h
- lines changed 2, context: html, text, full: html, text
Restricted some map items to not cover width of image but only width of label or width of item. This should make dragScroll more obvious.
- src/hg/hgTracks/netTrack.c
- lines changed 2, context: html, text, full: html, text
Restricted some map items to not cover width of image but only width of label or width of item. This should make dragScroll more obvious.
- 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 7, context: html, text, full: html, text
In dragScroll, removed hgc link in left label on item in 'full' if that item doesn't have a name. Otherwise, what are you hgc'ing?
- 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.
- src/hg/htdocs/images/grabber.cur
- lines changed 0, context: html, text, full: html, text
Restricted dragScroll to within the north-south boundaries and used the desired grabbing hands cursors.
- src/hg/htdocs/images/grabbing.cur
- lines changed 0, context: html, text, full: html, text
Restricted dragScroll to within the north-south boundaries and used the desired grabbing hands cursors.
- src/hg/htdocs/style/HGStyle.css
- lines changed 3, context: html, text, full: html, text
By Greg's advice, usung chainTbl class and HGStyle.css to deal with hgTrackDb embedded 'matrix' table. (redmine 4848)
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
Fixed FF on Mac context menu bug (redmine 3468).
- lines changed 15, context: html, text, full: html, text
For dragScrooling fixed packed sideLabels on 1X and bound scrolling to within chrom. (redmine 4811)
- lines changed 54, context: html, text, full: html, text
Restricted dragScroll to within the north-south boundaries and used the desired grabbing hands cursors.
- lines changed 4, context: html, text, full: html, text
Restricted some map items to not cover width of image but only width of label or width of item. This should make dragScroll more obvious.
- lines changed 8, context: html, text, full: html, text
Fixed the grabbing (closed) hand/dragMask for IE and removed the grabber (open) hand, again for IE. Setting the grabber cursor overrode the map item pointers.
- src/hg/js/jquery.imgareaselect.js
- lines changed 2, context: html, text, full: html, text
Fixed FF on Mac context menu bug (redmine 3468).
- src/hg/js/utils.js
- lines changed 4, context: html, text, full: html, text
Restricted dragScroll to within the north-south boundaries and used the desired grabbing hands cursors.
- src/hg/lib/fileUi.c
- lines changed 5, context: html, text, full: html, text
Converted 'parent dir' link to 'raw files view' link to the downloads dir.
- lines changed 5, context: html, text, full: html, text
Rearranged hgFileUi preamble as per Katrina and Vanessa.
- lines changed 6, context: html, text, full: html, text
Added Note/Warning for preview browser (redmine 4844).
- src/hg/lib/hVarSubst.c
- lines changed 1, context: html, text, full: html, text
By Greg's advice, usung chainTbl class and HGStyle.css to deal with hgTrackDb embedded 'matrix' table. (redmine 4848)
switch to commits view, user index