aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 3170 Esperanto localisationKeith Wood2008-08-083-0/+27
|
* Fixed 3165 Invalid comparison in _changeDatepickerKeith Wood2008-08-081-1/+2
|
* Added tests for stepMonths and stepBigMonthsKeith Wood2008-08-081-50/+78
| | | | Added tests for onChangeMonthYear callback from setDate
* Clarify effect of keystrokes for big stepsKeith Wood2008-08-081-2/+2
|
* Functional demos: init autocompleteChi Cheng2008-08-081-0/+32
|
* Source formattingEduardo Lundgren2008-08-081-38/+38
|
* Source formattingEduardo Lundgren2008-08-081-27/+27
|
* enableSelection/disableSelection fixed for ieEduardo Lundgren2008-08-081-2/+2
|
* Functional demos: magnifier and progressbarChi Cheng2008-08-083-0/+87
|
* Functional demo:datepicker: a typoChi Cheng2008-08-081-1/+1
|
* Added Slovenian translation to the demo.Marc Grabanski2008-08-082-0/+2
| | | | Included ui-datepicker.sl.js on index.html
* Added slovenian i18nMarc Grabanski2008-08-081-0/+23
|
* Progressbar: XHTML code/reorder defaultsChi Cheng2008-08-071-6/+6
|
* Image cropper demo: fixs #3092Chi Cheng2008-08-071-13/+9
|
* Functional demosChi Cheng2008-08-073-1/+89
| | | | | | -Add 1.6 widgets links -Add spinner -Add colorpicker
* Datepicker:The updated and complete version of Datepicker Italian ↵Chi Cheng2008-08-071-11/+11
| | | | localization.(fixes #3167)
* Fixed #3169 - Ctrl-Select should use Cmd key on MacRichard Worth2008-08-061-3/+3
|
* Fixed 3146 Inconsistent year/month change notifyKeith Wood2008-08-021-4/+9
|
* Fixed 3116 Incorrect handling of change of range selectKeith Wood2008-08-021-2/+13
|
* Corrected keystrokes for big previous/nextKeith Wood2008-08-021-20/+21
| | | | | Moved global stayOpen into instances Use parseInt to convert to numeric
* Fixed 3137 Translations for new textKeith Wood2008-08-022-4/+4
|
* autocomplete: added init/destroy testsPaul Bakaus2008-07-302-0/+47
|
* Rename monthAfterYear setting to showMonthAfterYearKeith Wood2008-07-302-5/+5
|
* draggable: fixed regression with convertPositionTo method and scroll offsetsPaul Bakaus2008-07-301-4/+7
|
* draggable: fixed ugly regression when no overflowed container existedPaul Bakaus2008-07-291-8/+8
|
* sortable: the outer container is not set to relative anymore, preventing ↵Paul Bakaus2008-07-291-1/+1
| | | | some weird IE bugs
* draggable: fixed IE scrolling but with overflowing containers and appendTo ↵Paul Bakaus2008-07-291-15/+26
| | | | being used
* draggable: fixed issue when scroll was set to true, and therefore droppables ↵Paul Bakaus2008-07-291-8/+12
| | | | inside changed their position as well
* draggable: fixed overflow calculation in the positioning methodsPaul Bakaus2008-07-291-26/+26
|
* moved history plugin to 1.7Paul Bakaus2008-07-281-112/+0
|
* draggable,droppable: implemented cssNamespace option, if set to false/null, ↵Paul Bakaus2008-07-282-4/+9
| | | | it won't add a class to the element
* sortable: small fix that causes the scope default not to work correctlyPaul Bakaus2008-07-281-1/+1
|
* 1.8: initial version of tree component, dependant upon sortables and droppablesPaul Bakaus2008-07-284-76/+71
| | | | 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 datepickerKeith Wood2008-07-252-4/+13
|
* Fixed 3111 Localisations for big previous/next stepsKeith Wood2008-07-2532-81/+168
|
* draggable: since revert no longer checks for numbers, introduced a ↵Paul Bakaus2008-07-251-1/+1
| | | | revertDuration option
* Disable inline datepickersKeith Wood2008-07-231-1/+7
|
* Fixed 3107 Dialog example does not return false when clickedKeith Wood2008-07-236-27/+46
| | | | | Demonstrate inline disabled datepicker Demonstrate big previous/next links
* Tests for inline disabled datepickerKeith Wood2008-07-232-0/+18
|
* Disable inline datepickersKeith Wood2008-07-231-0/+6
|
* Disable inline datepickersKeith Wood2008-07-231-6/+46
|
* Fixed 3105 First week in November day repeatKeith Wood2008-07-231-2/+6
| | | | Fixed 3088 Repeating date in October 2008
* Fixed 3108 Allow ids with square bracketsKeith Wood2008-07-231-1/+2
| | | | Fixed 3113 Allow ids with colon or period
* Fixed 3111 Add option to allow large previous/next movementsKeith Wood2008-07-231-3/+21
|
* don't need document ready on initMarc Grabanski2008-07-201-5/+3
|
* Datepicker div now appends to the document after the datepicker(); function ↵Marc Grabanski2008-07-201-6/+12
| | | | is called instead of automatically on include.
* updated default style pathMarc Grabanski2008-07-201-1/+1
|
* sortable: fixed a items issue caused the items of the container itself to be ↵Paul Bakaus2008-07-191-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 selectboxesKeith Wood2008-07-182-4/+12
|
* Fixed 3080 Calls _setDateFromField when inlineKeith Wood2008-07-181-3/+10
| | | | | | Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges