Paul Bakaus
a42894b1d7
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
2008-11-23 17:42:24 +00:00
Richard Worth
0472ff10bb
tests: formatting and cleanup for consistency
2008-11-22 19:29:03 +00:00
Richard Worth
f389497e48
removed some old references to 'flora'
2008-11-22 11:18:31 +00:00
Richard Worth
bec5c8dbf1
removed some old references to 'flora'
2008-11-22 11:17:10 +00:00
Eduardo Lundgren
78dfd2607f
Resizable: disableSelection using jquery plugin.
2008-11-22 05:49:06 +00:00
Paul Bakaus
0036aaf4b6
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)
2008-11-21 19:40:45 +00:00
Eduardo Lundgren
65289463de
Sortables: using isOverAxis.
2008-11-21 18:41:57 +00:00
Eduardo Lundgren
6a621b6d0e
Core: isOverAxis avoid duplicated method logic.
2008-11-21 18:41:19 +00:00
Eduardo Lundgren
89793957e5
Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _intersectsWithPointer.
2008-11-21 15:30:15 +00:00
Paul Bakaus
4b2a73e2b2
draggable: the snap events 'release' and 'snap' now both have valid mousemove events attached.
2008-11-21 14:01:44 +00:00
Paul Bakaus
fa38ac52ab
fixed header information in MIT license
2008-11-21 13:00:21 +00:00
Richard Worth
03d6a64695
accordion: formatting changes - moved some things around for consistency.
...
_init and destroy at the top. Sorted defaults alphabetically.
2008-11-21 04:58:53 +00:00
Richard Worth
1c97a20d01
tabs: formatting changes - moved some things around for consistency.
...
_init and destroy at the top. ui last. Sorted defaults alphabetically.
2008-11-21 04:48:06 +00:00
Ca-Phun Ung
f2ad7ea32a
changed author url for Ca-Phun Ung
2008-11-21 04:45:11 +00:00
Richard Worth
e98934200f
slider: formatting changes - moved some things around for consistency.
...
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
2008-11-21 04:40:23 +00:00
Richard Worth
8ab19f209a
dialog: formatting changes
2008-11-21 04:17:19 +00:00
Richard Worth
89a113ba19
progressbar: formatting changes
2008-11-21 04:12:18 +00:00
Richard Worth
64f6baeaf4
selectable: removed toggle method as widget factory provides enable/disable methods.
2008-11-21 04:05:27 +00:00
Richard Worth
47f8e9042f
droppable: removed disabled default as it's provided by widget factory
2008-11-21 04:04:36 +00:00
Richard Worth
fb94a4e34e
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.
2008-11-21 04:01:33 +00:00
Richard Worth
2192c024e2
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
2008-11-21 02:14:03 +00:00
Eduardo Lundgren
2747b5c018
build.xml - Added zip task.
2008-11-20 13:42:56 +00:00
Eduardo Lundgren
217c5e2c2f
build.xml - Pack task now using PHP packer.
2008-11-20 13:18:19 +00:00
Eduardo Lundgren
491e5b2f18
Added a build.xml file to help us removing trailing spaces when needed.
2008-11-20 05:51:19 +00:00
Eduardo Lundgren
1a6848de17
Added a build.xml file to help us removing trailing spaces when needed.
2008-11-20 05:18:26 +00:00
Eduardo Lundgren
b70f701f6d
build.xml - Added replace-version task. Pack task now using PHP packer. i18n minify and pack support.
2008-11-20 05:07:42 +00:00
Eduardo Lundgren
558218f2aa
Source formatting: Removing trailing spaces
2008-11-20 04:10:34 +00:00
Paul Bakaus
352287b7ef
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.
2008-11-19 15:20:36 +00:00
Paul Bakaus
c3df1b6df6
sortable: removing ui.options caused plugins not to work anymore - fixed all regressions
2008-11-19 15:08:02 +00:00
Paul Bakaus
fbde8766ba
resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet for the axes, it's maintained ( fixes #3480 )
2008-11-19 14:49:55 +00:00
Paul Bakaus
06e7783c93
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)
2008-11-19 14:38:48 +00:00
Richard Worth
c57ea5721c
removed unused conditional comments for ie5, ie6, ie7
2008-11-19 11:15:32 +00:00
Paul Bakaus
2a6a356109
sortable: removed ui.element and ui.options from the UI object, corrected the callback for the items option, now includes event if applicable
2008-11-19 09:54:53 +00:00
Richard Worth
8306e62887
set svn:eol-style to native
2008-11-19 06:09:48 +00:00
Richard Worth
027e4d57b7
Removed spinner from trunk. See /branches/dev/spinner
2008-11-19 02:34:05 +00:00
Richard Worth
29f7dc9a2c
Removed all trailing whitespace from .js and .html files
2008-11-18 02:55:25 +00:00
Scott González
ce69e7ced4
Progressbar: Removed text method.
2008-11-18 02:22:30 +00:00
Scott González
291202dabe
Various: Fixed #3596 : Removed references to jQuery for .noConflict() compatibility.
2008-11-18 01:54:45 +00:00
Scott González
e0dec0bd84
Progressbar: Removed identifier, element, textElement from the ui object in callbacks.
2008-11-17 13:58:53 +00:00
Scott González
d342e1c0ce
Progressbar: Removed textClass option.
2008-11-17 13:56:28 +00:00
Scott González
45721d461e
Progressbar: Removed references to jQuery for compatibility with .noConflict().
2008-11-17 01:16:34 +00:00
Scott González
11a81ac980
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.
2008-11-17 00:21:36 +00:00
Keith Wood
c4d2a1b7f1
Rollback changes for datepicker. This means 3261, 3307, 3513, 3521 are problems again.
2008-11-15 12:08:55 +00:00
Scott González
6fb3ffad36
Core: Fixed #3562 : Modify .removeAttr() to work on ARIA properties in FF2.
2008-11-15 04:29:08 +00:00
Keith Wood
0808041ad9
Added tests for daylight savings problems - only show up in specific timezones.
2008-11-14 13:32:12 +00:00
Keith Wood
94936d813c
Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
...
Moved prompt to below controls.
Corrected month/year spacing for multiple months.
2008-11-14 13:28:58 +00:00
Richard Worth
7ea535fa1d
fixed #3578 - ALL CODE: e, ui should be changed to event, ui
2008-11-14 03:00:16 +00:00
David Bolter
ed4f58c6d3
refactored keyboard handling to a switch statement for clarity.
2008-11-13 16:24:44 +00:00
David Bolter
976b9b57bb
Added accordion keyboard and ARIA support, and tests. Mozilla needs this for website. (partial review: Scott González, fix for 3553)
2008-11-13 15:51:09 +00:00
Paul Bakaus
d3f564e02d
set correct mime-types for trunk (html,js,jpg,png,gif,css for now)
2008-11-13 11:41:29 +00:00