Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | draggable: removing logging | Jörn Zaefferer | 2008-09-03 | 1 | -1/+0 | |
| | ||||||
* | layout demo: add new components via cloned draggables, connected to sortables | Jörn Zaefferer | 2008-09-03 | 4 | -5/+24 | |
| | ||||||
* | draggable: sortable.refreshItems got renamed to _refreshItems | Jörn Zaefferer | 2008-09-03 | 1 | -1/+2 | |
| | ||||||
* | layout demo: fixed positioning of add-button, border-top of header got ↵ | Jörn Zaefferer | 2008-09-03 | 3 | -4/+7 | |
| | | | | messed up in IE | |||||
* | layout demo: minor js refactoring; decreased duration of loading overlay, ↵ | Jörn Zaefferer | 2008-09-03 | 4 | -9/+14 | |
| | | | | improved indicator position, fixed overlay in IE (100% height for html and body) | |||||
* | Dialog: Fixed #3259: Remove title attribute from dialog elements on init. | Scott González | 2008-09-03 | 1 | -1/+5 | |
| | ||||||
* | Widget factory: Fixed #3275: Prevent multiple instantiations of the same ↵ | Scott González | 2008-09-02 | 1 | -5/+8 | |
| | | | | plugin on a single element. | |||||
* | sortable: fixed toArray method | Paul Bakaus | 2008-09-02 | 1 | -1/+1 | |
| | ||||||
* | Spinner: corrected a bug in functional demo (enable/disable switched) and ↵ | Ca-Phun Ung | 2008-09-02 | 3 | -811/+871 | |
| | | | | added spinner styles to the default theme. | |||||
* | draggable: wrong class when trying to remove iframeFix divs (fixes #3161) | Paul Bakaus | 2008-09-01 | 1 | -1/+1 | |
| | ||||||
* | Add icons for controls | Keith Wood | 2008-08-31 | 4 | -2/+4 | |
| | ||||||
* | Spinner: For DOM based spinners, the height is now calculated based on ↵ | Ca-Phun Ung | 2008-08-30 | 2 | -21/+19 | |
| | | | | number of children. | |||||
* | spinner: changed data list to support any DOM container not just <ul> | Ca-Phun Ung | 2008-08-30 | 2 | -12/+22 | |
| | ||||||
* | Core: Fixed #3257: Added option method to widget factory. | Scott González | 2008-08-27 | 1 | -4/+31 | |
| | ||||||
* | Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if ↵ | Scott González | 2008-08-27 | 1 | -4/+4 | |
| | | | | closeOnEscape is set to false. | |||||
* | Sortable: fix wrong patameter in toArray | Chi Cheng | 2008-08-26 | 1 | -1/+1 | |
| | ||||||
* | spinner: fixed styling issues in IE | Ca-Phun Ung | 2008-08-26 | 1 | -2/+3 | |
| | ||||||
* | spinner: Included support for generic objects - currently only supports ↵ | Ca-Phun Ung | 2008-08-26 | 2 | -7/+72 | |
| | | | | <ul>. See visual test (#s4) for example usage. Needs more work... | |||||
* | Accordion: XHTML | Chi Cheng | 2008-08-25 | 1 | -2/+2 | |
| | ||||||
* | Progressbar: hidden instance in ui(), options._interval->this._interval | Chi Cheng | 2008-08-25 | 3 | -12/+9 | |
| | | | | Update spinner/progressbar demos | |||||
* | Remove invalid includes | Eduardo Lundgren | 2008-08-24 | 1 | -10/+9 | |
| | ||||||
* | Remove label texts, using the background labels | Eduardo Lundgren | 2008-08-24 | 1 | -50/+50 | |
| | ||||||
* | Use type button to avoid undesired submits | Eduardo Lundgren | 2008-08-24 | 1 | -1/+1 | |
| | ||||||
* | Use type button to avoid undesired submits | Eduardo Lundgren | 2008-08-24 | 1 | -2/+2 | |
| | ||||||
* | Functional demos fixes | Eduardo Lundgren | 2008-08-24 | 13 | -123/+282 | |
| | ||||||
* | Theme default minor updates | Eduardo Lundgren | 2008-08-24 | 3 | -59/+243 | |
| | ||||||
* | Spinner: Fixed key code constants. | Scott González | 2008-08-24 | 1 | -2/+2 | |
| | ||||||
* | dialog: $.keyCode | Chi Cheng | 2008-08-24 | 1 | -4/+2 | |
| | ||||||
* | Spinner: use keyCode from ui.core.js | Chi Cheng | 2008-08-24 | 1 | -23/+3 | |
| | ||||||
* | JSLint check | Chi Cheng | 2008-08-23 | 2 | -3/+3 | |
| | ||||||
* | Core: Fixed reference to jQuery. | Scott González | 2008-08-23 | 1 | -1/+1 | |
| | ||||||
* | Core: Fixed #3233: Added constants for key codes. | Scott González | 2008-08-23 | 1 | -3/+32 | |
| | ||||||
* | spinner: added support for numeric keypad | Ca-Phun Ung | 2008-08-21 | 1 | -1/+5 | |
| | ||||||
* | Added tests for 3191 - handling NaN and other invalid values for relative dates | Keith Wood | 2008-08-21 | 1 | -22/+43 | |
| | ||||||
* | Fixed 3191 NaN causes breakage for relative dates | Keith Wood | 2008-08-21 | 1 | -2/+3 | |
| | ||||||
* | Fixed 3238 getDate causes error if datepicker does not exist | Keith Wood | 2008-08-21 | 1 | -15/+28 | |
| | ||||||
* | Fixed 3180 Datepicker automatic ID assignment | Keith Wood | 2008-08-21 | 1 | -2/+3 | |
| | ||||||
* | Fixed 3224 Croatian localisation | Keith Wood | 2008-08-21 | 3 | -1/+30 | |
| | ||||||
* | Fixed 3159 Datepicker function to do refresh/redraw | Keith Wood | 2008-08-21 | 1 | -6/+15 | |
| | | | | Simplified iso8601Week function | |||||
* | spinner test: currency | Chi Cheng | 2008-08-19 | 1 | -2/+2 | |
| | ||||||
* | Spinner test: up, down callback | Chi Cheng | 2008-08-19 | 1 | -9/+18 | |
| | ||||||
* | spinner: fixed rounding error when stepping=0.3 | Ca-Phun Ung | 2008-08-19 | 1 | -3/+4 | |
| | ||||||
* | Spinner: ui() doesn't return instance | Chi Cheng | 2008-08-19 | 2 | -18/+6 | |
| | ||||||
* | Spinner: this.options._decimals -> this._decimals | Chi Cheng | 2008-08-19 | 2 | -12/+29 | |
| | | | | decimal test | |||||
* | spinner test | Chi Cheng | 2008-08-19 | 1 | -14/+26 | |
| | ||||||
* | sortable: moved serialize brackets after every key to default value, so ↵ | Paul Bakaus | 2008-08-19 | 1 | -1/+1 | |
| | | | | configuring it as well using the key option is possible | |||||
* | Spinner test: a bug when set stepping:0.3 | Chi Cheng | 2008-08-19 | 1 | -3/+11 | |
| | ||||||
* | Spinner test: currency and decimal options | Chi Cheng | 2008-08-19 | 2 | -6/+146 | |
| | | | | test all: .load to load html from single html | |||||
* | updated testcase to reflect the new ui.spinner changes: | Ca-Phun Ung | 2008-08-19 | 1 | -6/+6 | |
| | | | | | - removed div.* for case #9 because ui.spinner now uses <button> - changed case #5 because LEFT and RIGHT keys no longer change the value of the input box. This is by design so that users could move the cursor within the input box | |||||
* | Added enhancements to ui.spinner as seen at ↵ | Ca-Phun Ung | 2008-08-19 | 3 | -79/+345 | |
| | | | | | | | | | | | | | http://yelotofu.com/labs/jquery/UI/spinner/spinner.html Enhancements include: - removal of all hardcoded styling for better theming capability - visual test page made more appealing supporting browser zooming - added utility functions to disable, enable and destroy ui.spinner - up/down buttons listens to more mouse and keyboard events - support for decimal and currency format - ui.spinner now restricts input on keydown - cleanup occurs when the input textbox loses focus. this seems to be a better approach for future scalability |