master
click here to add a description
click here to add a homepage
crlf mess, round XIIIMD
Updating to latest QUnit
Tuning disabled testsuites to run with ?draggable that TestSwarm adds
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
Merge branch 'tooltip' of github.com:jquery/jquery-ui
Disabling interaction testsuites until we get to their rewrites; required to get 100% passing on TestSwarm now
Tooltip: Two more demos showing mousetracking with open/close events and using open/close methods to programmatically show/hide tooltips
Added tooltip to widgets_in_dialog compound test
Tooltip: Renamed show to open and open to _show (based on spec), changed trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing
Tooltip: Comment about IE6 workaround
Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event handler
Tabs: Adding demo using cookie option for persistence
Shopping-Cart demo: Add new demo to droppable demo index
Shopping-Cart demo: Fix demo title
Shopping-Cart demo: Fix the eager activeClass on sorting
Shopping-Cart demo: fix typos
Adding shopping cart demo for integration of accordion, draggable, droppable and sortable
Build: Fix regeex for checksum-file-path
Build: Copy the themes folder from the dist dir to include the concatendated file
Build: Create zip file for upload to the Google CDN
Build: Adding googlecdn target to deploy-release-target and fixing checksum generation
Merge branch 'master' into checksums
Build: MANIFEST file for Google CDN
Build: Minify i18n files and build a concatenated version; also fixing the double-header issue for the jquery-ui.min.js file and removing additional headers for the various components; Fixes #5444 - build incomplete since removing yuimin and adding closure compiler
Build: Use closure-jar property
Merge branch 'master' of github.com:jquery/jquery-ui
Adding a visual testpage for button for profiling
Changed widget factory to keep generic css framework class -state-disabled in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful
Merge branch 'master' into tooltip