summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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
| | * | | | | Drilldown menu: First attempt at drilldown animationsjzaefferer2010-03-261-3/+27
| | | | | | |
| | * | | | | Menu prototypes: Renamed newer ones to old namesjzaefferer2010-03-262-0/+0
| | | | | | |
| | * | | | | Menu prototypes: Remove early nested and drilldown prototypes, to be ↵jzaefferer2010-03-262-489/+0
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | replaced with nested2/drilldown2
| | * | | | Autocomplete: Only remove classes actually added by the widget, ui-widget ↵jzaefferer2010-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | etc. aren't added, so don't remove them
| | * | | | Added $.ui.keyCode.ALT to complete list of metakeys, used in autocompletejzaefferer2010-03-262-1/+2
| | | |/ / | | |/| |
| | * | | Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes ↵jzaefferer2010-03-261-1/+1
| | |/ / | | | | | | | | | | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo
| | * | Fixed size calculations for dialogs.Scott González2010-03-251-2/+5
| | | | | | | | | | | | | | | | Fixes #5392 - Dialog explicit height doesn't match given value from set option.
| | * | Core unit tests: Include testsuite.js for the testswarm includejzaefferer2010-03-251-0/+1
| | | |
| | * | Updating to latest QUnitjzaefferer2010-03-251-9/+37
| | | |
| | * | Drilldown menu: Fixing type-to-search, missing event argument to ↵jzaefferer2010-03-251-1/+1
| | | | | | | | | | | | | | | | menu-activate method
| | * | Menu: new prototype for drilldown menu with keyboard handlingjzaefferer2010-03-241-0/+235
| | | |
| | * | Improved drilldown keyboard handlingjzaefferer2010-03-241-8/+12
| | | |
| | * | Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, ↵jzaefferer2010-03-241-19/+145
| | | | | | | | | | | | | | | | way simpler then original approach