aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* draggable: the snap events 'release' and 'snap' now both have valid ↵Paul Bakaus2008-11-211-2/+2
| | | | mousemove events attached.
* accordion: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-17/+19
| | | | _init and destroy at the top. Sorted defaults alphabetically.
* tabs: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-48/+60
| | | | _init and destroy at the top. ui last. Sorted defaults alphabetically.
* slider: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-122/+206
| | | | _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
* dialog: formatting changesRichard Worth2008-11-211-0/+3
|
* progressbar: formatting changesRichard Worth2008-11-211-26/+28
|
* selectable: removed toggle method as widget factory provides enable/disable ↵Richard Worth2008-11-211-8/+0
| | | | methods.
* droppable: removed disabled default as it's provided by widget factoryRichard Worth2008-11-211-1/+0
|
* draggable, droppable, resizable, selectable, sortable: formatting changes - ↵Richard Worth2008-11-215-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 Worth2008-11-2125-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 Lundgren2008-11-201-1/+0
|
* Added a build.xml file to help us removing trailing spaces when needed.Eduardo Lundgren2008-11-201-0/+25
|
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-2052-154/+154
|
* core: this fixes the Safari issue that select options can't be selected if ↵Paul Bakaus2008-11-191-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 Bakaus2008-11-191-21/+20
| | | | regressions
* resizable: Fixed preserveCursor, if the cursor is overriden in the ↵Paul Bakaus2008-11-191-2/+4
| | | | stylesheet for the axes, it's maintained (fixes #3480)
* slider: defered all parseInt / Math.round calls for values to this._round, ↵Paul Bakaus2008-11-191-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 Bakaus2008-11-191-8/+6
| | | | the callback for the items option, now includes event if applicable
* set svn:eol-style to nativeRichard Worth2008-11-192-49/+49
|
* Removed spinner from trunk. See /branches/dev/spinnerRichard Worth2008-11-191-424/+0
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-1824-722/+722
|
* Progressbar: Removed text method.Scott González2008-11-181-5/+15
|
* Various: Fixed #3596: Removed references to jQuery for .noConflict() ↵Scott González2008-11-183-16/+16
| | | | compatibility.
* Progressbar: Removed identifier, element, textElement from the ui object in ↵Scott González2008-11-171-4/+1
| | | | callbacks.
* Progressbar: Removed textClass option.Scott González2008-11-171-2/+0
|
* Progressbar: Removed references to jQuery for compatibility with .noConflict().Scott González2008-11-171-4/+4
|
* Progressbar:Scott González2008-11-171-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ález2008-11-151-2/+10
|
* Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.Keith Wood2008-11-141-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, uiRichard Worth2008-11-1413-430/+430
|
* refactored keyboard handling to a switch statement for clarity.David Bolter2008-11-131-12/+12
|
* Added accordion keyboard and ARIA support, and tests. Mozilla needs this for ↵David Bolter2008-11-131-2/+64
| | | | website. (partial review: Scott González, fix for 3553)
* Sortable: remove console.logEduardo Lundgren2008-11-121-1/+0
|
* Sortable: More accuracy improvements.Eduardo Lundgren2008-11-121-15/+11
|
* Core and Sortable: $.ui.contains method moved into the core. This method ↵Eduardo Lundgren2008-11-122-20/+24
| | | | could be util for another components.
* datepicker: added $.ui.datepicker.versionRichard Worth2008-11-121-0/+2
|
* Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ↵Richard Worth2008-11-121-1/+2
| | | | undefined"
* Moved colorpicker to experimental branchRichard Worth2008-11-121-473/+0
|
* Core: Change arguments name for isOver* methods.Eduardo Lundgren2008-11-101-6/+6
|
* implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 ↵Paul Bakaus2008-11-101-0/+6
| | | | in Jquery's trac)
* Core: Change comments for the new methodsEduardo Lundgren2008-11-101-3/+3
|
* Change name of intersect methods to isOverHeight/isOverWidth/isOver.Eduardo Lundgren2008-11-104-13/+15
|
* Draggable: Avoid conflict with droppable $.ui.intersect. Now using ↵Eduardo Lundgren2008-11-101-1/+1
| | | | $.ui.intersects.
* Core: Avoid conflict with droppable $.ui.instersect method. Core changed ↵Eduardo Lundgren2008-11-101-1/+1
| | | | name to $.ui.intersects.
* Draggable: Using the new core intersect method on connectToSortable.Eduardo Lundgren2008-11-101-133/+132
|
* Sortable: Using the new core intersectHeight/intersectWidth methods.Eduardo Lundgren2008-11-101-20/+13
|
* Core: Intersect methods into the core. Determines when element "a" ↵Eduardo Lundgren2008-11-101-0/+15
| | | | coordinates intersects with element "b".
* Draggable - calling the new _ui() method from sortablesEduardo Lundgren2008-11-101-1/+1
|
* moved magnifier to experimental branchRichard Worth2008-11-081-176/+0
|
* droppable: defined some defaultsRichard Worth2008-11-081-2/+5
|