Merge branch 'master' of https://github.com/danvk/dygraphs
[dygraphs.git] / dygraph.js
2013-06-04 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
2013-06-03 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygraphs
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 KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2013-06-03 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
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 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-25 David EberleinREFACTORING: cleaned up code and style for new grid...
2013-04-25 David EberleinMerge commit 'de2545148870a1bdb0957c4c42e80bdb8ce1656d...
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 David EberleinREFACTORING: Changed if / else cases to optimize the...
2013-04-17 Dan VanderkamMerge pull request #242 from sauter-hq/draw-xaxis-bugfix
2013-04-16 David EberleinBUGFIX: added missing spaces.
2013-04-16 Robert KonigsbergMerge branch 'master' of github.com:danvk/dygraphs...
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 eichsjulBUGFIX: bugfix for issue #451 is now also working for...
2013-04-15 David EberleinREFACTORING: moved option retrieving out of the for...
2013-04-12 David EberleinBUGFIX: First try of fixing missing data bug for custom...
2013-04-12 Damien Buhl (alias... 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 EberleinFEATURE: Added support for per-axis grid options and...
2013-04-12 eichsjulBUGFIX #451: fixed "connect-separated-points" bug
2013-04-11 Dan VanderkamMerge pull request #233 from lucasbergman/master
2013-04-06 Dan VanderkamMerge pull request #239 from timeu/bugfix_upstream
2013-04-04 Uemit SerenCode formatting
2013-04-04 Uemit Seren#Bug 333: Support for passing point index to drawPointC...
2013-04-02 Lucas Bergmandygraph-utils.js: isElementContainedBy -> isNodeContainedBy
2013-03-27 Robert KonigsbergMerge branch 'master' of https://github.com/danvk/dygra...
2013-03-02 Robert KonigsbergFix bug 382. Simplify resizing by not recreating everyt...
2013-03-02 Robert KonigsbergFix bug 328. Simplify resizing by not recreating everyt...
2013-03-02 Dan VanderkamMerge pull request #226 from vlsi/wrong_stacked_computation
2013-02-26 Robert KonigsbergMerge pull request #229 from clocksmith/master
2013-02-25 clocksmithMerge branch 'master' of https://github.com/danvk/dygraphs
2013-02-25 Vladimir SitnikovFixed computation of stacked series in case some series...
2013-02-23 clocksmithi
2013-02-22 clocksmithi
2013-02-21 Dan VanderkamMerge pull request #222 from kberg/master
2013-02-21 Robert KonigsbergFix bug 436. Only restore axes that remain after an...
2013-02-20 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-02-20 Dan VanderkamFix an issue where annotations are set too early in IE8
2013-02-20 Dan VanderkamFix & regression test for issue 392: connectSeparated...
2013-02-18 Dan Vanderkamkberg review comments
2013-02-17 Dan VanderkamFix & regression test for issue 363: Calling setSelecti...
2013-02-17 Dan Vanderkamfix & regression test for issue 355: Row number Issue
2013-02-17 Dan VanderkamFix a few lint errors
2013-02-17 Dan VanderkamMove KMB/KMG2 formatting into default formatter functio...
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-16 Dan VanderkamMerge pull request #216 from klausw-g/issue-424-b
2013-02-16 Dan VanderkamMerge pull request #217 from paulfelix/master
2013-02-15 Dan VanderkamMerge pull request #218 from walkingeyerobot/master
2013-02-15 Dan Vanderkamrv 34ad56b341, which introduced issue 432
2013-02-12 Paul FelixMerge branch 'master' of github.com:danvk/dygraphs
2013-02-10 Klaus WeidnerAddress code review comments
2013-02-09 Dan VanderkamMerge pull request #213 from kberg/i329
2013-02-09 Robert KonigsbergFix bug 329 which accumulates clipping rectangles on...
2013-02-09 Dan VanderkamMerge pull request #211 from klausw-g/issue-424
2013-02-09 Dan VanderkamMerge pull request #212 from kberg/i153
2013-02-09 Robert KonigsbergFix bug 153, findPosX and findPosY don't take borders...
2013-02-09 Klaus WeidnerAdd new options xRangePad and yRangePad
2013-02-09 Dan VanderkamMerge branch 'master' of github.com:danvk/dygraphs
2013-02-09 Dan VanderkamFix Issue 181: labelsDiv flashes when the mouse hovers...
2013-02-09 Dan VanderkamMerge pull request #209 from kberg/i428
2013-02-08 Robert KonigsbergFix bug 428, add test which catches exception. What...
2013-02-08 Dan VanderkamSlightly scary change to fix issue 426
2013-02-08 Dan VanderkamAdd CSS "reset" to fix Issue 429
2013-02-01 Dan VanderkamMerge pull request #199 from witsa/master
2013-02-01 Dan VanderkamFix "Unnecessary semicolon" lint error
2013-02-01 manufitoussiChanging name of isUnspecifiedLimit function to isNullU...
2013-01-31 Dan VanderkamMerge pull request #203 from witsa/resize_handler
2013-01-30 manufitoussiremove wrong argument of parseFloat
2013-01-30 manufitoussiResize event causes several mouseUp handler to be be...
2013-01-30 manufitoussifix an resize issue : when the window has resized,...
2013-01-30 Emmanuel FitoussiMerge pull request #4 from danvk/master
2013-01-30 manufitoussirefactoring of detection of unspecified limit.
2013-01-30 Emmanuel FitoussiMerge pull request #3 from danvk/master
2013-01-29 Dan VanderkamMerge pull request #202 from kberg/tweak-tests
2013-01-29 Dan VanderkamMerge pull request #200 from kberg/resize-handler
2013-01-25 Dan Vanderkamuse Dygraph.log in dygraphs.js
2013-01-25 Emmanuel FitoussiRevert "To avoid the rising count of useless resizes...
2013-01-25 Robert KonigsbergResize event causes several event handlers to be be...
2013-01-25 Robert Konigsbergresize handler only added once per graph.
2013-01-25 manufitoussiPartial auto y range : adding support of null and undef...
2013-01-25 manufitoussiAllows that user specifies only one limit of valueRange...
2013-01-25 manufitoussiAdding an robustness test before using the registered...
2013-01-25 manufitoussiTo avoid the rising count of useless resizes : we remov...
2013-01-24 Emmanuel FitoussiMerge pull request #2 from witsa/master
2013-01-24 Emmanuel FitoussiMerge pull request #1 from danvk/master
next