Merge pull request #266 from hulkholden/fix_hidpi
[dygraphs.git] / auto_tests / tests / Util.js
2014-03-02 Dan VanderkamMerge pull request #266 from hulkholden/fix_hidpi
2013-10-18 Dan VanderkamMerge pull request #279 from danvk/datahandler-cleanup
2013-10-18 Dan VanderkamMerge pull request #280 from danvk/kill-code
2013-10-18 Dan Vanderkamkberg review
2013-10-15 Dan Vanderkamcopy over lots of changes from "shrink" branch.
2013-09-15 Paul HoldenAdd support for HiDPI displays
2013-08-05 Dan VanderkamAdd Dygraph.ready() method to simplify annotations...
2013-02-21 Dan VanderkamMerge pull request #222 from kberg/master
2013-02-17 Dan VanderkamFix issue 176, which involved duplicated x-values in...
2013-02-16 Dan VanderkamMerge pull request #210 from klausw-g/range-pad-2
2013-02-12 Paul FelixMerge branch 'master' of github.com:danvk/dygraphs
2013-02-09 Dan VanderkamMerge pull request #211 from klausw-g/issue-424
2013-02-08 Dan VanderkamFix tests to handle the new space in the legend
2013-01-11 Robert KonigsbergMerge branch 'master' into unzoom
2013-01-04 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2013-01-04 Robert KonigsbergMerge branch 'master' of github.com:kberg/dygraphs
2013-01-03 Robert KonigsbergMerge pull request #193 from kberg/axis-label-font...
2013-01-03 Robert KonigsbergMerge branch 'master' of git://github.com/danvk/dygraph...
2013-01-03 Dan VanderkamMerge pull request #192 from kberg/master
2012-12-31 Robert KonigsbergMerge branch 'master' of github.com:kberg/dygraphs...
2012-12-31 Robert KonigsbergLabel color is now specifiable per-axis. Also, I <3...
2012-12-30 Robert KonigsbergMerge branch 'master' of github.com:danvk/dygraphs
2012-12-30 Dan VanderkamMerge pull request #191 from kberg/option-consolidation
2012-12-30 Robert KonigsbergOptions now include defaults. Fix https://code.google...
2012-12-30 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-29 Robert KonigsbergMove makeNumbers to Util, and reduce number of makeNumb...
2012-12-27 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2012-12-14 Robert KonigsbergMerge pull request #187 from adilhn/rgbcolor_change
2012-12-14 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2012-12-08 Robert KonigsbergCentralize utility methods in automated tests.
2012-12-08 Robert KonigsbergMove common code to Util.js, reducing multiple-axes...