File Changes for tdreszer
switch to commits view, user indexv260_preview2 to v260_base (2011-11-22 to 2011-12-06) v260
- src/hg/hgFileSearch/hgFileSearch.c
- lines changed 3, context: html, text, full: html, text
More timing in hgFileUi and hgFileSearch led to important efficiency changes. Most notable, I am relying upon cached rsync results now to improve speed.
- src/hg/hgFileUi/hgFileUi.c
- lines changed 1, context: html, text, full: html, text
More timing in hgFileUi and hgFileSearch led to important efficiency changes. Most notable, I am relying upon cached rsync results now to improve speed.
- src/hg/hgTrackUi/hgTrackUi.c
- lines changed 10, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/hg/hgTracks/config.c
- lines changed 6, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/hg/hgTracks/hgTracks.c
- lines changed 6, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/hg/hgTracks/searchTracks.c
- lines changed 8, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/hg/hgc/hgc.c
- lines changed 5, context: html, text, full: html, text
Jacob Pedersen noticed evofold was failing hgc because low type said double but actually the column contained a blob.
- src/hg/htdocs/style/HGStyle.css
- lines changed 11, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- lines changed 14, context: html, text, full: html, text
More style for matrix sqeeze that was developed in a branch
- lines changed 1, context: html, text, full: html, text
Hopefully these are the last missing pieces of MATRIX_SQUEEZE
- lines changed 2, context: html, text, full: html, text
Moved calculating of squeezed matrix label heights to js, since it is so browser dependent.
- src/hg/inc/fileUi.h
- lines changed 1, context: html, text, full: html, text
More timing in hgFileUi and hgFileSearch led to important efficiency changes. Most notable, I am relying upon cached rsync results now to improve speed.
- src/hg/inc/jsHelper.h
- lines changed 3, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- lines changed 2, context: html, text, full: html, text
Katrina is not ready for BUTTONS_BY_CSS in this release.
- src/hg/inc/mdb.h
- lines changed 3, context: html, text, full: html, text
More timing in hgFileUi and hgFileSearch led to important efficiency changes. Most notable, I am relying upon cached rsync results now to improve speed.
- src/hg/inc/versionInfo.h
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/hg/js/hui.js
- lines changed 44, context: html, text, full: html, text
Hopefully these are the last missing pieces of MATRIX_SQUEEZE
- lines changed 1, context: html, text, full: html, text
Katrina is very particular about colors
- lines changed 1, context: html, text, full: html, text
At this point, IE can't handle the matrix hover highlite.
- lines changed 29, context: html, text, full: html, text
Moved calculating of squeezed matrix label heights to js, since it is so browser dependent.
- src/hg/js/utils.js
- lines changed 30, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/hg/lib/cv.c
- lines changed 28, context: html, text, full: html, text
Improved cv efficiency by only reading the cv.ra file once.
- src/hg/lib/fileUi.c
- lines changed 46, context: html, text, full: html, text
Minor efficiency improvements to hgFileUi. Mostly added measureTiming support.
- lines changed 7, context: html, text, full: html, text
If field were NULL, then a bad pointer error could occur
- lines changed 85, context: html, text, full: html, text
More timing in hgFileUi and hgFileSearch led to important efficiency changes. Most notable, I am relying upon cached rsync results now to improve speed.
- src/hg/lib/hui.c
- lines changed 44, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- lines changed 22, context: html, text, full: html, text
Merging in update to MATRIX_SQUEEZE that was left on branch.
- lines changed 12, context: html, text, full: html, text
New calculation for squeezed label height
- lines changed 3, context: html, text, full: html, text
Basing calc on font size has improved things, but height needs to be declared as em not pix. Now this looks perfect in my Linux/FF but not on Katrina's. No doubt there are still tweeks to be done.
- lines changed 36, context: html, text, full: html, text
Moved calculating of squeezed matrix label heights to js, since it is so browser dependent.
- src/hg/lib/jsHelper.c
- lines changed 6, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- lines changed 33, context: html, text, full: html, text
Allow minimizing json output with -1 indent level. While having the apache server DEFLATE will make this change of little value, I thought I would check it in, rather than loose it.
- src/hg/lib/mdb.c
- lines changed 47, context: html, text, full: html, text
More timing in hgFileUi and hgFileSearch led to important efficiency changes. Most notable, I am relying upon cached rsync results now to improve speed.
- src/hg/lib/search.c
- lines changed 5, context: html, text, full: html, text
Imported BUTTON_BY_CSS from branch because it goes with MATRIX_SQUEEZE
- src/inc/common.h
- lines changed 3, context: html, text, full: html, text
New calculation for squeezed label height
- src/inc/ra.h
- lines changed 6, context: html, text, full: html, text
Improved cv efficiency by only reading the cv.ra file once.
- src/lib/common.c
- lines changed 12, context: html, text, full: html, text
New calculation for squeezed label height
- src/lib/errabort.c
- lines changed 15, context: html, text, full: html, text
Had to check in code change that is ifdef'd out. This code is primarily used by me and fails in some compilers. Changes are being checked in because git doesn't let me change branches otherwise.
- src/lib/ra.c
- lines changed 36, context: html, text, full: html, text
Improved cv efficiency by only reading the cv.ra file once.
- src/utils/qa/weeklybld/buildEnv.csh
switch to commits view, user index