Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed 3170 Esperanto localisation | Keith Wood | 2008-08-08 | 1 | -0/+25 |
| | |||||
* | Fixed 3165 Invalid comparison in _changeDatepicker | Keith Wood | 2008-08-08 | 1 | -1/+2 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-08-08 | 1 | -27/+27 |
| | |||||
* | enableSelection/disableSelection fixed for ie | Eduardo Lundgren | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | Added slovenian i18n | Marc Grabanski | 2008-08-08 | 1 | -0/+23 |
| | |||||
* | Progressbar: XHTML code/reorder defaults | Chi Cheng | 2008-08-07 | 1 | -6/+6 |
| | |||||
* | Datepicker:The updated and complete version of Datepicker Italian ↵ | Chi Cheng | 2008-08-07 | 1 | -11/+11 |
| | | | | localization.(fixes #3167) | ||||
* | Fixed #3169 - Ctrl-Select should use Cmd key on Mac | Richard Worth | 2008-08-06 | 1 | -3/+3 |
| | |||||
* | Fixed 3146 Inconsistent year/month change notify | Keith Wood | 2008-08-02 | 1 | -4/+9 |
| | |||||
* | Fixed 3116 Incorrect handling of change of range select | Keith Wood | 2008-08-02 | 1 | -2/+13 |
| | |||||
* | Corrected keystrokes for big previous/next | Keith Wood | 2008-08-02 | 1 | -20/+21 |
| | | | | | Moved global stayOpen into instances Use parseInt to convert to numeric | ||||
* | Fixed 3137 Translations for new text | Keith Wood | 2008-08-02 | 2 | -4/+4 |
| | |||||
* | Rename monthAfterYear setting to showMonthAfterYear | Keith Wood | 2008-07-30 | 1 | -4/+4 |
| | |||||
* | draggable: fixed regression with convertPositionTo method and scroll offsets | Paul Bakaus | 2008-07-30 | 1 | -4/+7 |
| | |||||
* | draggable: fixed ugly regression when no overflowed container existed | Paul Bakaus | 2008-07-29 | 1 | -8/+8 |
| | |||||
* | sortable: the outer container is not set to relative anymore, preventing ↵ | Paul Bakaus | 2008-07-29 | 1 | -1/+1 |
| | | | | some weird IE bugs | ||||
* | draggable: fixed IE scrolling but with overflowing containers and appendTo ↵ | Paul Bakaus | 2008-07-29 | 1 | -15/+26 |
| | | | | being used | ||||
* | draggable: fixed issue when scroll was set to true, and therefore droppables ↵ | Paul Bakaus | 2008-07-29 | 1 | -8/+12 |
| | | | | inside changed their position as well | ||||
* | draggable: fixed overflow calculation in the positioning methods | Paul Bakaus | 2008-07-29 | 1 | -26/+26 |
| | |||||
* | moved history plugin to 1.7 | Paul Bakaus | 2008-07-28 | 1 | -112/+0 |
| | |||||
* | draggable,droppable: implemented cssNamespace option, if set to false/null, ↵ | Paul Bakaus | 2008-07-28 | 2 | -4/+9 |
| | | | | it won't add a class to the element | ||||
* | sortable: small fix that causes the scope default not to work correctly | Paul Bakaus | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | 1.8: initial version of tree component, dependant upon sortables and droppables | Paul Bakaus | 2008-07-28 | 3 | -15/+40 |
| | | | | 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues | ||||
* | Fixed 2818 Display simultaneously past and current month in datepicker | Keith Wood | 2008-07-25 | 1 | -1/+7 |
| | |||||
* | Fixed 3111 Localisations for big previous/next steps | Keith Wood | 2008-07-25 | 32 | -81/+168 |
| | |||||
* | draggable: since revert no longer checks for numbers, introduced a ↵ | Paul Bakaus | 2008-07-25 | 1 | -1/+1 |
| | | | | revertDuration option | ||||
* | 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. | ||||
* | 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 | 1 | -4/+11 |
| | |||||
* | 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 | ||||
* | 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 |
| |