Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: handle switch parameter in toggleClass, fixes #4722 | Chi Cheng | 2009-07-27 | 1 | -2/+12 |
| | |||||
* | Position: rollback | Chi Cheng | 2009-07-27 | 1 | -4/+4 |
| | |||||
* | position: add document link; values should be string but not defaultValue ↵ | Chi Cheng | 2009-07-26 | 1 | -5/+5 |
| | | | | variant | ||||
* | position: make it work without ui.core.js | Chi Cheng | 2009-07-25 | 1 | -3/+6 |
| | |||||
* | Stackfix: restrict version test to IE version | Chi Cheng | 2009-07-25 | 1 | -2/+2 |
| | |||||
* | Copied position plugin from /branches/dev/positionTo r2971. | Scott González | 2009-07-24 | 1 | -0/+227 |
| | |||||
* | Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog ↵ | Scott González | 2009-07-24 | 1 | -2/+2 |
| | | | | is resizable. Fixes a bug when the resizable plugin isn't loaded and the :ui-resizable selector therefore doesn't exist. | ||||
* | Dialog: Update position option after drag. Fixes #4679 - Dialogs should ↵ | Scott González | 2009-07-23 | 1 | -1/+4 |
| | | | | | | remember their position after drag. Thanks wewals. | ||||
* | Datepicker: Fixed #4691 Datepicker positioning is off if the window has ↵ | Keith Wood | 2009-07-22 | 1 | -2/+4 |
| | | | | almost the same height as the calendar div | ||||
* | Datepicker: Fixed #3891 Autosize input field | Keith Wood | 2009-07-22 | 1 | -1/+30 |
| | |||||
* | Datepicker: Fixed #4684 Datepicker bug when textbox id contains '$' | Keith Wood | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | Datepicker: Fixed #4647 setDate cannot be called multiple times | Keith Wood | 2009-07-22 | 1 | -1/+2 |
| | |||||
* | Highlight effect: refactor. | Scott González | 2009-07-21 | 1 | -28/+30 |
| | |||||
* | Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable ↵ | Scott González | 2009-07-21 | 1 | -0/+1 |
| | | | | | | needs containment:'document' to agree with uiDialog.draggable. Thanks AudreyT. | ||||
* | Dialog: Removed drag and resize option handling from setDataSwitch hash ↵ | Scott González | 2009-07-16 | 1 | -7/+1 |
| | | | | (legacy from when dialog didn't have its own events). | ||||
* | Fixed the regression introduced in r2861 | Jörn Zaefferer | 2009-07-15 | 1 | -1/+3 |
| | |||||
* | animateClass: Don't animate scrollbar properties. Fixes #4676 - toggleClass ↵ | Scott González | 2009-07-13 | 1 | -0/+7 |
| | | | | breaks in IE sometimes. | ||||
* | Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵ | Scott González | 2009-07-11 | 1 | -1/+1 |
| | | | | beforeclose option should be beforeClose. | ||||
* | Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵ | Scott González | 2009-07-11 | 1 | -4/+3 |
| | | | | types should be lowercase even if the corresponding callback is camelcase. | ||||
* | Dialog: Use _trigger for drag and resize events instead of executing ↵ | Scott González | 2009-07-10 | 1 | -13/+13 |
| | | | | callbacks directly. Fixed #4629 - Dialog events not being triggered. | ||||
* | updated header for ui.stackfix.js, after confirming with Brandon the ↵ | Jörn Zaefferer | 2009-07-09 | 1 | -6/+0 |
| | | | | copyright change (he's already listed in AUTHORS.txt) | ||||
* | replacing bgiframe with ui.stackfix, updated dialog and its demos accordingly | Jörn Zaefferer | 2009-07-09 | 2 | -3/+49 |
| | |||||
* | Scale: Reset opacity after animation. Fixed #4274 - New show hide effects ↵ | Scott González | 2009-07-09 | 1 | -0/+3 |
| | | | | don't execute correctly in IE. | ||||
* | Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵ | Scott González | 2009-07-09 | 1 | -1/+0 |
| | | | | absolutePosition from ui hash. | ||||
* | Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remove ↵ | Scott González | 2009-07-09 | 1 | -1/+0 |
| | | | | absolutePosition from ui hash. | ||||
* | Fixed #4551 - Sortable connectWith fails if item is floated. Props dhlavety ↵ | Richard Worth | 2009-07-07 | 1 | -4/+0 |
| | | | | and jlillywhite. | ||||
* | Datepicker: Fixed #4634 Incorrect month number when using selectOtherMonths | Keith Wood | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Datepicker: Fixed #4646 Localization error in ui.datepicker-es.js | Keith Wood | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | Widget factory: Convert falsy data values to an empty hash in _trigger. ↵ | Scott González | 2009-07-04 | 1 | -0/+1 |
| | | | | Fixes #4650: ui hash not always provided in events/callbacks. | ||||
* | accordion fix for #4653: added tests, adopted no-auto-height demo to also ↵ | Jörn Zaefferer | 2009-07-03 | 1 | -13/+15 |
| | | | | cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed | ||||
* | Datepicker: Fixed #4613 Datepicker Swiss-French (fr-CH) localization | Keith Wood | 2009-06-22 | 1 | -0/+7 |
| | |||||
* | Datepicker: Fixed #4536 Datepicker maxDate doesn't take into account column ↵ | Keith Wood | 2009-06-22 | 1 | -3/+3 |
| | | | | layout | ||||
* | Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵ | Keith Wood | 2009-06-21 | 1 | -3/+6 |
| | | | | from other months | ||||
* | Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define ↵ | Scott González | 2009-06-20 | 1 | -0/+7 |
| | | | | default for select option). | ||||
* | Datepicker: default, min, and max dates can be specified as date strings in ↵ | Keith Wood | 2009-06-16 | 1 | -9/+15 |
| | | | | the current format | ||||
* | Datepicker: Fixed #4592 Basque (euskara) localization | Keith Wood | 2009-06-16 | 1 | -0/+22 |
| | |||||
* | Refactored puff effect. | Scott González | 2009-06-15 | 1 | -25/+20 |
| | |||||
* | Effects core: Removed jQuery.fn.morph (same as jQuery.fn.switchClass). ↵ | Scott González | 2009-06-15 | 1 | -4/+1 |
| | | | | Fixed #4602 (Remove jQuery.fn.morph). | ||||
* | Effects core: Tweaked color animation. | Scott González | 2009-06-15 | 1 | -9/+8 |
| | |||||
* | Widget factory: Make methods chainable if the return value is undefined. ↵ | Scott González | 2009-06-15 | 1 | -1/+1 |
| | | | | Fixed #4601 (Allow undefined return value for chainable method calls). | ||||
* | Fixed Italian localization for datepicker. (Fixed #4599 - Datepicker i18n: ↵ | Scott González | 2009-06-13 | 1 | -4/+4 |
| | | | | Fix Italian localization). Thanks Antonello Pasella. | ||||
* | Effects core: Fixed indentation for color animation overrides. | Scott González | 2009-06-12 | 1 | -19/+16 |
| | |||||
* | UI Tabs: a fix for messed up animations and ajax tabs | Klaus Hartl | 2009-06-12 | 1 | -0/+4 |
| | |||||
* | Effects core: Reorganized method overloading. | Scott González | 2009-06-11 | 1 | -11/+10 |
| | |||||
* | Effects core: Refactored .effect() method; now uses _normalizeArguments and ↵ | Scott González | 2009-06-11 | 1 | -2/+11 |
| | | | | honors jQuery.fx.off. Fixes #4328 (IE6 with fx.off and highlight throws a script error). | ||||
* | Datepicker: Fixed #4514 Dialog doesn't accept initial date as Date | Keith Wood | 2009-06-11 | 1 | -6/+7 |
| | |||||
* | Effects core: Changed callback option to complete. Fixes #4586 (Effects ↵ | Scott González | 2009-06-10 | 1 | -1/+1 |
| | | | | callback should be "complete" not "callback"). | ||||
* | Effects core: Refactored show/hide/toggle methods. | Scott González | 2009-06-10 | 1 | -20/+38 |
| | |||||
* | Datepicker: Fixed #4556 Hungarian locale typo | Keith Wood | 2009-06-09 | 1 | -2/+2 |
| | |||||
* | Dialog: adjusting minHeight when the height option is less than the ↵ | Scott González | 2009-06-09 | 1 | -11/+27 |
| | | | | minHeight to prevent unexpectedly large dialogs. Fixes #4101 (Ui Dialog height does not adjust minHeight). Fixes #4122 (Dialog's content area isn't resized when height is adjusted). |