aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - nevermind: changed demo and css to "progressbar" back to "progressindicator" Scott Jehl2008-12-082-0/+0
| | | | set proper mime types for demos
* changed demo and css to "progressindicator" rather than "progressbar"Scott Jehl2008-12-082-0/+0
|
* Changed tabs container padding slightly to match dialog and datepicker's design.Scott Jehl2008-12-082-3/+4
|
* - this file now imports core and allplugins.Scott Jehl2008-12-081-2/+2
| | | | | | | | | | | - changed back again - removed the url(..) (not necessary) Quick note: It seems that trunk is still not able to preview demos online. This is a problem, since we'll need to be linking to working code from the wiki and also referencing demo pages in conversation. Is there any way we could get this fixed soon? Thanks!
* Fixed 3642. firstDay displays day names incorrectly.Keith Wood2008-12-081-1/+2
|
* Fixed 3610. Error in French l18n file.Keith Wood2008-12-081-2/+2
|
* Escape text to prevent date info substitutionKeith Wood2008-12-082-2/+2
|
* Fixed 3598. Datepicker Japanese translation replacementKeith Wood2008-12-081-20/+21
|
* Fixed 3610. Error in French l18n file.Keith Wood2008-12-081-4/+4
|
* typoScott Jehl2008-12-071-1/+1
|
* @imports set up earlier this week needed url(...) wrappersScott Jehl2008-12-072-15/+10
|
* added ui.allwidgets.css to import all css except framework. Still unsure if ↵Scott Jehl2008-12-071-0/+7
| | | | this will be more helpful than ui.all for TR use. standby...
* Removed some UTF-8 BOMs causing problems in the download builder versions of ↵Richard Worth2008-12-061-1/+1
| | | | files.
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-062-1/+27
|
* added examples of labels offset from the left side, FG's recommendation for ↵Maggie Costello Wachs2008-12-052-5/+34
| | | | best workaround re: label position, requires no extra markup and max flexibility
* added ui-widget class to apply correct fontMaggie Costello Wachs2008-12-051-1/+1
|
* themes/base: changed comment-hidden tokens to use /*{tokenname}*/ format ↵Richard Worth2008-12-051-32/+32
| | | | instead of /*tokenname*/
* set svn:eol-style to nativeRichard Worth2008-12-0520-1148/+1148
|
* Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵Richard Worth2008-12-0528-0/+957
| | | | test pages. Thanks scottjehl :)
* progressbar: a little clean up and some more visual testsRichard Worth2008-12-052-69/+84
|
* progressbar refactorRichard Worth2008-12-052-429/+150
|
* sortable: fixed regression that caused wrong offset calculation if the ↵Paul Bakaus2008-12-021-6/+7
| | | | helper option has been set to "original"
* Updated Dutch localisationKeith Wood2008-12-012-20/+20
|
* Source formattingEduardo Lundgren2008-11-284-50/+50
|
* sortable:Paul Bakaus2008-11-251-250/+252
| | | | | | | - 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
* slider: fixed regression caused by a recent change in the mouse core - since ↵Paul Bakaus2008-11-241-2/+11
| | | | 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.
* progressbar tests: started refactorRichard Worth2008-11-241-16/+15
|
* sortable: Another regex for the innerHTML copying in the placeholder, ↵Paul Bakaus2008-11-241-1/+3
| | | | removes the expando attribute in IE (fixes #3541)
* draggable: correct mime type on scroll testPaul Bakaus2008-11-230-0/+0
|
* core (mouse): preventDefault in most cases instead of returning false, that ↵Paul Bakaus2008-11-231-2/+6
| | | | blocks all bubbling events (fixed #3552)
* draggable: advanced visual representation of the new automated tests that ↵Paul Bakaus2008-11-231-0/+158
| | | | can be used for debugging purposes
* core: improved logic of $.fn.scrollParent, taking positioning in accountPaul Bakaus2008-11-233-167/+142
| | | | draggable: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7
* tests: formatting and cleanup for consistencyRichard Worth2008-11-2215-210/+60
|
* removed some old references to 'flora'Richard Worth2008-11-221-1/+1
|
* removed some old references to 'flora'Richard Worth2008-11-2210-17/+14
|
* Resizable: disableSelection using jquery plugin.Eduardo Lundgren2008-11-221-1/+1
|
* draggable: added missing default for zIndex and cursorAt, added missing ↵Paul Bakaus2008-11-213-57/+196
| | | | scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6)
* Sortables: using isOverAxis.Eduardo Lundgren2008-11-211-4/+4
|
* Core: isOverAxis avoid duplicated method logic.Eduardo Lundgren2008-11-211-9/+4
|
* Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to ↵Eduardo Lundgren2008-11-211-12/+59
| | | | _intersectsWithPointer.
* draggable: the snap events 'release' and 'snap' now both have valid ↵Paul Bakaus2008-11-211-2/+2
| | | | mousemove events attached.
* fixed header information in MIT licensePaul Bakaus2008-11-211-1/+1
|
* accordion: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-17/+19
| | | | _init and destroy at the top. Sorted defaults alphabetically.
* tabs: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-48/+60
| | | | _init and destroy at the top. ui last. Sorted defaults alphabetically.
* changed author url for Ca-Phun UngCa-Phun Ung2008-11-211-1/+1
|
* slider: formatting changes - moved some things around for consistency.Richard Worth2008-11-211-122/+206
| | | | _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically.
* dialog: formatting changesRichard Worth2008-11-211-0/+3
|
* progressbar: formatting changesRichard Worth2008-11-211-26/+28
|
* selectable: removed toggle method as widget factory provides enable/disable ↵Richard Worth2008-11-212-20/+0
| | | | methods.
* droppable: removed disabled default as it's provided by widget factoryRichard Worth2008-11-211-1/+0
|