summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* set version to 1.71.7Richard Worth2009-03-031-1/+1
|
* demos: simplified class effect demos to work in IE6Richard Worth2009-03-034-8/+6
|
* demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for ↵Richard Worth2009-03-034-256/+0
| | | | now as both have issues in Safari
* demos: slider - Simple colorpicker, prevent sliders from sometimes being ↵Richard Worth2009-03-031-0/+1
| | | | drawn vertical when page first loads. Weird.
* Dialog: fix dialog height from being reset after drag in Safari. related to ↵Richard Worth2009-03-031-0/+2
| | | | r2152 and #4252
* demos: sortable - Delay start, fixed so first drag doesn't have to start on ↵Richard Worth2009-03-031-1/+1
| | | | text in IE6
* demos: sortable - Include / exclude items, fixed display issue in IE6Richard Worth2009-03-031-2/+2
|
* demos: draggable - Contrain movement, prevent horizontal scrollbarRichard Worth2009-03-031-1/+1
|
* demos: show - start hidden instead of fadeOut to prevent flashRichard Worth2009-03-021-1/+1
|
* accordion: call .blur() so ui-state-focus class gets removed from ↵Richard Worth2009-03-021-1/+1
| | | | last-focused header. See r1945
* demos: sortable - disableSelection on sortable elementsRichard Worth2009-03-025-0/+7
|
* demos: droppable photo manager - fixed issue where dialog would not be ↵Richard Worth2009-03-021-9/+13
| | | | centered when image first opened.
* Fixed #3053 - when resizing a image a row of pixels can disappearRichard Worth2009-03-021-0/+3
| | | | | props raziel057
* tests: resizable - Added visual test for ticket #3053Richard Worth2009-03-022-0/+34
|
* Fixed #4127 - Resizable: displacement of element (in case of constraint ↵Richard Worth2009-03-021-0/+3
| | | | | | | resize area) props raziel057
* tests: resizable - Added visual test for ticket #4217Richard Worth2009-03-021-0/+43
|
* eol-style and mime-typeRichard Worth2009-03-020-0/+0
|
* demos: effects - added return false; to button click handlersRichard Worth2009-03-028-4/+11
|
* demos/tabs: added new demo "Simple manipulation", shows simple tabs adding ↵Bohdan Ganicky2009-03-012-2/+122
| | | | and removing
* Tabs: fixed a few issues in rotate method extensionKlaus Hartl2009-03-011-11/+16
|
* Tabs: few fixes required in destroy method, removed ol as tabifyable elementKlaus Hartl2009-03-012-18/+23
|
* Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - ↵Scott González2009-03-011-2/+0
| | | | undocumented dragHelper and resizeHelper options should be removed.
* Tabs: fixed stopping a rotationKlaus Hartl2009-02-281-14/+15
|
* resizable: add ui-resizable-resizing class during resizeRichard Worth2009-02-281-1/+4
|
* Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper ↵Richard Worth2009-02-281-1/+7
| | | | options should be removed
* slider: use handle width / 2 instead of marginLeft to find offset of ↵Richard Worth2009-02-281-1/+1
| | | | mousedown relative to center of handle (fixes #4063 - slider: horizontal slider handle jumps up when you click on it IE6)
* refactored multiple-slider demo by setting a few defaults and reading values ↵Jörn Zaefferer2009-02-281-43/+29
| | | | from markup, removing some inline styles
* updated classes more to use all animated propertiesScott Jehl2009-02-274-51/+30
|
* updated classes to use all animated propertiesScott Jehl2009-02-274-9/+9
|
* updated demos to a standard format - class animations do not seem to work in ↵Scott Jehl2009-02-2712-59/+365
| | | | safari (unsure why)
* removed margin-left rules due to IE6 conflictScott Jehl2009-02-277-7/+7
|
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-2729-44/+44
|
* removed margin-left rules from these draggable demos due to IE6 conflictScott Jehl2009-02-279-11/+16
|
* added effect method folders / pagesScott Jehl2009-02-2657-2797/+0
|
* added effect method folders / pagesScott Jehl2009-02-2612-0/+397
|
* effect method demos page - possibly a good solution for thisScott Jehl2009-02-262-0/+123
|
* better performing check for base and href in IEKlaus Hartl2009-02-261-3/+3
|
* Dialog: Fixed bug where dialogs wouldn't close if there was no animation.Scott González2009-02-261-1/+1
|
* Tabs: refactored - replaced noisy $property names Klaus Hartl2009-02-251-72/+69
|
* Tabs: refactored so that it's using queue, fixes #4060Klaus Hartl2009-02-252-50/+45
|
* Tabs: fixes #4033 as well for the case a base tag is being usedKlaus Hartl2009-02-251-1/+3
|
* Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog ↵Scott González2009-02-251-4/+4
| | | | z-index adjusted incorrectly on mousedown.
* Sortable: Removed accurateIntersection option (Fixes #4225).Scott González2009-02-253-18/+2
|
* Added visual test for dialog on a page with a large DOM.Scott González2009-02-251-0/+2959
|
* Fixes ie6 bug where range blinks sometimes to a small height or widthScott Jehl2009-02-241-1/+1
| | | | props to Todd Parker :)
* slider: only return false on handle keydown if one of arrow keys or ↵Richard Worth2009-02-231-1/+4
| | | | pgup/down are pressed (otherwise tab is broken)
* Tabs should not use toggleClass() for state handling, fixes #4212Klaus Hartl2009-02-221-6/+15
|
* Tabs: some refactoring to avoid redundant codeKlaus Hartl2009-02-221-27/+25
|
* Tabs: fixed remaining JSLint warningsKlaus Hartl2009-02-221-39/+73
|
* Tabs: avoid !0 == trueKlaus Hartl2009-02-221-2/+2
|