Commit Graph

541 Commits

Author SHA1 Message Date
Scott González
7d96a0d096 Widget factory: Changed _create to _init.
Partial fix for #5064 - Widget: make multiple instantiation more useful.
2010-01-15 18:58:20 +00:00
Scott González
486373239f Dialog: Tweaking demo so buttons fit on one line. 2010-01-15 02:14:53 +00:00
Scott González
1c31a26b56 Replaced stackfix with bgiframe.
Fixes #5061 - Remove stackfix.
2010-01-14 18:09:07 +00:00
Scott González
6024fdf256 Copied autocomplete from dev branch. 2010-01-14 17:23:11 +00:00
Scott González
4c0823a019 Tabs ajax demo: Changed content of one of the remote tabs so it's obvious that the two ajax tabs are actually loading different files. 2010-01-13 00:39:40 +00:00
Scott González
cc9359ce64 Accordion demos: Added missing include of mouse plugin.
Fixes #5046 - Accordion demos: Missing mouse plugin.
2010-01-07 05:58:13 +00:00
Scott González
90fb45dffa Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests). 2010-01-07 03:19:50 +00:00
Richard Worth
1d41fc6715 slider: fixed missing references to mouse plugin 2010-01-01 12:48:11 +00:00
Scott González
752c191a71 Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction plugins. 2009-12-23 03:29:33 +00:00
Scott González
06e29401b8 Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
2009-12-22 19:51:24 +00:00
Jörn Zaefferer
b6d17b24d4 extracting widget factory into jquery.ui.widget.js 2009-12-16 22:20:18 +00:00
Keith Wood
2b31eafb61 Dstepicker - Demonstrate opening/closing animations 2009-12-08 00:08:44 +00:00
Keith Wood
a53da5ab89 Datepicker - Fixed #4987 - Add bosnian language to DatePicker 2009-12-08 00:02:19 +00:00
Scott González
a09664d567 addClass demo: Fixed URLs to be relative. 2009-11-15 23:52:54 +00:00
Scott González
bddf0fdb77 Effects: Added fade effect. Needs documentation.
Fixes #4416 - Add fade effect.
2009-11-13 04:35:47 +00:00
Keith Wood
b0f59eebdb Datepicker: Added Afrikaans and English/UK localisations 2009-10-22 09:49:19 +00:00
Richard Worth
8072598825 sortable portlets demo: Swapped plus and minus icons for more consistency 2009-10-04 10:29:03 +00:00
Richard Worth
e2d873e6f0 renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 2009-09-17 10:39:12 +00:00
Jörn Zaefferer
93be4407bf effects easing: typo 2009-09-02 19:41:18 +00:00
Richard Worth
65457fea4c fixed a little issue in Chrome, Safari 2009-09-02 19:30:46 +00:00
Richard Worth
afc26e41eb Fixed a bug in the drawing of all the graphs, especially visible in easeout curves. Added a top line to each graph. Added support for linear graph and preview. Slowed animation down a bit, to aid in preview. 2009-09-02 19:23:38 +00:00
Scott González
da0aeced9d Dialog demo: Use the ui-state-highlight class instead of a hard-coded color. Fixes #4808 - Modal dialog form validation demo - error message uses hard-coded color. 2009-08-29 02:12:56 +00:00
Jörn Zaefferer
977d73c90d Workaround for #4786, improved 2009-08-18 19:23:49 +00:00
Jörn Zaefferer
4f6dd319e9 Workaround for #4786 2009-08-18 19:22:25 +00:00
Jörn Zaefferer
b2b82e07fb sortable accordion: formatting 2009-08-18 19:07:26 +00:00
Jörn Zaefferer
aafaf7ee2c Tabs: Fix for #4785, improving styles 2009-08-18 18:37:33 +00:00
Jörn Zaefferer
241239f6e4 Tabs: Fix for #4785 2009-08-18 18:25:27 +00:00
Jörn Zaefferer
c8162d5a6f position: improved default demo to use position:absolute instead of fixed - with fixed, the positioned element doesn't move on scroll 2009-08-16 09:09:48 +00:00
Jörn Zaefferer
24a1b6c9aa position: added demo to demos/index.html 2009-08-16 09:08:47 +00:00
Jörn Zaefferer
57a90fe7e1 include position plugin in demos/index.html - especially annoying when that is missing because position() isn't undefined when ui.position.js is missing 2009-08-06 18:12:28 +00:00
Scott González
d6385b039b Dialog: Support hash, array, string for cursorAt option. Use position plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins. 2009-08-03 14:28:54 +00:00
Keith Wood
20e13a4d77 Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker 2009-07-29 08:33:33 +00:00
Scott González
de827dd8df Dialog: Include stackfix in default demo. 2009-07-28 02:34:35 +00:00
Scott González
eff793d014 Copied position plugin from /branches/dev/positionTo r2971. 2009-07-24 18:24:13 +00:00
Jörn Zaefferer
389343cfd3 added tabs-slider demo 2009-07-19 11:32:40 +00:00
Scott González
695adc544d toggleClass demo: Fixed script and stylesheet URLs to be relative. 2009-07-13 00:47:34 +00:00
Jörn Zaefferer
169d2ad30f workaround for #4375 2009-07-11 14:00:08 +00:00
Jörn Zaefferer
a2899b145f replacing bgiframe with ui.stackfix, updated dialog and its demos accordingly 2009-07-09 11:17:19 +00:00
Jörn Zaefferer
b6bdbb4211 accordion fix for #4653: added tests, adopted no-auto-height demo to also cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed 2009-07-03 21:05:22 +00:00
Ca-Phun Ung
cfe9a275c9 datepicker: fixed dateFormat example 2009-06-24 07:40:14 +00:00
Keith Wood
681bcc4ad0 Datepicker: Fixed #4613 Datepicker Swiss-French (fr-CH) localization 2009-06-22 02:43:30 +00:00
Keith Wood
3b5c91fdc6 Datepicker. Fixed #3657 showOtherMonths should allow the selection of days from other months 2009-06-21 07:28:51 +00:00
Keith Wood
37f4f74493 Datepicker: Fixed #4592 Basque (euskara) localization 2009-06-16 08:42:15 +00:00
Keith Wood
ce94b548d0 Datepicker: Added Vietnamese localisation 2009-06-06 05:59:23 +00:00
Scott González
140ca4804e Dialog Modal Form Demo: Added ui-state-focus class on focus (fixes #4568 - Demo: Dialog modal form demo doesn't react to focus on button). 2009-05-31 12:19:20 +00:00
Jörn Zaefferer
32c342a282 replaced svn:externals with versioned files within trunk/externals 2009-05-27 17:50:56 +00:00
Richard Worth
5f83018470 eol-style and mime-type 2009-05-22 03:29:00 +00:00
Jörn Zaefferer
892824558c Fix for #4222 2009-05-11 11:43:48 +00:00
Keith Wood
068fd93e89 Datepicker: Added Azerbaijani localisation 2009-04-26 02:38:44 +00:00
Richard Worth
8d8645c2a5 removed BOMs 2009-04-24 19:53:21 +00:00