aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Collapse)AuthorAgeFilesLines
* set svn:eol-style to nativeRichard Worth2008-12-051-158/+158
|
* progressbar: a little clean up and some more visual testsRichard Worth2008-12-051-10/+15
|
* progressbar refactorRichard Worth2008-12-051-279/+30
|
* draggable: advanced visual representation of the new automated tests that ↵Paul Bakaus2008-11-231-0/+158
| | | | can be used for debugging purposes
* Removed spinner from trunk. See /branches/dev/spinnerRichard Worth2008-11-191-272/+0
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-185-49/+49
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-7/+7
|
* Moved colorpicker to experimental branchRichard Worth2008-11-121-357/+0
|
* moved magnifier to experimental branchRichard Worth2008-11-081-107/+0
|
* test visual: fixed colors to match UI websiteRichard Worth2008-11-011-7/+7
|
* moved dep_loader.html test page to experimental branchRichard Worth2008-10-311-26/+0
|
* set svn:eol-style to nativeRichard Worth2008-10-241-25/+25
|
* core: implemented experimental async dependency loadingPaul Bakaus2008-10-151-0/+26
|
* Moving autocomplete from trunk to 1.7 branchJörn Zaefferer2008-10-0595-401/+0
|
* Spinner: Removed external jquery.mousewheel.js call from visual test.Ca-Phun Ung2008-09-261-1/+0
|
* Spinner: added a timer to mousewheel interaction which fires a change event ↵Ca-Phun Ung2008-09-261-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 Ung2008-09-231-3/+47
| | | | callbacks. timer is now set to 0 after being cleared.
* Spinner: implemented init callback via trigger (thanks Scott González)Ca-Phun Ung2008-09-221-1/+1
|
* Spinner: new options: format, items & decimals (r728). Ca-Phun Ung2008-09-201-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 nativeRichard Worth2008-09-2021-2784/+2784
|
* HTML5 doctypeRichard Worth2008-09-2018-29/+26
|
* Progressbar - Added suport for animated equations (easeInOutQuint, ...)Eduardo Lundgren2008-09-201-2/+7
|
* Progressbar duration option fixedEduardo Lundgren2008-09-201-3/+3
|
* Spinner: added an init callback which exposes the addItem method for dynamic ↵Ca-Phun Ung2008-09-091-1/+36
| | | | population of spinner via an external objects.
* Spinner: For DOM based spinners, the height is now calculated based on ↵Ca-Phun Ung2008-08-301-9/+3
| | | | number of children.
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-301-7/+12
|
* spinner: fixed styling issues in IECa-Phun Ung2008-08-261-2/+3
|
* spinner: Included support for generic objects - currently only supports ↵Ca-Phun Ung2008-08-261-4/+46
| | | | <ul>. See visual test (#s4) for example usage. Needs more work...
* Remove invalid includesEduardo Lundgren2008-08-241-10/+9
|
* Added enhancements to ui.spinner as seen at ↵Ca-Phun Ung2008-08-191-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 demoPaul Bakaus2008-08-1195-0/+401
|
* Progressbar updatesEduardo Lundgren2008-08-091-4/+4
|
* Progressbar updates - using .animate()Eduardo Lundgren2008-08-091-34/+68
|
* Source formattingEduardo Lundgren2008-08-081-38/+38
|
* 1.8: initial version of tree component, dependant upon sortables and droppablesPaul Bakaus2008-07-281-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
* - moved all default css files into themes/defaultPaul Bakaus2008-07-101-0/+358
| | | | - added Colorpicker, heavily modified for UI (thanks Stefan!)
* - removed 1.6 branch1.5.2Paul Bakaus2008-07-094-0/+539
| | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6
* tests visual draggable - moved handle test to its own file. default visual ↵Richard Worth2008-06-262-4/+29
| | | | tests should have no options.
* visual css: corrected styles for sliderPaul Bakaus2008-06-261-2/+2
|
* sortable: added visual test page for profiling performancePaul Bakaus2008-06-251-0/+757
|
* sortable: changed default distance to 1Paul Bakaus2008-06-241-2/+4
|
* visual tests: dialog - removed unused offset varRichard Worth2008-06-201-1/+0
|
* removed (unused) flora class from bodyRichard Worth2008-06-101-1/+1
|
* whitespaceRichard Worth2008-06-101-1/+3
|
* Added effects visual test pagesRichard Worth2008-06-093-0/+279
|
* fix for slider visual testEduardo Lundgren2008-06-091-1/+1
|
* Added droppable visual testRichard Worth2008-06-093-1/+62
|
* Added simple slider testRichard Worth2008-06-093-1/+35
|
* added simple visual testsRichard Worth2008-06-098-0/+338