Commits for kate
switch to files view, user index
v362_preview to v362_preview2 (2018-02-19 to 2018-02-26) v362
Show details
e3ab5bcc4bf9024a1c21c8ad5f7ef21ffc9a67cc Wed Jan 3 15:21:09 2018 -0800
- Add curve drawing (ellipse and bezier). Code by Zingl Alois, 2016, posted to github and http://members.chello.at/~easyfilter/bresenham.html. refs #17512
- src/hg/hgTracks/longRangeTrack.c - lines changed 29, context: html, text, full: html, text
f16d7206f27f0ed5965f791cf4e85dbc846ae31f Wed Jan 3 15:28:13 2018 -0800
- Preliminary (rough) support for curve drawing -- ellipse and bezier. Code by Zingl Alois, 2016, posted to github and http://members.chello.at/~easyfilter/bresenham.html. refs #17512
cae6dcfc9c025d79e0ab8062232f1c3b9592d2da Thu Jan 4 16:54:32 2018 -0800
- Add cart var to switch interaction drawing style. interaction=line|curve|ellipse. Useful during dev, maybe promote to feature. Code cleanup. refs #17512
- src/hg/hgTracks/longRangeTrack.c - lines changed 53, context: html, text, full: html, text
3bae4c349bcfe87d5d8c8937b59fc8d00f585bf0 Mon Jan 8 16:00:19 2018 -0800
- Use anti-aliasing code for bezier curve. For shared dev w/ Braney. refs #17512
- src/hg/hgTracks/longRangeTrack.c - lines changed 2, context: html, text, full: html, text
0b6ca6827857d15705fb41028e8938c82aae9d3e Mon Jan 8 16:01:06 2018 -0800
- Add standard box config. refs #17512
6498200fbad339b838d39598627392cb254ad476 Mon Jan 8 17:04:12 2018 -0800
- Fix setting view height. refs #17512
93fe466f71fc1e40c33e27f311f846d26028cb26 Thu Jan 11 18:18:16 2018 -0800
- Abandon unaliased bezier curve after Braney fixed aliased version. Checked timing on aliased and it was speedy, so ono reason to keep ugly drawer. refs #17512
- src/hg/hgTracks/longRangeTrack.c - lines changed 2, context: html, text, full: html, text
d47135580518b138a64b785eddbc65891e48be21 Fri Jan 12 10:13:52 2018 -0800
- Integrate antialiased ellipse code. Awaits antialiasing fix from Braney. refs #17512
- src/hg/hgTracks/longRangeTrack.c - lines changed 1, context: html, text, full: html, text
a80a8de2fc8f3573cd184b2a4032afff1f959e16 Wed Jan 17 16:19:15 2018 -0800
- First cut of interact track type. Same display as longTabix, but with new schema to support phase 2 features. refs #17512
- src/hg/hgTracks/hgTracks.h - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/interactTrack.c - lines changed 316, context: html, text, full: html, text
- src/hg/hgTracks/makefile - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 4, context: html, text, full: html, text
- src/hg/inc/interactUi.h - lines changed 16, context: html, text, full: html, text
- src/hg/lib/interact.as - lines changed 21, context: html, text, full: html, text
- src/hg/lib/interact.c - lines changed 240, context: html, text, full: html, text
- src/hg/lib/interact.sql - lines changed 26, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/hg19/gtexEqtl.ra - lines changed 9, context: html, text, full: html, text
c22e9170ef4e25c0eb5cd75c8988537d1a27aabe Wed Jan 17 16:22:42 2018 -0800
- Removing antialiased ellipse code -- too buggy. refs #17512
b1ae6aafe2f0997af978f7984c270fbe3c1edb4a Wed Jan 17 17:40:46 2018 -0800
- Add feature to draw dotted lines for reverse direction interactions. refs #17512
- src/hg/hgTracks/interactTrack.c - lines changed 24, context: html, text, full: html, text
- src/hg/hgTracks/longRangeTrack.c - lines changed 3, context: html, text, full: html, text
e5a2eedb0c397971feac1ab56c8cbefe496ff309 Sun Jan 28 19:20:16 2018 -0800
- Add track UI to change drawing mode (line, ellipse, curve). Fix to other chromosome labeling (still some probs left). refs #17512
- src/hg/hgTracks/interactTrack.c - lines changed 10, context: html, text, full: html, text
- src/hg/inc/interactUi.h - lines changed 10, context: html, text, full: html, text
- src/hg/lib/trackDbCustom.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/hg19/gtexEqtl.ra - lines changed 2, context: html, text, full: html, text
62e7108fa6040d801ee42c10ef0b1381b0401d5a Sun Jan 28 19:32:46 2018 -0800
- Add track height control. refs #17512
- src/hg/lib/interactUi.c - lines changed 61, context: html, text, full: html, text
dc12783aae8e908620e0c768f7c9d03e5142858c Sun Jan 28 19:58:53 2018 -0800
- More fixes to other chrom labels. refs #17512
- src/hg/hgTracks/interactTrack.c - lines changed 9, context: html, text, full: html, text
112e6092522e4eed411c8b64c225e792bbb640a0 Mon Jan 29 09:08:28 2018 -0800
- Tweak height of curves to maintain shape while remaining comparability to off-screen endpoint lines. refs #117512
- src/hg/hgTracks/interactTrack.c - lines changed 3, context: html, text, full: html, text
34c07fa95c834c1377e4e185b1a9e19499a0d536 Tue Jan 30 15:48:56 2018 -0800
- Update schema, based on input from Braney. Improve map boxes. refs #17512
- src/hg/hgTracks/interactTrack.c - lines changed 89, context: html, text, full: html, text
- src/hg/lib/interact.as - lines changed 15, context: html, text, full: html, text
- src/hg/lib/interact.sql - lines changed 13, context: html, text, full: html, text
3032095fbd5dafc5cc96d4ba375e215c9a7bd745 Tue Jan 30 16:27:15 2018 -0800
- Change dotted lines to dashed for better visibility. Suggestion by JK. refs #17512
- src/hg/hgTracks/interactTrack.c - lines changed 8, context: html, text, full: html, text
95f186679b2dad838b39836189cbf4eb2a054309 Tue Jan 30 16:28:22 2018 -0800
- Change UI wording (line->rectangle), as per AnnZ suggestion. refs #17512
- src/hg/lib/interactUi.c - lines changed 1, context: html, text, full: html, text
fac6f1db370338b0f775b60037e66fc2aac3cfdd Tue Jan 30 16:54:25 2018 -0800
- Beginnings of details page for interact track. refs #17512
- src/hg/hgc/interactClick.c - lines changed 155, context: html, text, full: html, text
fa8c6c2c8140538f014381e43421163cc6c7eb98 Wed Jan 31 15:22:00 2018 -0800
- Flesh out details page for interact track. refs #17512
- src/hg/hgTracks/interactTrack.c - lines changed 12, context: html, text, full: html, text
- src/hg/hgc/interactClick.c - lines changed 111, context: html, text, full: html, text
6f726d2bcdb4fca993c06cf2181dce97b061702d Thu Feb 22 08:59:49 2018 -0800
- Add support for custom tracks and hub tracks. refs #17512
- src/hg/hgTables/custom.c - lines changed 6, context: html, text, full: html, text
- src/hg/hgTables/filterFields.c - lines changed 2, context: html, text, full: html, text
- src/hg/hgTables/joining.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTables/schema.c - lines changed 7, context: html, text, full: html, text
- src/hg/hgTracks/bedTrack.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.c - lines changed 14, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.h - lines changed 3, context: html, text, full: html, text
- src/hg/hgTracks/interactTrack.c - lines changed 29, context: html, text, full: html, text
- src/hg/hgTracks/simpleTracks.c - lines changed 5, context: html, text, full: html, text
- src/hg/hgc/interactClick.c - lines changed 64, context: html, text, full: html, text
- src/hg/lib/customFactory.c - lines changed 215, context: html, text, full: html, text
- src/hg/lib/interact.sql - lines changed 1, context: html, text, full: html, text
- src/hg/lib/interactUi.c - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/hgLoadBed/makefile - lines changed 1, context: html, text, full: html, text
- src/hg/utils/hubCheck/hubCheck.c - lines changed 4, context: html, text, full: html, text
5bb4dbb87b67606711b462855f64f31841b21a52 Thu Feb 22 09:03:00 2018 -0800
- Merge branch 'lr-arc-schema'
switch to files view, user index