Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete uneeded test files | Eduardo Lundgren | 2008-06-09 | 5 | -599/+0 |
| | |||||
* | - Added functional demo application | Eduardo Lundgren | 2008-06-09 | 81 | -1264/+3851 |
| | | | | - Removed datepicker folder from functional demo folder | ||||
* | tests - all.html, removed links for missing .js files | Richard Worth | 2008-06-09 | 1 | -4/+0 |
| | |||||
* | tests - wrapped in closures so all.html will work | Richard Worth | 2008-06-09 | 7 | -5/+45 |
| | |||||
* | added simple visual tests | Richard Worth | 2008-06-09 | 8 | -0/+338 |
| | |||||
* | tests - added selectable unit tests | Richard Worth | 2008-06-09 | 2 | -0/+251 |
| | |||||
* | Resizable containment bug - fixed #2956 | Eduardo Lundgren | 2008-06-09 | 1 | -11/+35 |
| | |||||
* | dialog - fixed autoOpen false in Safari for disconnected element - ↵ | Richard Worth | 2008-06-09 | 1 | -1/+1 |
| | | | | .appendTo(body) before .hide() | ||||
* | tests dialog - added some option and callback tests | Richard Worth | 2008-06-09 | 1 | -28/+116 |
| | |||||
* | ui-core: added mouseCapture, replacing the condition feature before. Allows ↵ | Paul Bakaus | 2008-06-09 | 3 | -6/+12 |
| | | | | text to be selected in sortables on non-handles. | ||||
* | whitespace only - newline at EOF | Richard Worth | 2008-06-09 | 5 | -5/+4 |
| | |||||
* | fixed typo | Paul Bakaus | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | transfer: added optional className option | Paul Bakaus | 2008-06-08 | 1 | -0/+1 |
| | |||||
* | pulsate: correctly pulsates n-times now on show/hide | Paul Bakaus | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | slider: fixed IE issue when handles where initialized without defined ↵ | Paul Bakaus | 2008-06-08 | 1 | -2/+2 |
| | | | | left/top values | ||||
* | core: cancel checks for type string before it's used | Paul Bakaus | 2008-06-08 | 3 | -9/+4 |
| | | | | draggable-test: changed cancel: true test: this should cancel on all elements, but simply do nothing, since true is a unsupported value. | ||||
* | core: fixed propagation issue that didn't allow resizables and sortables to ↵ | Paul Bakaus | 2008-06-08 | 1 | -1/+1 |
| | | | | work together, because the event didn't bubble out. | ||||
* | tests dialog - draggable option | Richard Worth | 2008-06-08 | 1 | -2/+10 |
| | |||||
* | tests dialog - added more to the buttons test | Richard Worth | 2008-06-08 | 1 | -6/+10 |
| | |||||
* | dialog - fixed context of button callbacks should be DOMElement, not jQuery ↵ | Richard Worth | 2008-06-08 | 1 | -1/+1 |
| | | | | object | ||||
* | test dialog - first dialog unit tests | Richard Worth | 2008-06-08 | 2 | -0/+249 |
| | |||||
* | core widget - added explicit disabled: false option | Richard Worth | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | core widget - fail gracefully if unknown method name supplied | Richard Worth | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | draggable,sortable: fixed containment "document", added containment: ↵ | Paul Bakaus | 2008-06-07 | 2 | -2/+14 |
| | | | | "window" (fixes #2936,#2171) | ||||
* | draggable, sortable: fixed issue when handle wasn't working with elements ↵ | Paul Bakaus | 2008-06-07 | 2 | -2/+4 |
| | | | | nested in the handle (fixes #2937) | ||||
* | draggable: fixed cursorAt issue (#2965) | Paul Bakaus | 2008-06-07 | 1 | -4/+5 |
| | |||||
* | tests - single quotes to double quotes | Richard Worth | 2008-06-07 | 5 | -14/+14 |
| | |||||
* | Deploy release build.xml | Eduardo Lundgren | 2008-06-07 | 16 | -0/+2495 |
| | |||||
* | one more for #2928 - Plugin instances should not be exposed in the ui ↵ | Richard Worth | 2008-06-07 | 1 | -2/+0 |
| | | | | parameter of callbacks | ||||
* | fixed #2928 - Plugin instances should not be exposed in the ui parameter of ↵ | Richard Worth | 2008-06-07 | 3 | -3/+0 |
| | | | | callbacks | ||||
* | tests - some html cleanup | Richard Worth | 2008-06-07 | 4 | -70/+80 |
| | |||||
* | svn:ignore dist | Richard Worth | 2008-06-07 | 0 | -0/+0 |
| | |||||
* | END trunk restructure | Richard Worth | 2008-06-07 | 11 | -122/+175 |
| | |||||
* | moved (still experimental) test automation files to experimental branch | Richard Worth | 2008-06-07 | 55 | -645/+0 |
| | |||||
* | updated some paths | Richard Worth | 2008-06-07 | 18 | -101/+128 |
| | |||||
* | Added release folder | Richard Worth | 2008-06-07 | 0 | -0/+0 |
| | |||||
* | renamed source -> ui | Richard Worth | 2008-06-07 | 56 | -0/+0 |
| | |||||
* | (no commit message) | Richard Worth | 2008-06-07 | 0 | -0/+0 |
| | |||||
* | removed extra level ui folder | Richard Worth | 2008-06-07 | 283 | -0/+0 |
| | |||||
* | BEGIN trunk restructure | Richard Worth | 2008-06-07 | 2 | -0/+0 |
| | |||||
* | tests draggable - Added some more tests | Richard Worth | 2008-06-07 | 1 | -30/+87 |
| | |||||
* | datepicker: missing changes from theming | Paul Bakaus | 2008-06-07 | 1 | -2/+2 |
| | |||||
* | sortable: fixed update calls (fixes #2968) | Paul Bakaus | 2008-06-07 | 1 | -3/+4 |
| | |||||
* | draggable - Improved handling of unexpected values for axis option | Richard Worth | 2008-06-07 | 1 | -6/+7 |
| | |||||
* | tests draggable - Slimmed down tests, grouped, ordered. Added a few | Richard Worth | 2008-06-07 | 1 | -278/+233 |
| | |||||
* | tests - switched slider to use jquery.simulate | Richard Worth | 2008-06-07 | 2 | -6/+17 |
| | |||||
* | Fixed #2969 - .slider("destroy") throws error - ↵ | Richard Worth | 2008-06-07 | 1 | -2/+4 |
| | | | | 'this.handle.unwrap("a").mouse is not a function' | ||||
* | Added resizable test for wrapped elements | Eduardo Lundgren | 2008-06-06 | 3 | -0/+18 |
| | |||||
* | effects - added standard UI plugin file headers with copyright, license, ↵ | Richard Worth | 2008-06-06 | 13 | -11/+177 |
| | | | | docs url, and depends list | ||||
* | effects - fixed two (minor) missed renames from 'ec' (enchant) to 'effects' | Richard Worth | 2008-06-06 | 2 | -3/+3 |
| |