| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-06 | dont remove title attribute part 2 | Yohn | 1 | -1/+1 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | fat | 1 | -1/+1 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-02-05 | clean up styles | fat | 1 | -49/+39 | |
| 2013-02-05 | Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ↵ | fat | 1 | -3/+60 | |
| ghusse-2.3.0-wip | |||||
| 2013-02-05 | Merge pull request #6783 from joprice/popoverOptionsOverride | fat-kun | 1 | -1/+1 | |
| reordered access of options in tooltip and popover | |||||
| 2013-02-02 | reordered access of options in tooltip and popover to allow overriding data ↵ | Joseph Price | 1 | -1/+1 | |
| attrs from js | |||||
| 2013-01-29 | Fix tooltip positioning for IE8 | Guillaume Smet | 1 | -1/+1 | |
| IE8 defines a placeholder object getBoundingClientRect which breaks the new getPosition() method | |||||
| 2013-01-27 | No semicolumns | Guillaume Gautreau | 1 | -23/+23 | |
| 2013-01-26 | works with fixed test | Guillaume Gautreau | 1 | -1/+1 | |
| 2013-01-26 | lint + wrong comparison | Guillaume Gautreau | 1 | -2/+2 | |
| 2013-01-26 | Unit test for replacing tooltip inside window | Guillaume Gautreau | 1 | -1/+1 | |
| 2013-01-26 | Tooltip positionning on special cases | Guillaume Gautreau | 1 | -4/+61 | |
| 2012-12-26 | Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip | Mark Otto | 1 | -12/+33 | |
| 2012-12-24 | Merge pull request #6378 from Yohn/patch-7 | fat-kun | 1 | -1/+3 | |
| fixes tooltip insert problems | |||||
| 2012-12-24 | made container option be false | Yohn | 1 | -1/+1 | |
| 2012-12-24 | removed the length check | Yohn | 1 | -1/+1 | |
| updated it to @fat's suggestion | |||||
| 2012-12-23 | adding container option to tooltips | Yohn | 1 | -1/+3 | |
| 2012-12-23 | Assign event variables at declarations | KAWACHI Takashi | 1 | -4/+4 | |
| 2012-12-23 | Tooltips fires show, shown, hide, hidden events | KAWACHI Takashi | 1 | -0/+11 | |
| It is re-worked from #3691. | |||||
| 2012-12-22 | Version bump | Mark Otto | 1 | -1/+1 | |
| 2012-12-22 | Merge pull request #6349 from Yohn/patch-6 | fat-kun | 1 | -3/+3 | |
| Fixes #5753 with tooltip('toogle') | |||||
| 2012-12-22 | allow multiple trigger types in tooltip and popover + default tooltip to ↵ | fat | 1 | -8/+16 | |
| hover & focus | |||||
| 2012-12-20 | fixes tooltip('toggle') | Yohn | 1 | -3/+3 | |
| 2012-12-19 | can't extend bounding box thingy | fat | 1 | -1/+1 | |
| 2012-12-19 | remove inside support from tooltip + fix tooltip svg support + change ↵ | fat | 1 | -10/+8 | |
| makefile to rely on local npm install | |||||
| 2012-12-10 | Version bump | Mark Otto | 1 | -1/+1 | |
| 2012-12-07 | add noConflict functionality to all bootstrap plugins | fat | 1 | -0/+11 | |
| 2012-11-05 | version bump | Mark Otto | 1 | -1/+1 | |
| 2012-10-30 | 2.2.1 - hotfix for carousel | fat | 1 | -1/+1 | |
| 2012-10-29 | v2.2.0 instead of v2.1.2 | Mark Otto | 1 | -1/+1 | |
| 2012-10-17 | Merge pull request #5389 from frntz/2.1.2-wip | billy gates | 1 | -4/+4 | |
| Update js/bootstrap-tooltip.js | |||||
| 2012-10-15 | fixed reference to this.tip() so it works in delegate events | Martin Stein | 1 | -2/+3 | |
| 2012-10-02 | Update js/bootstrap-tooltip.js | frntz | 1 | -4/+4 | |
| Avoid loosing events attached on Jquery object if added via function in popover content | |||||
| 2012-09-24 | change tooltip/popover insert strategy | Jacob Thornton | 1 | -3/+3 | |
| remove modal-open class hopefully resolve z-index headaches | |||||
| 2012-09-24 | change tooltip/popover html default to false for xss safety net | Jacob Thornton | 1 | -1/+1 | |
| 2012-09-05 | version bump to get this started | Mark Otto | 1 | -1/+1 | |
| 2012-08-21 | update version numbers to 2.1.1 | Mark Otto | 1 | -1/+1 | |
| 2012-08-19 | bump versions to 2.1.0 | Mark Otto | 1 | -1/+1 | |
| 2012-08-18 | add click option for tooltip, popover - make click default for popover | Jacob Thornton | 1 | -2/+4 | |
| 2012-07-22 | some progress on affix plugin | Jacob Thornton | 1 | -1/+1 | |
| 2012-07-22 | remove the ns option | Jon Stevens | 1 | -4/+3 | |
| 2012-07-22 | simplify things to one line. pull #4104 | Jon Stevens | 1 | -2/+3 | |
| 2012-07-20 | on destroy, also hide. issue #3880, pull #4104 | Jon Stevens | 1 | -0/+1 | |
| 2012-07-16 | namespace the events for popover/tooltip so that they can be cleanly ↵ | Jon Stevens | 1 | -3/+4 | |
| removed. issue #3880 | |||||
| 2012-06-20 | simplify code into a single line | Jon Stevens | 1 | -3/+1 | |
| 2012-06-18 | enable the ability to destroy tooltips and popovers from elements. related ↵ | Jon Stevens | 1 | -0/+6 | |
| to issue #3453 | |||||
| 2012-06-02 | add html option back to tooltip and popover to explicitly prevent XSS #3421 | Jacob Thornton | 1 | -10/+2 | |
| 2012-06-01 | 2.0.3 -> 2.0.4v2.0.4 | Jacob Thornton | 1 | -1/+1 | |
| 2012-05-20 | Added unit test to check that tooltips is not showed when leave event is ↵ | Jørgen Borgesen | 1 | -1/+0 | |
| triggered before show delay has expired AND the hide delay is set to 0 | |||||
| 2012-05-14 | Cancel running timer for tooltips with delayed show, but instant hide. This ↵ | Jørgen Borgesen | 1 | -1/+2 | |
| prevents delayed tooltips from appearing if the mouse leaves the elements before tooltip is showed and the hiding delay is 0. | |||||
