dygraphs.git
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-08 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-05-08 Dan VanderkamFix failing test
2013-05-08 Dan VanderkamMerge pull request #241 from sauter-hq/per-axis-grid
2013-05-08 David EberleinMerge remote-tracking branch 'official/master' into...
2013-05-03 Dan VanderkamMerge pull request #243 from sauter-hq/fix-for-issue-451
2013-05-03 David EberleinREFACTORING: fixed code style and lint warnings. Readde...
2013-05-02 David EberleinREFACTORING: Fixed code style nits and extracted the...
2013-05-02 David EberleinMerge commit '9f890c23ad80924d0a30f3a14f8680b7c2d6318e...
2013-04-30 Dan Vanderkamonly reserve space for y2 axis when it will be drawn
2013-04-25 David EberleinREFACTORING: cleaned up code and style for new grid...
2013-04-25 David EberleinMerge commit 'de2545148870a1bdb0957c4c42e80bdb8ce1656d...
2013-04-24 Dan VanderkamFix our lone lint error
2013-04-24 Dan VanderkamFix syntax errors in docs and update test script to...
2013-04-24 Dan VanderkamStack Overflow link on home page
2013-04-24 Dan VanderkamMerge pull request #246 from davidmsibley/master
2013-04-18 Dan VanderkamMerge pull request #245 from sauter-hq/custom-bar-data...
2013-04-18 Robert KonigsbergMerge pull request #237 from kberg/closure
2013-04-18 Robert KonigsbergFollow-on to pull request 237, closurifying some code.
2013-04-18 David EberleinBUGFIX: Fixed test not running die to OS differences...
2013-04-18 David EberleinTEST: Added NaN cases to the missingPoints test.
2013-04-18 David EberleinREFACTORING: Changed if / else cases to optimize the...
2013-04-17 David M Sibleyadding comments for LONG_TICK_PLACEMENTS
2013-04-17 David M SibleyMerge branch 'master' of github.com:danvk/dygraphs
2013-04-17 Dan VanderkamMerge pull request #242 from sauter-hq/draw-xaxis-bugfix
2013-04-17 David M Sibleytying all the large granularity tick decision making...
2013-04-17 David M Sibleycorrected number of months in a QUARTERLY granularity
2013-04-16 David EberleinTEST: Added automatet tests for customBar and errorBar...
2013-04-16 David EberleinBUGFIX: added missing spaces.
2013-04-16 Robert KonigsbergReponses to code review for https://github.com/danvk...
2013-04-16 Robert KonigsbergMerge branch 'master' of github.com:danvk/dygraphs...
2013-04-16 David EberleinBUGFIX: Fixed typo
2013-04-15 David EberleinTEST: testGridLinePattern: Fixed bug not correctly...
2013-04-15 David EberleinMerge branch 'per-axis-grid' of https://github.com...
2013-04-15 David EberleinREFACTORING: Fixed wrong indents, missing spaces and...
2013-04-15 David EberleinBUGFIX: Fixed jittering test results by ignoring the...
2013-04-15 eichsjulREFACTORING: fixed jslint violation
2013-04-15 eichsjulREFACTORING: adapted EOL
2013-04-15 eichsjulEXAMPLE: added new example for fixed bug
2013-04-15 eichsjulFEATURE: extended test for the bugfix for issue #451
2013-04-15 eichsjulBUGFIX: bugfix for issue #451 is now also working for...
2013-04-15 David EberleinTEST: Added examples for the bugfix.
2013-04-15 David EberleinREFACTORING: moved option retrieving out of the for...
2013-04-12 David EberleinTEST: test to verify the bugfix
2013-04-12 David EberleinBUGFIX: First try of fixing missing data bug for custom...
2013-04-12 David EberleinTEST: Added example of range selector without the chart.
2013-04-12 David EberleinTEST: Added automated test proving the bugfix made.
2013-04-12 eichsjulREFACTORING: use the method "getLeftBoundary" instead...
2013-04-12 Damien Buhl... BUG FIX: Changed check to undefined with === as propose...
2013-04-12 David EberleinREFACTORING: Added exception if no y axis has the indep...
2013-04-12 David EberleinREFACTORING: Spelling corrections and better documentation.
2013-04-12 David EberleinBUGFIX: Fixed invalid option reference
2013-04-12 David EberleinTEST: Added automated tests for new grid features.
2013-04-12 David EberleinTEST: Added examples of new grid options and features.
2013-04-12 David EberleinFEATURE: Added documentation of new gridLinePattern...
2013-04-12 David EberleinFEATURE: Added support for per-axis grid options and...
2013-04-12 eichsjulTEST: adapted test for bugfix
2013-04-12 eichsjulBUGFIX #451: fixed "connect-separated-points" bug
2013-04-12 eichsjulREFACTORING: corrected the name for test "step_plot_per...
2013-04-11 Dan VanderkamMerge pull request #233 from lucasbergman/master
2013-04-11 eichsjulFEATURE: added test for issue #451
2013-04-11 eichsjulBUGFIX: xAxisLabelHeight is set to 0 in case the option...
2013-04-09 Dan VanderkamMerge pull request #240 from timeu/bugfix_upstream
2013-04-09 Uemit SerenBugfix: avoid exception when one series is hidden
2013-04-06 Dan VanderkamMerge pull request #239 from timeu/bugfix_upstream
2013-04-05 Uemit SerenFixed minor issues
2013-04-04 Uemit SerenAdded test for passing the correct idx to pointDrawCall...
2013-04-04 Uemit SerenCode formatting
2013-04-04 Uemit SerenAdded idx parameter to option-reference
2013-04-04 Uemit Seren#Bug 333: Support for passing point index to drawPointC...
2013-04-02 Lucas BergmanMake dygraph-options.js warning-free under Closure...
2013-04-02 Lucas Bergmandygraph-utils.js: Make Dygraph.error and Dygraph.update...
2013-04-02 Lucas Bergmandygraph-utils.js: Remove trailing white space
2013-04-02 Lucas Bergmandygraph-tickers.js: Fix variable redeclaration
2013-04-02 Lucas Bergmandygraph-utils.js: isElementContainedBy -> isNodeContainedBy
2013-03-30 Robert KonigsbergSome closurifying dygraph-canvas and dygraph-layout.
2013-03-30 Robert KonigsbergMerge pull request #238 from kberg/master
2013-03-30 Robert KonigsbergAdd test suite for DygraphOptions object. Fix broken...
2013-03-30 Robert KonigsbergClosurize rgbcolor.js
2013-03-30 Robert KonigsbergClosure fix type Dyraph->Dygraph.
2013-03-30 Robert KonigsbergClosurize dygraph-options.js. Not done.
next