Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed 3642. firstDay displays day names incorrectly. | Keith Wood | 2008-12-08 | 1 | -1/+2 |
| | |||||
* | Escape text to prevent date info substitution | Keith Wood | 2008-12-08 | 2 | -2/+2 |
| | |||||
* | Fixed 3598. Datepicker Japanese translation replacement | Keith Wood | 2008-12-08 | 1 | -20/+21 |
| | |||||
* | Fixed 3610. Error in French l18n file. | Keith Wood | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | Removed some UTF-8 BOMs causing problems in the download builder versions of ↵ | Richard Worth | 2008-12-06 | 1 | -1/+1 |
| | | | | files. | ||||
* | Dialog: Fixed #3637: Added role of button to close link. | Scott González | 2008-12-06 | 1 | -1/+9 |
| | |||||
* | progressbar: a little clean up and some more visual tests | Richard Worth | 2008-12-05 | 1 | -59/+69 |
| | |||||
* | progressbar refactor | Richard Worth | 2008-12-05 | 1 | -150/+120 |
| | |||||
* | sortable: fixed regression that caused wrong offset calculation if the ↵ | Paul Bakaus | 2008-12-02 | 1 | -6/+7 |
| | | | | helper option has been set to "original" | ||||
* | Updated Dutch localisation | Keith Wood | 2008-12-01 | 1 | -19/+19 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 4 | -50/+50 |
| | |||||
* | sortable: | Paul Bakaus | 2008-11-25 | 1 | -250/+252 |
| | | | | | | | - merged back all position and scroll fixed from draggables - renamed accurate to accurateIntersection and set it to true by default - refactored intersection code (no change in logic) - added forceHelperSize option (default: false), a forced helper size is also triggered when the generated helper doesn't have any styles set for width/height, so this option won't be needed in most cases | ||||
* | slider: fixed regression caused by a recent change in the mouse core - since ↵ | Paul Bakaus | 2008-11-24 | 1 | -2/+11 |
| | | | | the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element. | ||||
* | sortable: Another regex for the innerHTML copying in the placeholder, ↵ | Paul Bakaus | 2008-11-24 | 1 | -1/+3 |
| | | | | removes the expando attribute in IE (fixes #3541) | ||||
* | core (mouse): preventDefault in most cases instead of returning false, that ↵ | Paul Bakaus | 2008-11-23 | 1 | -2/+6 |
| | | | | blocks all bubbling events (fixed #3552) | ||||
* | core: improved logic of $.fn.scrollParent, taking positioning in account | Paul Bakaus | 2008-11-23 | 2 | -119/+129 |
| | | | | draggable: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7 | ||||
* | Resizable: disableSelection using jquery plugin. | Eduardo Lundgren | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | draggable: added missing default for zIndex and cursorAt, added missing ↵ | Paul Bakaus | 2008-11-21 | 1 | -1/+3 |
| | | | | scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6) | ||||
* | Sortables: using isOverAxis. | Eduardo Lundgren | 2008-11-21 | 1 | -4/+4 |
| | |||||
* | Core: isOverAxis avoid duplicated method logic. | Eduardo Lundgren | 2008-11-21 | 1 | -9/+4 |
| | |||||
* | Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to ↵ | Eduardo Lundgren | 2008-11-21 | 1 | -12/+59 |
| | | | | _intersectsWithPointer. | ||||
* | draggable: the snap events 'release' and 'snap' now both have valid ↵ | Paul Bakaus | 2008-11-21 | 1 | -2/+2 |
| | | | | mousemove events attached. | ||||
* | accordion: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -17/+19 |
| | | | | _init and destroy at the top. Sorted defaults alphabetically. | ||||
* | tabs: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -48/+60 |
| | | | | _init and destroy at the top. ui last. Sorted defaults alphabetically. | ||||
* | slider: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -122/+206 |
| | | | | _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically. | ||||
* | dialog: formatting changes | Richard Worth | 2008-11-21 | 1 | -0/+3 |
| | |||||
* | progressbar: formatting changes | Richard Worth | 2008-11-21 | 1 | -26/+28 |
| | |||||
* | selectable: removed toggle method as widget factory provides enable/disable ↵ | Richard Worth | 2008-11-21 | 1 | -8/+0 |
| | | | | methods. | ||||
* | droppable: removed disabled default as it's provided by widget factory | Richard Worth | 2008-11-21 | 1 | -1/+0 |
| | |||||
* | draggable, droppable, resizable, selectable, sortable: formatting changes - ↵ | Richard Worth | 2008-11-21 | 5 | -687/+731 |
| | | | | | | moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically. | ||||
* | New file: AUTHORS.txt instead of having a single contributor's name in each ↵ | Richard Worth | 2008-11-21 | 25 | -27/+25 |
| | | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b | ||||
* | Added a build.xml file to help us removing trailing spaces when needed. | Eduardo Lundgren | 2008-11-20 | 1 | -1/+0 |
| | |||||
* | Added a build.xml file to help us removing trailing spaces when needed. | Eduardo Lundgren | 2008-11-20 | 1 | -0/+25 |
| | |||||
* | Source formatting: Removing trailing spaces | Eduardo Lundgren | 2008-11-20 | 52 | -154/+154 |
| | |||||
* | core: this fixes the Safari issue that select options can't be selected if ↵ | Paul Bakaus | 2008-11-19 | 1 | -1/+1 |
| | | | | the mouse widget is used, since the mousedown returns false which calls preventDefault. Returning true causes text to be selectable in FF/Opera though, so this needs to be Safari only for now. | ||||
* | sortable: removing ui.options caused plugins not to work anymore - fixed all ↵ | Paul Bakaus | 2008-11-19 | 1 | -21/+20 |
| | | | | regressions | ||||
* | resizable: Fixed preserveCursor, if the cursor is overriden in the ↵ | Paul Bakaus | 2008-11-19 | 1 | -2/+4 |
| | | | | stylesheet for the axes, it's maintained (fixes #3480) | ||||
* | slider: defered all parseInt / Math.round calls for values to this._round, ↵ | Paul Bakaus | 2008-11-19 | 1 | -23/+27 |
| | | | | implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489) | ||||
* | sortable: removed ui.element and ui.options from the UI object, corrected ↵ | Paul Bakaus | 2008-11-19 | 1 | -8/+6 |
| | | | | the callback for the items option, now includes event if applicable | ||||
* | set svn:eol-style to native | Richard Worth | 2008-11-19 | 2 | -49/+49 |
| | |||||
* | Removed spinner from trunk. See /branches/dev/spinner | Richard Worth | 2008-11-19 | 1 | -424/+0 |
| | |||||
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 24 | -722/+722 |
| | |||||
* | Progressbar: Removed text method. | Scott González | 2008-11-18 | 1 | -5/+15 |
| | |||||
* | Various: Fixed #3596: Removed references to jQuery for .noConflict() ↵ | Scott González | 2008-11-18 | 3 | -16/+16 |
| | | | | compatibility. | ||||
* | Progressbar: Removed identifier, element, textElement from the ui object in ↵ | Scott González | 2008-11-17 | 1 | -4/+1 |
| | | | | callbacks. | ||||
* | Progressbar: Removed textClass option. | Scott González | 2008-11-17 | 1 | -2/+0 |
| | |||||
* | Progressbar: Removed references to jQuery for compatibility with .noConflict(). | Scott González | 2008-11-17 | 1 | -4/+4 |
| | |||||
* | Progressbar: | Scott González | 2008-11-17 | 1 | -43/+49 |
| | | | | | | | | | Refactored creation of elements on init. Removed propagate method; using trigger instead. Fixed appending background text element. Added $.ui.progressbar.uuid; used for identifier instead of timestamp + random number. Fixed updating of text to also update the background text. Removed default for unused addClass option. | ||||
* | Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2. | Scott González | 2008-11-15 | 1 | -2/+10 |
| | |||||
* | Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover. | Keith Wood | 2008-11-14 | 1 | -56/+62 |
| | | | | | Moved prompt to below controls. Corrected month/year spacing for multiple months. |