Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Added hover and focus states to all buttons. | Scott González | 2008-12-21 | 1 | -2/+22 |
| | |||||
* | Datepicker #3647: Removed date range features, removed related tests, and ↵ | Ca-Phun Ung | 2008-12-21 | 1 | -79/+22 |
| | | | | fixed disabled states for prev, next and day. | ||||
* | Dialog: Fixed #3145: Added support for height: 'auto'. | Scott González | 2008-12-21 | 1 | -8/+12 |
| | |||||
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -16/+23 |
| | |||||
* | Datepicker #3647: removed clickable weekdays. | Ca-Phun Ung | 2008-12-20 | 1 | -14/+1 |
| | |||||
* | Datepicker #3647: Slimed down datepicker by removing all code related to ↵ | Ca-Phun Ung | 2008-12-20 | 1 | -45/+2 |
| | | | | prompt, status and week highlighting. | ||||
* | Datepicker: Fixes #3647: added correct class name to highlight selected day | Ca-Phun Ung | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | Datepicker: Fixed #3647: Update markup to new UI CSS framework specs | Ca-Phun Ung | 2008-12-19 | 1 | -110/+78 |
| | |||||
* | Dialog: Fixed #3221: User outerWidth/Height for positioning. | Scott González | 2008-12-19 | 1 | -4/+4 |
| | |||||
* | Dialog: Fixed #3564: Proper positioning in Opera. | Scott González | 2008-12-19 | 1 | -2/+4 |
| | |||||
* | Dialog: Fixed #3648: Use new CSS framework. | Scott González | 2008-12-19 | 1 | -63/+56 |
| | | | | | - Removed .ui-dialog-container div. - Removed autoResize option. | ||||
* | Dialog: Partial fix for #3648: Added resizable grip. | Scott González | 2008-12-19 | 1 | -1/+2 |
| | |||||
* | Dialog: Partial fix for #3648: Setting proper class on hover of close button. | Scott González | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | sortable: removed default tolerance "guess" for the simplier (and better ↵ | Paul Bakaus | 2008-12-17 | 1 | -4/+6 |
| | | | | working) default mode, and the plain "pointer" intersection | ||||
* | Sortable accurateIntersection using outerWidth/outerHeight | Eduardo Lundgren | 2008-12-17 | 1 | -6/+7 |
| | |||||
* | accordion: #3646 update - expose icons as headerIcon and headerIconSelected ↵ | Jörn Zaefferer | 2008-12-14 | 1 | -4/+6 |
| | | | | options | ||||
* | Fixed #3655 - $.keyCode should be $.ui.keyCode | Richard Worth | 2008-12-14 | 3 | -35/+34 |
| | |||||
* | Dialog: Fixed #3664: Dialog fails to init on removed elements. | Scott González | 2008-12-13 | 1 | -1/+1 |
| | |||||
* | corrected some invalid html <div/> to <div></div> | Richard Worth | 2008-12-13 | 2 | -6/+6 |
| | |||||
* | Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs | Richard Worth | 2008-12-13 | 1 | -4/+3 |
| | |||||
* | Accordion: #3646 - fixed icons | Jörn Zaefferer | 2008-12-12 | 1 | -4/+4 |
| | |||||
* | Accordion: #3646 - add hover classes and unbind on destroy | Jörn Zaefferer | 2008-12-12 | 1 | -2/+4 |
| | |||||
* | Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an ↵ | Jörn Zaefferer | 2008-12-12 | 1 | -9/+8 |
| | | | | additional div | ||||
* | Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added ↵ | Jörn Zaefferer | 2008-12-12 | 1 | -26/+26 |
| | | | | visual test and updated tests to markup changes | ||||
* | sortable: fixed connectToSortable option, wasn't working with Arrays as ↵ | Paul Bakaus | 2008-12-11 | 1 | -9/+13 |
| | | | | described in the documentation | ||||
* | sortable,draggable: fixed issues with _convertPositionTo, missed from latest ↵ | Paul Bakaus | 2008-12-11 | 2 | -14/+12 |
| | | | | re-factor, miscalculated the absolute position including scroll | ||||
* | sortable: fixed containment issue (with 'parent', height was miscalculated ↵ | Paul Bakaus | 2008-12-11 | 1 | -10/+10 |
| | | | | due to wrong append order) | ||||
* | Dialog: Remove ui-widget-content class on destroy. | Scott González | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | Progressbar: Fixed #3645: Use new CSS framework. | Scott González | 2008-12-11 | 1 | -0/+2 |
| | |||||
* | Dialog: Fixed variable re-declaration. | Scott González | 2008-12-11 | 1 | -18/+16 |
| | |||||
* | Dialog: Partial fix for #3648: Use new CSS framework. | Scott González | 2008-12-11 | 1 | -5/+32 |
| | |||||
* | Dialog: Fixed #3638: Added closeText option (default 'close'). | Scott González | 2008-12-11 | 1 | -1/+5 |
| | |||||
* | effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOM | Richard Worth | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | Removed names from ui.core.js as all contribution credit is given in ↵ | Richard Worth | 2008-12-10 | 1 | -1/+0 |
| | | | | AUTHORS.txt and http://ui.jquery.com/about | ||||
* | Removed UTF-8 BOM again. Turns out it was added by Notepad. | Richard Worth | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | progressbar: Removed all progressbar options except value. Added visual test ↵ | Richard Worth | 2008-12-10 | 1 | -102/+6 |
| | | | | for disabled progressbar. | ||||
* | core widget: added ui-state-disabled and aria-disabled to widget plugin's ↵ | Richard Worth | 2008-12-10 | 1 | -3/+7 |
| | | | | disable/enable/destroy | ||||
* | Fixed 3642. firstDay displays day names incorrectly. | Keith Wood | 2008-12-08 | 1 | -1/+2 |
| | |||||
* | Escape text to prevent date info substitution | Keith Wood | 2008-12-08 | 2 | -2/+2 |
| | |||||
* | Fixed 3598. Datepicker Japanese translation replacement | Keith Wood | 2008-12-08 | 1 | -20/+21 |
| | |||||
* | Fixed 3610. Error in French l18n file. | Keith Wood | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | Removed some UTF-8 BOMs causing problems in the download builder versions of ↵ | Richard Worth | 2008-12-06 | 1 | -1/+1 |
| | | | | files. | ||||
* | Dialog: Fixed #3637: Added role of button to close link. | Scott González | 2008-12-06 | 1 | -1/+9 |
| | |||||
* | progressbar: a little clean up and some more visual tests | Richard Worth | 2008-12-05 | 1 | -59/+69 |
| | |||||
* | progressbar refactor | Richard Worth | 2008-12-05 | 1 | -150/+120 |
| | |||||
* | sortable: fixed regression that caused wrong offset calculation if the ↵ | Paul Bakaus | 2008-12-02 | 1 | -6/+7 |
| | | | | helper option has been set to "original" | ||||
* | Updated Dutch localisation | Keith Wood | 2008-12-01 | 1 | -19/+19 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 4 | -50/+50 |
| | |||||
* | sortable: | Paul Bakaus | 2008-11-25 | 1 | -250/+252 |
| | | | | | | | - merged back all position and scroll fixed from draggables - renamed accurate to accurateIntersection and set it to true by default - refactored intersection code (no change in logic) - added forceHelperSize option (default: false), a forced helper size is also triggered when the generated helper doesn't have any styles set for width/height, so this option won't be needed in most cases | ||||
* | slider: fixed regression caused by a recent change in the mouse core - since ↵ | Paul Bakaus | 2008-11-24 | 1 | -2/+11 |
| | | | | the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element. |