Dave Stein
|
67d98ef6f3
|
Interactions: Merged from master
|
2012-12-23 12:33:16 -05:00 |
|
Dave Stein
|
1c00423538
|
Draggable: Added refreshPositions backCompat + linted
|
2012-12-22 17:03:53 -05:00 |
|
Dave Stein
|
158bef1223
|
Draggable: Added snap/snapMode/snapTolerance via old code plus a little crying on the inside
|
2012-12-22 16:57:51 -05:00 |
|
Dave Stein
|
1e58ab22ff
|
Draggable: Added helper to the draggable data while it exists
|
2012-12-21 17:53:40 -05:00 |
|
Dave Stein
|
bc5bbd0763
|
Draggable: Added in ability to stop events from "start" as well as "beforeStart"
|
2012-12-21 17:41:54 -05:00 |
|
Dave Stein
|
66bd7da551
|
Draggable: Fixed cursor backCompat timing
|
2012-12-21 17:26:10 -05:00 |
|
Dave Stein
|
86dcc5ea8f
|
Draggable: Got the easier failing unit tests corrected
|
2012-12-21 12:01:23 -05:00 |
|
Dave Stein
|
15e3f28c4f
|
Grunt: Ran and fixed jshint errors
|
2012-12-21 11:33:13 -05:00 |
|
Dave Stein
|
68f45613bd
|
Draggable: Added stack backCompat
|
2012-12-20 18:02:00 -05:00 |
|
Dave Stein
|
50e2e91e85
|
Draggable: Added scoll, scrollSensitivity, scrollSpeed backCompat
|
2012-12-20 16:52:26 -05:00 |
|
Dave Stein
|
36f7c7b0b5
|
Draggable: Options are actually changeable after init now.
|
2012-12-20 15:21:30 -05:00 |
|
Dave Stein
|
876575272e
|
Draggable: Added cancel backCompat
|
2012-12-20 14:58:44 -05:00 |
|
Dave Stein
|
03fc1e8175
|
Draggable: Removed whitespace and fixed axis backCompat based on code review
|
2012-12-20 14:10:09 -05:00 |
|
Scott González
|
e21fc29610
|
Datepicker: Remove data event handlers from the dark ages.
|
2012-12-20 10:12:40 -05:00 |
|
Dominic Barnes
|
209443d716
|
Slider: Create clone of options.values during _create(). Fixed #8892 - Multiple Sliders have Conflict with options.values.
|
2012-12-18 11:48:10 -05:00 |
|
Scott González
|
9cbd4b4222
|
Tooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential setinterval endless loop.
|
2012-12-18 08:38:36 -05:00 |
|
Matthieu Penant
|
9f841dffcc
|
Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadian French locale.
|
2012-12-17 08:30:23 -05:00 |
|
Scott González
|
8ec7a1b69f
|
All: Use .addBack() instead of .andSelf().
|
2012-12-14 11:13:50 -05:00 |
|
Scott González
|
80e46c93a8
|
Autocomplete: Append to closest .ui-front if available.
|
2012-12-14 09:10:32 -05:00 |
|
Dave Stein
|
9f018eb30a
|
Draggable + Sortable: Code review changes
|
2012-12-12 14:23:17 -05:00 |
|
Scott González
|
ff78d0bbce
|
Core: Moved selectstart support test to deprecated section.
|
2012-12-12 11:22:08 -05:00 |
|
Scott González
|
f5aaf874e9
|
Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests for markup structure.
|
2012-12-12 11:21:49 -05:00 |
|
Scott González
|
747d853452
|
Core: Removed $.ui.contains. Fixes #8902 - Remove $.ui.contains.
|
2012-12-12 08:54:53 -05:00 |
|
Scott González
|
0f111a2ac4
|
Dialog: Spacing.
|
2012-12-12 08:47:21 -05:00 |
|
Dave Stein
|
7cd8debe73
|
Draggable: Modified some backCompats to use dragstart rather than dragbeforestart
|
2012-12-11 20:20:56 -05:00 |
|
Dave Stein
|
d2e726d172
|
Draggable: Added zIndex backCompat
|
2012-12-11 19:49:41 -05:00 |
|
Dave Stein
|
34b4fbf08b
|
Draggable: Added revertDuration backCompat.
|
2012-12-11 19:28:47 -05:00 |
|
Dave Stein
|
5a2e5a0a9a
|
Draggable: Added revert backCompat with TODO for droppable strings, since that is not written yet
|
2012-12-11 19:21:37 -05:00 |
|
Dave Stein
|
421f6afdc4
|
Draggable: Added opacity backCompat along with some more comments in other areas
|
2012-12-11 19:16:20 -05:00 |
|
Dave Stein
|
3cd5010b80
|
Draggable: Added grid backCompat and fixed styles for single -> double quotes
|
2012-12-11 18:20:48 -05:00 |
|
Scott González
|
b9f206dbcf
|
Dialog: Cleanup.
|
2012-12-11 16:23:18 -05:00 |
|
Dave Stein
|
9ef0828219
|
Draggable: Fixed elem reference in cursorAt
|
2012-12-11 11:56:48 -05:00 |
|
Dave Stein
|
f1f1b8d97e
|
Draggable: Fixed variable casing + added cursorAt backCompat based on cursor-style.html demo
|
2012-12-11 11:55:08 -05:00 |
|
Dave Stein
|
4626c2bb34
|
Draggable: Added cursor backCompat
|
2012-12-10 18:03:58 -05:00 |
|
Dave Stein
|
44330395e1
|
Draggable: Added axis backCompat
|
2012-12-10 17:50:13 -05:00 |
|
Dave Stein
|
8a8a26f9da
|
Draggable: Removed disabled option after realizing it is in widget. Also fixed spaces -> tabs.
|
2012-12-10 17:35:15 -05:00 |
|
Dave Stein
|
93dfd995df
|
Draggable: Added disabled option
|
2012-12-10 17:20:11 -05:00 |
|
Dave Stein
|
94e475ba2d
|
Draggable: _blockFrames now appends blocking div to iframe parent rather than body. Should fix Ticket #7650.
|
2012-12-10 17:14:37 -05:00 |
|
Dave Stein
|
25cf569c63
|
Draggable: Added exclude option without backCompat
|
2012-12-10 17:10:45 -05:00 |
|
Scott González
|
d4551bc3b8
|
Dialog: Respect maxHeight when determining size on open. Fixes #4820 - Dialog: Auto height does not respect the maxHeight option.
|
2012-12-07 16:57:03 -05:00 |
|
Scott González
|
70b16ef445
|
Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be attached to a element other than body.
|
2012-12-07 14:54:21 -05:00 |
|
Scott González
|
da17a232ca
|
Autocomplete: Handle detached elements for appendTo after create.
|
2012-12-07 11:58:58 -05:00 |
|
Scott González
|
a1eb9ca4be
|
Position: Split out dimension parsing.
|
2012-12-06 15:00:42 -05:00 |
|
Scott González
|
fb38c20763
|
Droppable: Added missing semicolon.
|
2012-12-06 14:43:35 -05:00 |
|
Scott González
|
3ec0c2e572
|
Core: Removed $.ui.isOver() and $.ui.isOverAxis(). Fixes #8891 - Remove $.ui.isOver() and $.ui.isOverAxis().
|
2012-12-06 14:42:10 -05:00 |
|
Scott González
|
b239298946
|
Allow higher cyclomatic complexity in functions that sanely use switch statements.
|
2012-12-06 14:31:21 -05:00 |
|
Scott González
|
ebf8a60187
|
Tabs: Reduce cyclomatic complexity.
|
2012-12-06 14:31:21 -05:00 |
|
Kris Borchers
|
b44375aef1
|
Progressbar: Take min into account when calculating percentage.
|
2012-12-06 11:07:07 -06:00 |
|
Scott González
|
f7614706ab
|
Progressbar: Cleanup, byte shaving.
|
2012-12-06 10:10:07 -05:00 |
|
Scott González
|
f1be88e795
|
Progressbar: Only remove aria-valuenow for indeterminate progressbars. Added more accessibility tests.
|
2012-12-06 09:35:41 -05:00 |
|