Commit Graph

7086 Commits

Author SHA1 Message Date
Amanpreet Singh
8470b6a965 Droppable: Shift to use no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
46f607af97 Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
86fd11d5a7 Dialog: Shift to use no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
e8e8867707 Datepicker: Shift to use no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
20b6e976fb Core: Shift to no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
290f0e73be Controlgroup: Shift to use no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
e089b1dd49 Checkboxradio: Shift to use no globals 2016-04-14 00:06:12 +05:30
Amanpreet Singh
fd1c236c0f Autocomplete: Shift to use no globals 2016-04-14 00:06:11 +05:30
Amanpreet Singh
f375fd1300 Button: Shift to no globals 2016-04-14 00:06:11 +05:30
Amanpreet Singh
d83db4f528 Accordion: Shift to use no globals 2016-04-14 00:06:11 +05:30
Scott González
435ed7e8d2 Menu: Remove extraneous blank lines 2016-04-13 11:36:41 -04:00
Alexander Schmitz
63448148a2 Build: Remove maxLineLength execption in .jscsrc
Also seperates tests into a seperate task because they still have many errors

Closes gh-1690
2016-04-13 11:32:22 -04:00
Alexander Schmitz
ae1be9ed8d Effect: Disable maxLineLength for description meta
Ref gh-1690
2016-04-13 11:32:21 -04:00
Alexander Schmitz
2eb7c96a40 Effects: Disable maxLineLength for description meta explode
Ref gh-1690
2016-04-13 11:32:19 -04:00
Alexander Schmitz
8d1de7bff8 Accordion: Disable maxLineLength for description meta
Ref gh-1690
2016-04-13 11:32:17 -04:00
Alexander Schmitz
9aa5dea968 Datepicker: Disable maxLineLength for jscs
There are too many errors and re-write is essentially done

Ref gh-1690
2016-04-13 11:32:13 -04:00
Alexander Schmitz
986aa54911 Progressbar: Disable maxLineLength for description meta
Ref gh-1690
2016-04-13 11:32:12 -04:00
Alexander Schmitz
307f94621a Selectmenu: Disable maxLineLength for description meta
Ref gh-1690
2016-04-13 11:32:10 -04:00
Alexander Schmitz
f53d6ae970 Effect: Fix line length issues
Ref gh-1690
2016-04-13 11:32:08 -04:00
Alexander Schmitz
5f41f9c6a8 Plugin: Fix line length issues
Ref gh-1690
2016-04-13 11:32:07 -04:00
Alexander Schmitz
32720810d8 Build: Fix line length issues
Ref gh-1690
2016-04-13 11:32:05 -04:00
Alexander Schmitz
ba7829f34e Effects: Fix line length issues
Ref gh-1690
2016-04-13 11:32:04 -04:00
Alexander Schmitz
3858df5d5b i18n: Fix line length issues
Ref gh-1690
2016-04-13 11:32:02 -04:00
Alexander Schmitz
de4cbdab98 Position: Fix line length issues
Ref gh-1690
2016-04-13 11:32:01 -04:00
Alexander Schmitz
9dd2576494 Scroll Parent: Fix line length issues
Ref gh-1690
2016-04-13 11:31:59 -04:00
Alexander Schmitz
c4e5d73b36 Widget: Fix line length issues
Ref gh-1690
2016-04-13 11:31:58 -04:00
Alexander Schmitz
ca3d4511c4 Accordion: Fix line length issues
Ref gh-1690
2016-04-13 11:31:56 -04:00
Alexander Schmitz
adbd694a3e Checkboxradio: Fix line length issues
Ref gh-1690
2016-04-13 11:31:55 -04:00
Alexander Schmitz
fcf97a033f Controlgroup: Fix line length issues
Ref gh-1690
2016-04-13 11:31:53 -04:00
Alexander Schmitz
c57f4e5ced Dialog: Fix line length issues
Ref gh-1690
2016-04-13 11:31:52 -04:00
Alexander Schmitz
545bcfec8e Draggable: Fix line length issues
Ref gh-1690
2016-04-13 11:31:50 -04:00
Alexander Schmitz
8a6d4c1a15 Droppable: Fix line length issues
Ref gh-1690
2016-04-13 11:31:48 -04:00
Alexander Schmitz
88f74e1656 Menu: Fix line length issues
Ref gh-1690
2016-04-13 11:31:47 -04:00
Alexander Schmitz
55b53b5462 Mouse: Fix line length issues
Ref gh-1690
2016-04-13 11:31:45 -04:00
Alexander Schmitz
a69b1a9eb8 Progressbar: Fix line length issues
Ref gh-1690
2016-04-13 11:31:44 -04:00
Alexander Schmitz
c5eca7443c Resizable: Fix line length issues
Ref gh-1690
2016-04-13 11:31:42 -04:00
Alexander Schmitz
b74a8b68bd Selectable: Fix line length issues
Ref gh-1690
2016-04-13 11:31:40 -04:00
Alexander Schmitz
b6b4dd1279 Slider: Fix line length issues
Ref gh-1690
2016-04-13 11:31:38 -04:00
Alexander Schmitz
e1f23184a6 Sortable: Fix line length issues
Ref gh-1690
2016-04-13 11:31:36 -04:00
Alexander Schmitz
a4c9809340 Spinner: Fix line length violations
Ref gh-1690
2016-04-13 11:31:34 -04:00
Alexander Schmitz
f42a759b32 Tabs: Fix line length violations
Ref gh-1690
2016-04-13 11:31:21 -04:00
Amine HADDAD
3bfee654bf Datepicker: Fix day names for ar-DZ locale
Fixes #14948
Closes gh-1697
2016-04-13 11:12:32 -04:00
Scott González
57f801f1de Menu: Don't reset active element until after triggering blur event
This ensures that `ui.item` actually exists in the `blur` event.

Fixes #14945
Closes gh-1696
2016-04-13 11:08:21 -04:00
Maksim Ryzhikov
c19fc10e84 Sortable: Fix incorrect top containment for document
Fixes #14927
Closes gh-1695
2016-04-12 15:39:06 -04:00
Scott González
48257cd9ca Build: Adjust author info for Dan Strohl 2016-04-06 13:06:40 -04:00
Scott González
34fc97eb26 Build: Update authors list 2016-04-04 09:16:49 -04:00
Siebrand Mazeland
f4ca06a667 Build: Update .mailmap
Closes gh-1693
2016-04-04 09:15:30 -04:00
dstrohl
9aca706732 Sortable: Update _contactContainers to use page clientX/Y values
The sortable was using the window position compared with page position to
determine where to drop objects.  this was only a problem for sortables far
enough down to require scrolling.

Fixes #10727
Fixes #5039
Closes gh-1475
Closes gh-1585
2016-03-30 18:48:29 -04:00
Rand Scullard
d21aeee809 Menu: Check that there is an active item in _activate()
Closes gh-1606
2016-03-30 14:43:03 -04:00
Konstantin Dinev
623b64eefc Resizable: Implement setOption for handles
Fixes #3423
Closes gh-1666
2016-03-30 14:08:41 -04:00