Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | removed unused conditional comments for ie5, ie6, ie7 | Richard Worth | 2008-11-19 | 1 | -4/+1 |
| | |||||
* | 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 | 7 | -406/+406 |
| | |||||
* | Removed spinner from trunk. See /branches/dev/spinner | Richard Worth | 2008-11-19 | 11 | -1227/+1 |
| | |||||
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 82 | -1299/+1299 |
| | |||||
* | 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. | ||||
* | Rollback changes for datepicker. This means 3261, 3307, 3513, 3521 are ↵ | Keith Wood | 2008-11-15 | 1 | -152/+75 |
| | | | | problems again. | ||||
* | Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2. | Scott González | 2008-11-15 | 2 | -7/+26 |
| | |||||
* | Added tests for daylight savings problems - only show up in specific timezones. | Keith Wood | 2008-11-14 | 1 | -0/+82 |
| | |||||
* | 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 | 22 | -460/+460 |
| | |||||
* | 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 | 2 | -2/+82 |
| | | | | website. (partial review: Scott González, fix for 3553) | ||||
* | set correct mime-types for trunk (html,js,jpg,png,gif,css for now) | Paul Bakaus | 2008-11-13 | 0 | -0/+0 |
| | |||||
* | Sortable: remove console.log | Eduardo Lundgren | 2008-11-12 | 1 | -1/+0 |
| | |||||
* | Added alternate easing demonstration | Keith Wood | 2008-11-12 | 4 | -32/+93 |
| | |||||
* | Fixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full ↵ | Keith Wood | 2008-11-12 | 1 | -75/+153 |
| | | | | functionality. | ||||
* | 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 |
| | |||||
* | tests: removed background image from slider unit tests | Richard Worth | 2008-11-12 | 2 | -4/+4 |
| | |||||
* | Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ↵ | Richard Worth | 2008-11-12 | 1 | -1/+2 |
| | | | | undefined" | ||||
* | tests: cleanup and consistency with defaults tests | Richard Worth | 2008-11-12 | 10 | -225/+356 |
| | |||||
* | default theme: whitespace and formatting | Richard Worth | 2008-11-12 | 1 | -200/+200 |
| | |||||
* | default theme: whitespace and formatting | Richard Worth | 2008-11-12 | 1 | -37/+7 |
| | |||||
* | Removed colorpicker and autocomplete from default theme | Richard Worth | 2008-11-12 | 13 | -241/+0 |
| | |||||
* | Removed references to colorpicker from trunk | Richard Worth | 2008-11-12 | 3 | -4/+0 |
| | |||||
* | Moved colorpicker to experimental branch | Richard Worth | 2008-11-12 | 3 | -871/+0 |
| | |||||
* | (no commit message) | Richard Worth | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | Added new test suite for common tests across all UI plugins | Richard Worth | 2008-11-11 | 2 | -0/+79 |
| | |||||
* | Show controls as icons | Keith Wood | 2008-11-11 | 5 | -13/+2 |
| | | | | Remove alternate styling example | ||||
* | 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 | 4 | -337/+0 |
| | |||||
* | tests droppable - implemented cssNamespace test | Richard Worth | 2008-11-08 | 1 | -1/+9 |
| |