Commit Graph

707 Commits

Author SHA1 Message Date
jzaefferer
e724f585bf Fixed bad references to jQuery-1.4.4.js 2010-12-22 18:59:29 +01:00
jzaefferer
0479ab6af6 Merge remote branch 'origin/tooltip'
Conflicts:
	demos/autocomplete/combobox.html
	demos/index.html
	tests/unit/index.html
2010-12-22 18:58:57 +01:00
jzaefferer
3552947c19 Merge remote branch 'origin/menu'
Conflicts:
	demos/autocomplete/categories.html
	demos/autocomplete/combobox.html
	demos/autocomplete/custom-data.html
	demos/autocomplete/default.html
	demos/autocomplete/folding.html
	demos/autocomplete/multiple-remote.html
	demos/autocomplete/multiple.html
	demos/autocomplete/remote-jsonp.html
	demos/autocomplete/remote-with-cache.html
	demos/autocomplete/remote.html
	demos/autocomplete/xml.html
	demos/button/splitbutton.html
	demos/index.html
	tests/visual/menu/nested.html
	themes/base/jquery.ui.autocomplete.css
	ui/jquery.ui.autocomplete.js
2010-12-22 18:31:27 +01:00
jzaefferer
8d39171fa2 Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo. 2010-12-22 18:00:28 +01:00
jzaefferer
2c89e9587e Merge remote branch 'origin/spinner' 2010-12-22 17:36:41 +01:00
Mario Visic
cf48a3c5c8 Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms. 2010-12-16 07:59:37 -05:00
jzaefferer
26bc70180a Spinner: Update timespinner demo description. 2010-12-01 23:31:01 +01:00
jzaefferer
0d0ec376e3 Spinner: Introduce page option to configure page size. Use that for timespinner demo to spin minutes on cursor up/down, hours on page up/down. 2010-12-01 23:28:05 +01:00
Scott González
ddb4694cc1 Autocomplete combobox demo: Reset the internal term property when an invalid selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try. 2010-11-30 17:55:29 -05:00
jzaefferer
970befceb4 Spinner: Add demo for time spinner 2010-11-28 19:59:29 +01:00
Scott González
d97add11b0 Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle destroy. 2010-11-23 08:22:40 -05:00
Kyle Wilkinson
f070b0a24b Datepicker Demo: modifed the name of the event search demo to be date-range. Fixed #6675 - Date Range demo for Datepicker has unclear title. 2010-11-21 09:41:27 -05:00
Scott González
ddf59462af Autocomplete: Use the text of the option, not the value when checking for valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different. 2010-11-19 16:28:02 -05:00
Scott González
4637695894 Autocomplete multiple demos: Don't leave the field when tabbing while the menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting. 2010-11-19 16:17:52 -05:00
Phillip Barnes
ff4154bb5d Lossless compression of all non-theme images using ImageOptim 2010-11-19 14:27:18 -05:00
Scott González
fce1f97f76 Upgraded jQuery to 1.4.4. 2010-11-12 09:19:26 -05:00
Scott González
53215ded4a Autocomplete (maxheight demo): Add padding to account for vertical scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. 2010-11-04 08:36:09 -04:00
Scott González
5431a4553a Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. 2010-11-02 13:51:29 -04:00
jzaefferer
fceb70d526 Spinner: Adding overflow demo 2010-11-02 16:41:11 +01:00
jzaefferer
345592ff4a Spinner: Removing rtl demo 2010-11-02 16:31:22 +01:00
jzaefferer
183fb69abf Slider: Add spinner to demo index 2010-10-27 17:51:55 +02:00
jzaefferer
d91cd61f79 Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments 2010-10-27 16:38:00 +02:00
jzaefferer
48a5977d33 Tooltip: Implementing event delegation support. 2010-10-26 17:07:22 +02:00
jzaefferer
4d6770fe13 Tooltip: Added demo for custom animations 2010-10-26 14:47:31 +02:00
jzaefferer
615022abd5 Tooltip: Update forms demo to programmatic-trigger only 2010-10-26 14:46:41 +02:00
jzaefferer
2df094527e Spinner: Changed default for numberformat to null. Fixed disabled option to not prevent changing value via step and page methods. OVerhauled testsuite. 2010-10-26 12:14:45 +02:00
jzaefferer
0a1da016ff Slider: Update to latest mousewheel plugin 2010-10-26 10:53:03 +02:00
jzaefferer
bc3d283d2c Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option. 2010-10-23 01:51:12 +02:00
jzaefferer
f7d8a1ba57 Porting old spinner implementation to 1.8, dropping some baggage. 2010-10-22 06:16:12 +02:00
Scott González
19f9c3a559 Upgraded jQuery to 1.4.3. 2010-10-21 22:29:28 -04:00
Scott González
7d9d2b551f External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe. 2010-10-19 23:05:13 -04:00
Scott González
715f83f1ce Demos: Coding standards. 2010-10-13 15:49:00 -04:00
Scott González
7ce4ddbcac Tabs demos: Coding standards. 2010-10-13 15:43:49 -04:00
Scott González
b12d528e8f Effects (toggle) demos: Coding standards. 2010-10-13 15:29:56 -04:00
Scott González
a300658ecf Effects (toggleClass) demos: Coding standards. 2010-10-13 15:29:37 -04:00
Scott González
68cb8fea09 Effects (switchClass) demos: Coding standards. 2010-10-13 15:24:00 -04:00
Scott González
bb41a258a8 Sortable demos: Coding standards. 2010-10-13 15:23:42 -04:00
Scott González
060af83ec9 Slider demos: Coding standards. 2010-10-13 10:39:50 -04:00
Scott González
527bc44afe Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes #5698 - Selectable: Bug in serializable demo. 2010-10-11 20:58:53 -04:00
Scott González
99b71a51c8 Effects (show): coding standards. 2010-09-27 15:54:52 -04:00
Scott González
03517636e8 Selectable demos: coding standards. 2010-09-27 15:47:17 -04:00
Scott González
6b6e1d76e7 Resizable demos: coding standards. 2010-09-27 15:42:06 -04:00
Scott González
f02c41ec51 Effects (removeClass) demos: coding standards. 2010-09-27 15:41:35 -04:00
Scott González
2dd676e18a Dialog demos: safer selectors for the demo system workaround. 2010-09-27 11:31:55 -04:00
Scott González
23b569f46e Datepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add Portuguese localization. 2010-09-24 08:58:18 -04:00
Jorge Barreiro
f04a25f9bf Datepicker: Added galician localization. Fixes #6079 - Datepicker: Add Galician localization. 2010-09-20 10:59:01 -04:00
Richard D. Worth
82b15951d1 Dialog demo: syntax error, errant single quote from last style guide update. Fixed #6074 - Dialog: demo of modal form broken 2010-09-19 17:14:22 -07:00
Scott González
9958d2968f Progressbar demos: Coding standards. 2010-09-10 10:27:32 -04:00
Scott González
4a4fab829f Position demos: Coding standards. 2010-09-10 10:24:33 -04:00
Scott González
0956c9ec40 Effects .hide() demos: Coding standards. 2010-09-10 10:18:39 -04:00