summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* set version to 1.6rc51.6rc5Richard Worth2009-01-161-1/+1
|
* Fixed #3058Eduardo Lundgren2009-01-161-2/+10
|
* demos/draggable: removed old demo filesRichard Worth2009-01-161-19/+0
|
* demos/draggable: removed old demo filesRichard Worth2009-01-1611-489/+0
|
* Slider Theme: Fixed #3848: Fixed vertical range sliders.Scott González2009-01-161-1/+1
|
* Fixed #3843Eduardo Lundgren2009-01-161-1/+1
|
* Fixed #3842Eduardo Lundgren2009-01-161-2/+17
|
* Fixed #3841 - check for $.isFunction before triggerEduardo Lundgren2009-01-161-1/+1
|
* Fixed #3077 (Selectable cannot be selected by click)Richard Worth2009-01-161-6/+16
|
* Sortable: Fixed _trigger method.Scott González2009-01-161-2/+5
|
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-1610-172/+111
|
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-1610-111/+172
|
* Draggable: Fixed # 3808: Setting default opacity to null (preserve current ↵Scott González2009-01-152-2/+2
| | | | opacity).
* Sortable test unit: change tolerance to defaultEduardo Lundgren2009-01-151-1/+1
|
* completed reorganization of draggable demosMaggie Costello Wachs2009-01-1514-48/+182
|
* reorganized draggable demos and combined a few into new pagesMaggie Costello Wachs2009-01-155-15/+200
|
* Widget factory: Fixed event triggering (again).Scott González2009-01-152-16/+13
| | | | Draggable: To modify the position during drag, you now set ui.position instead of returning new coords.
* Fixed 3805. Greek localisationKeith Wood2009-01-152-0/+23
|
* Happy Birthday jQuery (switched to jQuery 1.3)Richard Worth2009-01-14143-3706/+172
|
* Added pin classesTodd Parker2009-01-141-0/+2
|
* themes/base/ui.slider.css: fixed slider ranges in IE6Richard Worth2009-01-141-2/+2
|
* Draggable: Fixed connectToSortable option.Scott González2009-01-141-1/+1
|
* Fold: Fixed duration.Scott González2009-01-141-2/+3
|
* Pulsate: Fixed duration.Scott González2009-01-141-5/+6
|
* Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3).Scott González2009-01-141-16/+2
|
* Dialog: Fixed #3813: Ensure the content is visible during init.Scott González2009-01-141-0/+1
|
* fixed behavior where cursor moves faster than handle on drag - simple style ↵Scott Jehl2009-01-131-1/+7
| | | | toggle
* Draggable: Reverted r1597 - no idea if there are cases that need to be ↵Scott González2009-01-131-0/+1
| | | | handled that aren't in the test suite.
* Draggable: Removed unnecessary setting of this.positionAbs in _trigger.Scott González2009-01-131-1/+0
|
* switched to jQuery 1.3rc2Richard Worth2009-01-13142-453/+495
|
* added content panel reflowing if the handle is all the way right and the ↵Scott Jehl2009-01-121-0/+9
| | | | window gets wider
* fixed the jump-click value issue - feels pretty good nowScott Jehl2009-01-121-3/+6
|
* reverted temp commit for demosPaul Bakaus2009-01-12100-100/+100
|
* temp commit: reverted to 1.2.6 to fix website issuesPaul Bakaus2009-01-12100-100/+100
|
* slider: implemented auto orientation, removed _orientation() in favor of ↵Paul Bakaus2009-01-121-33/+28
| | | | this.orientation, saved some bytes by o=this.options in _init
* slider: formattingPaul Bakaus2009-01-121-14/+37
|
* removed empty divScott Jehl2009-01-121-6/+6
|
* mime type etcScott Jehl2009-01-120-0/+0
|
* mime type etcScott Jehl2009-01-121-5/+5
|
* added link to slider scrollbar in navScott Jehl2009-01-121-0/+1
|
* added a side scroller / scrollbar demo. have not tested in IEScott Jehl2009-01-121-0/+118
|
* demo-docs updateJörn Zaefferer2009-01-105-3/+245
|
* UI Tabs: fixed incorrectly named argument in try/catch blockKlaus Hartl2009-01-101-1/+1
|
* UI Tabs: allow initializing an empty list, fixes #3683Klaus Hartl2009-01-101-1/+1
|
* added urlJörn Zaefferer2009-01-101-1/+1
|
* moving documentation folder under demos to make it work locallyJörn Zaefferer2009-01-102-2/+2
|
* UI Tabs: fixed a bunch of problems that were introduced with the new markup, ↵Klaus Hartl2009-01-101-10/+8
| | | | fixes #3734, #3795
* UI Tabs: reviewed code to handle hover/focus states: needs to take disabling ↵Klaus Hartl2009-01-101-21/+14
| | | | into account, namespaced events, to be destroyed
* core: fixed _trigger not modifing the original event with event.resultPaul Bakaus2009-01-092-2/+2
| | | | sortable: use event.result to listen for a return false
* sortable: don't copy content from the original item into the placeholder ↵Paul Bakaus2009-01-091-8/+7
| | | | anymore by default (fixes #3595), check if event still exists in _trigger, fixes issue when you call $(this).sortable('cancel') from within a callback