aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3251Eduardo Lundgren2009-01-271-2/+6
* Fixed #3894Eduardo Lundgren2009-01-271-6/+2
* Resizable documentScroll referenceEduardo Lundgren2009-01-271-1/+1
* Fixed #3879Eduardo Lundgren2009-01-271-3/+3
* accordion: navigation option wasn't working (fixes #3944)Paul Bakaus2009-01-261-1/+1
* Tabs: organized code - public and private (pseudo) methods, added unit test f...Klaus Hartl2009-01-261-62/+64
* Tabs: TODO checkKlaus Hartl2009-01-251-1/+1
* Tabs: removed Safari 2 workaround, no longer supportedKlaus Hartl2009-01-251-8/+1
* Tabs: overall fixed selected property for all tabs unselected case (is -1 in ...Klaus Hartl2009-01-251-13/+22
* accordion: fix for newContent/oldContent in the UI object that was pointing t...Paul Bakaus2009-01-251-2/+2
* 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 #3...Paul Bakaus2009-01-231-20/+28
* 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 logic,...Paul Bakaus2009-01-231-0/+5
* Tabs: always hide added panels, fixes #3875Klaus Hartl2009-01-221-4/+2
* resizable:Paul Bakaus2009-01-221-215/+174
* whitespaceRichard Worth2009-01-2210-114/+114
* Merged remove-spaces target (ui/build.xml) into new whitespace target (build/...Richard Worth2009-01-221-24/+0
* accordion: fixed always open regression introduced by r1715Richard Worth2009-01-221-1/+1
* UI Tabs: fixed broken animations and the frequently reported "jumpyness", fix...Klaus Hartl2009-01-211-7/+7
* accordion: fix for #3896Jörn Zaefferer2009-01-211-1/+1
* Core: Partial fix for #3559: Proper implementation for :focusable and :tabbab...Scott González2009-01-211-23/+15
* 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 c...Paul Bakaus2009-01-201-2/+3
* 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 interse...Paul Bakaus2009-01-201-1/+1
* 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 #3...Paul Bakaus2009-01-201-4/+2
* 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 #3...Paul Bakaus2009-01-201-3/+3
* 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 handling...Klaus Hartl2009-01-191-23/+26
* 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
* 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 n...Paul Bakaus2009-01-191-224/+253
* sortable: all callbacks with the exception of the beforeStop callback now fir...Paul Bakaus2009-01-191-8/+16