Commits for tdreszer
switch to files view, user index
v255_preview2 to v255_base (2011-08-02 to 2011-08-08) v255
- Fixed FF on Mac context menu bug (redmine 3468).
- src/hg/js/jquery.imgareaselect.js - lines changed 2, context: html, text, full: html, text
- Converted 'parent dir' link to 'raw files view' link to the downloads dir.
- For dragScrooling fixed packed sideLabels on 1X and bound scrolling to within chrom. (redmine 4811)
- src/hg/hgTracks/hgTracks.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTracks/imageV2.c - lines changed 5, 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/hgTracks.c - lines changed 4, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.h - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 24, context: html, text, full: html, text
- src/hg/hgTracks/variation.c - lines changed 14, 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/grabber.cur - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- src/hg/htdocs/images/grabbing.cur - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- 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.c - lines changed 31, context: html, text, full: html, text
- src/hg/hgTracks/imageV2.c - lines changed 6, context: html, text, full: html, text
- src/hg/hgTracks/imageV2.h - lines changed 2, context: html, text, full: html, text
- src/hg/hgTracks/netTrack.c - lines changed 2, context: html, text, full: html, text
- Rearranged hgFileUi preamble as per Katrina and Vanessa.
- 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.
- Fixed dragging bug in IE.
- src/hg/hgTracks/imageV2.c - lines changed 2, context: html, text, full: html, text
- Added Note/Warning for preview browser (redmine 4844).
- 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.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 7, 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/htdocs/style/HGStyle.css - lines changed 3, context: html, text, full: html, text
switch to files view, user index