aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* a little cleanupKlaus Hartl2009-01-251-6/+0
|
* Tabs: removed options from ui object, not requiredKlaus Hartl2009-01-251-1/+0
|
* Tabs: rotation handles asynchronous loading/animations, fixes #2651Klaus Hartl2009-01-241-21/+21
|
* tabs: removed non-breaking space charRichard Worth2009-01-241-1/+1
|
* Remove trailing spacesEduardo Lundgren2009-01-242-37/+37
|
* Tabs: added ability to define the cookie name, fixes #2393Klaus Hartl2009-01-231-1/+1
|
* resizable: removed unneeded isVisible methodPaul Bakaus2009-01-231-4/+0
|
* draggable: draggable should not scroll when constrained in one axis (fixes ↵Paul Bakaus2009-01-231-20/+28
| | | | #3868)
* draggable: removed ui.options (fixes #3917)Paul Bakaus2009-01-231-34/+36
|
* core: the propagation for the mousedown has to be stopped in the mouse ↵Paul Bakaus2009-01-231-0/+5
| | | | logic, otherwise causes much pain for nested widgets (fixes #3910)
* Tabs: always hide added panels, fixes #3875Klaus Hartl2009-01-221-4/+2
|
* resizable:Paul Bakaus2009-01-221-215/+174
| | | | | - knobHandles and default themes + theme detection removed (fixes #3906) - partial refactor
* whitespaceRichard Worth2009-01-2210-114/+114
|
* Merged remove-spaces target (ui/build.xml) into new whitespace target ↵Richard Worth2009-01-221-24/+0
| | | | (build/build.xml). Deleted ui/build.xml
* accordion: fixed always open regression introduced by r1715Richard Worth2009-01-221-1/+1
|
* UI Tabs: fixed broken animations and the frequently reported "jumpyness", ↵Klaus Hartl2009-01-211-7/+7
| | | | fixes #3872
* accordion: fix for #3896Jörn Zaefferer2009-01-211-1/+1
|
* Core: Partial fix for #3559: Proper implementation for :focusable and ↵Scott González2009-01-211-23/+15
| | | | :tabbable selectors.
* Fixed #3733Eduardo Lundgren2009-01-211-2/+1
|
* Dialog: Don't override title option on init.Scott González2009-01-201-2/+2
|
* sortable: connectWith should accept string selectors (fixes #3892, backward ↵Paul Bakaus2009-01-201-2/+3
| | | | compatibility still existant)
* sortable: fixed missing placeholder default (fixes #3889)Paul Bakaus2009-01-201-0/+1
|
* sortable: fixed missing handle default (fixes #3889)Paul Bakaus2009-01-201-0/+1
|
* sortable: fixed missing connectWith default (fixes #3888)Paul Bakaus2009-01-201-0/+1
|
* sortable: renamed 'default' tolerance to 'intersect' (it's a advanced ↵Paul Bakaus2009-01-201-1/+1
| | | | intersection, after all), fixes #3887
* accordion: removal of selectedClass option (fixes #3886)Paul Bakaus2009-01-201-7/+6
|
* accordion: added missing defaults (fixes #3884)Paul Bakaus2009-01-201-0/+4
|
* Fixed #3766 - slider seems to be missing ui.handle property in optionsRichard Worth2009-01-201-1/+3
|
* droppable: defaults should be set to 'false' if disabled, not null (fixes ↵Paul Bakaus2009-01-201-4/+2
| | | | #3881)
* UI Tabs: updated TODO to with information for reported bugKlaus Hartl2009-01-201-1/+5
|
* set svn:eol-style to nativeRichard Worth2009-01-201-18/+18
|
* draggable: defaults should be set to 'false' if disabled, not null (fixes ↵Paul Bakaus2009-01-201-3/+3
| | | | #3878)
* draggable: fixed using Array for containment option (fixes #3877)Paul Bakaus2009-01-201-2/+4
|
* UI Tabs: url containing a fragment identfier broke Ajax tab loading, fixes #3627Klaus Hartl2009-01-191-6/+11
|
* UI Tabs: fixed mouseover event option conflicting with default state ↵Klaus Hartl2009-01-191-23/+26
| | | | handling (fixes #3799), cleaned up white space
* draggable: fixed margin inclusion in snap option (fixes #3853)Paul Bakaus2009-01-191-8/+8
|
* accordion: fixed calling activate with -1 and alwaysOpen: false not properly ↵Paul Bakaus2009-01-191-0/+2
| | | | removing classes (fixes #3785)
* accordion: fixed two small variable issues related to the rewritePaul Bakaus2009-01-191-3/+2
|
* accordion: partial refactor and cleanup, all proviously outer functions are ↵Paul Bakaus2009-01-191-224/+253
| | | | now part of the widget (no change in logic)
* sortable: all callbacks with the exception of the beforeStop callback now ↵Paul Bakaus2009-01-191-8/+16
| | | | fire after everything has been normalized again (placeholder/helper removed, styles restored). (fixes #3864 and multiple user requests)
* draggable,sortable: if connectToSortable is used, ui.sender has to be the ↵Paul Bakaus2009-01-192-6/+3
| | | | original draggable (fixes #3856)
* Fixed #3778 - Unable to select month: numberOfMonths - maxDate - changeMonth ↵Keith Wood2009-01-191-1/+5
| | | | combi
* Fixed #3859 - Datepicker can't pick years before 1999Keith Wood2009-01-191-3/+2
|
* Fixed #3858 - Datepicker not hiding consistently on external clickKeith Wood2009-01-191-2/+2
|
* $.widget: Fixed #3633: Moved call to _init outside of constructor. This ↵Scott González2009-01-191-3/+1
| | | | makes it possible to invoke callbacks during initialization and have those callbacks use the widget.
* UI Tabs: fixed incomplete destroy method, fixes #3798Klaus Hartl2009-01-181-1/+9
|
* Removed broken utf-8 copyright characters.Scott González2009-01-181-2/+2
|
* Dialog: Fixed #3688: Don't add the button pane div if there are no buttons.Scott González2009-01-171-14/+12
|
* Dialog: Giving the content area and button pane priority over the title bar ↵Scott González2009-01-171-6/+19
| | | | for which element should gain focus on open.
* Tabs: Fixed #3691: Removed the following options:Scott González2009-01-171-48/+49
| | | | | | | | | | - deselectableClass - disabledClass - hideClass - loadingClass - navClass - panelClass - selectedClass