| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil... | John Resig | 2011-04-12 | 3 | -24/+24 |
|\ |
|
| * | Changed $.sub internals to match sub naming, added some more spacing in some ... | Timmy Willison | 2011-02-06 | 3 | -29/+27 |
* | | More formatting tweaks. | John Resig | 2011-04-12 | 1 | -2/+2 |
* | | Fixing some minor formatting problems. | John Resig | 2011-04-12 | 1 | -1/+3 |
* | | Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery i... | John Resig | 2011-04-12 | 1 | -15/+31 |
|\ \ |
|
| * \ | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-11 | 1 | -0/+8 |
| |\ \ |
|
| * | | | Shave some time off array setup in trigger/handle | Dave Methvin | 2011-04-11 | 1 | -2/+2 |
| * | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-11 | 1 | -1/+4 |
| |\ \ \ |
|
| * | | | | Move initialization of event until we determine if anyone wants it. | Dave Methvin | 2011-04-11 | 1 | -15/+18 |
| * | | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-10 | 14 | -459/+783 |
| |\ \ \ \ |
|
| * | | | | | Allow specific custom events to exit trigger early if there are no handlers b... | Dave Methvin | 2011-04-06 | 1 | -2/+15 |
* | | | | | | resolve more conflicts | louisremi | 2011-04-12 | 1 | -4/+0 |
* | | | | | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 9 | -68/+132 |
|\ \ \ \ \ \ |
|
| * | | | | | | Some minor code cleanup. | jeresig | 2011-04-12 | 1 | -5/+5 |
| * | | | | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402 | jeresig | 2011-04-12 | 1 | -6/+12 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | replace cssPropsAware branch | louisremi | 2011-04-11 | 1 | -6/+12 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 | jeresig | 2011-04-12 | 1 | -3/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | double quotes, again | louisremi | 2011-04-11 | 1 | -1/+1 |
| | * | | | | | | fixing both #8403 and #8401: jQuery \"bulldozes\" other IE filters when setti... | louisremi | 2011-03-01 | 1 | -3/+4 |
| * | | | | | | | Removing un-needed frameElement check as discussed in #8018. Fixes #8108. | jeresig | 2011-04-12 | 1 | -11/+0 |
| * | | | | | | | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master | jeresig | 2011-04-12 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Use parseFloat instead of parseInt to read CSS values. | Sylvester Keil | 2011-01-15 | 1 | -3/+5 |
| * | | | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug... | jeresig | 2011-04-12 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Bug 4366; removing extra space | Jordan Boesch | 2011-03-30 | 1 | -1/+1 |
| | * | | | | | | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IE | Jordan Boesch | 2011-03-30 | 1 | -2/+5 |
| * | | | | | | | | | Merge branch 'attr_remove_list_check' of https://github.com/timmywil/jquery i... | jeresig | 2011-04-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | retrieving list with getAttribute is fine, no need to add list here anymore | timmywil | 2011-04-11 | 1 | -1/+1 |
| * | | | | | | | | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou... | timmywil | 2011-04-11 | 1 | -3/+6 |
| |/ / / / / / / / / |
|
| * | | | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro... | jaubourg | 2011-04-12 | 1 | -12/+7 |
| * | | | | | | | | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-04-12 | 2 | -5/+21 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery i... | jeresig | 2011-04-11 | 1 | -3/+8 |
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/ /
| | |/| | | | | | | | |
|
| | | * | | | | | | | | Run order problem when running full test suite in Opera 11, removed failing t... | timmywil | 2011-04-11 | 1 | -2/+2 |
| | | * | | | | | | | | Fix unit tests in firefox 4 and opera 11, passing null or undefined to indexO... | timmywil | 2011-04-11 | 1 | -1/+6 |
| | | | |_|_|/ / / /
| | | |/| | | | | | |
|
| | * | | | | | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777 | jeresig | 2011-04-11 | 1 | -0/+8 |
| | |\ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| | | * | | | | | | | Ticket #8777 undelegate by namespace | rwldrn | 2011-04-05 | 1 | -2/+11 |
| | * | | | | | | | | Ticket #8753 Always set event type explicitly | Rick Waldon | 2011-04-11 | 1 | -2/+5 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-04-11 | 9 | -256/+511 |
| |\| | | | | | | |
|
| * | | | | | | | | Adds _mark and _unmark as a mean to keep track of ongoing non-queued animatio... | jaubourg | 2011-04-11 | 2 | -32/+77 |
* | | | | | | | | | second batch | louisremi | 2011-04-11 | 1 | -1/+1 |
* | | | | | | | | | first batch | louisremi | 2011-04-11 | 1 | -2/+2 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge branch '8101_lrbabe_requestAnimationFrame' of https://github.com/timmyw... | jeresig | 2011-04-10 | 1 | -3/+20 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Separate raf function definition from passing it to requestAnimationFrame | timmywil | 2011-04-10 | 2 | -3/+5 |
| * | | | | | | | | Per rwaldron's request, added oRequestAnimationFrame as a possibility | timmywil | 2011-04-05 | 1 | -1/+3 |
| * | | | | | | | | Some adjustments and style edits on lrbabe's pull for requestAnimationFrame | timmywil | 2011-04-04 | 2 | -17/+13 |
| * | | | | | | | | shorten requestAnimationFrame test | louisremi | 2011-04-04 | 1 | -6/+6 |
| * | | | | | | | | first tick should not occur immediatly; no tick should happen after a stop() | louisremi | 2011-04-04 | 1 | -8/+7 |
| * | | | | | | | | reduce impact of requestAnimationFrame on incompatible browsers by minimizing... | louisremi | 2011-04-04 | 1 | -5/+11 |
| * | | | | | | | | there was no way to 'manually' stop an animation | louisremi | 2011-04-04 | 1 | -1/+1 |
| * | | | | | | | | timerId has to be set to true, to avoid starting multiple animation queues | louisremi | 2011-04-04 | 1 | -3/+3 |
| * | | | | | | | | 'this' is the window | louisremi | 2011-04-04 | 1 | -1/+1 |