- 05 Mar, 2014 2 commits
- 
- 
Michael Hausl authored
- 
Michael Hausl authorednot 
 
- 
- 12 Feb, 2014 2 commits
- 
- 
David Schnur authoredFix browser detection for jQuery > 2.0 
- 
Sebastian Widmer authored
 
- 
- 11 Feb, 2014 2 commits
- 
- 
Sebastian Widmer authored
- 
Sebastian Widmer authoredjQuery removed $.support.leadingWhitespace from jquery greater 2.0 because support was dropped for IE 7/8. So if property is undefined, we are pretty shure its ie > 8 or jQuery does not support the browser anyway. 
 
- 
- 03 Feb, 2014 3 commits
- 
- 
David Schnur authoredLowercase name in package.json 
- 
Jakob Gillich authored
- 
David Schnur authoredMove JS files under src directory 
 
- 
- 28 Jan, 2014 1 commit
- 
- 
Nick Schonning authored
 
- 
- 25 Jan, 2014 4 commits
- 
- 
David Schnur authoredFix JSCS task 
- 
Nick Schonning authored- Remove reporter output, it was useful for triaging issues but no longer required - Add JSCS call to the default build chain 
- 
Nick Schonning authored
- 
David Schnur authoredAdd grunt jscs checker 
 
- 
- 21 Jan, 2014 8 commits
- 
- 
Nick Schonning authoredThis only covers declarations that are consecutive 
- 
Nick Schonning authored
- 
Nick Schonning authored
- 
Nick Schonning authored
- 
Nick Schonning authored
- 
Nick Schonning authoredFix jQuery preset as per https://github.com/mdevils/node-jscs/issues/117 
- 
Nick Schonning authored
- 
Nick Schonning authoredGrunt is bumped due to a bad peerDependency in the grunt plugin 
 
- 
- 05 Jan, 2014 2 commits
- 
- 
David Schnur authoredFix for issue 505: add touch events to jquery.flot.selection. 
- 
David Schnur authoredAllow text markings without a solid background. 
 
- 
- 10 Dec, 2013 1 commit
- 
- 
Jeff Tian authored
 
- 
- 03 Dec, 2013 2 commits
- 
- 
Neil Katin authored
- 
Neil Katin authoredFix for issue 505: add touch events to jquery.flot.selection. Code taken from google code issue 426, updated to work against 0.9-work branch. 
 
- 
- 30 Nov, 2013 2 commits
- 
- 
David Schnur authored
- 
David Schnur authoredConflicts: component.json flot.jquery.json jquery.flot.js jquery.flot.pie.js jquery.flot.resize.js lib/jquery.colorhelpers.js package.json 
 
- 
- 29 Nov, 2013 1 commit
- 
- 
David Schnur authoredEnrich Flot with the ability to add text into markings. 
 
- 
- 28 Nov, 2013 3 commits
- 
- 
David Schnur authoredThis was accidentally introduced by #1200; we can’t assume that axis.ticks is an array. 
- 
David Schnur authored
- 
Jeff Tian authoredUse $.isArray instead of instanceof Array; Use full name for parameters. 
 
- 
- 27 Nov, 2013 2 commits
- 
- 
David Schnur authored
- 
David Schnur authored
 
- 
- 26 Nov, 2013 3 commits
- 
- 
David Schnur authoredDon't add padding when there's no last tick. 
- 
David Schnur authoredDefault lineHeight based on the font size. 
- 
David Schnur authoredDistinguish between the first and innermost axis. 
 
- 
- 25 Nov, 2013 2 commits
- 
- 
David Schnur authoredFlot 0.8.0 used the default font size, typically derived from the placeholder, as the basis for the default lineHeight. This produced incorrect results when a font.size was provided explicitly, and it differed from the placeholder’s CSS size. Fixed by waiting to default lineHeight until the actual font size has been resolved. Fixes #1131. 
- 
David Schnur authoredFlot 0.8 added logic to account for the size of axis tick labels and add padding around the edges of the plot, to prevent long labels from sticking out. But it padded both sides equally, which is incorrect if the right/top side has no last axis label. Fixed by allocating padding per-side, and checking whether the last label would be shown before padding the top or right. Fixes #1048. 
 
- 
