Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | 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 | |
| | | | | website. (partial review: Scott González, fix for 3553) | |||||
* | 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 ↵ | Eduardo Lundgren | 2008-11-12 | 2 | -20/+24 | |
| | | | | could be util for another components. | |||||
* | 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 | |
| | | | | undefined" | |||||
* | 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 ↵ | Paul Bakaus | 2008-11-10 | 1 | -0/+6 | |
| | | | | in Jquery's trac) | |||||
* | 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 ↵ | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 | |
| | | | | $.ui.intersects. | |||||
* | Core: Avoid conflict with droppable $.ui.instersect method. Core changed ↵ | Eduardo Lundgren | 2008-11-10 | 1 | -1/+1 | |
| | | | | name to $.ui.intersects. | |||||
* | 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" ↵ | Eduardo Lundgren | 2008-11-10 | 1 | -0/+15 | |
| | | | | coordinates intersects with element "b". | |||||
* | 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 | |
| | ||||||
* | Fixed 3550. Added Albanian localisation. | Keith Wood | 2008-11-08 | 1 | -0/+25 | |
| | ||||||
* | Fixed 3547. Initialise alternate field on load for inline datepicker. | Keith Wood | 2008-11-08 | 1 | -1/+2 | |
| | ||||||
* | Core: Optimized isVisible() for the case where the element being checked is ↵ | Scott González | 2008-11-08 | 1 | -1/+1 | |
| | | | | not visible. | |||||
* | Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call. | Scott González | 2008-11-07 | 2 | -6/+10 | |
| | ||||||
* | Core: Rewrote isVisible(). New implementation inspired by Remy's ↵ | Scott González | 2008-11-07 | 1 | -13/+2 | |
| | | | | :reallyvisible selector. | |||||
* | Correct display of big prev/next links when disabled. | Keith Wood | 2008-11-07 | 1 | -7/+11 | |
| | | | | Correct spacing between month and year when non-selectable. | |||||
* | Fixed 3526. Default year if not set from input field. | Keith Wood | 2008-11-07 | 1 | -1/+3 | |
| | ||||||
* | Fixed 3536. Added Persian localisation | Keith Wood | 2008-11-07 | 1 | -0/+25 | |
| | ||||||
* | Core: Moved regex declarations for potential speed increase. | Scott González | 2008-11-07 | 1 | -21/+21 | |
| | ||||||
* | draggable: fixed nasty IE related scrolling bug - funny IE includes scroll ↵ | Paul Bakaus | 2008-11-06 | 1 | -2/+3 | |
| | | | | if you call offset() on <html> | |||||
* | sortable: returning false in any callback will now call this.cancenl() to ↵ | Paul Bakaus | 2008-11-06 | 1 | -1/+2 | |
| | | | | cancel the ongoing action | |||||
* | Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ↵ | David Bolter | 2008-11-05 | 3 | -35/+30 | |
| | | | | ariaState API. (Assist: Scott González, Fixes #3529) | |||||
* | UI Tabs: removed equalize extension | Klaus Hartl | 2008-11-05 | 1 | -14/+0 | |
| | ||||||
* | UI Tabs: fixed tabs select causing page to jump bug, removed cruft form ↵ | Klaus Hartl | 2008-11-05 | 1 | -87/+68 | |
| | | | | former history integration which will work differently anyway | |||||
* | sortable: removed support for ui.cancel(), must now be called via the ↵ | Paul Bakaus | 2008-11-04 | 1 | -7/+12 | |
| | | | | sortable() function as method (sortable('cancel')). Now works even if the drag is still ongoing, i.e. the mouse button is still pressed. | |||||
* | sortable: implemented ui.cancel(), a function that can be called to ↵ | Paul Bakaus | 2008-11-03 | 1 | -6/+47 | |
| | | | | completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402) | |||||
* | sortable: checked inputs are not unchecked anymore after drag start (fixes ↵ | Paul Bakaus | 2008-11-03 | 1 | -1/+1 | |
| | | | | #3466) | |||||
* | core: restructured helper functions, made enableSelection/disableSelection ↵ | Paul Bakaus | 2008-11-03 | 3 | -138/+152 | |
| | | | | jQuery plugins (fixes 3459) |