]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agoDialog: Fixed #3731: Contain dialogs within the document when dragging.
Scott González [Sat, 3 Jan 2009 05:25:48 +0000 (05:25 +0000)]
Dialog: Fixed #3731: Contain dialogs within the document when dragging.

15 years agoUpdated all demos/tests to jQuery 1.3pre.
Scott González [Sat, 3 Jan 2009 04:56:50 +0000 (04:56 +0000)]
Updated all demos/tests to jQuery 1.3pre.

15 years agoCore: Cleaned up warnings.
Scott González [Sat, 3 Jan 2009 04:45:12 +0000 (04:45 +0000)]
Core: Cleaned up warnings.

15 years agoCore: Changed $.ui.contains to use the same logic as jQuery's internal contains function.
Scott González [Sat, 3 Jan 2009 04:42:23 +0000 (04:42 +0000)]
Core: Changed $.ui.contains to use the same logic as jQuery's internal contains function.

15 years agoWidget factory: Updated ._trigger to use new event system in jQuery 1.3.
Scott González [Sat, 3 Jan 2009 04:38:20 +0000 (04:38 +0000)]
Widget factory: Updated ._trigger to use new event system in jQuery 1.3.

15 years agoUpdated jQuery 1.3pre to r6026.
Scott González [Sat, 3 Jan 2009 04:12:50 +0000 (04:12 +0000)]
Updated jQuery 1.3pre to r6026.

15 years agofixed #3741 - ui.theme.css should not contain border-radius properties
Richard Worth [Sat, 3 Jan 2009 02:22:33 +0000 (02:22 +0000)]
fixed #3741 - ui.theme.css should not contain border-radius properties

15 years agodatepicker: added a span wrapper to disabled dates for better styling of unselectable...
Ca-Phun Ung [Fri, 2 Jan 2009 16:45:35 +0000 (16:45 +0000)]
datepicker: added a span wrapper to disabled dates for better styling of unselectable days when setting min/max values.

15 years agodemos/index.html - changed content-type to utf-8 to support datepickers in other...
Ca-Phun Ung [Fri, 2 Jan 2009 15:59:31 +0000 (15:59 +0000)]
demos/index.html - changed content-type to utf-8 to support datepickers in other languages.

15 years agodemos/datepicker/localization.html - replaced special character symbols with equivale...
Ca-Phun Ung [Fri, 2 Jan 2009 15:36:40 +0000 (15:36 +0000)]
demos/datepicker/localization.html - replaced special character symbols with equivalent html entities.

15 years agoAdded jQuery 1.3pre (r6018).
Scott González [Fri, 2 Jan 2009 15:31:50 +0000 (15:31 +0000)]
Added jQuery 1.3pre (r6018).

15 years agodemos/index.html - added fade in/out effect to demo notes.
Ca-Phun Ung [Fri, 2 Jan 2009 14:54:25 +0000 (14:54 +0000)]
demos/index.html - added fade in/out effect to demo notes.

15 years agodemos/index.html - fixed resetDemos function so year follows month by default.
Ca-Phun Ung [Fri, 2 Jan 2009 13:45:18 +0000 (13:45 +0000)]
demos/index.html - fixed resetDemos function so year follows month by default.

15 years agodemos: sortable: fixed connectWith + delay/distance demos
Paul Bakaus [Fri, 2 Jan 2009 13:28:50 +0000 (13:28 +0000)]
demos: sortable: fixed connectWith + delay/distance demos

15 years agodemos/index.html - fixed issue with browser refresh picking up wrong hash value....
Ca-Phun Ung [Fri, 2 Jan 2009 13:17:54 +0000 (13:17 +0000)]
demos/index.html - fixed issue with browser refresh picking up wrong hash value. Added a resetDemo function to reset datepicker so it picks up default values rather than localized values.

15 years agoReverted r1461
Richard Worth [Fri, 2 Jan 2009 13:06:30 +0000 (13:06 +0000)]
Reverted r1461

15 years agodemos/index.html - mapped #widget to #widget|default.
Ca-Phun Ung [Fri, 2 Jan 2009 12:20:10 +0000 (12:20 +0000)]
demos/index.html - mapped #widget to #widget|default.

15 years agodemos/index.html - removed iframe and replaced with Ajax. Added datepicker localizati...
Ca-Phun Ung [Fri, 2 Jan 2009 12:10:16 +0000 (12:10 +0000)]
demos/index.html - removed iframe and replaced with Ajax. Added datepicker localization scripts. Fixed css font sizing issues in demo notes.

15 years agospelling of localization (yes, I see the irony)
Richard Worth [Fri, 2 Jan 2009 04:33:11 +0000 (04:33 +0000)]
spelling of localization (yes, I see the irony)

15 years agomime-type and eol-style
Richard Worth [Fri, 2 Jan 2009 03:56:06 +0000 (03:56 +0000)]
mime-type and eol-style

15 years agoCorrected tests after latest changes
Keith Wood [Fri, 2 Jan 2009 02:13:34 +0000 (02:13 +0000)]
Corrected tests after latest changes

15 years agoAdditional datepicker demonstrations
Keith Wood [Fri, 2 Jan 2009 02:10:06 +0000 (02:10 +0000)]
Additional datepicker demonstrations

15 years agoWidget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.
Scott González [Thu, 1 Jan 2009 16:12:18 +0000 (16:12 +0000)]
Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.

15 years agoRe-fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#'...
Richard Worth [Thu, 1 Jan 2009 12:42:10 +0000 (12:42 +0000)]
Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
This time it works in IE

15 years agoreverted r1414 as it doesn't work in IE
Richard Worth [Thu, 1 Jan 2009 12:38:08 +0000 (12:38 +0000)]
reverted r1414 as it doesn't work in IE

15 years agoCore: Cleaned up whitespace.
Scott González [Thu, 1 Jan 2009 03:10:43 +0000 (03:10 +0000)]
Core: Cleaned up whitespace.

15 years agoCore: Changed parameter names for selectors.
Scott González [Thu, 1 Jan 2009 03:07:52 +0000 (03:07 +0000)]
Core: Changed parameter names for selectors.

15 years agoset trunk version back to 1.6pre
Richard Worth [Thu, 1 Jan 2009 01:53:03 +0000 (01:53 +0000)]
set trunk version back to 1.6pre

15 years agoset version to 1.6rc3 1.6rc3
Richard Worth [Thu, 1 Jan 2009 01:29:05 +0000 (01:29 +0000)]
set version to 1.6rc3

15 years agorelease/build.xml: corrected build to place additional folder level in zip file
Richard Worth [Thu, 1 Jan 2009 01:24:55 +0000 (01:24 +0000)]
release/build.xml: corrected build to place additional folder level in zip file

15 years agoreverted r1437 as it seems it came from a TR cache
Richard Worth [Thu, 1 Jan 2009 00:49:42 +0000 (00:49 +0000)]
reverted r1437 as it seems it came from a TR cache

15 years agothemes/default: updated generated ui.theme.css from themeroller
Richard Worth [Thu, 1 Jan 2009 00:43:09 +0000 (00:43 +0000)]
themes/default: updated generated ui.theme.css from themeroller

15 years agodemos: touch ups
Richard Worth [Thu, 1 Jan 2009 00:36:10 +0000 (00:36 +0000)]
demos: touch ups

15 years agodemos: touch up
Richard Worth [Thu, 1 Jan 2009 00:27:45 +0000 (00:27 +0000)]
demos: touch up

15 years agodemos/resizable: fitting into demo preview frame
Richard Worth [Thu, 1 Jan 2009 00:00:04 +0000 (00:00 +0000)]
demos/resizable: fitting into demo preview frame

15 years agodemos/selectable: fitting into demo preview frame
Richard Worth [Wed, 31 Dec 2008 23:58:34 +0000 (23:58 +0000)]
demos/selectable: fitting into demo preview frame

15 years agodemos/sortable/connectwith.html: removed wrong description
Richard Worth [Wed, 31 Dec 2008 23:57:05 +0000 (23:57 +0000)]
demos/sortable/connectwith.html: removed wrong description

15 years agodemos/sortable: fitting into demo preview frame
Richard Worth [Wed, 31 Dec 2008 23:56:02 +0000 (23:56 +0000)]
demos/sortable: fitting into demo preview frame

15 years agodemos/dialog: fitting into demo preview frame
Richard Worth [Wed, 31 Dec 2008 23:53:47 +0000 (23:53 +0000)]
demos/dialog: fitting into demo preview frame

15 years agodemos: some sizing issues with selectable and sortable demos
Richard Worth [Wed, 31 Dec 2008 23:50:39 +0000 (23:50 +0000)]
demos: some sizing issues with selectable and sortable demos

15 years agodemos: some sizing issues with selectable and sortable demos
Richard Worth [Wed, 31 Dec 2008 23:41:40 +0000 (23:41 +0000)]
demos: some sizing issues with selectable and sortable demos

15 years agomime-type and eol-style
Richard Worth [Wed, 31 Dec 2008 23:29:44 +0000 (23:29 +0000)]
mime-type and eol-style

15 years agodemos/sortable: touched up selectable demos
Richard Worth [Wed, 31 Dec 2008 23:27:40 +0000 (23:27 +0000)]
demos/sortable: touched up selectable demos

15 years agodemos/index.html: load effects as well as ui files
Richard Worth [Wed, 31 Dec 2008 23:11:31 +0000 (23:11 +0000)]
demos/index.html: load effects as well as ui files

15 years agodemos/sortable: touched up sortable demos
Richard Worth [Wed, 31 Dec 2008 23:10:48 +0000 (23:10 +0000)]
demos/sortable: touched up sortable demos

15 years agodemos: wrapped up effects demos. Removed easing for now
Richard Worth [Wed, 31 Dec 2008 22:53:33 +0000 (22:53 +0000)]
demos: wrapped up effects demos. Removed easing for now

15 years agodemos: corrected some page titles
Richard Worth [Wed, 31 Dec 2008 22:16:02 +0000 (22:16 +0000)]
demos: corrected some page titles

15 years agoSlider: Fixed #3717: Correct event types for callbacks.
Scott González [Wed, 31 Dec 2008 21:27:56 +0000 (21:27 +0000)]
Slider: Fixed #3717: Correct event types for callbacks.

15 years agodemos/effects: Added show/hide/toggle effect demos
Richard Worth [Wed, 31 Dec 2008 21:18:06 +0000 (21:18 +0000)]
demos/effects: Added show/hide/toggle effect demos

15 years agodemos/dialog/modal.html: clarified the description for modal
Richard Worth [Wed, 31 Dec 2008 20:16:15 +0000 (20:16 +0000)]
demos/dialog/modal.html: clarified the description for modal

15 years agospace before />
Richard Worth [Wed, 31 Dec 2008 20:03:03 +0000 (20:03 +0000)]
space before />

15 years agodemos/dialog/modal.html: clarified the description for modal
Richard Worth [Wed, 31 Dec 2008 20:01:55 +0000 (20:01 +0000)]
demos/dialog/modal.html: clarified the description for modal

15 years agoFixed #3716 - slider: range handles should not be able to cross
Richard Worth [Wed, 31 Dec 2008 19:55:16 +0000 (19:55 +0000)]
Fixed #3716 - slider: range handles should not be able to cross

15 years agodemos: +selectable default demo
Chi Cheng [Wed, 31 Dec 2008 17:47:42 +0000 (17:47 +0000)]
demos: +selectable default demo

15 years agoFixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor
Richard Worth [Wed, 31 Dec 2008 17:23:10 +0000 (17:23 +0000)]
Fixed #3709 - Datepicker: clicking on a date causes the browser to follow '#' anchor

15 years agoFixed #3712 - Month and year dropdown mis-alignment in datepicker
Richard Worth [Wed, 31 Dec 2008 17:15:47 +0000 (17:15 +0000)]
Fixed #3712 - Month and year dropdown mis-alignment in datepicker

15 years agoDialog tests: Fixed typo.
Scott González [Wed, 31 Dec 2008 16:23:58 +0000 (16:23 +0000)]
Dialog tests: Fixed typo.

15 years agoCore: Whitespace only.
Scott González [Wed, 31 Dec 2008 16:10:38 +0000 (16:10 +0000)]
Core: Whitespace only.

15 years agodemos/slider: removed media="screen"
Richard Worth [Wed, 31 Dec 2008 15:22:54 +0000 (15:22 +0000)]
demos/slider: removed media="screen"

15 years agodemos: added inner iframe for draggable containment demo
Paul Bakaus [Wed, 31 Dec 2008 15:14:06 +0000 (15:14 +0000)]
demos: added inner iframe for draggable containment demo

15 years agodemos: linked effects on index, added folders + index files for effects
Paul Bakaus [Wed, 31 Dec 2008 14:49:55 +0000 (14:49 +0000)]
demos: linked effects on index, added folders + index files for effects

15 years agoWidget Factory: Check the target in getData and setData events (jQuery 1.3 supports...
Scott González [Wed, 31 Dec 2008 14:28:56 +0000 (14:28 +0000)]
Widget Factory: Check the target in getData and setData events (jQuery 1.3 supports bubbling for custom events).

15 years agodemos: use higher padding for slider demos in website version
Paul Bakaus [Wed, 31 Dec 2008 14:25:59 +0000 (14:25 +0000)]
demos: use higher padding for slider demos in website version

15 years agodemos: added wrappers for sortables
Paul Bakaus [Wed, 31 Dec 2008 14:17:03 +0000 (14:17 +0000)]
demos: added wrappers for sortables

15 years agodemo: added wrappers for resizable
Paul Bakaus [Wed, 31 Dec 2008 14:13:30 +0000 (14:13 +0000)]
demo: added wrappers for resizable

15 years agodemos: added wrappers for droppable demos
Paul Bakaus [Wed, 31 Dec 2008 14:10:05 +0000 (14:10 +0000)]
demos: added wrappers for droppable demos

15 years agodemos: refixed sortable demo in draggables
Paul Bakaus [Wed, 31 Dec 2008 14:05:54 +0000 (14:05 +0000)]
demos: refixed sortable demo in draggables

15 years agodemos: added demo wrappers, fixed some issues with non explicit css rules
Paul Bakaus [Wed, 31 Dec 2008 14:02:14 +0000 (14:02 +0000)]
demos: added demo wrappers, fixed some issues with non explicit css rules

15 years agodemos: fixed css issue in draggable opacity demo
Paul Bakaus [Wed, 31 Dec 2008 10:56:48 +0000 (10:56 +0000)]
demos: fixed css issue in draggable opacity demo

15 years agoRemove trailing spaces
Eduardo Lundgren [Wed, 31 Dec 2008 08:22:11 +0000 (08:22 +0000)]
Remove trailing spaces

15 years agodemos/tabs/ajax.html: Changed AJAX to Ajax
Richard Worth [Wed, 31 Dec 2008 06:53:21 +0000 (06:53 +0000)]
demos/tabs/ajax.html: Changed AJAX to Ajax

15 years agodemos/tabs/default.html: added missing word, minor whitespace changes
Richard Worth [Wed, 31 Dec 2008 06:51:47 +0000 (06:51 +0000)]
demos/tabs/default.html: added missing word, minor whitespace changes

15 years agodemos/slider/range.html: added feedback input
Richard Worth [Wed, 31 Dec 2008 06:49:37 +0000 (06:49 +0000)]
demos/slider/range.html: added feedback input

15 years agodemos/dialog: markup tweaks
Richard Worth [Wed, 31 Dec 2008 06:41:28 +0000 (06:41 +0000)]
demos/dialog: markup tweaks

15 years agodemos/dialog/modal_form.html: markup tweaks
Richard Worth [Wed, 31 Dec 2008 06:32:43 +0000 (06:32 +0000)]
demos/dialog/modal_form.html: markup tweaks

15 years agodemos: moved the demos.css link down so it can override default theme styles. other...
Richard Worth [Wed, 31 Dec 2008 06:29:31 +0000 (06:29 +0000)]
demos: moved the demos.css link down so it can override default theme styles. other minor updates.

15 years agodemos/slider: Added a simple colorpicker demo
Richard Worth [Wed, 31 Dec 2008 05:49:49 +0000 (05:49 +0000)]
demos/slider: Added a simple colorpicker demo

15 years agoTabs demos: Fixed collapsible demo; removed duplicate deselectable demo.
Scott González [Wed, 31 Dec 2008 05:13:38 +0000 (05:13 +0000)]
Tabs demos: Fixed collapsible demo; removed duplicate deselectable demo.

15 years agodemos: added <code> inside <pre>. some other minor updates
Richard Worth [Wed, 31 Dec 2008 05:01:58 +0000 (05:01 +0000)]
demos: added <code> inside <pre>. some other minor updates

15 years agoTabs: Added missing semicolon.
Scott González [Wed, 31 Dec 2008 04:58:44 +0000 (04:58 +0000)]
Tabs: Added missing semicolon.

15 years agoslider: added ui.values in the slide callback for a range
Richard Worth [Wed, 31 Dec 2008 04:48:12 +0000 (04:48 +0000)]
slider: added ui.values in the slide callback for a range

15 years agodemos/slider: markup and whitespace
Richard Worth [Wed, 31 Dec 2008 04:22:19 +0000 (04:22 +0000)]
demos/slider: markup and whitespace

15 years agodemos/slider: markup and whitespace
Richard Worth [Wed, 31 Dec 2008 04:08:58 +0000 (04:08 +0000)]
demos/slider: markup and whitespace

15 years agoCore: Fixed data selector so it returns true/false (makes it work with Sizzle).
Scott González [Wed, 31 Dec 2008 04:08:49 +0000 (04:08 +0000)]
Core: Fixed data selector so it returns true/false (makes it work with Sizzle).

15 years agodemos/slider/range_vertical.html: clarified description
Richard Worth [Wed, 31 Dec 2008 03:41:22 +0000 (03:41 +0000)]
demos/slider/range_vertical.html: clarified description

15 years agoSlider demos: Cleaned up whitespace and trailing commas.
Scott González [Wed, 31 Dec 2008 01:59:32 +0000 (01:59 +0000)]
Slider demos: Cleaned up whitespace and trailing commas.

15 years agodemos: whitespace fixes
Richard Worth [Wed, 31 Dec 2008 01:20:50 +0000 (01:20 +0000)]
demos: whitespace fixes
- trailing whitespace
- inconsistent line endings
- set svn:eol-style to native

15 years agoDialog: Fixed #3713: Set default height to auto and default minHeight to 150. Now...
Scott González [Wed, 31 Dec 2008 01:12:43 +0000 (01:12 +0000)]
Dialog: Fixed #3713: Set default height to auto and default minHeight to 150.  Now applying minHeight to the content div instead of only using it for resizing.

15 years agodemos: consistent spelling of collapsible
Richard Worth [Wed, 31 Dec 2008 00:43:07 +0000 (00:43 +0000)]
demos: consistent spelling of collapsible

15 years agodemos/accordion/default.html: highlighted note about when not to use accordion
Richard Worth [Wed, 31 Dec 2008 00:38:04 +0000 (00:38 +0000)]
demos/accordion/default.html: highlighted note about when not to use accordion

15 years agodemos: adjusted font size for demo notes
Richard Worth [Wed, 31 Dec 2008 00:37:35 +0000 (00:37 +0000)]
demos: adjusted font size for demo notes

15 years agodemos/draggable/helper.html: adjusted cursorAt position of custom helper
Richard Worth [Wed, 31 Dec 2008 00:17:33 +0000 (00:17 +0000)]
demos/draggable/helper.html: adjusted cursorAt position of custom helper

15 years agoResizable containment acurrate - Fixed #3714
Eduardo Lundgren [Wed, 31 Dec 2008 00:11:03 +0000 (00:11 +0000)]
Resizable containment acurrate - Fixed #3714

15 years agoSnazzed up the visuals by adding more framework classes
Todd Parker [Tue, 30 Dec 2008 22:01:56 +0000 (22:01 +0000)]
Snazzed up the visuals by adding more framework classes

15 years agoset mime type
Richard Worth [Tue, 30 Dec 2008 21:40:51 +0000 (21:40 +0000)]
set mime type

15 years agoAdded feedback of the current slider value next to label.
Todd Parker [Tue, 30 Dec 2008 21:33:00 +0000 (21:33 +0000)]
Added feedback of the current slider value next to label.

15 years agoencoded &
Richard Worth [Tue, 30 Dec 2008 21:07:45 +0000 (21:07 +0000)]
encoded &

15 years agoAdded description.
Todd Parker [Tue, 30 Dec 2008 21:06:05 +0000 (21:06 +0000)]
Added description.

15 years agoChanged local nav title to just say "Examples" instead of repeating the title
Todd Parker [Tue, 30 Dec 2008 21:02:37 +0000 (21:02 +0000)]
Changed local nav title to just say "Examples" instead of repeating the title

15 years agodemos/slider/steps.html: addded a text input for feedback
Richard Worth [Tue, 30 Dec 2008 20:49:57 +0000 (20:49 +0000)]
demos/slider/steps.html: addded a text input for feedback