summaryrefslogtreecommitdiffstats
path: root/huebee.js
Commit message (Collapse)AuthorAgeFilesLines
* 🛠 add close button SVG height & widthDavid DeSandro2016-11-171-1/+3
| | | thx @chriscoyier https://twitter.com/chriscoyier/status/799294264446287872
* 📝 huebee.buzz homepageDavid DeSandro2016-11-141-1/+1
|
* 🛠 do not blur if padding clickedDavid DeSandro2016-11-101-0/+8
|
* 🛠 mode -> notationDavid DeSandro2016-11-101-2/+2
|
* 🛠 default setBGColor trueDavid DeSandro2016-11-101-1/+1
|
* 🔔 add staticOpen optionDavid DeSandro2016-11-051-9/+26
|
* 🛠 return HuebeeDavid DeSandro2016-11-041-0/+4
|
* 🍹 add gulp to make pkgd distDavid DeSandro2016-11-021-2/+41
| | | | use previous gulp-requirejs-optimze
* 🛠 render @2x for hiDPI devicesDavid DeSandro2016-11-021-3/+5
|
* 🛠 setAnchorColorDavid DeSandro2016-11-021-7/+17
|
* ✅ custom colors, html init, setColorDavid DeSandro2016-11-011-6/+30
| | | add Huebee.data
* 🛠 fixes for FirefoxDavid DeSandro2016-11-011-7/+8
|
* ✅ add testDavid DeSandro2016-11-011-12/+37
| | | | renderColors -> updateColors
* 🛠 whitespace & style tweaksDavid DeSandro2016-10-311-36/+40
|
* 🛠 shortHex by defaultDavid DeSandro2016-10-311-2/+4
|
* 🔔 htmlInitDavid DeSandro2016-10-311-0/+32
|
* 🔔 setText on multiple elementsDavid DeSandro2016-10-311-35/+44
| | | | | selectSwatch -> setSwatch setTexts & setBackgrounds methods
* 🛠 refactor, whitespaceDavid DeSandro2016-10-281-14/+9
|
* 🛠 set color on openDavid DeSandro2016-10-281-3/+13
|
* 🛠 upperCase colorGrid so #fff matches #FFFDavid DeSandro2016-10-281-2/+2
|
* 🔔 enable text input of colorsDavid DeSandro2016-10-281-35/+119
| | | match to swatch if there
* 🛠 hide cursor at firstDavid DeSandro2016-10-281-1/+2
|
* 🔔 intro/outro transitionsDavid DeSandro2016-10-271-2/+35
|
* 🛠 createCanvas, createCloseButtonDavid DeSandro2016-10-261-17/+27
|
* 🛠 esc, enter, tab out closes; focus opensDavid DeSandro2016-10-261-16/+56
| | | | close it
* 🔔 customColorsDavid DeSandro2016-10-261-11/+29
|
* 🛠 isLightDavid DeSandro2016-10-261-1/+4
|
* 🛠 maxHeightDavid DeSandro2016-10-261-2/+2
|
* 🛠 use swatches hash. 🔔 add hues & hue0 optionsDavid DeSandro2016-10-261-59/+51
|
* 🛠 add renderSwatchDavid DeSandro2016-10-261-14/+12
|
* 🛠 use cursor width for gridSizeDavid DeSandro2016-10-261-11/+15
| | | remove gridSize option
* 🛠 remove cursorBorder option, measure insteadDavid DeSandro2016-10-261-10/+9
|
* 🛠 use huebue__container instead of offset optionDavid DeSandro2016-10-251-8/+13
| | | easier to change offset with CSS
* 🔔 shades & saturationDavid DeSandro2016-10-251-35/+50
|
* 🔔 add offsetDavid DeSandro2016-10-251-2/+4
|
* 🛠 setText, setBGColor, divsDavid DeSandro2016-08-301-26/+68
|
* 🛠 open/closeDavid DeSandro2016-08-301-8/+32
|
* 🎨 add huebee.css, svg close buttonDavid DeSandro2016-08-301-9/+37
|
* 🛠 round hexDavid DeSandro2016-08-291-11/+27
|
* 🌅 initial commit; hsl2hexDavid DeSandro2016-08-291-0/+189