Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable inline datepickers | Keith Wood | 2008-07-23 | 1 | -0/+6 |
| | |||||
* | Disable inline datepickers | Keith Wood | 2008-07-23 | 1 | -6/+46 |
| | |||||
* | Fixed 3105 First week in November day repeat | Keith Wood | 2008-07-23 | 1 | -2/+6 |
| | | | | Fixed 3088 Repeating date in October 2008 | ||||
* | Fixed 3108 Allow ids with square brackets | Keith Wood | 2008-07-23 | 1 | -1/+2 |
| | | | | Fixed 3113 Allow ids with colon or period | ||||
* | Fixed 3111 Add option to allow large previous/next movements | Keith Wood | 2008-07-23 | 1 | -3/+21 |
| | |||||
* | don't need document ready on init | Marc Grabanski | 2008-07-20 | 1 | -5/+3 |
| | |||||
* | Datepicker div now appends to the document after the datepicker(); function ↵ | Marc Grabanski | 2008-07-20 | 1 | -6/+12 |
| | | | | is called instead of automatically on include. | ||||
* | updated default style path | Marc Grabanski | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | sortable: fixed a items issue caused the items of the container itself to be ↵ | Paul Bakaus | 2008-07-19 | 1 | -5/+54 |
| | | | | doubled if the connected query also match on it. Implemented the option connected (bool), for function serialize to also serialize connected lists. | ||||
* | Fixed 3084 Arrange order of month and year selectboxes | Keith Wood | 2008-07-18 | 2 | -4/+12 |
| | |||||
* | Fixed 3080 Calls _setDateFromField when inline | Keith Wood | 2008-07-18 | 1 | -3/+10 |
| | | | | | | Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges | ||||
* | Added tests for inline datepicker | Keith Wood | 2008-07-18 | 2 | -2/+135 |
| | |||||
* | draggable: implemented more advanced features for the snap option - you can ↵ | Paul Bakaus | 2008-07-17 | 1 | -3/+15 |
| | | | | now pass in a object instead of a bolean into "snap", possible keys are the callbacks snap/release (which both receive ui.snapItem) and items (jQuery selector, defaults to :data(draggable)) | ||||
* | draggable: fixed relative position bug (please NEVER check in elem.style ↵ | Paul Bakaus | 2008-07-17 | 1 | -17/+9 |
| | | | | just for performance optimizations) | ||||
* | Added missing ui-selectable-helper class to helper/lasso element | Richard Worth | 2008-07-16 | 1 | -1/+3 |
| | |||||
* | Magnifier: Partial cleanup. | Scott González | 2008-07-16 | 1 | -9/+12 |
| | |||||
* | Magnifier: Partial cleanup. | Scott González | 2008-07-15 | 1 | -12/+11 |
| | |||||
* | Magnifier: Partial cleanup. | Scott González | 2008-07-15 | 1 | -24/+20 |
| | |||||
* | Magnifier: Partial cleanup. | Scott González | 2008-07-15 | 1 | -64/+54 |
| | |||||
* | Tabs: Updated to use new trigger() method. | Scott González | 2008-07-14 | 1 | -30/+10 |
| | |||||
* | Accordion: Updated to use new trigger() method. | Scott González | 2008-07-14 | 1 | -1/+1 |
| | |||||
* | completes keyboard operation (fixes #3801) | David Bolter | 2008-07-14 | 1 | -4/+17 |
| | |||||
* | Droppable .is(accept) on init() fixed | Eduardo Lundgren | 2008-07-14 | 1 | -1/+2 |
| | |||||
* | draggable: removed adding the class ui-draggable in favor of the new data ↵ | Paul Bakaus | 2008-07-14 | 1 | -3/+2 |
| | | | | selector | ||||
* | core: added :data selector that matches elements that have data for a given key. | Paul Bakaus | 2008-07-14 | 2 | -13/+13 |
| | | | | droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2 | ||||
* | Color Picker: Fixed heading and indentation. | Scott González | 2008-07-14 | 1 | -441/+441 |
| | |||||
* | Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51. | Scott González | 2008-07-14 | 1 | -1/+17 |
| | |||||
* | accordion: fixed incosistent accordionchange event arguments ↵ | Jörn Zaefferer | 2008-07-13 | 2 | -4/+33 |
| | | | | (http://dev.jquery.com/ticket/3111) | ||||
* | Dialog: If options.title is empty on init, set it to the title attribute of ↵ | Scott González | 2008-07-12 | 1 | -1/+3 |
| | | | | the dialog element. | ||||
* | Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵ | Scott González | 2008-07-12 | 2 | -3/+3 |
| | | | | no title is provided (after initialization). | ||||
* | Added tests for datepicker structure and callbacks | Keith Wood | 2008-07-11 | 2 | -160/+654 |
| | | | | | | Enhanced tests for destroy, enable/disable, ranges, and status Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings Added tests for day-of-year in format and parse | ||||
* | Add day-of-year to format and parse date routines | Keith Wood | 2008-07-11 | 1 | -32/+68 |
| | | | | Correct status display | ||||
* | Core: cleaned up $.ui.hasScroll(). | Scott González | 2008-07-11 | 1 | -3/+11 |
| | |||||
* | Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵ | Scott González | 2008-07-11 | 1 | -1/+1 |
| | | | | no title is provided. | ||||
* | Dialog: Fixed #3086: Fixed problem with auto margins in IE. | Scott González | 2008-07-11 | 1 | -5/+5 |
| | |||||
* | Minorl performance improvements at draggable init | Eduardo Lundgren | 2008-07-10 | 1 | -3/+9 |
| | |||||
* | Sortable updateOriginalPosition added | Eduardo Lundgren | 2008-07-10 | 1 | -2/+4 |
| | |||||
* | - moved all default css files into themes/default | Paul Bakaus | 2008-07-10 | 29 | -207/+1198 |
| | | | | - added Colorpicker, heavily modified for UI (thanks Stefan!) | ||||
* | core: trigger() needs to be able to return a value from triggerHandler | Paul Bakaus | 2008-07-10 | 1 | -1/+1 |
| | |||||
* | fix for arrow key operation (refs #3801) | David Bolter | 2008-07-10 | 1 | -2/+3 |
| | |||||
* | New plugins for 1.6: Fixed headers and indentation. | Scott González | 2008-07-10 | 5 | -532/+546 |
| | |||||
* | Dialog: Use new trigger method from the widget factory. | Scott González | 2008-07-10 | 1 | -21/+5 |
| | |||||
* | Widget factory: Added trigger method for triggering callbacks and events. | Scott González | 2008-07-10 | 1 | -0/+8 |
| | |||||
* | Sortable math accuracy for tolerance pointer - checking the direction before ↵ | Eduardo Lundgren | 2008-07-10 | 1 | -15/+23 |
| | | | | rearrange | ||||
* | Dialog: fixed triggered events. | Scott González | 2008-07-10 | 1 | -4/+16 |
| | |||||
* | Dialog: cleanup. | Scott González | 2008-07-09 | 1 | -15/+27 |
| | |||||
* | Sortable minor intersectWidth maths accuracy | Eduardo Lundgren | 2008-07-09 | 1 | -8/+5 |
| | |||||
* | - removed 1.6 branch1.5.2 | Paul Bakaus | 2008-07-09 | 17 | -42/+2049 |
| | | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 | ||||
* | sortable: added forcePointerForContainers option (to have another ↵ | Paul Bakaus | 2008-07-09 | 1 | -10/+14 |
| | | | | intersection mode for items, but allow only one container to be activated at the same time), added custom object in options, that holds custom (defined) functions that are called instead of original pieces. Only for advanced developers, currently only supported function: refreshContainers. | ||||
* | Resizable - fixed #3074 | Eduardo Lundgren | 2008-07-08 | 1 | -0/+5 |
| |