summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* css updates to abstract left, right, bottom, top values into CSSScott Jehl2009-01-295-33/+21
|
* css updates to abstract left, right, bottom, top values into CSSScott Jehl2009-01-291-3/+7
|
* Commented out new effects, about and theme left nav links, restored simple ↵Todd Parker2009-01-291-0/+7
| | | | effect demo links from live site.
* slider static tests: updates and cleanupRichard Worth2009-01-296-8/+66
|
* sortable: containment option now respects the padding (fixes #3958)Paul Bakaus2009-01-291-4/+4
|
* draggable: containment option now respects the padding (fixes #3957)Paul Bakaus2009-01-291-4/+4
|
* slider: fixed orientation detectionPaul Bakaus2009-01-291-5/+8
|
* file renamesRichard Worth2009-01-293-0/+0
|
* slider static tests: range, range minRichard Worth2009-01-292-0/+39
|
* slider static tests: new test 'Slider range max'Richard Worth2009-01-291-0/+19
|
* dialog: all triggered custom events should have related events attached if ↵Paul Bakaus2009-01-291-17/+17
| | | | possible (fixes #3718,#3983)
* effects: fixed various problems with order of callbacks (i.e. show('drop', ↵Paul Bakaus2009-01-291-7/+16
| | | | 500) wasn't working) (additionally fixes #3912)
* dialog visual tests: Added new test 'Dialog on page with scrollbars'Richard Worth2009-01-291-0/+25
|
* draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ↵Paul Bakaus2009-01-293-3/+6
| | | | ui.offset (fixes #3978,#3977,#3976)
* resizable: removed ui.optionsPaul Bakaus2009-01-291-11/+10
|
* demos: dialog modal formChi Cheng2009-01-291-1/+1
|
* demos: dialog modal formChi Cheng2009-01-291-14/+47
|
* dialog: shadow is hidden during drag/resize for slow performance browsers ↵Paul Bakaus2009-01-291-3/+11
| | | | (currently IE < 7) (fixes #3966)
* Dialog Demo: Beginning of new modal form demo.Scott González2009-01-291-0/+113
|
* Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be ↵Scott González2009-01-291-1/+1
| | | | negative (breaks IE).
* slider: added better description for workaround for #3726Paul Bakaus2009-01-281-1/+2
|
* slider unit tests: updated default value for orientation option (now 'auto' ↵Richard Worth2009-01-281-1/+1
| | | | instead of 'horizontal')
* slider: added better description for workaround for #3726Paul Bakaus2009-01-281-1/+0
|
* slider: animate default should be falsePaul Bakaus2009-01-281-0/+2
|
* slider: animate default should be falsePaul Bakaus2009-01-281-1/+1
|
* slider:Paul Bakaus2009-01-281-25/+30
| | | | | - implemented animate method - slider min/max values could be exceeded using the keyboard (fixes #3737)
* Fixed #3954Eduardo Lundgren2009-01-281-7/+13
|
* slider: closestHandle never got set when the distance between the handles ↵Paul Bakaus2009-01-281-1/+1
| | | | are the maximum available (fixes #3948)
* slider:Paul Bakaus2009-01-281-3/+19
| | | | | - when dragging a handle, the position of the relative click is respected (fixes #3972) - when dragging two range handles to 0, the slider was broken because the nearest handle would always be the first. Implemented a workaround. (fixes #3736)
* new static page for accordion with no wrapper divs (due to new animation update)Scott Jehl2009-01-281-0/+53
| | | | the css in this file can replace accordion.css in themes/base once this is implemented and all css references to the content-wrap can be removed.
* New "All effects" page modeled after the visual tests. Changed so script is ↵Todd Parker2009-01-281-0/+222
| | | | in the head and framework classes are used. I kept the other all effect page (default.html) in this folder too in case we decide thsi is a better option. Needs props fixed.
* added row break class to datepicker with multiple calendars. we can delete ↵Maggie Costello Wachs2009-01-282-74/+95
| | | | this later if needed; just want to make sure a fix is in place before the next release.
* eol-style and mime-typeRichard Worth2009-01-281-40/+40
|
* test visual slider: new test - Slider in container with scrollbarsRichard Worth2009-01-281-0/+40
|
* demos index: added bgiframe for modal demosRichard Worth2009-01-281-0/+1
|
* tests static icons: fixed icon test page in IE6Richard Worth2009-01-281-199/+207
|
* Added missing icon: .ui-icon-scriptRichard Worth2009-01-282-39/+45
|
* themes base: updated sprite icon pngs to PNG8 for IE6Richard Worth2009-01-285-0/+0
|
* eol-style and mime-typeRichard Worth2009-01-283-194/+194
|
* demos tabs: added sortable tabs demoRichard Worth2009-01-282-0/+63
|
* demos: fixed demo descriptions to use CODE for option names instead of STRONGRichard Worth2009-01-2845-48/+48
|
* core: check for event.originalEvent before copyingRichard Worth2009-01-281-3/+5
|
* effect_types description: added note that effects can be toggledJörn Zaefferer2009-01-281-1/+1
|
* svn:mime-type for effect_types demosJörn Zaefferer2009-01-280-0/+0
|
* datepicker: fixes #3863: fixed vertical position when scroll position is ↵Ca-Phun Ung2009-01-282-3/+280
| | | | present and added a viewport visual testcase.
* $.widget: Fixed #3965: Copy properties from original event on to new event ↵Scott González2009-01-281-0/+8
| | | | in _trigger.
* Mouse: Fixed #3552, reverted r1763: Let mouse events propagate.Scott González2009-01-281-5/+4
|
* Created new folder for effect_types that includes all standard effects ↵Todd Parker2009-01-2716-0/+859
| | | | together to match the new effects docs structure. Also created a new default.html page that contains a set of all effect demos together on one page. If this looks ok, the 3 separate effects folders can be deleted.
* draggable: fixed snapPaul Bakaus2009-01-271-2/+2
|
* demos draggable delay-start: disable text selectionRichard Worth2009-01-271-0/+1
|