aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: Support hash, array, string for cursorAt option. Use position ↵Scott González2009-08-031-45/+40
| | | | plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
* Position: fixed comment wording.Scott González2009-08-031-2/+2
|
* Sortable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-6/+19
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-6/+19
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Position: set "at" option while align to cursor, fixes collision:flip not ↵Chi Cheng2009-08-021-1/+2
| | | | work with default value
* Position: set "at" option while align to cursor, fixes collision:flip not ↵Chi Cheng2009-08-021-0/+1
| | | | work with default value
* Accordion: Don't stop propagation when clicking in headers. Fixes #4732 - ↵Scott González2009-07-311-6/+10
| | | | accordion steals header clicks.
* Position: Removed default options hash.Scott González2009-07-311-7/+2
|
* Position: Allow without "at" option passed. (Not need it when align to cursor.) Chi Cheng2009-07-301-1/+1
|
* Position: Allow without "at" option passed. (Not need it when align to cursor.) Chi Cheng2009-07-301-1/+1
|
* Datepicker: Fixed #4131 Could week numbers [be] added to the DatepickerKeith Wood2009-07-2947-4/+69
|
* Datepicker: Default duration changedKeith Wood2009-07-291-1/+1
|
* sortable: fixed issues with nested containers (fixes #4703,#4611, thanks kae!)Paul Bakaus2009-07-281-29/+51
|
* Effects: handle switch parameter in toggleClass, fixes #4722Chi Cheng2009-07-271-2/+12
|
* Position: rollbackChi Cheng2009-07-271-4/+4
|
* position: add document link; values should be string but not defaultValue ↵Chi Cheng2009-07-261-5/+5
| | | | variant
* position: make it work without ui.core.jsChi Cheng2009-07-251-3/+6
|
* Stackfix: restrict version test to IE versionChi Cheng2009-07-251-2/+2
|
* Copied position plugin from /branches/dev/positionTo r2971.Scott González2009-07-241-0/+227
|
* Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog ↵Scott González2009-07-241-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ález2009-07-231-1/+4
| | | | | | remember their position after drag. Thanks wewals.
* Datepicker: Fixed #4691 Datepicker positioning is off if the window has ↵Keith Wood2009-07-221-2/+4
| | | | almost the same height as the calendar div
* Datepicker: Fixed #3891 Autosize input fieldKeith Wood2009-07-221-1/+30
|
* Datepicker: Fixed #4684 Datepicker bug when textbox id contains '$'Keith Wood2009-07-221-1/+1
|
* Datepicker: Fixed #4647 setDate cannot be called multiple timesKeith Wood2009-07-221-1/+2
|
* Highlight effect: refactor.Scott González2009-07-211-28/+30
|
* Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable ↵Scott González2009-07-211-0/+1
| | | | | | needs containment:'document' to agree with uiDialog.draggable. Thanks AudreyT.
* Dialog: Removed drag and resize option handling from setDataSwitch hash ↵Scott González2009-07-161-7/+1
| | | | (legacy from when dialog didn't have its own events).
* Fixed the regression introduced in r2861Jörn Zaefferer2009-07-151-1/+3
|
* animateClass: Don't animate scrollbar properties. Fixes #4676 - toggleClass ↵Scott González2009-07-131-0/+7
| | | | breaks in IE sometimes.
* Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵Scott González2009-07-111-1/+1
| | | | beforeclose option should be beforeClose.
* Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵Scott González2009-07-111-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ález2009-07-101-13/+13
| | | | callbacks directly. Fixed #4629 - Dialog events not being triggered.
* updated header for ui.stackfix.js, after confirming with Brandon the ↵Jörn Zaefferer2009-07-091-6/+0
| | | | copyright change (he's already listed in AUTHORS.txt)
* replacing bgiframe with ui.stackfix, updated dialog and its demos accordinglyJörn Zaefferer2009-07-092-3/+49
|
* Scale: Reset opacity after animation. Fixed #4274 - New show hide effects ↵Scott González2009-07-091-0/+3
| | | | don't execute correctly in IE.
* Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵Scott González2009-07-091-1/+0
| | | | absolutePosition from ui hash.
* Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remove ↵Scott González2009-07-091-1/+0
| | | | absolutePosition from ui hash.
* Fixed #4551 - Sortable connectWith fails if item is floated. Props dhlavety ↵Richard Worth2009-07-071-4/+0
| | | | and jlillywhite.
* Datepicker: Fixed #4634 Incorrect month number when using selectOtherMonthsKeith Wood2009-07-051-1/+1
|
* Datepicker: Fixed #4646 Localization error in ui.datepicker-es.jsKeith Wood2009-07-051-2/+2
|
* Widget factory: Convert falsy data values to an empty hash in _trigger. ↵Scott González2009-07-041-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 Zaefferer2009-07-031-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) localizationKeith Wood2009-06-221-0/+7
|
* Datepicker: Fixed #4536 Datepicker maxDate doesn't take into account column ↵Keith Wood2009-06-221-3/+3
| | | | layout
* Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵Keith Wood2009-06-211-3/+6
| | | | from other months
* Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define ↵Scott González2009-06-201-0/+7
| | | | default for select option).
* Datepicker: default, min, and max dates can be specified as date strings in ↵Keith Wood2009-06-161-9/+15
| | | | the current format
* Datepicker: Fixed #4592 Basque (euskara) localizationKeith Wood2009-06-161-0/+22
|
* Refactored puff effect.Scott González2009-06-151-25/+20
|