Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | visual css: corrected styles for slider | Paul Bakaus | 2008-06-26 | 1 | -2/+2 |
| | |||||
* | fixed #3010 | Paul Bakaus | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | resizable, selectable, sortable: changed cancel default to ':input' instead ↵ | Richard Worth | 2008-06-26 | 4 | -4/+4 |
| | | | | of (redundant) ':input,button' | ||||
* | sortable: update callback wass not called everytime (fixes #3028) | Paul Bakaus | 2008-06-26 | 1 | -3/+2 |
| | |||||
* | tests draggable #2965 - fixed to account for distance: 1 default | Richard Worth | 2008-06-26 | 1 | -2/+2 |
| | |||||
* | sortable: fixed serialize issue when a key was specified as option, but no ↵ | Paul Bakaus | 2008-06-26 | 1 | -1/+1 |
| | | | | custom expression | ||||
* | tests resizable - restructured to match others, added defaults test | Richard Worth | 2008-06-26 | 1 | -232/+231 |
| | |||||
* | css method - change class id name for generated div | Eduardo Lundgren | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | Resizable functional demo more updates | Eduardo Lundgren | 2008-06-26 | 1 | -3/+3 |
| | |||||
* | Resizable functional demo updates | Eduardo Lundgren | 2008-06-26 | 1 | -9/+9 |
| | |||||
* | alsoResize option bug fixes | Eduardo Lundgren | 2008-06-26 | 1 | -1/+2 |
| | |||||
* | Fixed #2996 | Eduardo Lundgren | 2008-06-26 | 1 | -19/+19 |
| | |||||
* | Fixed #2990 | Eduardo Lundgren | 2008-06-26 | 1 | -2/+2 |
| | |||||
* | Fixed #2988 | Eduardo Lundgren | 2008-06-26 | 1 | -3/+4 |
| | |||||
* | Dialog: Fixed stacking problem with modal dialogs. | Scott González | 2008-06-26 | 1 | -1/+2 |
| | |||||
* | Fixed #2340: Consistent parameters for dispatched events and callbacks. | Scott González | 2008-06-26 | 2 | -9/+9 |
| | |||||
* | Dialog: Restructured button creation and fixed the problem with not being ↵ | Scott González | 2008-06-26 | 1 | -14/+30 |
| | | | | able to change the buttons after instantiation. | ||||
* | sortable: added visual test page for profiling performance | Paul Bakaus | 2008-06-25 | 1 | -0/+757 |
| | |||||
* | Fix #3026 - Plugins callbacks need to be called first and user callbacks at ↵ | Eduardo Lundgren | 2008-06-25 | 1 | -3/+7 |
| | | | | the end | ||||
* | sortable: extreme performance increase by using setTimeout delegation and ↵ | Paul Bakaus | 2008-06-25 | 1 | -13/+30 |
| | | | | local vs. inner scope check in it, tested in FF3, IE6 and IE7, but still experimental | ||||
* | fixed #3026 - resizable resize handler is called too early | Richard Worth | 2008-06-25 | 1 | -2/+2 |
| | |||||
* | fixed #3025 - dialog should have an autoResize option; default value: true | Richard Worth | 2008-06-25 | 2 | -2/+36 |
| | |||||
* | draggable: removed a silly console.log | Paul Bakaus | 2008-06-24 | 1 | -2/+0 |
| | |||||
* | sortable: connected lists items are not refreshed until you actually move ↵ | Paul Bakaus | 2008-06-24 | 2 | -8/+20 |
| | | | | into the connected list - this improves performance for connected lists | ||||
* | sortable: changed default distance to 1 | Paul Bakaus | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | sortable: changed default distance to 1 | Paul Bakaus | 2008-06-24 | 2 | -3/+5 |
| | |||||
* | fix for clip to better work with images (animates wrapper for images only) | Aaron Eisenberger | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | Paul Bakaus | 2008-06-24 | 1 | -1/+1 |
| | | | | jquery.simulate.js, so 4 is the correct value | ||||
* | sortable: added default checks for scroll options | Paul Bakaus | 2008-06-24 | 1 | -0/+3 |
| | |||||
* | sortable: | Paul Bakaus | 2008-06-24 | 1 | -17/+34 |
| | | | | | - recalculating the offset of the offsetParent on refreshPositions as well (fixes #2951, #2976) - fixed hierarchal sortable issues because of sortable-item expando not checking the sortable container (also fixes #2976) | ||||
* | 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 ↵ | Jörn Zaefferer | 2008-06-21 | 4 | -259/+199 |
| | | | | find header-parent with call to parents | ||||
* | 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 |
| | | | | and mouseout as they're not minimal/required for drag. They were there as work-around for resizable. Moved work-around to resizable test. | ||||
* | 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 |
| | | | | Correct select coverage in IE 6- | ||||
* | 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, ↵ | Paul Bakaus | 2008-06-19 | 1 | -5/+11 |
| | | | | before calling removal functions (fixes #2987) |