| Commit message (Expand) | Author | Age | Files | Lines |
* | draggable: the snap events 'release' and 'snap' now both have valid mousemove... | Paul Bakaus | 2008-11-21 | 1 | -2/+2 |
* | accordion: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -17/+19 |
* | tabs: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -48/+60 |
* | slider: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -122/+206 |
* | 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 m... | Richard Worth | 2008-11-21 | 1 | -8/+0 |
* | 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 - m... | Richard Worth | 2008-11-21 | 5 | -687/+731 |
* | New file: AUTHORS.txt instead of having a single contributor's name in each f... | Richard Worth | 2008-11-21 | 25 | -27/+25 |
* | 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 th... | Paul Bakaus | 2008-11-19 | 1 | -1/+1 |
* | sortable: removing ui.options caused plugins not to work anymore - fixed all ... | Paul Bakaus | 2008-11-19 | 1 | -21/+20 |
* | resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet... | Paul Bakaus | 2008-11-19 | 1 | -2/+4 |
* | slider: defered all parseInt / Math.round calls for values to this._round, im... | Paul Bakaus | 2008-11-19 | 1 | -23/+27 |
* | sortable: removed ui.element and ui.options from the UI object, corrected the... | Paul Bakaus | 2008-11-19 | 1 | -8/+6 |
* | 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() compatib... | Scott González | 2008-11-18 | 3 | -16/+16 |
* | Progressbar: Removed identifier, element, textElement from the ui object in c... | Scott González | 2008-11-17 | 1 | -4/+1 |
* | 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 |
* | 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 |
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 13 | -430/+430 |
* | refactored keyboard handling to a switch statement for clarity. | David Bolter | 2008-11-13 | 1 | -12/+12 |
* | Added accordion keyboard and ARIA support, and tests. Mozilla needs this for ... | David Bolter | 2008-11-13 | 1 | -2/+64 |
* | Sortable: remove console.log | Eduardo Lundgren | 2008-11-12 | 1 | -1/+0 |
* | Sortable: More accuracy improvements. | Eduardo Lundgren | 2008-11-12 | 1 | -15/+11 |
* | Core and Sortable: $.ui.contains method moved into the core. This method coul... | Eduardo Lundgren | 2008-11-12 | 2 | -20/+24 |
* | datepicker: added $.ui.datepicker.version | Richard Worth | 2008-11-12 | 1 | -0/+2 |
* | Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ... | Richard Worth | 2008-11-12 | 1 | -1/+2 |
* | Moved colorpicker to experimental branch | Richard Worth | 2008-11-12 | 1 | -473/+0 |
* | Core: Change arguments name for isOver* methods. | Eduardo Lundgren | 2008-11-10 | 1 | -6/+6 |
* | implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in... | Paul Bakaus | 2008-11-10 | 1 | -0/+6 |
* | Core: Change comments for the new methods | Eduardo Lundgren | 2008-11-10 | 1 | -3/+3 |
* | Change name of intersect methods to isOverHeight/isOverWidth/isOver. | Eduardo Lundgren | 2008-11-10 | 4 | -13/+15 |
* | Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.inter... | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | Core: Avoid conflict with droppable $.ui.instersect method. Core changed name... | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | Draggable: Using the new core intersect method on connectToSortable. | Eduardo Lundgren | 2008-11-10 | 1 | -133/+132 |
* | Sortable: Using the new core intersectHeight/intersectWidth methods. | Eduardo Lundgren | 2008-11-10 | 1 | -20/+13 |
* | Core: Intersect methods into the core. Determines when element "a" coordinate... | Eduardo Lundgren | 2008-11-10 | 1 | -0/+15 |
* | Draggable - calling the new _ui() method from sortables | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 |
* | moved magnifier to experimental branch | Richard Worth | 2008-11-08 | 1 | -176/+0 |
* | droppable: defined some defaults | Richard Worth | 2008-11-08 | 1 | -2/+5 |