| Commit message (Expand) | Author | Age | Files | Lines |
* | slider visual tests: added horizontal and vertical default and range (true, m... | Richard Worth | 2009-01-29 | 8 | -0/+198 |
* | slider static tests: a couple more tests | Richard Worth | 2009-01-29 | 1 | -1/+1 |
* | slider static tests: a couple more tests | Richard Worth | 2009-01-29 | 2 | -0/+36 |
* | slider static tests: file renames | Richard Worth | 2009-01-29 | 6 | -0/+0 |
* | 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 ef... | Todd Parker | 2009-01-29 | 1 | -0/+7 |
* | 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 po... | Paul Bakaus | 2009-01-29 | 1 | -17/+17 |
* | effects: fixed various problems with order of callbacks (i.e. show('drop', 50... | Paul Bakaus | 2009-01-29 | 1 | -7/+16 |
* | 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 ui.o... | Paul Bakaus | 2009-01-29 | 3 | -3/+6 |
* | 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 (cu... | Paul Bakaus | 2009-01-29 | 1 | -3/+11 |
* | 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 neg... | Scott González | 2009-01-29 | 1 | -1/+1 |
* | 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' i... | Richard Worth | 2009-01-28 | 1 | -1/+1 |
* | 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 |
* | Fixed #3954 | Eduardo Lundgren | 2009-01-28 | 1 | -7/+13 |
* | slider: closestHandle never got set when the distance between the handles are... | Paul Bakaus | 2009-01-28 | 1 | -1/+1 |
* | slider: | Paul Bakaus | 2009-01-28 | 1 | -3/+19 |
* | new static page for accordion with no wrapper divs (due to new animation update) | Scott Jehl | 2009-01-28 | 1 | -0/+53 |
* | New "All effects" page modeled after the visual tests. Changed so script is i... | Todd Parker | 2009-01-28 | 1 | -0/+222 |
* | added row break class to datepicker with multiple calendars. we can delete t... | Maggie Costello Wachs | 2009-01-28 | 2 | -74/+95 |
* | 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 pres... | Ca-Phun Ung | 2009-01-28 | 2 | -3/+280 |
* | $.widget: Fixed #3965: Copy properties from original event on to new event in... | Scott González | 2009-01-28 | 1 | -0/+8 |