Commit Graph

65 Commits (cd0e084ceb1d65fea73df2f4ca63efbe14142f1c)

Author SHA1 Message Date
peterd cd0e084ceb Minor updates
- minor optimizations
 - added options ‘dark’ and ‘light’
8 years ago
peterd 9d7ea525f7 Support for multiple instances
- Multiple instances based on jQuery instances
 - Backwards compatible (no changes in API)
 - Options now have to be set on every instantiation.
 - Option opacity is now toggled automatically.
8 years ago
peterd 7204cad5f4 fixed xy / z_slider mixup in preRender 8 years ago
peterd 21cdb7118f extra z_slider height 8 years ago
peterd b9f0c9ae01 toggle off fix 8 years ago
peterd b1f65cf0a2 method toString fix 8 years ago
peterd bf9cf4bfb1 new option forceAlpha 8 years ago
peterd bd230e47ff new method toString / optimization
Added method ‚toString‘ to colors.js; Converts color to HTML-string
with auto or forced alpha. Some minor optimizations.
8 years ago
peterd 6d4af8d7b8 fixes AMD definition 8 years ago
peterd 10ee8931e0 AMD / CommonJS / bower 8 years ago
peterd 2bc068a57e some optimization 8 years ago
peterd 6d241f7204 fixes recover after destroy 8 years ago
peterd fc1d5a3b27 advanced destroy 8 years ago
peterd a1f42c3840 advanced destroy 8 years ago
peterd fe4b4def67 better jQuery support
$(…) can not only hold selector but also elements. Now tcp supports
native jQuery selection support.
8 years ago
peterd 2d23b9553b right click 8 years ago
peterd ab98e7966a toggle fix 8 years ago
peterd 727f5715af toggle fix 8 years ago
peterd 3bbd372a7b AMD support
Added 2 AMD wrapper; modified clors.js and jqColorPicker.js for easy
usage in AMD wrapper. Colors con now also be exported more flexible.
8 years ago
peterd c0847d644d micro optimizations
no more jQuery in pointerMove; shifted globals into scope;
8 years ago
peterd 6ee05825b4 code cosmetic updates 9 years ago
peterd a6419924da destroy method added 9 years ago
peterd b942c7b65f fixed jQueryUI compatibility #21 9 years ago
peterd 987ede3684 tiny optimization 9 years ago
peterd 1819bbf6c7 empty value update 9 years ago
peterd c4c1c7960d empty value update 9 years ago
peterd 9f11548aa2 empty value support 9 years ago
peterd bf464a2919 change update 9 years ago
peterd 238ce7ed87 Typo fix
buidCallback -> buildCallback
9 years ago
peterd e693f745d5 better IE8- support 9 years ago
peterd 742cece380 New demo; enriched model
$UI now in instance model;
added selective alpha demo
9 years ago
peterd fdc31090e6 css fix 9 years ago
peterd 02710f641f Added shape stabilizer 9 years ago
peterd fd16aa9d7f GPU detection fix 9 years ago
peterd 167c422c5e fit in view-port update 9 years ago
peterd 233ea3d05b stay in view-port support for scroll and resize
…and $trigger in colorPicker model
9 years ago
peterd e8e2874588 positioning correction 9 years ago
peterd 2ac2982f25 reorder .css() and .show() 9 years ago
peterd af6098b6b9 Added 'stay inside view-port' functionality 9 years ago
peterd 73bb53b910 Some documentation 9 years ago
peterd 8d324c7e58 rendering and onchange improvement
As animationFrame decouples from mouse event…
9 years ago
peterd fc12f1d684 position without margin 9 years ago
peterd 045244c5a4 some var renaming 9 years ago
peterd fecdf86938 rearrange variables 9 years ago
peterd 973953e867 _instance fix 9 years ago
peterd 50f1f34c4e some code cleanup 9 years ago
peterd 1d6db268ad Multiple instance support 9 years ago
peterd e24c43823a added event option 9 years ago
peterd 3873bbb1e7 preventFocus update 9 years ago
peterd 7123fb0fec avoid carrot to jump 9 years ago