aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* core: this fixes the Safari issue that select options can't be selected if th...Paul Bakaus2008-11-191-1/+1
* sortable: removing ui.options caused plugins not to work anymore - fixed all ...Paul Bakaus2008-11-191-21/+20
* resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet...Paul Bakaus2008-11-191-2/+4
* slider: defered all parseInt / Math.round calls for values to this._round, im...Paul Bakaus2008-11-191-23/+27
* sortable: removed ui.element and ui.options from the UI object, corrected the...Paul Bakaus2008-11-191-8/+6
* 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() compatib...Scott González2008-11-183-16/+16
* Progressbar: Removed identifier, element, textElement from the ui object in c...Scott González2008-11-171-4/+1
* 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
* 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
* 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
* 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 coul...Eduardo Lundgren2008-11-122-20/+24
* 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
* 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 in...Paul Bakaus2008-11-101-0/+6
* 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 $.ui.inter...Eduardo Lundgren2008-11-101-1/+1
* Core: Avoid conflict with droppable $.ui.instersect method. Core changed name...Eduardo Lundgren2008-11-101-1/+1
* 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" coordinate...Eduardo Lundgren2008-11-101-0/+15
* 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
* Fixed 3550. Added Albanian localisation.Keith Wood2008-11-081-0/+25
* Fixed 3547. Initialise alternate field on load for inline datepicker.Keith Wood2008-11-081-1/+2
* Core: Optimized isVisible() for the case where the element being checked is n...Scott González2008-11-081-1/+1
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-072-6/+10
* Core: Rewrote isVisible(). New implementation inspired by Remy's :reallyvisi...Scott González2008-11-071-13/+2
* Correct display of big prev/next links when disabled.Keith Wood2008-11-071-7/+11
* Fixed 3526. Default year if not set from input field.Keith Wood2008-11-071-1/+3
* Fixed 3536. Added Persian localisationKeith Wood2008-11-071-0/+25
* Core: Moved regex declarations for potential speed increase.Scott González2008-11-071-21/+21
* draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if...Paul Bakaus2008-11-061-2/+3
* sortable: returning false in any callback will now call this.cancenl() to can...Paul Bakaus2008-11-061-1/+2
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ...David Bolter2008-11-053-35/+30
* UI Tabs: removed equalize extensionKlaus Hartl2008-11-051-14/+0