]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
9 years agoButton: Remove padding on text element for icon only buttons
Scott González [Thu, 20 Aug 2015 18:45:31 +0000 (14:45 -0400)]
Button: Remove padding on text element for icon only buttons

Fixes #14056

9 years agoSpinner: Add padding to input to give consistent visual style
Alexander Schmitz [Mon, 10 Aug 2015 14:31:08 +0000 (10:31 -0400)]
Spinner: Add padding to input to give consistent visual style

Fixes #13997
Closes #1586

9 years agoTheme: If make outer border consistent among widgets
Alexander Schmitz [Mon, 10 Aug 2015 14:29:19 +0000 (10:29 -0400)]
Theme: If make outer border consistent among widgets

Make sure all widgets use the default border color

Ref #13997
Ref #1586

9 years agoBuild: remove dependency on grunt-contrib-concat
Alexander Schmitz [Tue, 4 Aug 2015 12:15:30 +0000 (08:15 -0400)]
Build: remove dependency on grunt-contrib-concat

9 years agoBuild: Remove grunt concat task its no longer used
Alexander Schmitz [Mon, 3 Aug 2015 13:08:06 +0000 (09:08 -0400)]
Build: Remove grunt concat task its no longer used

This task was only used to create the combined js file for sizer
and for creating the combined files for the NPM package. The
npm package is no longer maintained so there is no need for this any more.

9 years agoBuild: Add requirejs build task
Alexander Schmitz [Wed, 29 Jul 2015 15:34:00 +0000 (11:34 -0400)]
Build: Add requirejs build task

This more closely emulates what you get from the builder in terms of file order
it also will error on any dependency issues.

9 years agoTests: adjust jshint path for moving all widgets into folder
Alexander Schmitz [Wed, 15 Jul 2015 02:22:43 +0000 (22:22 -0400)]
Tests: adjust jshint path for moving all widgets into folder

Ref #13885

9 years agoTooltip: Move tooltip into widgets directory
Alexander Schmitz [Wed, 15 Jul 2015 02:12:14 +0000 (22:12 -0400)]
Tooltip: Move tooltip into widgets directory

Ref #13885

9 years agoTabs: Move tabs into widgets directory
Alexander Schmitz [Wed, 15 Jul 2015 02:11:35 +0000 (22:11 -0400)]
Tabs: Move tabs into widgets directory

Ref #13885

9 years agoSpinner: Move spinner into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:10:12 +0000 (22:10 -0400)]
Spinner: Move spinner into widgets folder

Ref #13885

9 years agoSortable: Move sortable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:08:51 +0000 (22:08 -0400)]
Sortable: Move sortable into widgets folder

Ref #13885

9 years agoSlider: Move slider into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:08:11 +0000 (22:08 -0400)]
Slider: Move slider into widgets folder

Ref #13885

9 years agoSelectmenu: Move selectmenu into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:06:31 +0000 (22:06 -0400)]
Selectmenu: Move selectmenu into widgets folder

Ref #13885

9 years agoSelectable: Move selectable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:05:54 +0000 (22:05 -0400)]
Selectable: Move selectable into widgets folder

Ref #13885

9 years agoResizable: Move resizable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:05:00 +0000 (22:05 -0400)]
Resizable: Move resizable into widgets folder

Ref #13885

9 years agoMouse: Move mouse into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:18:43 +0000 (22:18 -0400)]
Mouse: Move mouse into widgets folder

Ref #13885

9 years agoProgressbar: Move progressbar into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:04:22 +0000 (22:04 -0400)]
Progressbar: Move progressbar into widgets folder

Ref #13885

9 years agoMenu: Move menu into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:03:37 +0000 (22:03 -0400)]
Menu: Move menu into widgets folder

Ref #13885

9 years agoDroppable: Move droppable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 02:03:06 +0000 (22:03 -0400)]
Droppable: Move droppable into widgets folder

Ref #13885

9 years agoEffects: Move individual effects into effects folder
Alexander Schmitz [Wed, 15 Jul 2015 02:01:41 +0000 (22:01 -0400)]
Effects: Move individual effects into effects folder

Ref #13885

9 years agoDraggable: Move draggable into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:59:40 +0000 (21:59 -0400)]
Draggable: Move draggable into widgets folder

Ref #13885

9 years agoDialog: Move dialog into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:59:10 +0000 (21:59 -0400)]
Dialog: Move dialog into widgets folder

Ref #13885

9 years agoDatepicker: Move datepicker into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:58:04 +0000 (21:58 -0400)]
Datepicker: Move datepicker into widgets folder

Ref #13885

9 years agoButton: Move button into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:57:20 +0000 (21:57 -0400)]
Button: Move button into widgets folder

Ref #13885

9 years agoAutocomplete: Move autocomplete into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:56:36 +0000 (21:56 -0400)]
Autocomplete: Move autocomplete into widgets folder

Ref #13885

9 years agoAccordion: Move accordion into widgets folder
Alexander Schmitz [Wed, 15 Jul 2015 01:54:33 +0000 (21:54 -0400)]
Accordion: Move accordion into widgets folder

Ref #13885

9 years agoDemos: bootstrap needs to account for widgets folder
Alexander Schmitz [Tue, 21 Jul 2015 19:54:14 +0000 (15:54 -0400)]
Demos: bootstrap needs to account for widgets folder

Ref #13885

9 years agoCore: Movie uniqueId into its own module and deprecate core module
Alexander Schmitz [Thu, 16 Jul 2015 00:30:36 +0000 (20:30 -0400)]
Core: Movie uniqueId into its own module and deprecate core module

uniqueId was the last thing in the core module, and it is now just a helper
which require all the modules it used to contain.

Closes #9647

9 years agoCore: Move scrollParent into its own module
Alexander Schmitz [Thu, 16 Jul 2015 00:23:44 +0000 (20:23 -0400)]
Core: Move scrollParent into its own module

Ref #9647

9 years agoCore: Move tabbable into its own module
Alexander Schmitz [Thu, 16 Jul 2015 00:20:41 +0000 (20:20 -0400)]
Core: Move tabbable into its own module

Ref #9647

9 years agoCore: Move safe blur into its own module
Alexander Schmitz [Thu, 16 Jul 2015 00:17:12 +0000 (20:17 -0400)]
Core: Move safe blur into its own module

Ref #9647

9 years agoCore: Move safeActiveElement into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:39:11 +0000 (18:39 -0400)]
Core: Move safeActiveElement into its own module

Ref #9647

9 years agoCore: Move plugin into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:31:39 +0000 (18:31 -0400)]
Core: Move plugin into its own module

Ref #9647

9 years agoCore: Move backcompat for core 1.7 into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:28:30 +0000 (18:28 -0400)]
Core: Move backcompat for core 1.7 into its own module

Ref #9647

9 years agoCore: Move labels into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:14:26 +0000 (18:14 -0400)]
Core: Move labels into its own module

Ref #9647

9 years agoCore: Move keyCode into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:03:01 +0000 (18:03 -0400)]
Core: Move keyCode into its own module

Ref #9647

9 years agoCore: Move $.ui.ie into its own module
Alexander Schmitz [Wed, 15 Jul 2015 21:08:07 +0000 (17:08 -0400)]
Core: Move $.ui.ie into its own module

Ref #9647

9 years agoCore: Move form method into its own module
Alexander Schmitz [Thu, 16 Jul 2015 13:14:58 +0000 (09:14 -0400)]
Core: Move form method into its own module

Ref #9647

9 years agoCore: Move escape selector into its own module
Alexander Schmitz [Thu, 16 Jul 2015 13:13:15 +0000 (09:13 -0400)]
Core: Move escape selector into its own module

Ref #9647

9 years agoCore: Move focusable into its own module
Alexander Schmitz [Thu, 16 Jul 2015 13:09:14 +0000 (09:09 -0400)]
Core: Move focusable into its own module

Ref #9647

9 years agoCore: Move disable-selection into its own module
Alexander Schmitz [Wed, 15 Jul 2015 20:49:34 +0000 (16:49 -0400)]
Core: Move disable-selection into its own module

Ref #9647

9 years agoCore: Move data selector from core into its own module
Alexander Schmitz [Wed, 15 Jul 2015 20:43:33 +0000 (16:43 -0400)]
Core: Move data selector from core into its own module

Ref #9647

9 years agoCore: Move version and creation of the ui namespace into its own module
Alexander Schmitz [Wed, 15 Jul 2015 22:26:12 +0000 (18:26 -0400)]
Core: Move version and creation of the ui namespace into its own module

Ref #9647

9 years agoBuild: Update the licenses attribute to singular license
Jörn Zaefferer [Fri, 24 Jul 2015 14:16:14 +0000 (16:16 +0200)]
Build: Update the licenses attribute to singular license

Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license

9 years agoSlider: Remove horizontal scrollbar demo from index it was removed
Alexander Schmitz [Tue, 21 Jul 2015 14:56:41 +0000 (10:56 -0400)]
Slider: Remove horizontal scrollbar demo from index it was removed

9 years agoDroppable: Remove shopping cart demo from index it was deleted
Alexander Schmitz [Tue, 21 Jul 2015 14:56:10 +0000 (10:56 -0400)]
Droppable: Remove shopping cart demo from index it was deleted

9 years agoWidget: Update demo to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:46:37 +0000 (23:46 -0400)]
Widget: Update demo to use AMD

Ref #10119

9 years agoTooltip: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:46:05 +0000 (23:46 -0400)]
Tooltip: Update demos to use AMD

Ref #10119

9 years agoTabs: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:45:49 +0000 (23:45 -0400)]
Tabs: Update demos to use AMD

Ref #10119

9 years agoSortable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:34:31 +0000 (23:34 -0400)]
Sortable: Update demos to use AMD

Ref #10119

9 years agoSpinner: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:34:08 +0000 (23:34 -0400)]
Spinner: Update demos to use AMD

Ref #10119

9 years agoSortable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 03:09:22 +0000 (23:09 -0400)]
Sortable: Update demos to use AMD

Ref #10119

9 years agoSlider: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:58:43 +0000 (22:58 -0400)]
Slider: Update demos to use AMD

Ref #10119

9 years agoSelectmenu: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:53:45 +0000 (22:53 -0400)]
Selectmenu: Update demos to use AMD

Ref #10119

9 years agoSelectable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:17:29 +0000 (22:17 -0400)]
Selectable: Update demos to use AMD

Ref #10119

9 years agoResizable: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:14:51 +0000 (22:14 -0400)]
Resizable: Update demos to use AMD

Ref #10119

9 years agoProgressbar: Update demos to use AMD
Alexander Schmitz [Wed, 1 Jul 2015 02:11:05 +0000 (22:11 -0400)]
Progressbar: Update demos to use AMD

Ref #10119

9 years agoPosition: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 23:01:59 +0000 (19:01 -0400)]
Position: Update demos to use AMD

Ref #10119

9 years agoMenu: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 23:01:30 +0000 (19:01 -0400)]
Menu: Update demos to use AMD

Ref #10119

9 years agoEffects: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 22:57:51 +0000 (18:57 -0400)]
Effects: Update demos to use AMD

Ref #10119

9 years agoDroppable: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 21:18:16 +0000 (17:18 -0400)]
Droppable: Update demos to use AMD

Ref #10119

9 years agoDraggable: Update to demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 21:12:39 +0000 (17:12 -0400)]
Draggable: Update to demos to use AMD

Ref #10119

9 years agoDialog: Switch demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 21:00:57 +0000 (17:00 -0400)]
Dialog: Switch demos to use AMD

Ref #10119

9 years agoAutocomplete: Update demos to use AMD
Alexander Schmitz [Tue, 30 Jun 2015 19:22:59 +0000 (15:22 -0400)]
Autocomplete: Update demos to use AMD

Ref #10119

9 years agoDatepicker: Update localization demo to use i18n files from ui folder
Alexander Schmitz [Thu, 21 May 2015 20:59:18 +0000 (16:59 -0400)]
Datepicker: Update localization demo to use i18n files from ui folder

Ref #10119

9 years agoDatepicker: Use new demos infrastructure
Alexander Schmitz [Thu, 14 May 2015 13:51:52 +0000 (09:51 -0400)]
Datepicker: Use new demos infrastructure

Ref #10119

9 years agoAccordion: Use new demos infrastructure
Alexander Schmitz [Thu, 14 May 2015 13:58:57 +0000 (09:58 -0400)]
Accordion: Use new demos infrastructure

Ref #10119

9 years agoBuild: Add demos to jscs and jshint
Alexander Schmitz [Thu, 2 Jul 2015 13:55:12 +0000 (09:55 -0400)]
Build: Add demos to jscs and jshint

9 years agoDemos: Fixup correct name
Alexander Schmitz [Tue, 21 Jul 2015 14:55:41 +0000 (10:55 -0400)]
Demos: Fixup correct name

9 years agoDemos: Add new infrastructure using a require.js bootstrap
Alexander Schmitz [Thu, 14 May 2015 13:57:50 +0000 (09:57 -0400)]
Demos: Add new infrastructure using a require.js bootstrap

Fixes #10119
Closes gh-1557

9 years agoDialog: Fix removal of event listener for modal dialogs
Scott González [Fri, 17 Jul 2015 15:00:44 +0000 (11:00 -0400)]
Dialog: Fix removal of event listener for modal dialogs

Fixes #13649

9 years agoSortable: Optimize `_intersectsWithPointer()`
Victor Homyakov [Wed, 8 Jul 2015 10:53:13 +0000 (13:53 +0300)]
Sortable: Optimize `_intersectsWithPointer()`

Closes gh-1574

9 years agoPosition: Guard against passing window to offset
Alexander Schmitz [Wed, 17 Jun 2015 15:33:06 +0000 (11:33 -0400)]
Position: Guard against passing window to offset

Starting in jQuery 3.0 this will throw an error

Fixes #13493
Closes gh-1565

9 years agoREADME: Fix typo
Eric Lee Carraway [Fri, 3 Jul 2015 17:10:25 +0000 (12:10 -0500)]
README: Fix typo

Change "setup" (noun) to "set up" (verb).

Closes gh-1572

9 years agoAutocomplete: Revert mistaken event alias change 1568/head
Jörn Zaefferer [Wed, 1 Jul 2015 12:36:08 +0000 (14:36 +0200)]
Autocomplete: Revert mistaken event alias change

This is a call on the menu widget, not using an event alias.

Ref 8b4ce807cd97e3cb953995934d6c4f614de9fa03
Ref #12770

9 years agoSpinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points 1560/head
Alexander Schmitz [Thu, 14 May 2015 12:37:53 +0000 (08:37 -0400)]
Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points

Fixes #11097
Closes gh-1560

9 years agoTests: Stop testing against core 1.10.1 on testswarm
Alexander Schmitz [Wed, 20 May 2015 18:33:55 +0000 (14:33 -0400)]
Tests: Stop testing against core 1.10.1 on testswarm

Fixes #12745

9 years agoTests: Add custom build of core to tests
Alexander Schmitz [Thu, 14 May 2015 02:06:14 +0000 (22:06 -0400)]
Tests: Add custom build of core to tests

This adds a custom build which excludes the event/alias and deprecated modules

Fixes #12770
Closes gh-1556

9 years agoTests: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:05:32 +0000 (22:05 -0400)]
Tests: Remove core event/alias and deprecated module dependencies

9 years agoProgressbar: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:34:05 +0000 (22:34 -0400)]
Progressbar: Remove core event/alias and deprecated module dependencies

9 years agoPosition: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:05:07 +0000 (22:05 -0400)]
Position: Remove core event/alias and deprecated module dependencies

9 years agoResizable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:04:02 +0000 (22:04 -0400)]
Resizable: Remove core event/alias and deprecated module dependencies

9 years agoMouse: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:11:56 +0000 (22:11 -0400)]
Mouse: Remove core event/alias and deprecated module dependencies

9 years agoCore: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:03:32 +0000 (22:03 -0400)]
Core: Remove core event/alias and deprecated module dependencies

9 years agoEffects: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:02:48 +0000 (22:02 -0400)]
Effects: Remove core event/alias and deprecated module dependencies

9 years agoWidget: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:02:32 +0000 (22:02 -0400)]
Widget: Remove core event/alias and deprecated module dependencies

9 years agoTooltip: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:02:14 +0000 (22:02 -0400)]
Tooltip: Remove core event/alias and deprecated module dependencies

9 years agoTabs: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:01:58 +0000 (22:01 -0400)]
Tabs: Remove core event/alias and deprecated module dependencies

9 years agoSpinner: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:01:44 +0000 (22:01 -0400)]
Spinner: Remove core event/alias and deprecated module dependencies

9 years agoSortable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:01:25 +0000 (22:01 -0400)]
Sortable: Remove core event/alias and deprecated module dependencies

9 years agoSlider: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:01:09 +0000 (22:01 -0400)]
Slider: Remove core event/alias and deprecated module dependencies

9 years agoMenu: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:10:34 +0000 (22:10 -0400)]
Menu: Remove core event/alias and deprecated module dependencies

9 years agoSelectmenu: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 02:09:57 +0000 (22:09 -0400)]
Selectmenu: Remove core event/alias and deprecated module dependencies

9 years agoDroppable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:58:16 +0000 (21:58 -0400)]
Droppable: Remove core event/alias and deprecated module dependencies

9 years agoDraggable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:57:47 +0000 (21:57 -0400)]
Draggable: Remove core event/alias and deprecated module dependencies

9 years agoDialog: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:57:04 +0000 (21:57 -0400)]
Dialog: Remove core event/alias and deprecated module dependencies

9 years agoDatepicker: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:54:56 +0000 (21:54 -0400)]
Datepicker: Remove core event/alias and deprecated module dependencies

9 years agoButton: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:54:37 +0000 (21:54 -0400)]
Button: Remove core event/alias and deprecated module dependencies

9 years agoAutocomplete: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:54:08 +0000 (21:54 -0400)]
Autocomplete: Remove core event/alias and deprecated module dependencies

9 years agoAccordion: Remove core event/alias and deprecated module dependencies
Alexander Schmitz [Thu, 14 May 2015 01:52:09 +0000 (21:52 -0400)]
Accordion: Remove core event/alias and deprecated module dependencies