aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Removing unnecessary variables, caching 'within' in tests where its beneficia...David Murdoch2011-05-161-12/+8
* position now passes all tests! 0/David Murdoch2011-05-131-15/+18
* Update position to work properly when window and/or within element is scrolled.David Murdoch2011-05-131-6/+11
* Update var name to avoid confusionDavid Murdoch2011-05-131-20/+20
* Replace comma with semi-colon. How'd that get there?David Murdoch2011-05-121-1/+1
* fix spacing and add in a missing commaDavid Murdoch2011-05-111-5/+6
* Fix issue when window is "within".David Murdoch2011-05-111-22/+24
* Fix #5645 - Position: Allow for arbitrary element to be containing elementDavid Murdoch2011-05-111-25/+37
* Tabs: Fixed select event.Scott González2011-05-101-9/+10
* Tabs: Fixed show event.Scott González2011-05-101-11/+15
* Autocomplete: Add comment to fix for #7269Jörn Zaefferer2011-05-101-0/+1
* Merge remote branch 'treyhunner/topic/arrow-keys'Jörn Zaefferer2011-05-101-0/+26
|\
| * Autocomplete: Fix list traversal bug. Fixes #7269 - autocomplete: holding dow...Trey Hunner2011-04-201-0/+26
* | Merge remote branch 'origin/master'Jörn Zaefferer2011-05-102-84/+113
|\ \
| * \ Merge remote branch 'gnarf37/ticket-7067'Scott González2011-05-102-84/+113
| |\ \
| | * | effects.pulsate: tweaking 'times' - if showing / hiding the animation has an ...gnarf2011-05-031-2/+2
| | * | effects.bounce: Fixing hide bounce distance calculationgnarf2011-05-031-1/+1
| | * | effect.bounce: ignoring the margins for the height calcgnarf2011-05-031-1/+1
| | * | effect.bounce: fixing default distance to be 1/3 the size of the bouncing box...gnarf2011-05-031-1/+1
| | * | effects.pulsate: set default mode to 'effect'gnarf2011-05-031-3/+4
| | * | Some minor tweaks to the effects, trying to clean up code a bit + style guidancegnarf2011-05-012-55/+63
| | * | effects.bounce: removing the opti for duration, the normalizeArguments in cor...gnarf2011-04-041-1/+1
| | * | effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ...gnarf2011-03-272-60/+80
* | | | Merge remote branch 'kborchers/bug_7024'Jörn Zaefferer2011-05-102-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Autocomplete: Added check to determine if menu has just been created to overr...kborchers2011-05-092-1/+4
* | | | Merge pull request #234 from carsonmcdonald/issue6948Scott González2011-05-101-0/+2
|\ \ \ \
| * | | | Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 -...Carson McDonald2011-05-091-0/+2
* | | | | Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.Scott González2011-05-101-39/+32
* | | | | Tabs: Only trigger tabsload on success.Scott González2011-05-091-3/+2
* | | | | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event;...Scott González2011-05-091-1/+1
* | | | | Merge pull request #235 from kborchers/bug_4333_2Scott González2011-05-091-4/+8
|\ \ \ \ \
| * | | | | Mouse: Changed mouseHandled check to a local var rather than using originalEv...kborchers2011-05-091-4/+8
| | |/ / / | |/| | |
* | | | | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinne...Scott González2011-05-091-24/+18
| |/ / / |/| | |
* | | | Merge pull request #229 from kzys/strange-whitespaceRichard D. Worth2011-05-091-1/+1
|\ \ \ \
| * | | | Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).Kato Kazuyoshi2011-05-071-1/+1
* | | | | Popup: Fix keyboard handling to prevent scrolling on keydownJörn Zaefferer2011-05-071-0/+2
* | | | | Promote menubar and popup to their own top level filesJörn Zaefferer2011-05-072-0/+444
|/ / / /
* | | | Merge pull request #218 from kborchers/bug_6775Scott González2011-05-061-1/+1
|\ \ \ \
| * | | | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ...kborchers2011-05-061-1/+1
| |/ / /
* / / / Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need to...eddiemonge2011-05-061-0/+0
|/ / /
* | | Button: stop disabled button from firing click events. fixes #5945. Behavior ...Eike Send2011-05-051-0/+5
* | | Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-041-2/+1
|\ \ \
| * | | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670...Kato Kazuyoshi2011-05-051-2/+1
* | | | Merge pull request #201 from kzys/trac-7062Scott González2011-05-041-7/+17
|\ \ \ \
| * | | | Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa...Kato Kazuyoshi2011-05-051-7/+17
| |/ / /
* / / / Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with Javascrip...Kato Kazuyoshi2011-05-0531-31/+31
|/ / /
* | | Tooltip: Also close on click. Essential for tooltips on menu buttons.Jörn Zaefferer2011-05-041-1/+2
* | | Menu: Restore _destroy - remove tabIndex (gets added), don't remove IDJörn Zaefferer2011-05-031-1/+1
* | | Effects (blind): direction now accepts up/down/left/right as well as vertical...gnarf2011-05-031-13/+42
* | | Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate...Scott González2011-05-031-2/+2