2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-06-29 06:01:02 -06:00

28 Commits

Author SHA1 Message Date
Josh Wright
acfb114d33 Fix markdown section headers in javascript implementation 2017-07-23 11:48:58 -04:00
peterd
76cb72d3ad tiny bug-fix for new implementation 2016-05-18 16:57:35 +02:00
peterd
4a3b6c390b fixed showing colorPicker the first time (quickFix) 2016-05-18 16:28:07 +02:00
peterd
ea36d9f4ee fixed showing colorPicker the first time (quickFix) 2016-05-18 16:26:57 +02:00
peterd
0d55e45be6 Minor updates / color2text method
- fixed positioning (appendTo different then document.body)
- added method color2text()
- minor optimizations
2016-05-18 15:18:51 +02:00
peterd
bbe3aa81da adds metadata 2016-03-23 23:22:09 +01:00
peterd
c7b3675cdb Update Lab-slider demo 2016-03-20 15:26:37 +01:00
peterd
81fd6d4363 fixed typo for actionCallback 2016-02-20 11:00:56 +01:00
peterd
557f47285a Fixes loading in header and right mouse button 2016-02-13 11:47:42 +01:00
peterd
91b3f2d618 fixes position 2016-02-02 17:18:14 +01:00
peterd
887e481a38 enables empty input in implementations 2015-11-14 13:38:58 +01:00
peterd
9b4a3d7a8c Name lookup optimizationa 2015-09-27 11:11:59 +02:00
peterd
6945e8d04a bugfix appendTo 2015-09-15 19:36:56 +02:00
peterd
cb60a7671b FF earlier than FF11 support 2015-01-31 12:57:25 +01:00
peterd
1ac6303474 init bug
Bug found by @ct.js
init without customBG causes error
2015-01-30 11:53:49 +01:00
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
d715098a4f Chrome bug: cover for input fields 2015-01-09 15:24:25 +01: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
peterd
9db60daa8c Initial commit
Transcription of the jQuery implementation (IE8+ or with
querySelectorAll polyfill)
2014-10-05 18:12:21 +02:00