Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | css updates to abstract left, right, bottom, top values into CSS | Scott Jehl | 2009-01-29 | 5 | -33/+21 | |
| | ||||||
* | css updates to abstract left, right, bottom, top values into CSS | Scott Jehl | 2009-01-29 | 1 | -3/+7 | |
| | ||||||
* | Commented out new effects, about and theme left nav links, restored simple ↵ | Todd Parker | 2009-01-29 | 1 | -0/+7 | |
| | | | | effect demo links from live site. | |||||
* | slider static tests: updates and cleanup | Richard Worth | 2009-01-29 | 6 | -8/+66 | |
| | ||||||
* | sortable: containment option now respects the padding (fixes #3958) | Paul Bakaus | 2009-01-29 | 1 | -4/+4 | |
| | ||||||
* | draggable: containment option now respects the padding (fixes #3957) | Paul Bakaus | 2009-01-29 | 1 | -4/+4 | |
| | ||||||
* | slider: fixed orientation detection | Paul Bakaus | 2009-01-29 | 1 | -5/+8 | |
| | ||||||
* | file renames | Richard Worth | 2009-01-29 | 3 | -0/+0 | |
| | ||||||
* | slider static tests: range, range min | Richard Worth | 2009-01-29 | 2 | -0/+39 | |
| | ||||||
* | slider static tests: new test 'Slider range max' | Richard Worth | 2009-01-29 | 1 | -0/+19 | |
| | ||||||
* | dialog: all triggered custom events should have related events attached if ↵ | Paul Bakaus | 2009-01-29 | 1 | -17/+17 | |
| | | | | possible (fixes #3718,#3983) | |||||
* | effects: fixed various problems with order of callbacks (i.e. show('drop', ↵ | Paul Bakaus | 2009-01-29 | 1 | -7/+16 | |
| | | | | 500) wasn't working) (additionally fixes #3912) | |||||
* | dialog visual tests: Added new test 'Dialog on page with scrollbars' | Richard Worth | 2009-01-29 | 1 | -0/+25 | |
| | ||||||
* | draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ↵ | Paul Bakaus | 2009-01-29 | 3 | -3/+6 | |
| | | | | ui.offset (fixes #3978,#3977,#3976) | |||||
* | resizable: removed ui.options | Paul Bakaus | 2009-01-29 | 1 | -11/+10 | |
| | ||||||
* | demos: dialog modal form | Chi Cheng | 2009-01-29 | 1 | -1/+1 | |
| | ||||||
* | demos: dialog modal form | Chi Cheng | 2009-01-29 | 1 | -14/+47 | |
| | ||||||
* | dialog: shadow is hidden during drag/resize for slow performance browsers ↵ | Paul Bakaus | 2009-01-29 | 1 | -3/+11 | |
| | | | | (currently IE < 7) (fixes #3966) | |||||
* | Dialog Demo: Beginning of new modal form demo. | Scott González | 2009-01-29 | 1 | -0/+113 | |
| | ||||||
* | Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be ↵ | Scott González | 2009-01-29 | 1 | -1/+1 | |
| | | | | negative (breaks IE). | |||||
* | slider: added better description for workaround for #3726 | Paul Bakaus | 2009-01-28 | 1 | -1/+2 | |
| | ||||||
* | slider unit tests: updated default value for orientation option (now 'auto' ↵ | Richard Worth | 2009-01-28 | 1 | -1/+1 | |
| | | | | instead of 'horizontal') | |||||
* | slider: added better description for workaround for #3726 | Paul Bakaus | 2009-01-28 | 1 | -1/+0 | |
| | ||||||
* | slider: animate default should be false | Paul Bakaus | 2009-01-28 | 1 | -0/+2 | |
| | ||||||
* | slider: animate default should be false | Paul Bakaus | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -25/+30 | |
| | | | | | - implemented animate method - slider min/max values could be exceeded using the keyboard (fixes #3737) | |||||
* | Fixed #3954 | Eduardo Lundgren | 2009-01-28 | 1 | -7/+13 | |
| | ||||||
* | slider: closestHandle never got set when the distance between the handles ↵ | Paul Bakaus | 2009-01-28 | 1 | -1/+1 | |
| | | | | are the maximum available (fixes #3948) | |||||
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -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 Jehl | 2009-01-28 | 1 | -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 Parker | 2009-01-28 | 1 | -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 Wachs | 2009-01-28 | 2 | -74/+95 | |
| | | | | this later if needed; just want to make sure a fix is in place before the next release. | |||||
* | eol-style and mime-type | Richard Worth | 2009-01-28 | 1 | -40/+40 | |
| | ||||||
* | test visual slider: new test - Slider in container with scrollbars | Richard Worth | 2009-01-28 | 1 | -0/+40 | |
| | ||||||
* | demos index: added bgiframe for modal demos | Richard Worth | 2009-01-28 | 1 | -0/+1 | |
| | ||||||
* | tests static icons: fixed icon test page in IE6 | Richard Worth | 2009-01-28 | 1 | -199/+207 | |
| | ||||||
* | Added missing icon: .ui-icon-script | Richard Worth | 2009-01-28 | 2 | -39/+45 | |
| | ||||||
* | themes base: updated sprite icon pngs to PNG8 for IE6 | Richard Worth | 2009-01-28 | 5 | -0/+0 | |
| | ||||||
* | eol-style and mime-type | Richard Worth | 2009-01-28 | 3 | -194/+194 | |
| | ||||||
* | demos tabs: added sortable tabs demo | Richard Worth | 2009-01-28 | 2 | -0/+63 | |
| | ||||||
* | demos: fixed demo descriptions to use CODE for option names instead of STRONG | Richard Worth | 2009-01-28 | 45 | -48/+48 | |
| | ||||||
* | core: check for event.originalEvent before copying | Richard Worth | 2009-01-28 | 1 | -3/+5 | |
| | ||||||
* | effect_types description: added note that effects can be toggled | Jörn Zaefferer | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | svn:mime-type for effect_types demos | Jörn Zaefferer | 2009-01-28 | 0 | -0/+0 | |
| | ||||||
* | datepicker: fixes #3863: fixed vertical position when scroll position is ↵ | Ca-Phun Ung | 2009-01-28 | 2 | -3/+280 | |
| | | | | present and added a viewport visual testcase. | |||||
* | $.widget: Fixed #3965: Copy properties from original event on to new event ↵ | Scott González | 2009-01-28 | 1 | -0/+8 | |
| | | | | in _trigger. | |||||
* | Mouse: Fixed #3552, reverted r1763: Let mouse events propagate. | Scott González | 2009-01-28 | 1 | -5/+4 | |
| | ||||||
* | Created new folder for effect_types that includes all standard effects ↵ | Todd Parker | 2009-01-27 | 16 | -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 snap | Paul Bakaus | 2009-01-27 | 1 | -2/+2 | |
| | ||||||
* | demos draggable delay-start: disable text selection | Richard Worth | 2009-01-27 | 1 | -0/+1 | |
| |