Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - nevermind: changed demo and css to "progressbar" back to "progressindicator" | Scott Jehl | 2008-12-08 | 2 | -0/+0 |
| | | | | set proper mime types for demos | ||||
* | changed demo and css to "progressindicator" rather than "progressbar" | Scott Jehl | 2008-12-08 | 2 | -0/+0 |
| | |||||
* | Changed tabs container padding slightly to match dialog and datepicker's design. | Scott Jehl | 2008-12-08 | 2 | -3/+4 |
| | |||||
* | - this file now imports core and allplugins. | Scott Jehl | 2008-12-08 | 1 | -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 Wood | 2008-12-08 | 1 | -1/+2 |
| | |||||
* | Fixed 3610. Error in French l18n file. | Keith Wood | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | Escape text to prevent date info substitution | Keith Wood | 2008-12-08 | 2 | -2/+2 |
| | |||||
* | Fixed 3598. Datepicker Japanese translation replacement | Keith Wood | 2008-12-08 | 1 | -20/+21 |
| | |||||
* | Fixed 3610. Error in French l18n file. | Keith Wood | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | typo | Scott Jehl | 2008-12-07 | 1 | -1/+1 |
| | |||||
* | @imports set up earlier this week needed url(...) wrappers | Scott Jehl | 2008-12-07 | 2 | -15/+10 |
| | |||||
* | added ui.allwidgets.css to import all css except framework. Still unsure if ↵ | Scott Jehl | 2008-12-07 | 1 | -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 Worth | 2008-12-06 | 1 | -1/+1 |
| | | | | files. | ||||
* | Dialog: Fixed #3637: Added role of button to close link. | Scott González | 2008-12-06 | 2 | -1/+27 |
| | |||||
* | added examples of labels offset from the left side, FG's recommendation for ↵ | Maggie Costello Wachs | 2008-12-05 | 2 | -5/+34 |
| | | | | best workaround re: label position, requires no extra markup and max flexibility | ||||
* | added ui-widget class to apply correct font | Maggie Costello Wachs | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | themes/base: changed comment-hidden tokens to use /*{tokenname}*/ format ↵ | Richard Worth | 2008-12-05 | 1 | -32/+32 |
| | | | | instead of /*tokenname*/ | ||||
* | set svn:eol-style to native | Richard Worth | 2008-12-05 | 20 | -1148/+1148 |
| | |||||
* | Added new jQuery UI CSS Framework (/themes/base) and matching static markup ↵ | Richard Worth | 2008-12-05 | 28 | -0/+957 |
| | | | | test pages. Thanks scottjehl :) | ||||
* | progressbar: a little clean up and some more visual tests | Richard Worth | 2008-12-05 | 2 | -69/+84 |
| | |||||
* | progressbar refactor | Richard Worth | 2008-12-05 | 2 | -429/+150 |
| | |||||
* | sortable: fixed regression that caused wrong offset calculation if the ↵ | Paul Bakaus | 2008-12-02 | 1 | -6/+7 |
| | | | | helper option has been set to "original" | ||||
* | Updated Dutch localisation | Keith Wood | 2008-12-01 | 2 | -20/+20 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-11-28 | 4 | -50/+50 |
| | |||||
* | sortable: | Paul Bakaus | 2008-11-25 | 1 | -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 Bakaus | 2008-11-24 | 1 | -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 refactor | Richard Worth | 2008-11-24 | 1 | -16/+15 |
| | |||||
* | sortable: Another regex for the innerHTML copying in the placeholder, ↵ | Paul Bakaus | 2008-11-24 | 1 | -1/+3 |
| | | | | removes the expando attribute in IE (fixes #3541) | ||||
* | draggable: correct mime type on scroll test | Paul Bakaus | 2008-11-23 | 0 | -0/+0 |
| | |||||
* | core (mouse): preventDefault in most cases instead of returning false, that ↵ | Paul Bakaus | 2008-11-23 | 1 | -2/+6 |
| | | | | blocks all bubbling events (fixed #3552) | ||||
* | draggable: advanced visual representation of the new automated tests that ↵ | Paul Bakaus | 2008-11-23 | 1 | -0/+158 |
| | | | | can be used for debugging purposes | ||||
* | core: improved logic of $.fn.scrollParent, taking positioning in account | Paul Bakaus | 2008-11-23 | 3 | -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 consistency | Richard Worth | 2008-11-22 | 15 | -210/+60 |
| | |||||
* | removed some old references to 'flora' | Richard Worth | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | removed some old references to 'flora' | Richard Worth | 2008-11-22 | 10 | -17/+14 |
| | |||||
* | Resizable: disableSelection using jquery plugin. | Eduardo Lundgren | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | draggable: added missing default for zIndex and cursorAt, added missing ↵ | Paul Bakaus | 2008-11-21 | 3 | -57/+196 |
| | | | | scroll tests (unfortunately showing big regressions that need to be fixed prior to 1.6) | ||||
* | Sortables: using isOverAxis. | Eduardo Lundgren | 2008-11-21 | 1 | -4/+4 |
| | |||||
* | Core: isOverAxis avoid duplicated method logic. | Eduardo Lundgren | 2008-11-21 | 1 | -9/+4 |
| | |||||
* | Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to ↵ | Eduardo Lundgren | 2008-11-21 | 1 | -12/+59 |
| | | | | _intersectsWithPointer. | ||||
* | draggable: the snap events 'release' and 'snap' now both have valid ↵ | Paul Bakaus | 2008-11-21 | 1 | -2/+2 |
| | | | | mousemove events attached. | ||||
* | fixed header information in MIT license | Paul Bakaus | 2008-11-21 | 1 | -1/+1 |
| | |||||
* | accordion: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -17/+19 |
| | | | | _init and destroy at the top. Sorted defaults alphabetically. | ||||
* | tabs: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -48/+60 |
| | | | | _init and destroy at the top. ui last. Sorted defaults alphabetically. | ||||
* | changed author url for Ca-Phun Ung | Ca-Phun Ung | 2008-11-21 | 1 | -1/+1 |
| | |||||
* | slider: formatting changes - moved some things around for consistency. | Richard Worth | 2008-11-21 | 1 | -122/+206 |
| | | | | _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults alphabetically. | ||||
* | dialog: formatting changes | Richard Worth | 2008-11-21 | 1 | -0/+3 |
| | |||||
* | progressbar: formatting changes | Richard Worth | 2008-11-21 | 1 | -26/+28 |
| | |||||
* | selectable: removed toggle method as widget factory provides enable/disable ↵ | Richard Worth | 2008-11-21 | 2 | -20/+0 |
| | | | | methods. | ||||
* | droppable: removed disabled default as it's provided by widget factory | Richard Worth | 2008-11-21 | 1 | -1/+0 |
| |