Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed references to jQuery. | Scott González | 2011-01-10 | 9 | -9/+9 |
| | |||||
* | Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵ | gnarf | 2011-01-10 | 1 | -60/+8 |
| | | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data. | ||||
* | Datepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n ↵ | Saji | 2011-01-08 | 1 | -0/+23 |
| | | | | translation for Malayalam. | ||||
* | Cleanup bad earlier merge. | jzaefferer | 2010-12-28 | 1 | -1/+0 |
| | |||||
* | Fixed bad references to jQuery-1.4.4.js | jzaefferer | 2010-12-22 | 5 | -5/+5 |
| | |||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 28 | -27/+1164 |
|\ | | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html | ||||
| * | Tooltip: Seperate restoring title attribute from assigning current-variable, ↵ | jzaefferer | 2010-12-03 | 1 | -1/+2 |
| | | | | | | | | in case currentTitle is undefined. | ||||
| * | Tooltip: Update license header. | jzaefferer | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | Tooltip: Implementing event delegation support. | jzaefferer | 2010-10-26 | 12 | -28/+116 |
| | | |||||
| * | Tooltip: Demo and tests update | jzaefferer | 2010-10-26 | 2 | -9/+15 |
| | | |||||
| * | Tooltip: Added demo for custom animations | jzaefferer | 2010-10-26 | 2 | -0/+56 |
| | | |||||
| * | Tooltip: Update forms demo to programmatic-trigger only | jzaefferer | 2010-10-26 | 1 | -2/+2 |
| | | |||||
| * | Tooltip: Update _init to _create | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | | |||||
| * | Tooltip: Removing application role, should be set on application level | jzaefferer | 2010-10-26 | 1 | -5/+0 |
| | | |||||
| * | Tooltip: Removing tooltipClass option; use ↵ | jzaefferer | 2010-10-26 | 3 | -17/+1 |
| | | | | | | | | .tooltip("widget").addClass("whatever") instead | ||||
| * | Tooltip: Unit tests cleanup | jzaefferer | 2010-10-26 | 2 | -15/+30 |
| | | |||||
| * | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵ | jzaefferer | 2010-10-21 | 2 | -13/+29 |
| | | | | | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton. | ||||
| * | Use pushStack in tooltip's widget method. See #5732 | jzaefferer | 2010-07-30 | 2 | -1/+8 |
| | | |||||
| * | Tooltip: Updated positioning - let user also customize of-property | jzaefferer | 2010-07-20 | 1 | -2/+2 |
| | | |||||
| * | Updated copyright headers to make it clear that you can choose between MIT ↵ | jzaefferer | 2010-07-09 | 1 | -4/+4 |
| | | | | | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
| * | Show tooltip before positioning it to fix scrolling issue, then hide again ↵ | jzaefferer | 2010-05-19 | 1 | -2/+2 |
| | | | | | | | | before animation | ||||
| * | Tooltip: Enhanced visual test to include a few more buttons and a high ↵ | jzaefferer | 2010-05-15 | 1 | -5/+14 |
| | | | | | | | | element to get a scrollbar | ||||
| * | Added Tooltip to build to get docs | jzaefferer | 2010-05-05 | 1 | -0/+1 |
| | | |||||
| * | Tooltip: Improve fadeout animation to handle case where tooltip overlays the ↵ | jzaefferer | 2010-04-23 | 1 | -1/+3 |
| | | | | | | | | element, causing it to hide instantly and never appearing again | ||||
| * | Fixed typo in demo description | jzaefferer | 2010-04-23 | 1 | -1/+1 |
| | | |||||
| * | Merge commit '1.8.1' into tooltip | jzaefferer | 2010-04-21 | 33 | -119/+646 |
| |\ | |||||
| * | | Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where ↵ | jzaefferer | 2010-04-21 | 3 | -6/+5 |
| | | | | | | | | | | | | actually necessary | ||||
| * | | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵ | jzaefferer | 2010-04-15 | 9 | -30/+206 |
| | | | | | | | | | | | | triggered events | ||||
| * | | Revert "Position unit tests: Add module for testswarm to run all tests" | jzaefferer | 2010-04-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | This reverts commit 50fe1d04fc60d57507aa949f585b06a2bcf3aec1. Should have been commited to master, not tooltip branch. | ||||
| * | | Position unit tests: Add module for testswarm to run all tests | jzaefferer | 2010-04-13 | 1 | -0/+2 |
| | | | |||||
| * | | Use tooltip to display hint when combobox input doesn't match anything | jzaefferer | 2010-04-08 | 2 | -4/+19 |
| | | | |||||
| * | | The accidental merge of tooltip into master was reverted in master, that ↵ | jzaefferer | 2010-04-08 | 14 | -3/+774 |
| | | | | | | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done | ||||
| * | | Merge branch 'master' into tooltip | jzaefferer | 2010-04-08 | 45 | -1240/+1367 |
| |\ \ | |||||
| * \ \ | merge | jzaefferer | 2010-04-01 | 5 | -9/+149 |
| |\ \ \ | |||||
| * | | | | crlf | jzaefferer | 2010-04-01 | 1 | -225/+225 |
| | | | | | |||||
* | | | | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 40 | -325/+848 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | | | | | Menu: Update license header in theme. | jzaefferer | 2010-11-20 | 1 | -2/+7 |
| | | | | | | |||||
| * | | | | | Menu: Update license header. | jzaefferer | 2010-11-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Menu: Implemented new (experimental) ARIA based on discussions on the ↵ | jzaefferer | 2010-11-16 | 1 | -7/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | jquery-a11y list. | ||||
| * | | | | | Menu: Good enough | jzaefferer | 2010-10-28 | 1 | -3/+1 |
| | | | | | | |||||
| * | | | | | Menu: Further refactoring of next/previousPage | jzaefferer | 2010-10-28 | 1 | -16/+8 |
| | | | | | | |||||
| * | | | | | Menu: Refactored next/previousPage logic and activate-scrolling, improved much! | jzaefferer | 2010-10-28 | 2 | -31/+29 |
| | | | | | | |||||
| * | | | | | Menu: Refactored menu to use .first()/.last() instead of :first/:last ↵ | jzaefferer | 2010-10-28 | 1 | -17/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | whereever possible | ||||
| * | | | | | Menu: Effing coding standards. | jzaefferer | 2010-10-28 | 1 | -71/+71 |
| | | | | | | |||||
| * | | | | | Menu: Use event delegation for mouseover/out events, instead of binding to ↵ | jzaefferer | 2010-10-28 | 1 | -20/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | menu items directly | ||||
| * | | | | | Updated copyright headers to make it clear that you can choose between MIT ↵ | jzaefferer | 2010-07-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
| * | | | | | Menu: Extended button's splitbutton demo to use an actual menu | jzaefferer | 2010-06-23 | 1 | -6/+26 |
| | | | | | | |||||
| * | | | | | Menu: Improve first and last methods to take non-menuitem items into account | jzaefferer | 2010-06-19 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Menu: make the move method private | jzaefferer | 2010-06-19 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Menu: make the hasScroll method private | jzaefferer | 2010-06-19 | 1 | -4/+4 |
| | | | | | |