larrym: changes by commit
switch to grouped by file view, user index
branch to review (2010-02-02 to 2010-02-10) v225
- version 1.4.2 downloaded from http://code.google.com/p/jqac/
- src/hg/js/jquery.autocomplete.js 1.1 - lines changed: 481, context: html, text, full: html, text
- patch which fixes following problem: up/down arrows didn't work on IE, Safari and Chrome; patch downloaded from: http://code.google.com/p/jqac/issues/detail?id=1
- src/hg/js/jquery.autocomplete.js 1.2 - lines changed: 8, context: html, text, full: html, text
- javascript for hgGateway CGI
- src/hg/js/hgGateway.js 1.1 - lines changed: 12, context: html, text, full: html, text
- support stuff for auto-complete using jquery.autocomplete.js
- src/hg/js/autocomplete.js 1.1 - lines changed: 50, context: html, text, full: html, text
- code to support suggesting genes given a prefix typed by the user
- src/hg/inc/suggest.h 1.1 - lines changed: 16, context: html, text, full: html, text
- src/hg/lib/suggest.c 1.1 - lines changed: 18, context: html, text, full: html, text
- add suggest.o
- src/hg/lib/makefile 1.401 - lines changed: 1, context: html, text, full: html, text
- forgot the rcsid
- src/hg/lib/suggest.c 1.2 - lines changed: 2, context: html, text, full: html, text
- one more try at rcsid
- src/hg/lib/suggest.c 1.3 - lines changed: 1, context: html, text, full: html, text
- code cleanup per jim's feedback
- src/hg/utils/mutationClassifier/mutationClassifier.c 1.4 - lines changed: 67, context: html, text, full: html, text
- support gene auto-complete
- src/hg/hgSuggest/hgSuggest.c 1.1 - lines changed: 68, context: html, text, full: html, text
- src/hg/hgSuggest/makefile 1.1 - lines changed: 14, context: html, text, full: html, text
- ../cgi-bin/suggest => ../cgi-bin/hgSuggest
- src/hg/js/autocomplete.js 1.2 - lines changed: 3, context: html, text, full: html, text
- support exact matches; fix indentation
- src/hg/hgSuggest/hgSuggest.c 1.2 - lines changed: 36, context: html, text, full: html, text
switch to grouped by file view, user index