You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
+
March 4, 2011 - Release 0.2.2
2
+
* PJS (Bugfix) : The length of the gene-name is included in the calculation of free-lanes for rendering genes. This avoids overlapping gene-names.
3
+
* PJS (Feature): Length is replaced by view-region. Previous to this version the default view-region was always from 0 to length.
4
+
It's now possible to set an arbitrary view-region. Resetting the zoom will set the zoom to the view-region.
5
+
* GWT (Feature): Length is replaced by view-region.
6
+
* GWT (Feature): It's possible to set a geneInfoUrl. In case it is set and a user clicks on a gene a new browser window with the url will be opened.
7
+
The URL is expected to have a "{0}" placeholder which is replaced with the clicked gene-name (i.e. http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&db=gene&term={0})
8
+
1
9
February 23, 2011 - Release 0.2.1
2
-
* PJS: Bugfix: Functionality to reset zoom (middle mouse click) was moved to from the mousePressed() to the mouseReleased() function
3
-
resetting zoom in mousePressed() function can cause problems in Chrome (when the middle mouse is clicked and zoom is reset
4
-
processing doesn't properly reset call the mouseMoved() function but the mouseDragged() instead. This happens only if the the
5
-
zoomResizeEvent is called and in the zoomResizeEvent the GeneViewer is hidden/detached from the DOM)
10
+
* PJS (Bugfix): Functionality to reset zoom (middle mouse click) was moved to from the mousePressed() to the mouseReleased() function
11
+
resetting zoom in mousePressed() function can cause problems in Chrome (when the middle mouse is clicked and zoom is reset
12
+
processing doesn't properly reset call the mouseMoved() function but the mouseDragged() instead. This happens only if the the
13
+
zoomResizeEvent is called and in the zoomResizeEvent the GeneViewer is hidden/detached from the DOM)
0 commit comments