stylus/js
tophf 37a62b0407 fix/rewrite/integrate colorpicker
* full rewrite of colorview.js to make it 10-100 times faster (render on demand via extendMode)
* full rewrite of colorpicker.js to simplify CSS
* automatic light/dark theme based on current color of the editor
* fixes, tweaks, speedups
* color spot will always be on the left of its text i.e. no line break on wrapping
* support #RRGGBBAA and #RGBA hex colors
* support "transparent" as rgba(0, 0, 0, 0)
* HEX/hex toggle
* fix HSLA regexp
* Esc/Enter key to close
* innerHTML -> textContent
* toggle the feature correctly
* fade out before autohiding
* always show alpha 1 like devtools does
* set cursor:pointer only on the clickable part of the sliders
* bigger color format switcher with a tooltip
* autofocus input on open, disable spellcheck
* try not to obscure the source color spot & text
* restore focus without scrolling
2017-11-20 15:19:58 +03:00
..
color-parser.js Refactor: pull out colorParser 2017-11-01 11:18:13 +08:00
dom.js Merge pull request #134 from eight04/dev-user-css 2017-11-14 08:22:56 +03:00
localization.js Fix: use arrow function for IIFE 2017-10-30 01:22:10 +08:00
messaging.js fixup d2b9b302: prevent setting version var to 'undefined' 2017-11-14 11:12:18 +03:00
moz-parser.js remove backtrackTo and trimNewLines from mozParser 2017-11-14 09:24:38 +03:00
prefs.js fix/rewrite/integrate colorpicker 2017-11-20 15:19:58 +03:00
script-loader.js Fix: use Array.isArray 2017-11-01 11:17:01 +08:00
usercss.js Add: expose parseError.index 2017-11-09 15:53:09 +08:00