aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up visual tests jzaefferer2010-03-2128-594/+169
| | | Fixes #5395 - Visual Tests Cleanup
* Fixing another typo in READMEjzaefferer2010-03-211-1/+1
|
* Adding link to using-jquery-ui forum to READMEjzaefferer2010-03-211-1/+1
|
* Improving README.md, eg. fixing links after misunderstanding Markdownjzaefferer2010-03-211-4/+4
|
* Adding README.md for Github to display somethingjzaefferer2010-03-211-0/+9
|
* Position Visual Test: Corrected page title - Testcase for #5284 Position: ↵jzaefferer2010-03-211-1/+1
| | | | Smarter collision detection
* Position: Adding visual testcase for #5284 - Position: Smarter collision ↵jzaefferer2010-03-211-0/+65
| | | | detection
* Added scoped selectors for .ui-widget-headerDoug Neiner2010-03-201-11/+11
| | | | | | When using buttons in a .ui-widget-header, they were loosing their styling on link elements. By scoping the selector just like is done for .ui-widget-content, it fixes this problem
* Combobox demo: Improved styling and added a title to the button, to avoid ↵jzaefferer2010-03-201-8/+5
| | | | having   in the tooltip
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-03-206-781/+1088
|\
| * Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-201-7/+7
| |\
| * | line-endingsjzaefferer2010-03-204-773/+773
| | |
| * | Widgets in Dialog compound visual test: Added more widgets and linked Slider ↵jzaefferer2010-03-201-10/+63
| | | | | | | | | | | | with Progressbar
| * | Compound visual dialog tests: Add some content to the page for better testingjzaefferer2010-03-202-0/+254
| | |
* | | Autocomplete: Combobox demo - don't use position plugin to place the button ↵Scott González2010-03-201-6/+5
| |/ |/| | | | | | | next to the text field. Fixes #5338 - autocomplete combobox look weird in opera 10.50.
* | Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-03-209-782/+802
|\|
| * Added visual menu tests from (old) dev-branch and fixed nested-menujzaefferer2010-03-204-0/+773
| |
| * Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-207-808/+37
| |\
| | * Merge branch 'master' of git@github.com:jquery/jquery-uiJohn Resig2010-03-201-0/+3
| | |\
| | * | Moved to using Google Closure from YUI Compressor.John Resig2010-03-205-782/+29
| | | |
| * | | line-endingsjzaefferer2010-03-200-0/+0
| | | |
* | | | Menu: pass the original event to the select callback.Scott González2010-03-201-7/+7
| |_|/ |/| | | | | Fixes #5343 - Add option to allow form submission when option is chosen.
* | | Menu: Don't trigger select if a click occurs outside of a menu item.Scott González2010-03-201-0/+3
| |/ |/| | | Fixes #5376 - Menu plugin fires select when border is clicked.
* | Autocomplete: Don't trigger a search when the left or right arrow keys are used.Scott González2010-03-201-0/+2
| | | | | | Fixes #5289 - Autocomplete: ignore cursor left/right.
* | Menu: skip over elements that aren't menu items.Scott González2010-03-202-26/+3
|/ | | Fixes #5188 - Refactor menu rendering for more customizing.
* autocomplete: pass through mouse and key events to menu methods in order to ↵Jörn Zaefferer2010-03-201-23/+25
| | | | differentiate between key and mouse events in autocomplete
* added new compound test, still incompleteJörn Zaefferer2010-03-201-0/+44
|
* Added mouse, position, draggable and resizable dependenciesJörn Zaefferer2010-03-201-0/+4
|
* Added some margin to body to avoid horizontal scrollbarJörn Zaefferer2010-03-201-0/+1
|
* Removed jQuery (not used); Added links to all.html, effects.all.html and ↵Jörn Zaefferer2010-03-201-6/+14
| | | | compound tests
* Added Button and AutocompleteJörn Zaefferer2010-03-201-0/+29
|
* debug commentJörn Zaefferer2010-03-201-0/+3
|
* Fixed broken encoding of PrécJörn Zaefferer2010-03-201-1/+1
|
* core focus-test, call start() after running assertionsJörn Zaefferer2010-03-201-1/+1
|
* replaced pearl with perlJörn Zaefferer2010-03-204-4/+4
|
* normalize margin/padding on test markup to get reliable height resultsJörn Zaefferer2010-03-202-3/+5
|
* global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymoreJörn Zaefferer2010-03-201-3/+0
|
* build: corrected position docs urlRichard Worth2010-03-181-1/+1
|
* set trunk version to 1.9preRichard Worth2010-03-181-1/+1
|
* set trunk version to 1.81.8Richard Worth2010-03-181-1/+1
|
* demos index: put effects in a more logical orderRichard Worth2010-03-181-2/+2
|
* demos index: put effects in a more logical orderRichard Worth2010-03-181-3/+3
|
* button default demo: moved prevent navigation to # when clicking on anchor ↵Richard Worth2010-03-181-2/+4
| | | | button to head
* demos: html validationRichard Worth2010-03-181-4/+4
|
* eol-style and mime-typeRichard Worth2010-03-175-93/+115
|
* eol-style and mime-typeRichard Worth2010-03-172-163/+163
|
* sortable ticket #5355 visual test case - minor cleanup, added eol-style propertyRichard Worth2010-03-171-34/+40
|
* fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menuRichard Worth2010-03-171-1/+1
|
* position demo - fixed html validation issue. Hopefully will fix #5358 - ↵Richard Worth2010-03-171-86/+84
| | | | Position Demo is borked
* Slider: fixed change event to be triggered by keyup and value and values ↵Richard Worth2010-03-172-3/+13
| | | | option setters. Fixes #5367 - slider change event not triggered by keypress