Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -1/+1 |
| | |||||
* | Datepicker: Fixed #3647: Updated visual and automated tests to go with new ↵ | Ca-Phun Ung | 2008-12-19 | 1 | -7/+19 |
| | | | | markup updates. | ||||
* | Dialog visual test: | Scott González | 2008-12-19 | 1 | -2/+9 |
| | | | | | - Made it possible to close and re-open the dialog. - Added buttons. | ||||
* | separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for ↵ | Scott Jehl | 2008-12-16 | 1 | -1/+1 |
| | | | | TR bookmarklet compatibility. | ||||
* | set svn:eol-style to native | Richard Worth | 2008-12-13 | 2 | -87/+87 |
| | |||||
* | tests/visual: Added some rounded corners | Richard Worth | 2008-12-13 | 3 | -10/+47 |
| | |||||
* | tests/visual: fixed Accordion test on all.html page. | Richard Worth | 2008-12-13 | 2 | -16/+14 |
| | |||||
* | tests/visual/dialog: Added some content to the simple dialog test | Richard Worth | 2008-12-13 | 2 | -2/+12 |
| | |||||
* | tests/visual: fixed some text aligning | Richard Worth | 2008-12-13 | 2 | -1/+5 |
| | |||||
* | tests/visual: Added simple tabs test. Some more cleanup. | Richard Worth | 2008-12-13 | 15 | -26/+78 |
| | |||||
* | tests/visual: started switching to themes/base. Lots of little cleanup. | Richard Worth | 2008-12-13 | 18 | -204/+165 |
| | |||||
* | removed tree test file from trunk | Richard Worth | 2008-12-13 | 1 | -100/+0 |
| | |||||
* | removed media="screen" from stylesheet link tags | Richard Worth | 2008-12-13 | 11 | -13/+14 |
| | |||||
* | Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added ↵ | Jörn Zaefferer | 2008-12-12 | 1 | -0/+55 |
| | | | | visual test and updated tests to markup changes | ||||
* | progressbar: Removed all progressbar options except value. Added visual test ↵ | Richard Worth | 2008-12-10 | 1 | -17/+7 |
| | | | | for disabled progressbar. | ||||
* | set svn:eol-style to native | Richard Worth | 2008-12-05 | 1 | -158/+158 |
| | |||||
* | progressbar: a little clean up and some more visual tests | Richard Worth | 2008-12-05 | 1 | -10/+15 |
| | |||||
* | progressbar refactor | Richard Worth | 2008-12-05 | 1 | -279/+30 |
| | |||||
* | draggable: advanced visual representation of the new automated tests that ↵ | Paul Bakaus | 2008-11-23 | 1 | -0/+158 |
| | | | | can be used for debugging purposes | ||||
* | Removed spinner from trunk. See /branches/dev/spinner | Richard Worth | 2008-11-19 | 1 | -272/+0 |
| | |||||
* | Removed all trailing whitespace from .js and .html files | Richard Worth | 2008-11-18 | 5 | -49/+49 |
| | |||||
* | fixed #3578 - ALL CODE: e, ui should be changed to event, ui | Richard Worth | 2008-11-14 | 1 | -7/+7 |
| | |||||
* | Moved colorpicker to experimental branch | Richard Worth | 2008-11-12 | 1 | -357/+0 |
| | |||||
* | moved magnifier to experimental branch | Richard Worth | 2008-11-08 | 1 | -107/+0 |
| | |||||
* | test visual: fixed colors to match UI website | Richard Worth | 2008-11-01 | 1 | -7/+7 |
| | |||||
* | moved dep_loader.html test page to experimental branch | Richard Worth | 2008-10-31 | 1 | -26/+0 |
| | |||||
* | set svn:eol-style to native | Richard Worth | 2008-10-24 | 1 | -25/+25 |
| | |||||
* | core: implemented experimental async dependency loading | Paul Bakaus | 2008-10-15 | 1 | -0/+26 |
| | |||||
* | Moving autocomplete from trunk to 1.7 branch | Jörn Zaefferer | 2008-10-05 | 95 | -401/+0 |
| | |||||
* | Spinner: Removed external jquery.mousewheel.js call from visual test. | Ca-Phun Ung | 2008-09-26 | 1 | -1/+0 |
| | |||||
* | Spinner: added a timer to mousewheel interaction which fires a change event ↵ | Ca-Phun Ung | 2008-09-26 | 1 | -0/+1 |
| | | | | | | when the mousewheel stops spinning. Added a few missing options to test case. | ||||
* | Spinner: Add change event to dblclick and created a new visual test for all ↵ | Ca-Phun Ung | 2008-09-23 | 1 | -3/+47 |
| | | | | callbacks. timer is now set to 0 after being cleared. | ||||
* | Spinner: implemented init callback via trigger (thanks Scott González) | Ca-Phun Ung | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | Spinner: new options: format, items & decimals (r728). | Ca-Phun Ung | 2008-09-20 | 1 | -2/+10 |
| | | | | | | items: accepts a array of objects which will be converted to a list of items by the spinner. format: printf style formatting of each item - accepts named arguments. | ||||
* | set svn:eol-style to native | Richard Worth | 2008-09-20 | 21 | -2784/+2784 |
| | |||||
* | HTML5 doctype | Richard Worth | 2008-09-20 | 18 | -29/+26 |
| | |||||
* | Progressbar - Added suport for animated equations (easeInOutQuint, ...) | Eduardo Lundgren | 2008-09-20 | 1 | -2/+7 |
| | |||||
* | Progressbar duration option fixed | Eduardo Lundgren | 2008-09-20 | 1 | -3/+3 |
| | |||||
* | Spinner: added an init callback which exposes the addItem method for dynamic ↵ | Ca-Phun Ung | 2008-09-09 | 1 | -1/+36 |
| | | | | population of spinner via an external objects. | ||||
* | Spinner: For DOM based spinners, the height is now calculated based on ↵ | Ca-Phun Ung | 2008-08-30 | 1 | -9/+3 |
| | | | | number of children. | ||||
* | spinner: changed data list to support any DOM container not just <ul> | Ca-Phun Ung | 2008-08-30 | 1 | -7/+12 |
| | |||||
* | 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 | 1 | -4/+46 |
| | | | | <ul>. See visual test (#s4) for example usage. Needs more work... | ||||
* | Remove invalid includes | Eduardo Lundgren | 2008-08-24 | 1 | -10/+9 |
| | |||||
* | Added enhancements to ui.spinner as seen at ↵ | Ca-Phun Ung | 2008-08-19 | 1 | -16/+114 |
| | | | | | | | | | | | | | 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 | ||||
* | visual tests: added stripped down autocomplete demo | Paul Bakaus | 2008-08-11 | 95 | -0/+401 |
| | |||||
* | Progressbar updates | Eduardo Lundgren | 2008-08-09 | 1 | -4/+4 |
| | |||||
* | Progressbar updates - using .animate() | Eduardo Lundgren | 2008-08-09 | 1 | -34/+68 |
| | |||||
* | Source formatting | Eduardo Lundgren | 2008-08-08 | 1 | -38/+38 |
| | |||||
* | 1.8: initial version of tree component, dependant upon sortables and droppables | Paul Bakaus | 2008-07-28 | 1 | -61/+31 |
| | | | | 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 |