File Changes for braney
switch to commits view, user indexv459_base to v460_preview (2021-01-08 to 2024-01-16) v460
Show details
- src/hg/hgTracks/bigBedTrack.c
- lines changed 23, context: html, text, full: html, text
cd40e92bef563b1581ea25e4842c884bf5b32efd Mon Jan 15 13:18:03 2024 -0800
limit maxItems to maxItemsPerRow (1,000). Use one million for the
number of items to request from a bigBed file
- src/hg/hgTracks/hgTracks.h
- lines changed 1, context: html, text, full: html, text
f63a7870053591e873ee5492217294d82edd88f8 Sun Jan 14 15:13:25 2024 -0800
when a track overflows and it's a track that can do density coverage we
go straight into density coverage mode instead of reducing visibility
- src/hg/hgTracks/simpleTracks.c
- lines changed 26, context: html, text, full: html, text
f63a7870053591e873ee5492217294d82edd88f8 Sun Jan 14 15:13:25 2024 -0800
when a track overflows and it's a track that can do density coverage we
go straight into density coverage mode instead of reducing visibility
- lines changed 6, context: html, text, full: html, text
cd40e92bef563b1581ea25e4842c884bf5b32efd Mon Jan 15 13:18:03 2024 -0800
limit maxItems to maxItemsPerRow (1,000). Use one million for the
number of items to request from a bigBed file
- src/hg/js/hgTracks.js
- lines changed 3, context: html, text, full: html, text
921fc5c2ede5f5360aa61b3bc2b7d894c46bfff7 Mon Jan 8 15:06:05 2024 -0800
when checking to see if tracks have changed their visibility, use
limitedVis if set since visibility is not always set if limitedVis is
set
switch to commits view, user index