]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
15 years agoadded examples of labels offset from the left side, FG's recommendation for best...
Maggie Costello Wachs [Fri, 5 Dec 2008 22:59:01 +0000 (22:59 +0000)]
added examples of labels offset from the left side, FG's recommendation for best workaround re: label position, requires no extra markup and max flexibility

15 years agoadded ui-widget class to apply correct font
Maggie Costello Wachs [Fri, 5 Dec 2008 20:59:30 +0000 (20:59 +0000)]
added ui-widget class to apply correct font

15 years agothemes/base: changed comment-hidden tokens to use /*{tokenname}*/ format instead...
Richard Worth [Fri, 5 Dec 2008 20:23:30 +0000 (20:23 +0000)]
themes/base: changed comment-hidden tokens to use /*{tokenname}*/ format instead of /*tokenname*/

15 years agoset svn:eol-style to native
Richard Worth [Fri, 5 Dec 2008 20:19:46 +0000 (20:19 +0000)]
set svn:eol-style to native

15 years agoAdded new jQuery UI CSS Framework (/themes/base) and matching static markup test...
Richard Worth [Fri, 5 Dec 2008 20:16:37 +0000 (20:16 +0000)]
Added new jQuery UI CSS Framework (/themes/base) and matching static markup test pages. Thanks scottjehl :)

15 years agoprogressbar: a little clean up and some more visual tests
Richard Worth [Fri, 5 Dec 2008 15:42:46 +0000 (15:42 +0000)]
progressbar: a little clean up and some more visual tests

15 years agoprogressbar refactor
Richard Worth [Fri, 5 Dec 2008 13:35:11 +0000 (13:35 +0000)]
progressbar refactor

15 years agosortable: fixed regression that caused wrong offset calculation if the helper option...
Paul Bakaus [Tue, 2 Dec 2008 12:47:53 +0000 (12:47 +0000)]
sortable: fixed regression that caused wrong offset calculation if the helper option has been set to "original"

15 years agoUpdated Dutch localisation
Keith Wood [Mon, 1 Dec 2008 10:56:21 +0000 (10:56 +0000)]
Updated Dutch localisation

15 years agoSource formatting
Eduardo Lundgren [Fri, 28 Nov 2008 15:43:32 +0000 (15:43 +0000)]
Source formatting

15 years agosortable:
Paul Bakaus [Tue, 25 Nov 2008 09:57:41 +0000 (09:57 +0000)]
sortable:
- merged back all position and scroll fixed from draggables
- renamed accurate to accurateIntersection and set it to true by default
- refactored intersection code (no change in logic)
- added forceHelperSize option (default: false), a forced helper size is also triggered when the generated helper doesn't have any styles set for width/height, so this option won't be needed in most cases

15 years agoslider: fixed regression caused by a recent change in the mouse core - since the...
Paul Bakaus [Mon, 24 Nov 2008 17:02:26 +0000 (17:02 +0000)]
slider: fixed regression caused by a recent change in the mouse core - since the mouse core doesn't stop mousedown propagation by default now, the mousedown event was triggered twice - once by the bound handle, and once by the actual element.

15 years agoprogressbar tests: started refactor
Richard Worth [Mon, 24 Nov 2008 13:52:13 +0000 (13:52 +0000)]
progressbar tests: started refactor

15 years agosortable: Another regex for the innerHTML copying in the placeholder, removes the...
Paul Bakaus [Mon, 24 Nov 2008 13:48:50 +0000 (13:48 +0000)]
sortable: Another regex for the innerHTML copying in the placeholder, removes the expando attribute in IE (fixes #3541)

15 years agodraggable: correct mime type on scroll test
Paul Bakaus [Sun, 23 Nov 2008 18:14:12 +0000 (18:14 +0000)]
draggable: correct mime type on scroll test

15 years agocore (mouse): preventDefault in most cases instead of returning false, that blocks...
Paul Bakaus [Sun, 23 Nov 2008 18:00:29 +0000 (18:00 +0000)]
core (mouse): preventDefault in most cases instead of returning false, that blocks all bubbling events (fixed #3552)

15 years agodraggable: advanced visual representation of the new automated tests that can be...
Paul Bakaus [Sun, 23 Nov 2008 17:46:14 +0000 (17:46 +0000)]
draggable: advanced visual representation of the new automated tests that can be used for debugging purposes

15 years agocore: improved logic of $.fn.scrollParent, taking positioning in account
Paul Bakaus [Sun, 23 Nov 2008 17:42:24 +0000 (17:42 +0000)]
core: improved logic of $.fn.scrollParent, taking positioning in account
draggable: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7

15 years agotests: formatting and cleanup for consistency
Richard Worth [Sat, 22 Nov 2008 19:29:03 +0000 (19:29 +0000)]
tests: formatting and cleanup for consistency

15 years agoremoved some old references to 'flora'
Richard Worth [Sat, 22 Nov 2008 11:18:31 +0000 (11:18 +0000)]
removed some old references to 'flora'

15 years agoremoved some old references to 'flora'
Richard Worth [Sat, 22 Nov 2008 11:17:10 +0000 (11:17 +0000)]
removed some old references to 'flora'

15 years agoResizable: disableSelection using jquery plugin.
Eduardo Lundgren [Sat, 22 Nov 2008 05:49:06 +0000 (05:49 +0000)]
Resizable: disableSelection using jquery plugin.

15 years agodraggable: added missing default for zIndex and cursorAt, added missing scroll tests...
Paul Bakaus [Fri, 21 Nov 2008 19:40:45 +0000 (19:40 +0000)]
draggable: added missing default for zIndex and cursorAt, added missing scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6)

15 years agoSortables: using isOverAxis.
Eduardo Lundgren [Fri, 21 Nov 2008 18:41:57 +0000 (18:41 +0000)]
Sortables: using isOverAxis.

15 years agoCore: isOverAxis avoid duplicated method logic.
Eduardo Lundgren [Fri, 21 Nov 2008 18:41:19 +0000 (18:41 +0000)]
Core: isOverAxis avoid duplicated method logic.

15 years agoSortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _intersectsWit...
Eduardo Lundgren [Fri, 21 Nov 2008 15:30:15 +0000 (15:30 +0000)]
Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _intersectsWithPointer.

15 years agodraggable: the snap events 'release' and 'snap' now both have valid mousemove events...
Paul Bakaus [Fri, 21 Nov 2008 14:01:44 +0000 (14:01 +0000)]
draggable: the snap events 'release' and 'snap' now both have valid mousemove events attached.

15 years agofixed header information in MIT license
Paul Bakaus [Fri, 21 Nov 2008 13:00:21 +0000 (13:00 +0000)]
fixed header information in MIT license

15 years agoaccordion: formatting changes - moved some things around for consistency.
Richard Worth [Fri, 21 Nov 2008 04:58:53 +0000 (04:58 +0000)]
accordion: formatting changes - moved some things around for consistency.
_init and destroy at the top. Sorted defaults alphabetically.

15 years agotabs: formatting changes - moved some things around for consistency.
Richard Worth [Fri, 21 Nov 2008 04:48:06 +0000 (04:48 +0000)]
tabs: formatting changes - moved some things around for consistency.
_init and destroy at the top. ui last. Sorted defaults alphabetically.

15 years agochanged author url for Ca-Phun Ung
Ca-Phun Ung [Fri, 21 Nov 2008 04:45:11 +0000 (04:45 +0000)]
changed author url for Ca-Phun Ung

15 years agoslider: formatting changes - moved some things around for consistency.
Richard Worth [Fri, 21 Nov 2008 04:40:23 +0000 (04:40 +0000)]
slider: formatting changes - moved some things around for consistency.
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.

15 years agodialog: formatting changes
Richard Worth [Fri, 21 Nov 2008 04:17:19 +0000 (04:17 +0000)]
dialog: formatting changes

15 years agoprogressbar: formatting changes
Richard Worth [Fri, 21 Nov 2008 04:12:18 +0000 (04:12 +0000)]
progressbar: formatting changes

15 years agoselectable: removed toggle method as widget factory provides enable/disable methods.
Richard Worth [Fri, 21 Nov 2008 04:05:27 +0000 (04:05 +0000)]
selectable: removed toggle method as widget factory provides enable/disable methods.

15 years agodroppable: removed disabled default as it's provided by widget factory
Richard Worth [Fri, 21 Nov 2008 04:04:36 +0000 (04:04 +0000)]
droppable: removed disabled default as it's provided by widget factory

15 years agodraggable, droppable, resizable, selectable, sortable: formatting changes - moved...
Richard Worth [Fri, 21 Nov 2008 04:01:33 +0000 (04:01 +0000)]
draggable, droppable, resizable, selectable, sortable: formatting changes - moved some things around for consistency.
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.

15 years agoNew file: AUTHORS.txt instead of having a single contributor's name in each file...
Richard Worth [Fri, 21 Nov 2008 02:14:03 +0000 (02:14 +0000)]
New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b

15 years agobuild.xml - Added zip task.
Eduardo Lundgren [Thu, 20 Nov 2008 13:42:56 +0000 (13:42 +0000)]
build.xml - Added zip task.

15 years agobuild.xml - Pack task now using PHP packer.
Eduardo Lundgren [Thu, 20 Nov 2008 13:18:19 +0000 (13:18 +0000)]
build.xml - Pack task now using PHP packer.

15 years agoAdded a build.xml file to help us removing trailing spaces when needed.
Eduardo Lundgren [Thu, 20 Nov 2008 05:51:19 +0000 (05:51 +0000)]
Added a build.xml file to help us removing trailing spaces when needed.

15 years agoAdded a build.xml file to help us removing trailing spaces when needed.
Eduardo Lundgren [Thu, 20 Nov 2008 05:18:26 +0000 (05:18 +0000)]
Added a build.xml file to help us removing trailing spaces when needed.

15 years agobuild.xml - Added replace-version task. Pack task now using PHP packer. i18n minify...
Eduardo Lundgren [Thu, 20 Nov 2008 05:07:42 +0000 (05:07 +0000)]
build.xml - Added replace-version task. Pack task now using PHP packer. i18n minify and pack support.

15 years agoSource formatting: Removing trailing spaces
Eduardo Lundgren [Thu, 20 Nov 2008 04:10:34 +0000 (04:10 +0000)]
Source formatting: Removing trailing spaces

15 years agocore: this fixes the Safari issue that select options can't be selected if the mouse...
Paul Bakaus [Wed, 19 Nov 2008 15:20:36 +0000 (15:20 +0000)]
core: this fixes the Safari issue that select options can't be selected if the mouse widget is used, since the mousedown returns false which calls preventDefault. Returning true causes text to be selectable in FF/Opera though, so this needs to be Safari only for now.

15 years agosortable: removing ui.options caused plugins not to work anymore - fixed all regressions
Paul Bakaus [Wed, 19 Nov 2008 15:08:02 +0000 (15:08 +0000)]
sortable: removing ui.options caused plugins not to work anymore - fixed all regressions

15 years agoresizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet for...
Paul Bakaus [Wed, 19 Nov 2008 14:49:55 +0000 (14:49 +0000)]
resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet for the axes, it's maintained (fixes #3480)

15 years agoslider: defered all parseInt / Math.round calls for values to this._round, implemente...
Paul Bakaus [Wed, 19 Nov 2008 14:38:48 +0000 (14:38 +0000)]
slider: defered all parseInt / Math.round calls for values to this._round, implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489)

15 years agoremoved unused conditional comments for ie5, ie6, ie7
Richard Worth [Wed, 19 Nov 2008 11:15:32 +0000 (11:15 +0000)]
removed unused conditional comments for ie5, ie6, ie7

15 years agosortable: removed ui.element and ui.options from the UI object, corrected the callbac...
Paul Bakaus [Wed, 19 Nov 2008 09:54:53 +0000 (09:54 +0000)]
sortable: removed ui.element and ui.options from the UI object, corrected the callback for the items option, now includes event if applicable

15 years agoset svn:eol-style to native
Richard Worth [Wed, 19 Nov 2008 06:09:48 +0000 (06:09 +0000)]
set svn:eol-style to native

15 years agoRemoved spinner from trunk. See /branches/dev/spinner
Richard Worth [Wed, 19 Nov 2008 02:34:05 +0000 (02:34 +0000)]
Removed spinner from trunk. See /branches/dev/spinner

15 years agoRemoved all trailing whitespace from .js and .html files
Richard Worth [Tue, 18 Nov 2008 02:55:25 +0000 (02:55 +0000)]
Removed all trailing whitespace from .js and .html files

15 years agoProgressbar: Removed text method.
Scott González [Tue, 18 Nov 2008 02:22:30 +0000 (02:22 +0000)]
Progressbar: Removed text method.

15 years agoVarious: Fixed #3596: Removed references to jQuery for .noConflict() compatibility.
Scott González [Tue, 18 Nov 2008 01:54:45 +0000 (01:54 +0000)]
Various: Fixed #3596: Removed references to jQuery for .noConflict() compatibility.

15 years agoProgressbar: Removed identifier, element, textElement from the ui object in callbacks.
Scott González [Mon, 17 Nov 2008 13:58:53 +0000 (13:58 +0000)]
Progressbar: Removed identifier, element, textElement from the ui object in callbacks.

15 years agoProgressbar: Removed textClass option.
Scott González [Mon, 17 Nov 2008 13:56:28 +0000 (13:56 +0000)]
Progressbar: Removed textClass option.

15 years agoProgressbar: Removed references to jQuery for compatibility with .noConflict().
Scott González [Mon, 17 Nov 2008 01:16:34 +0000 (01:16 +0000)]
Progressbar: Removed references to jQuery for compatibility with .noConflict().

15 years agoProgressbar:
Scott González [Mon, 17 Nov 2008 00:21:36 +0000 (00:21 +0000)]
Progressbar:
Refactored creation of elements on init.
Removed propagate method; using trigger instead.
Fixed appending background text element.
Added $.ui.progressbar.uuid; used for identifier instead of timestamp + random number.
Fixed updating of text to also update the background text.
Removed default for unused addClass option.

15 years agoRollback changes for datepicker. This means 3261, 3307, 3513, 3521 are problems again.
Keith Wood [Sat, 15 Nov 2008 12:08:55 +0000 (12:08 +0000)]
Rollback changes for datepicker. This means 3261, 3307, 3513, 3521 are problems again.

15 years agoCore: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.
Scott González [Sat, 15 Nov 2008 04:29:08 +0000 (04:29 +0000)]
Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.

15 years agoAdded tests for daylight savings problems - only show up in specific timezones.
Keith Wood [Fri, 14 Nov 2008 13:32:12 +0000 (13:32 +0000)]
Added tests for daylight savings problems - only show up in specific timezones.

15 years agoFixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
Keith Wood [Fri, 14 Nov 2008 13:28:58 +0000 (13:28 +0000)]
Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
Moved prompt to below controls.
Corrected month/year spacing for multiple months.

15 years agofixed #3578 - ALL CODE: e, ui should be changed to event, ui
Richard Worth [Fri, 14 Nov 2008 03:00:16 +0000 (03:00 +0000)]
fixed #3578 - ALL CODE: e, ui should be changed to event, ui

15 years agorefactored keyboard handling to a switch statement for clarity.
David Bolter [Thu, 13 Nov 2008 16:24:44 +0000 (16:24 +0000)]
refactored keyboard handling to a switch statement for clarity.

15 years agoAdded accordion keyboard and ARIA support, and tests. Mozilla needs this for website...
David Bolter [Thu, 13 Nov 2008 15:51:09 +0000 (15:51 +0000)]
Added accordion keyboard and ARIA support, and tests. Mozilla needs this for website. (partial review: Scott González, fix for 3553)

15 years agoset correct mime-types for trunk (html,js,jpg,png,gif,css for now)
Paul Bakaus [Thu, 13 Nov 2008 11:41:29 +0000 (11:41 +0000)]
set correct mime-types for trunk (html,js,jpg,png,gif,css for now)

15 years agoSortable: remove console.log
Eduardo Lundgren [Wed, 12 Nov 2008 14:50:15 +0000 (14:50 +0000)]
Sortable: remove console.log

15 years agoAdded alternate easing demonstration
Keith Wood [Wed, 12 Nov 2008 13:36:46 +0000 (13:36 +0000)]
Added alternate easing demonstration

15 years agoFixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full functionality.
Keith Wood [Wed, 12 Nov 2008 13:22:28 +0000 (13:22 +0000)]
Fixed 3261, 3307, 3513, 3521. Refactored datepicker CSS to allow full functionality.

15 years agoSortable: More accuracy improvements.
Eduardo Lundgren [Wed, 12 Nov 2008 04:34:34 +0000 (04:34 +0000)]
Sortable: More accuracy improvements.

15 years agoCore and Sortable: $.ui.contains method moved into the core. This method could be...
Eduardo Lundgren [Wed, 12 Nov 2008 03:57:23 +0000 (03:57 +0000)]
Core and Sortable: $.ui.contains method moved into the core. This method could be util for another components.

15 years agodatepicker: added $.ui.datepicker.version
Richard Worth [Wed, 12 Nov 2008 03:21:37 +0000 (03:21 +0000)]
datepicker: added $.ui.datepicker.version

15 years agotests: removed background image from slider unit tests
Richard Worth [Wed, 12 Nov 2008 03:03:12 +0000 (03:03 +0000)]
tests: removed background image from slider unit tests

15 years agoFixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined"
Richard Worth [Wed, 12 Nov 2008 02:57:04 +0000 (02:57 +0000)]
Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined"

15 years agotests: cleanup and consistency with defaults tests
Richard Worth [Wed, 12 Nov 2008 02:52:31 +0000 (02:52 +0000)]
tests: cleanup and consistency with defaults tests

15 years agodefault theme: whitespace and formatting
Richard Worth [Wed, 12 Nov 2008 01:22:07 +0000 (01:22 +0000)]
default theme: whitespace and formatting

15 years agodefault theme: whitespace and formatting
Richard Worth [Wed, 12 Nov 2008 01:17:57 +0000 (01:17 +0000)]
default theme: whitespace and formatting

15 years agoRemoved colorpicker and autocomplete from default theme
Richard Worth [Wed, 12 Nov 2008 01:12:03 +0000 (01:12 +0000)]
Removed colorpicker and autocomplete from default theme

15 years agoRemoved references to colorpicker from trunk
Richard Worth [Wed, 12 Nov 2008 01:03:06 +0000 (01:03 +0000)]
Removed references to colorpicker from trunk

15 years agoMoved colorpicker to experimental branch
Richard Worth [Wed, 12 Nov 2008 01:01:05 +0000 (01:01 +0000)]
Moved colorpicker to experimental branch

15 years ago(no commit message)
Richard Worth [Tue, 11 Nov 2008 13:33:15 +0000 (13:33 +0000)]

15 years agoAdded new test suite for common tests across all UI plugins
Richard Worth [Tue, 11 Nov 2008 13:32:48 +0000 (13:32 +0000)]
Added new test suite for common tests across all UI plugins

15 years agoShow controls as icons
Keith Wood [Tue, 11 Nov 2008 12:59:07 +0000 (12:59 +0000)]
Show controls as icons
Remove alternate styling example

15 years agoCore: Change arguments name for isOver* methods.
Eduardo Lundgren [Mon, 10 Nov 2008 16:41:54 +0000 (16:41 +0000)]
Core: Change arguments name for isOver* methods.

15 years agoimplemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery...
Paul Bakaus [Mon, 10 Nov 2008 14:32:25 +0000 (14:32 +0000)]
implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery's trac)

15 years agoCore: Change comments for the new methods
Eduardo Lundgren [Mon, 10 Nov 2008 06:42:23 +0000 (06:42 +0000)]
Core: Change comments for the new methods

15 years agoChange name of intersect methods to isOverHeight/isOverWidth/isOver.
Eduardo Lundgren [Mon, 10 Nov 2008 06:39:52 +0000 (06:39 +0000)]
Change name of intersect methods to isOverHeight/isOverWidth/isOver.

15 years agoDraggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.intersects.
Eduardo Lundgren [Mon, 10 Nov 2008 05:56:06 +0000 (05:56 +0000)]
Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.intersects.

15 years agoCore: Avoid conflict with droppable $.ui.instersect method. Core changed name to...
Eduardo Lundgren [Mon, 10 Nov 2008 05:55:04 +0000 (05:55 +0000)]
Core: Avoid conflict with droppable $.ui.instersect method. Core changed name to $.ui.intersects.

15 years agoDraggable: Using the new core intersect method on connectToSortable.
Eduardo Lundgren [Mon, 10 Nov 2008 05:18:20 +0000 (05:18 +0000)]
Draggable: Using the new core intersect method on connectToSortable.

15 years agoSortable: Using the new core intersectHeight/intersectWidth methods.
Eduardo Lundgren [Mon, 10 Nov 2008 05:17:12 +0000 (05:17 +0000)]
Sortable: Using the new core intersectHeight/intersectWidth methods.

15 years agoCore: Intersect methods into the core. Determines when element "a" coordinates inters...
Eduardo Lundgren [Mon, 10 Nov 2008 05:16:22 +0000 (05:16 +0000)]
Core: Intersect methods into the core. Determines when element "a" coordinates intersects with element "b".

15 years agoDraggable - calling the new _ui() method from sortables
Eduardo Lundgren [Mon, 10 Nov 2008 03:51:44 +0000 (03:51 +0000)]
Draggable - calling the new _ui() method from sortables

15 years agomoved magnifier to experimental branch
Richard Worth [Sat, 8 Nov 2008 22:30:02 +0000 (22:30 +0000)]
moved magnifier to experimental branch

15 years agotests droppable - implemented cssNamespace test
Richard Worth [Sat, 8 Nov 2008 22:19:28 +0000 (22:19 +0000)]
tests droppable - implemented cssNamespace test

15 years agodroppable: defined some defaults
Richard Worth [Sat, 8 Nov 2008 21:56:57 +0000 (21:56 +0000)]
droppable: defined some defaults

15 years agotests: Added droppable test suite
Richard Worth [Sat, 8 Nov 2008 21:53:43 +0000 (21:53 +0000)]
tests: Added droppable test suite

15 years agoMove Chinese localisations to "alphabetic" order
Keith Wood [Sat, 8 Nov 2008 08:01:40 +0000 (08:01 +0000)]
Move Chinese localisations to "alphabetic" order

15 years agoFixed 3550. Added Albanian localisation.
Keith Wood [Sat, 8 Nov 2008 07:51:25 +0000 (07:51 +0000)]
Fixed 3550. Added Albanian localisation.