Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sortable: prevent exposure of internal methods, fixes #3209 | Chi Cheng | 2008-08-17 | 1 | -18/+18 |
| | |||||
* | Internal methods: fixes #3195, #3196, #3200, #3201, #3209 | Chi Cheng | 2008-08-17 | 5 | -182/+182 |
| | |||||
* | resizable: internal methods | Chi Cheng | 2008-08-16 | 1 | -6/+6 |
| | |||||
* | Slider: internal methods , fixes #3206 | Chi Cheng | 2008-08-16 | 1 | -86/+86 |
| | |||||
* | selectable: internal methods ,fixes #3205 | Chi Cheng | 2008-08-16 | 1 | -1/+1 |
| | |||||
* | tabs:trigger -> _trigger | Chi Cheng | 2008-08-16 | 1 | -8/+8 |
| | |||||
* | init -> _init | Chi Cheng | 2008-08-16 | 4 | -5/+5 |
| | |||||
* | demo: #3185 | Chi Cheng | 2008-08-16 | 5 | -2/+41 |
| | |||||
* | Accordion: Fixed #3194: Prevent exposure of internal methods. | Scott González | 2008-08-16 | 1 | -2/+2 |
| | |||||
* | Dialog: Fixed #3198: Prevent exposure of internal methods. | Scott González | 2008-08-16 | 1 | -21/+21 |
| | |||||
* | Core: Updated widget factory to use proper names for internal methods. Part ↵ | Scott González | 2008-08-16 | 1 | -9/+9 |
| | | | | of #3188. | ||||
* | tabs: internal methods, fixs #3208 | Chi Cheng | 2008-08-16 | 1 | -8/+8 |
| | |||||
* | magnifier: internal methods, fixs #3202 | Chi Cheng | 2008-08-16 | 1 | -2/+2 |
| | |||||
* | progressbar: internal methods, fix #3203 | Chi Cheng | 2008-08-16 | 1 | -8/+8 |
| | |||||
* | Spinner: make internal methods internal, fixs #3207 | Chi Cheng | 2008-08-16 | 2 | -27/+27 |
| | | | | functional demo fix(not associate with internal change) | ||||
* | Core: Modified widget factory to prevent access to internal methods through ↵ | Scott González | 2008-08-16 | 1 | -0/+7 |
| | | | | the API (internal methods are any methods preceded by an underscore). Provides framework for #3188. | ||||
* | Dialog: Added tests for isOpen method. | Scott González | 2008-08-15 | 1 | -1/+16 |
| | |||||
* | UI Tabs: update selected property after add/remove, fixes #3065 | Klaus Hartl | 2008-08-15 | 1 | -0/+4 |
| | |||||
* | sortable: beforeStop should work properly in all cases now | Paul Bakaus | 2008-08-15 | 1 | -0/+1 |
| | |||||
* | Added a namespace to the selectstart event handler in ↵ | Scott González | 2008-08-15 | 1 | -2/+8 |
| | | | | $.ui.disableSelection() so we don't remove other event handlers in $.ui.disableSelection(). | ||||
* | Core: Moved UI core code below jQuery modification code. | Scott González | 2008-08-15 | 1 | -60/+62 |
| | |||||
* | Core: Shortened data selector implementation and moved down to other core ↵ | Scott González | 2008-08-15 | 1 | -5/+3 |
| | | | | modifications. | ||||
* | Implemented #3187: Added metadata support to the widget factory. | Scott González | 2008-08-15 | 1 | -1/+7 |
| | |||||
* | Dialog: Added isOpen method. | Scott González | 2008-08-12 | 1 | -4/+10 |
| | |||||
* | Dialog: Removed fakeEvent method (no longer needed with the trigger method). | Scott González | 2008-08-11 | 1 | -7/+0 |
| | |||||
* | themes: added new default theme, generated from themeroller. New styles ↵ | Paul Bakaus | 2008-08-11 | 43 | -209/+625 |
| | | | | don't work correct here yet. | ||||
* | visual tests: added stripped down autocomplete demo | Paul Bakaus | 2008-08-11 | 95 | -0/+401 |
| | |||||
* | -added changes proposed by Filament group to colorpicker | Paul Bakaus | 2008-08-11 | 1 | -1/+1 |
| | |||||
* | -removed unneeded comment block in sortables | Paul Bakaus | 2008-08-11 | 2 | -2/+1 |
| | | | | -added changes proposed by Filament group to colorpicker | ||||
* | functional demos: draggable : dragPrevention -> cancel | Chi Cheng | 2008-08-10 | 1 | -3/+3 |
| | |||||
* | draggable: fix snapTolerance option instead of default | Chi Cheng | 2008-08-10 | 1 | -8/+8 |
| | |||||
* | Add support for mousewheel | Keith Wood | 2008-08-10 | 1 | -0/+11 |
| | |||||
* | Progressbar updates | Eduardo Lundgren | 2008-08-09 | 2 | -26/+47 |
| | |||||
* | Progressbar updates - using .animate() | Eduardo Lundgren | 2008-08-09 | 2 | -140/+145 |
| | |||||
* | Fixed 3170 Esperanto localisation | Keith Wood | 2008-08-08 | 3 | -0/+27 |
| | |||||
* | Fixed 3165 Invalid comparison in _changeDatepicker | Keith Wood | 2008-08-08 | 1 | -1/+2 |
| | |||||
* | Added tests for stepMonths and stepBigMonths | Keith Wood | 2008-08-08 | 1 | -50/+78 |
| | | | | Added tests for onChangeMonthYear callback from setDate | ||||
* | Clarify effect of keystrokes for big steps | Keith Wood | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | Functional demos: init autocomplete | Chi Cheng | 2008-08-08 | 1 | -0/+32 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-08-08 | 1 | -38/+38 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-08-08 | 1 | -27/+27 |
| | |||||
* | enableSelection/disableSelection fixed for ie | Eduardo Lundgren | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | Functional demos: magnifier and progressbar | Chi Cheng | 2008-08-08 | 3 | -0/+87 |
| | |||||
* | Functional demo:datepicker: a typo | Chi Cheng | 2008-08-08 | 1 | -1/+1 |
| | |||||
* | Added Slovenian translation to the demo. | Marc Grabanski | 2008-08-08 | 2 | -0/+2 |
| | | | | Included ui-datepicker.sl.js on index.html | ||||
* | Added slovenian i18n | Marc Grabanski | 2008-08-08 | 1 | -0/+23 |
| | |||||
* | Progressbar: XHTML code/reorder defaults | Chi Cheng | 2008-08-07 | 1 | -6/+6 |
| | |||||
* | Image cropper demo: fixs #3092 | Chi Cheng | 2008-08-07 | 1 | -13/+9 |
| | |||||
* | Functional demos | Chi Cheng | 2008-08-07 | 3 | -1/+89 |
| | | | | | | -Add 1.6 widgets links -Add spinner -Add colorpicker | ||||
* | Datepicker:The updated and complete version of Datepicker Italian ↵ | Chi Cheng | 2008-08-07 | 1 | -11/+11 |
| | | | | localization.(fixes #3167) |