2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-08-20 23:52:46 -06:00

88 Commits

Author SHA1 Message Date
peterd
cbede2ac03 changed init order for CSS and HTML 2015-01-17 12:53:32 +01:00
peterd
3700b24b2f minifcation update 2015-01-17 11:16:33 +01:00
peterd
62f0dc4912 typo correction (appendTo) 2015-01-17 11:14:50 +01:00
peterd
0515274c60 update minified files 2015-01-15 11:56:37 +01:00
peterd
de16e45365 Typo fix
Some fixes according to @KargoGlobal
2015-01-14 14:40:48 +01:00
peterd
d715098a4f Chrome bug: cover for input fields 2015-01-09 15:24:25 +01:00
peterd
4afd8b84dc added memory rendering method; some changes 2015-01-06 15:35:09 +01:00
peterd
17a45edeae Description of ColorPicker 2015-01-05 12:58:16 +01:00
peterd
824b5f82b4 minify optimization; Chrome ENTER 2014-11-29 23:17:19 +01:00
peterd
fde33ebf56 cleaning up some comments 2014-10-14 22:07:54 +02:00
peterd
d884919b53 typo 2014-10-14 22:05:39 +02:00
peterd
1870a7cf4a bugfix in color conversion
@Martin1887 discovered a bug in color conversion if hue is 0
2014-10-14 22:00:20 +02:00
Peter Dematté
54ff2e0159 Update README.md 2014-10-10 23:51:31 +02:00
peterd
426461b3c8 Merge branch 'master' of https://github.com/PitPik/colorPicker
Conflicts:
	javascript_implementation/README.md
2014-10-10 23:50:24 +02:00
peterd
2724bb876e update fof initial color calculations
update of initial color calculations in implementations thanks to
Martin1887
2014-10-10 23:49:42 +02:00
Peter Dematté
cf4a1f41cb Update README.md 2014-10-08 11:46:11 +02:00
peterd
17987b339c fixed actionCallback issue on minified files
function names on min.’s files get a short name, so _mouseMoveAction
ends up with a weird name if minified and provides wrong name to
actionCallback
2014-10-06 18:59:48 +02:00
Peter Dematté
08e4c95006 Update README.md 2014-10-05 18:44:17 +02:00
Peter Dematté
5ead39cc82 Update README.md 2014-10-05 18:42:19 +02:00
Peter Dematté
30ede37b5e Update README.md 2014-10-05 18:41:19 +02:00
peterd
a7e0536900 Correction 2014-10-05 18:22:33 +02:00
peterd
59da5d7d88 javaScript implementation 2014-10-05 18:20:02 +02:00
peterd
9db60daa8c Initial commit
Transcription of the jQuery implementation (IE8+ or with
querySelectorAll polyfill)
2014-10-05 18:12:21 +02:00
peterd
049dafb701 small change 2014-10-05 18:12:03 +02:00
peterd
d72fff83a5 Added monospace for better rendering on WIN-OS 2014-10-01 18:28:39 +02:00
Peter Dematté
e3718355b8 Update README.md 2014-09-24 15:32:19 +02:00
Peter Dematté
b8f872be49 Create LICENSE.md 2014-09-24 11:25:18 +02:00
peterd
f611b263ad first attempt for Grunt 2014-09-15 20:33:25 +02:00
peterd
6d703a95c3 bg fix for w, c, b button (b/w tiles) 2014-09-15 20:33:25 +02:00
Peter Dematté
0a773a2c47 Update README.md 2014-09-15 10:34:54 +02:00
peterd
af2c6cb7cc readonly support 2014-09-13 20:48:07 +02:00
peterd
3fd3a6443d support for custom background 2014-09-13 19:07:01 +02:00
peterd
21c6f1aec9 differentiate noAlpha color memory (cookies) 2014-09-13 18:58:58 +02:00
peterd
d66ebd5f99 differentiate noAlpha color memory (cookies) 2014-09-13 18:58:10 +02:00
peterd
dde7865325 added favicon 2014-09-13 18:32:51 +02:00
peterd
3e042b338d late style compensation 2014-09-13 17:54:53 +02:00
peterd
8273c3cd11 font correction for IE 2014-09-13 16:30:29 +02:00
peterd
2e2634e35b IE11 curso fix 2014-09-13 16:21:53 +02:00
peterd
d49ba56cc0 update 2014-09-13 16:07:12 +02:00
peterd
da9f7f308a cursor support IE11 2014-09-13 16:06:14 +02:00
peterd
e47b029327 all.min update 2014-09-13 15:52:53 +02:00
peterd
b74557dfa5 BASE64 support detection 2014-09-13 15:45:20 +02:00
peterd
8c3d20da3f Stabilizing demo page 2014-09-13 14:56:07 +02:00
peterd
b54f595387 opacity fix for IE10
_doesOpacity for detecting correct opacity ability
2014-09-13 14:26:28 +02:00
peterd
61f9438907 Added cookie store functionality for size and mode 2014-09-08 20:29:59 +02:00
peterd
b70d35f98a Added cookie support for color memory 2014-09-08 19:48:30 +02:00
peterd
c6cb9f9585 little bug fix and linting
Using ColorPicker.prototype.saveAsBackground needs some update of
variables (in preRenderAll()) to render the WGCA bar right and
calculating all color values correct…
2014-09-08 18:22:06 +02:00
peterd
5be71259ae reappending colorPicker
Reappending on focus gets colorPicker to foreground
2014-09-07 19:54:31 +02:00
peterd
aa84f06639 README update 2014-09-07 18:28:07 +02:00
peterd
c14284be28 mousedown bugfix (for now) 2014-09-07 18:22:31 +02:00