| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-16 | v3.3.2 => v3.3.4 | Chris Rebert | 1 | -2/+2 | |
| 2015-03-03 | Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874 | Chris Rebert | 1 | -1/+1 | |
| 2015-03-03 | rm semicolon for sake of fat's eccentric tastes | Chris Rebert | 1 | -1/+1 | |
| Erratum from #15496 | |||||
| 2015-02-26 | Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is called | Quentin Spencer-Harper | 1 | -2/+2 | |
| Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element Resolves #15557 by merging it. | |||||
| 2015-02-25 | [Ref #15881] Use Explicit Values rather than Chain | Kevin Kirsche | 1 | -5/+5 | |
| [Ref #15881] Use Explicit Values for javascript variables rather than chained ones. From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647 | |||||
| 2015-01-28 | Merge pull request #15496 from twbs/15484-alternative | Chris Rebert | 1 | -0/+4 | |
| Make $(document).tooltip({...}) without a `selector` throw an error | |||||
| 2015-01-27 | Fix name of Tooltip.replaceArrow() parameter | Chris Rebert | 1 | -3/+3 | |
| isHorizontal => isVertical | |||||
| 2015-01-19 | bump versions | Mark Otto | 1 | -2/+2 | |
| 2015-01-16 | Fix bogus JSCS warning. | XhmikosR | 1 | -3/+3 | |
| 2015-01-05 | window.Document doesn't exist in IE8 | Chris Rebert | 1 | -1/+1 | |
| 2015-01-05 | Make $(document).tooltip({...}) without a `selector` throw an error | Chris Rebert | 1 | -0/+4 | |
| Closes #15484 | |||||
| 2015-01-01 | Happy New Year :santa: | Zlatan Vasović | 1 | -1/+1 | |
| 2014-12-29 | Revert "Allow multiple delegated tooltip selectors on a node" | Chris Rebert | 1 | -10/+4 | |
| This reverts commit 1b3237629a316af41945e20837cf3a332798b264. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator] | |||||
| 2014-11-12 | bump version to v3.3.1v3.3.1 | Mark Otto | 1 | -2/+2 | |
| 2014-10-29 | version bump | Mark Otto | 1 | -2/+2 | |
| 2014-10-26 | Fix tooltip occasionally not hiding when using a hide delay | Phil Hughes | 1 | -0/+3 | |
| Fixes #14375. Closes #14519 by merging it. | |||||
| 2014-10-26 | Allow multiple delegated tooltip selectors on a node | Andrew S. Brown | 1 | -4/+10 | |
| Fixes #14167. Closes #14189 by merging it. | |||||
| 2014-10-22 | Follow-up to e2cfbd5: Fix spaces in placement calculation | Heinrich Fenkart | 1 | -4/+4 | |
| 2014-10-22 | Fixes tooltip misplacements in scrollable viewports with auto positioning | saranya.r | 1 | -4/+4 | |
| Fixes #14756. Closes #14767. | |||||
| 2014-09-24 | tooltip.js: fix alignment | Chris Rebert | 1 | -1/+1 | |
| 2014-09-24 | Use container instead of parent for tooltip/popover auto-placement calcs | Chris Rebert | 1 | -6/+6 | |
| Fixes #14561. Big thanks to @wickstargazer. [skip validator] | |||||
| 2014-09-25 | Tooltip: Rely on `getBoundingClientRect` for `width` and `height` | Heinrich Fenkart | 1 | -5/+1 | |
| Fixes #14553. | |||||
| 2014-09-17 | Fix tooltip misplacement with "auto top" | saranya.r | 1 | -1/+1 | |
| Fixes #14322. Closes #14581. | |||||
| 2014-09-13 | Remove unused Tooltip#validate method | Heinrich Fenkart | 1 | -8/+0 | |
| 2014-09-13 | Correctly selects arrow placement for a tooltip | Peter West | 1 | -6/+8 | |
| Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718. | |||||
| 2014-09-13 | Properly fire hidden event when tooltip is destroyed | Heinrich Fenkart | 1 | -2/+6 | |
| Fixes #13031. | |||||
| 2014-09-11 | Merge pull request #14492 from twbs/ie8-getBoundingClientRect | Heinrich Fenkart | 1 | -0/+4 | |
| Handle lack of .width and .height from getBoundingClientRect() in IE8 | |||||
| 2014-09-09 | Make inDom check of tooltip cross document compatible | Heinrich Fenkart | 1 | -1/+1 | |
| Fixes #14483 | |||||
| 2014-09-08 | Merge pull request #14242 from hnrch02/remove-aria-describedby-later | Heinrich Fenkart | 1 | -3/+3 | |
| Remove `aria-describedby` attribute later | |||||
| 2014-09-07 | Handle lack of .width and .height from getBoundingClientRect() in IE8 | Chris Rebert | 1 | -0/+4 | |
| Closes #14093 Correction to #14090 Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility | |||||
| 2014-09-07 | Merge pull request #14273 from sgonyea/master | Jacob | 1 | -0/+5 | |
| Fix hover-popover/tooltip flickering when mouse re-enters | |||||
| 2014-08-28 | Fix hover-tooltip flickering when mouse re-enters | Scott Gonyea | 1 | -0/+5 | |
| - is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement | |||||
| 2014-08-17 | Assume Element.getBoundingClientRect() exists; Fixes #14093 | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2014-08-04 | Remove `aria-describedby` attribute later | Heinrich Fenkart | 1 | -3/+3 | |
| Fixes #14241 | |||||
| 2014-08-01 | Merge pull request #14061 from hnrch02/fix-13656 | Jacob | 1 | -2/+4 | |
| Expose transition durations on plugin constructors; closes #13656 | |||||
| 2014-07-09 | Fix IE8 reporting type object for `getBoundingClientRect` | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-07-07 | Expose transition durations on plugin constructors; closes #13656 | Heinrich Fenkart | 1 | -2/+4 | |
| 2014-07-06 | refactor/reformat Tooltip.getPosition per @fat's feedback | Chris Rebert | 1 | -4/+8 | |
| 2014-07-02 | possible fix for #14013 | Chris Rebert | 1 | -3/+6 | |
| 2014-06-26 | bump to v3.2.0 | Mark Otto | 1 | -2/+2 | |
| 2014-06-23 | Revert UMD (#13772 & friends) for now, due to #13812. | Chris Rebert | 1 | -351/+345 | |
| Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit 2b302f69eea416bc85e7827b7d7a74d49f879662. Revert "Fix regression of #10038 introduced by #13772" This reverts commit e9d6756a1ac76a9db31a41e8e03f663bedc41b70. Revert "MD/CommonJS/Globals #12909" This reverts commit 1c6fa9010daf0d0c21de9e20fe6ac4dba1788d90. Revert "address #13811" This reverts commit f347d7d955bbb17234b8e12c68efae7d516ce62c. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js | |||||
| 2014-06-17 | fix for #13747 | Erwan Jegouzo | 1 | -1/+1 | |
| Closes #13782 by merging it. | |||||
| 2014-06-12 | some changes from #13801 - add strict mode back and == | fat | 1 | -349/+351 | |
| 2014-06-11 | Merge pull request #13786 from twbs/fat-13430 | Jacob | 1 | -2/+2 | |
| add special transitionend type to test event origin | |||||
| 2014-06-12 | Fix regression of #10038 introduced by #13772 | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-06-10 | add special transitionend type to test event origin | fat | 1 | -2/+2 | |
| fixes #13430 | |||||
| 2014-06-10 | MD/CommonJS/Globals #12909 | Katie Zhu | 1 | -2/+6 | |
| 2014-06-07 | don't show tooltips/popovers whose element isn't in the DOM; fixes #13268 | Chris Rebert | 1 | -2/+3 | |
| 2014-06-06 | Minor style tweaks. | XhmikosR | 1 | -1/+1 | |
| 2014-06-06 | Comply to the new style. | XhmikosR | 1 | -4/+4 | |
