Felix Nagel
|
31a38e972e
|
Selectmenu: Upgrade jQuery to 1.7.2.
|
2012-05-14 12:25:52 +02:00 |
|
Felix Nagel
|
c6a8d7ee3c
|
Merge branch 'master' into selectmenu
|
2012-05-14 11:52:47 +02:00 |
|
Felix Nagel
|
41dfb09aeb
|
Merge branch 'master' into selectmenu
|
2012-05-14 11:49:44 +02:00 |
|
Jörn Zaefferer
|
f76fbb8901
|
Tooltip: Make demos more accessible (and less stupid, in case of the forms demo). Fixes #7842
|
2012-05-09 22:14:55 +02:00 |
|
Jörn Zaefferer
|
acb704c3a2
|
Menu: Drop contextmenu link from menu demos index, demo doesn't exist
|
2012-05-09 09:30:19 +02:00 |
|
Scott González
|
4253c78a46
|
Autocomplete delete: Adjust styles.
|
2012-05-08 15:28:47 -04:00 |
|
Scott González
|
f6c0b71ae9
|
Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from date in Date range datepicker.
|
2012-05-03 09:04:52 -04:00 |
|
Scott González
|
c974d0fc69
|
Autocomplete combobox demo: Define this.wrapper for use inside destroy().
|
2012-04-28 16:07:17 -04:00 |
|
Scott González
|
0f575e03bb
|
Merge branch 'master' into position-notification
Conflicts:
tests/unit/position/position_core_within.js
|
2012-04-23 16:33:34 -04:00 |
|
Jörn Zaefferer
|
22edb77559
|
Fix various issues in our html files, second batch
|
2012-04-23 18:44:17 +02:00 |
|
Jörn Zaefferer
|
878eb54a14
|
Fix various issues in our html files, first batch
|
2012-04-23 18:29:35 +02:00 |
|
Scott González
|
308b55e50c
|
Merge branch 'master' into position-notification
|
2012-04-20 11:06:11 -04:00 |
|
Jörn Zaefferer
|
db592b787e
|
Tooltip: Update custom-style demo, remove the ugly padding that was hiding layout issues, use new position feedback API instead of position callout in more then just one place
|
2012-04-17 09:57:17 +02:00 |
|
Scott González
|
6da7278e87
|
Position: Simplify default demo by removing drag functionality on positioned elements. Fixes #5380 - Position Demo breaks when dragging an element.
|
2012-04-15 14:27:15 -04:00 |
|
Scott González
|
218bd47ecd
|
Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0).
|
2012-04-07 20:37:12 -04:00 |
|
Lado Lomidze
|
c12a47074e
|
Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian localization.
|
2012-03-22 11:10:36 -04:00 |
|
Scott González
|
89ff5c5232
|
Upgrade jQuery to 1.7.2.
|
2012-03-22 09:45:22 -04:00 |
|
Scott González
|
b4d9eee966
|
Merge branch 'master' into selectmenu
|
2012-02-29 22:09:26 -05:00 |
|
Scott González
|
6ba18b597a
|
Accordion: Removed mouseover demo. We shouldn't demo bad UX choices.
|
2012-02-29 10:42:20 -05:00 |
|
Scott González
|
02855292f2
|
Accordion: Removed requirement for headers contain a child (and removed associated ui-accordion-heading class).
|
2012-02-27 09:05:22 -05:00 |
|
Felix Nagel
|
e299e9ad66
|
Selectmenu: added empty.html visual test, small improvements in html files
|
2012-02-26 02:52:23 +01:00 |
|
Felix Nagel
|
156d0fbf09
|
Selectmenu: fix for IEs item hover problem, overflow CSS properties now included
|
2012-02-26 02:16:50 +01:00 |
|
Felix Nagel
|
29effb38eb
|
Selectmenu: removed Button widget dependency
|
2012-02-23 23:25:03 +01:00 |
|
Jörn Zaefferer
|
8f71accb75
|
Position: Fix initial positioning of cycler demo.
|
2012-02-23 14:26:47 +01:00 |
|
Jörn Zaefferer
|
59d15809a3
|
Selectmenu: Introduce menuWidget method, to get access to the menu element. Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
|
2012-02-21 20:22:13 +01:00 |
|
Jörn Zaefferer
|
d5c74f77c8
|
Selectmenu: Reorder default demo to reduce the odd top-margin (still needed to fully show the popup menu)
|
2012-02-21 17:56:04 +01:00 |
|
Jörn Zaefferer
|
aa84b39ccd
|
Selectmenu: Simplify id-selectors, no need for element-selector
|
2012-02-21 17:52:58 +01:00 |
|
Jörn Zaefferer
|
6528b48b47
|
Merge branch 'master' into selectmenu
|
2012-02-21 17:48:55 +01:00 |
|
Richard D. Worth
|
90959389ee
|
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
|
2012-02-15 10:39:20 -05:00 |
|
Richard D. Worth
|
efdf6cdf9f
|
Sortable demos: connect lists - added some bottom padding to each container. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element
|
2012-02-13 09:20:04 -05:00 |
|
Douglas
|
8406d97c6d
|
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.
|
2012-02-12 20:56:13 -05:00 |
|
Scott González
|
681b68d048
|
Whitespace
|
2012-02-12 15:52:46 -05:00 |
|
Scott González
|
4f909c50ba
|
Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:14:36 -05:00 |
|
Scott González
|
00b69db883
|
Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accordion + Sortable doesn't work properly on IE6/7.
|
2012-02-11 18:30:44 -05:00 |
|
Scott González
|
c0093b599f
|
Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state.
|
2012-02-11 12:20:46 -05:00 |
|
Richard D. Worth
|
60799826aa
|
Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect
|
2012-02-07 06:06:58 -06:00 |
|
Scott González
|
66c7dfd377
|
Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE.
|
2012-01-31 14:07:17 -05:00 |
|
Scott González
|
ba43357122
|
Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
|
2012-01-28 07:44:58 -05:00 |
|
Jörn Zaefferer
|
021243bc9b
|
Merge branch 'master' into selectmenu
|
2012-01-11 20:00:04 +01:00 |
|
Jörn Zaefferer
|
85348eeebe
|
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.
|
2012-01-04 16:42:16 +01:00 |
|
kborchers
|
a53916b454
|
Merge branch 'master' into selectmenu
|
2011-12-15 12:57:11 -06:00 |
|
kborchers
|
aa267fb606
|
Menubar: Fix font-weight and spacing of disabled menu items
|
2011-12-01 14:51:23 -06:00 |
|
kborchers
|
490dc4d36b
|
Merge branch 'master' into menubar_otherStructures
|
2011-12-01 12:53:35 -06:00 |
|
Jörn Zaefferer
|
769abbabc3
|
Upgrade jQuery to 1.7.1.
|
2011-11-24 11:27:35 +01:00 |
|
Jörn Zaefferer
|
9bd08798c2
|
Merge branch 'master' into selectmenu
|
2011-11-24 11:25:24 +01:00 |
|
Scott González
|
54fb1441fe
|
Upgrade jQuery to 1.7.1.
|
2011-11-22 08:43:09 -05:00 |
|
Felix Nagel
|
0d064bba4e
|
Selectmenu: fixed jQuery version
|
2011-11-21 21:43:52 +01:00 |
|
Jörn Zaefferer
|
d6e4d4705d
|
Merge branch 'master' into selectmenu
|
2011-11-18 17:13:28 +01:00 |
|
Jörn Zaefferer
|
66f9e12797
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
|
David De Sloovere
|
dfbd9be72d
|
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
|
2011-11-17 13:43:02 -06:00 |
|