dygraphs.git
2013-09-27 Robert KonigsbergCode comments and indentation fixes. connect-separated-points
2013-09-15 Robert KonigsbergNit comment resolution for pull request 271 (making...
2013-09-15 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2013-09-15 Dan VanderkamMerge pull request #270 from danvk/issue-126
2013-09-15 Robert KonigsbergMake connectSeparatedPoints a per-series option. Add...
2013-09-15 Robert KonigsbergAdd method to auto tests' proxy to clear the call list...
2013-09-15 Robert KonigsbergMake it easier to set breakpoints while testing CanvasA...
2013-09-13 Robert KonigsbergAdd jsdoc to setVisibility.
2013-09-13 Robert KonigsbergAdd drawAxis option, deprecating drawXAxis and drawYAxi... issue-126
2013-09-13 Dan VanderkamMerge pull request #268 from danvk/color-option
2013-09-12 Robert KonigsbergWhoops, remove now-invalid code in setColors_. color-option
2013-09-12 Robert KonigsbergWhoops, bad documentation for the new color option.
2013-09-12 Robert KonigsbergAdd per-series 'color' option.
2013-08-29 Dan Vanderkamsuggest merge command in release.sh
2013-08-29 Dan Vanderkamsmall updates to release.sh script
2013-08-29 Dan VanderkamMerge branch 'release-1.0.1'
2013-08-29 Dan Vanderkamupdate release.sh script to do releases on "releases... release-1.0.1
2013-08-29 Dan VanderkamMerge branch 'release-1.0.1'
2013-08-29 Dan Vanderkamlink to new version history page
2013-08-29 Dan Vanderkamadd a version history page
2013-08-29 Dan VanderkamMerge branch 'release-1.0.1'
2013-08-29 Dan VanderkamMake testChartLogarithmic a true regression test for...
2013-08-29 craigjFix for issue with log scale and toDataYCoord.
2013-08-29 Dan Vanderkamremove the (very) old DateGraph symbol
2013-08-29 Dan VanderkamMerge branch 'release-1.0.1'
2013-08-29 Dan Vanderkamfix for obscured headers on options.html#xyz
2013-08-29 Dan Vanderkambump version to 1.0.1
2013-08-28 Dan VanderkamCleanup from DataHandler change.
2013-08-28 David EberleinDatahandler and Unified Data Format
2013-08-14 Dan Vanderkampush tags when doing a release
2013-08-13 Dan Vanderkamchecks and fixes in release.sh v1.0.0
2013-08-13 Dan Vanderkamready for release!
2013-08-13 Dan VanderkamMerge branch 'release-1.0.0' of github.com:danvk/dygrap...
2013-08-13 Dan Vanderkamversion 1.0.0
2013-08-12 Dan Vanderkamgenerate download.html in push-to-web
2013-08-12 Dan Vanderkamaddress issue 445
2013-08-12 Dan Vanderkamfix lint error
2013-08-12 Dan Vanderkamuse .ready() for both charts on annotations.html
2013-08-12 Dan Vanderkam.ready() works in IE8 now
2013-08-12 Dan Vanderkampreliminary generate-download.py script
2013-08-07 Dan Vanderkammake XHR work in IE6
2013-08-06 Dan Vanderkamfix a few IE issues
2013-08-06 Dan Vanderkamuse IE-compatible version of jQuery
2013-08-05 Dan VanderkamAdd Dygraph.ready() method to simplify annotations...
2013-08-04 Dan VanderkamNew dygraphs home page
2013-07-21 Dan Vanderkamtest to track exported symbols in dygraph-combined.js
2013-07-17 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-07-17 Dan Vanderkamlightweight dead code elimination
2013-07-16 Robert KonigsbergMake seriesToPoints_ and stackPoints_ private. They...
2013-06-19 Dan VanderkamMerge pull request #262 from sauter-hq/left-boundry-fix
2013-06-19 David EberleinFixed wrong space usage in if clauses.
2013-06-13 eberldavBUGFIX: Fixed bug using the idxToRow_ function instead...
2013-06-13 eberldavTEST: Added test to verify that the left boundry works...
2013-06-12 David EberleinBUGFIX: Added "this." to the boundryIds_ calls
2013-06-12 David EberleinBUGFIX: Fixed Bug created by extracting different rows...
2013-06-11 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2013-06-11 Robert KonigsbergAdd comment to resize test case as a follow on to pull...
2013-06-11 Robert KonigsbergAdd comment to resize test case as a follow on to pull...
2013-06-11 Robert KonigsbergMerge pull request #260 from klausw-g/resize-fix-2
2013-06-11 Klaus WeidnerOnly resize canvas if the size changed.
2013-06-11 Dan VanderkamMerge pull request #259 from klausw-g/resize-fix
2013-06-11 Klaus WeidnerFix graphs created in not-displayed divs.
2013-06-07 Robert KonigsbergMerge pull request #258 from klausw-g/lint-fixes
2013-06-06 Klaus WeidnerLinter fixes.
2013-06-06 Klaus WeidnerRefactoring to fix stacked graphs with NaNs.
2013-06-06 Robert KonigsbergMerge pull request #257 from kberg/auto-tests
2013-06-06 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2013-06-06 Robert KonigsbergMerge pull request #250 from wimme/patch-4
2013-06-05 Robert KonigsbergClean up more of the local testing script, and also...
2013-06-04 Robert KonigsbergReduce the width of testGridLinePattern from 480px...
2013-06-04 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2013-06-03 Robert KonigsbergMerge pull request #256 from kberg/auto-tests
2013-06-03 Robert KonigsbergMerge branch 'auto-tests' of https://github.com/kberg...
2013-06-03 Robert KonigsbergI broke ./test.sh, and this fixes it.
2013-06-03 Robert KonigsbergI broke ./test.sh, and this fixes it.
2013-06-03 Robert KonigsbergMerge pull request #255 from kberg/master
2013-06-03 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2013-06-03 Robert KonigsbergAdd --verbose to ./test.sh and phantom-driver.js
2013-06-03 Robert KonigsbergMerge pull request #254 from kberg/i382
2013-06-03 Robert KonigsbergFix lint errors for i382. Also, ugh, clearly broken...
2013-06-03 Robert KonigsbergMerge pull request #232 from kberg/i382
2013-06-03 Robert KonigsbergMerge branch 'i382' of https://github.com/kberg/dygraph...
2013-06-03 Robert KonigsbergFix tests that accompany fixing bug 382.
2013-06-03 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2013-06-03 Robert KonigsbergMerge pull request #252 from kberg/auto-tests
2013-06-03 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2013-06-03 Robert KonigsbergAdd nice little things to the in-browser test runner.
2013-06-03 Dan VanderkamMerge pull request #251 from kberg/auto-tests
2013-06-02 Robert KonigsbergMake a table view out of the test results for easier...
2013-06-02 Robert KonigsbergRewrite local testdriver processing. Using a listener...
2013-06-02 Robert KonigsbergTurn auto-tests script into an object for saner manipul...
2013-06-02 Robert KonigsbergThe local auto tester's javascript is messy and having...
2013-05-31 Wim BruynoogheUpdate dygraph.js
2013-05-31 Wim BruynoogheUpdate dygraph.js
2013-05-31 Wim BruynoogheAdd comment
2013-05-31 Wim BruynoogheAdd test for custom bars with negative values in logScale
2013-05-31 Wim BruynoogheLogScale and customBars with negative values
2013-05-30 Robert KonigsbergRemove the vestigial DygraphLayout.setDateWindow.
2013-05-08 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-05-08 Dan VanderkamFix failing test
next