| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for clip to better work with images (animates wrapper for images only) | Aaron Eisenberger | 2008-06-24 | 1 | -3/+4 |
* | draggable: fixed issue when placeholder didn't exist (fixes #3018) | Paul Bakaus | 2008-06-24 | 1 | -5/+5 |
* | draggable: fixed failing test, mousemove is actually called 3 times in jquery... | Paul Bakaus | 2008-06-24 | 1 | -1/+1 |
* | sortable: added default checks for scroll options | Paul Bakaus | 2008-06-24 | 1 | -0/+3 |
* | sortable: | Paul Bakaus | 2008-06-24 | 1 | -17/+34 |
* | sortable:fixed #3019, stop being fird too early | Paul Bakaus | 2008-06-24 | 2 | -4/+19 |
* | accordion: simplified find-header-element code, thanks Ariel | Jörn Zaefferer | 2008-06-22 | 1 | -3/+2 |
* | tests dialog - added missing tests (placeholders) | Richard Worth | 2008-06-22 | 1 | -0/+24 |
* | Fixed 2038 Split out display date and date value formats | Keith Wood | 2008-06-21 | 2 | -3/+44 |
* | accordion: added test for headers with descendants; replaced while-loop to fi... | Jörn Zaefferer | 2008-06-21 | 4 | -259/+199 |
* | tests dialog - added some tests and placeholders | Richard Worth | 2008-06-21 | 2 | -70/+177 |
* | simulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover ... | Richard Worth | 2008-06-21 | 2 | -2/+6 |
* | tests selectable - removed unneeded refs to draggable and resizable | Richard Worth | 2008-06-21 | 1 | -2/+0 |
* | tests draggable - corrected defaults tests tracking [304], and [305] | Richard Worth | 2008-06-21 | 1 | -2/+2 |
* | tests datepicker - added closure (for isolation in all.html) | Richard Worth | 2008-06-21 | 1 | -0/+7 |
* | tests all - added sortable | Richard Worth | 2008-06-21 | 1 | -0/+9 |
* | tests sortable - fixed failing disable tests | Richard Worth | 2008-06-21 | 1 | -4/+4 |
* | tests sortable - fixed failing enable test | Richard Worth | 2008-06-21 | 2 | -7/+7 |
* | tests sortable - corrected page title | Richard Worth | 2008-06-21 | 1 | -2/+2 |
* | Correct datepicker placement when used in static areas | Keith Wood | 2008-06-20 | 1 | -20/+23 |
* | Tweaks for IE 6- | Keith Wood | 2008-06-20 | 1 | -0/+14 |
* | visual tests: dialog - removed unused offset var | Richard Worth | 2008-06-20 | 1 | -1/+0 |
* | slider: check in the destroy method if a handle actually exists or not, befor... | Paul Bakaus | 2008-06-19 | 1 | -5/+11 |
* | sortable: the options.items callback now receives null as first argument, a l... | Paul Bakaus | 2008-06-19 | 1 | -1/+1 |
* | Dialog - fixed #3017 | Eduardo Lundgren | 2008-06-18 | 1 | -6/+12 |
* | Draggable: Changed mouse's cancel option from ":input,button" to ":input" (bu... | Scott González | 2008-06-18 | 1 | -1/+1 |
* | Fixed #3016 - Distance option default | Richard Worth | 2008-06-18 | 3 | -3/+3 |
* | Added text examples alongside images | Keith Wood | 2008-06-18 | 1 | -29/+43 |
* | Fixed bug for international languages | Keith Wood | 2008-06-18 | 1 | -1/+1 |
* | Missed highlightWeek setting default | Keith Wood | 2008-06-18 | 1 | -0/+1 |
* | dialog - added dragHelper | Eduardo Lundgren | 2008-06-17 | 1 | -0/+1 |
* | dialog - added resizeHelper | Eduardo Lundgren | 2008-06-17 | 1 | -0/+1 |
* | More tests demonstrating date formatting in prev/next, | Keith Wood | 2008-06-17 | 1 | -44/+49 |
* | Fixed 2641 Week row hover styling | Keith Wood | 2008-06-17 | 1 | -12/+15 |
* | Fixed 2371 Datepicker showing "off page" behaves strangely | Keith Wood | 2008-06-17 | 1 | -19/+24 |
* | Fixed 2641 Week row hover styling | Keith Wood | 2008-06-17 | 1 | -2/+7 |
* | Fixed 2593 Datepicker using months instead of prev and next | Keith Wood | 2008-06-17 | 1 | -7/+16 |
* | use el[0] instead of this for callback | Aaron Eisenberger | 2008-06-16 | 1 | -1/+1 |
* | clip effect should be animating the wrapper | Aaron Eisenberger | 2008-06-16 | 1 | -5/+5 |
* | Demonstrate range select with min/max date restriction | Keith Wood | 2008-06-16 | 1 | -0/+1 |
* | Fixed #2658 Next link shows > when hideIfNoPrevNext is true | Keith Wood | 2008-06-16 | 1 | -4/+5 |
* | sortable; moved the cursorAt and containment blocks after the start callback,... | Paul Bakaus | 2008-06-16 | 1 | -12/+14 |
* | Added effects demonstrations | Keith Wood | 2008-06-16 | 4 | -0/+326 |
* | Allow folding to occur horizontally first | Keith Wood | 2008-06-16 | 1 | -3/+7 |
* | Tests for relative dates with multiple periods | Keith Wood | 2008-06-16 | 1 | -2/+79 |
* | Allow relative dates with multiple periods | Keith Wood | 2008-06-16 | 2 | -8/+10 |
* | Add tests for destroying datepicker, keystrokes, minimum/maximum date process... | Keith Wood | 2008-06-13 | 1 | -10/+300 |
* | Add named keystrokes | Keith Wood | 2008-06-13 | 1 | -1/+12 |
* | Demonstrate callbacks on range datepickers | Keith Wood | 2008-06-13 | 1 | -2/+5 |
* | Fix onClose bug for ranges in IE | Keith Wood | 2008-06-13 | 1 | -14/+20 |