aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'tooltip' of github.com:jquery/jquery-uijzaefferer2010-04-0114-225/+996
|\
| * Tooltip: Two more demos showing mousetracking with open/close events and ↵unknown2010-03-312-0/+134
| | | | | | | | using open/close methods to programmatically show/hide tooltips
| * Added tooltip to widgets_in_dialog compound testunknown2010-03-311-225/+228
| |
| * Tooltip: Renamed show to open and open to _show (based on spec), changed ↵unknown2010-03-311-6/+8
| | | | | | | | trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing
| * Tooltip: Comment about IE6 workaroundunknown2010-03-311-0/+1
| |
| * Merge branch 'master' into tooltipjzaefferer2010-03-2718-670/+226
| |\
| * \ Merge branch 'master' into tooltipjzaefferer2010-03-2614-32/+547
| |\ \
| * | | Added compound test for Tabs with Tooltipsjzaefferer2010-03-252-0/+38
| | | |
| * | | Tooltip: Add Button to visual test page to test interoperabilityjzaefferer2010-03-251-0/+18
| | | |
| * | | Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor ↵jzaefferer2010-03-251-0/+3
| | | | | | | | | | | | | | | | flickering during fade
| * | | Tooltip: Added comment about asny response handlingjzaefferer2010-03-251-0/+1
| | | |
| * | | Tooltip: Add role='application' to body when there is no role attribute; ↵jzaefferer2010-03-251-0/+5
| | | | | | | | | | | | | | | | required for screenreaders to interpret aria attributes correctly
| * | | Tooltip: Fix positioningjzaefferer2010-03-251-1/+4
| | | |
| * | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵jzaefferer2010-03-252-4/+4
| | | | | | | | | | | | | | | | support for event delegation
| * | | Tooltip: Fixing up demojzaefferer2010-03-251-2/+2
| | | |
| * | | Experimental shadow for tooltip elementjzaefferer2010-03-221-2/+9
| | | |
| * | | Tooltip: Added another element for testing the issue with mouseover/outjzaefferer2010-03-211-1/+5
| | | |
| * | | Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-2110-0/+552
| | | |
* | | | Disabling interaction testsuites until we get to their rewrites; required to ↵jzaefferer2010-04-015-0/+15
| | | | | | | | | | | | | | | | get 100% passing on TestSwarm now
* | | | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵jzaefferer2010-03-311-1/+1
| | | | | | | | | | | | | | | | handler
* | | | Tabs: Adding demo using cookie option for persistenceunknown2010-03-302-0/+58
| | | |
* | | | Shopping-Cart demo: Add new demo to droppable demo indexunknown2010-03-301-0/+1
| | | |
* | | | Shopping-Cart demo: Fix demo titleunknown2010-03-301-1/+1
| | | |
* | | | Shopping-Cart demo: Fix the eager activeClass on sortingunknown2010-03-301-1/+6
| | | |
* | | | Shopping-Cart demo: fix typosunknown2010-03-301-2/+2
| | | |
* | | | Adding shopping cart demo for integration of accordion, draggable, droppable ↵unknown2010-03-301-0/+96
| | | | | | | | | | | | | | | | and sortable
* | | | Build: Fix regeex for checksum-file-pathjzaefferer2010-03-301-1/+2
| | | |
* | | | Build: Copy the themes folder from the dist dir to include the concatendated ↵jzaefferer2010-03-301-1/+1
| | | | | | | | | | | | | | | | file
* | | | Build: Create zip file for upload to the Google CDNjzaefferer2010-03-301-12/+16
| | | |
* | | | Build: Adding googlecdn target to deploy-release-target and fixing checksum ↵jzaefferer2010-03-301-3/+11
| | | | | | | | | | | | | | | | generation
* | | | Merge branch 'master' into checksumsjzaefferer2010-03-3028-256/+902
|\ \ \ \
| * | | | Build: Minify i18n files and build a concatenated version; also fixing the ↵jzaefferer2010-03-291-24/+47
| | | | | | | | | | | | | | | | | | | | 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 propertyjzaefferer2010-03-291-2/+2
| | | | |
| * | | | Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-291-2/+2
| |\ \ \ \
| | * | | | Changed widget factory to keep generic css framework class -state-disabled ↵Richard D. Worth2010-03-291-2/+2
| | | |_|/ | | |/| | | | | | | | | | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful
| * / | | Adding a visual testpage for button for profilingjzaefferer2010-03-291-0/+552
| |/ / /
| * | | Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-273-0/+26
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-03-261-1/+1
| | |\ \ \
| | * | | | Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-263-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #5280 - ui.position generates different position in static context.
| * | | | | Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the ↵jzaefferer2010-03-272-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too
| * | | | | Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-272-46/+36
| | | | | | | | | | | | | | | | | | | | | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough
| * | | | | Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-272-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
| * | | | | Accordion unit tests: Further normalization of styles to get consistent ↵jzaefferer2010-03-272-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | results across browsers
| * | | | | Updating to latest QUnit (sometime soon it'll get versioned...), fixes test ↵jzaefferer2010-03-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | output issues
| * | | | | Slider: Removing the placeholder for the animate-option, as we generally ↵jzaefferer2010-03-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | don't try to unit-test any animations
| * | | | | Slider: Test for test-option, setting the value with the value-method; ↵jzaefferer2010-03-271-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | either test is wrong or the implementation ignores the step-option when set programmatically
| * | | | | Slider: Refactoring _trimValue method to use more sane programming logicjzaefferer2010-03-271-3/+6
| | | | | |
| * | | | | Slider: Refactoring _valueMin and _valueMax methods, removing useless ↵jzaefferer2010-03-271-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | temporary variables
| * | | | | Slider: Inlining _step method, was used only oncejzaefferer2010-03-271-6/+1
| | | | | |
| * | | | | Slider tests: Split three different change-event tests into three tests, ↵jzaefferer2010-03-271-25/+33
| | | | | | | | | | | | | | | | | | | | | | | | adding start, slide and stop assertions to each, removing placeholders for those other events