Commit Graph

  • 1fe290fb8c bump version 1.1.8.9 tophf 2018-01-06 10:43:12 +0300
  • eb426f6ee3 update locales tophf 2018-01-06 10:42:12 +0300
  • 385dda9923 fixup 227dce01: new styles don't have usercssData tophf 2018-01-06 09:50:48 +0300
  • 4a7c675d06 fix '.add-applies-to' click listener tophf 2018-01-06 09:31:37 +0300
  • e33713fbd2 Merge 72cb3ef44a into e5e21c0a15 silverwind 2018-01-05 12:11:07 +0000
  • 72cb3ef44a
    user cssOrigin: 'user' in insertcss branch silverwind 2018-01-05 13:07:43 +0100
  • 42bd77ec17 beautify: keep semicolon after /*comment*/ on the same line tophf 2018-01-05 14:10:27 +0300
  • b32832e237 delete the unused original beautify-css.js tophf 2018-01-05 14:07:16 +0300
  • 227dce0177 don't disable Beautify (let the user decide); code cosmetics tophf 2018-01-05 13:20:46 +0300
  • bced23052c remove some unnecessary deepCopy calls tophf 2018-01-05 13:26:11 +0300
  • 45219a88c1 microoptimization: 'style' is already a deep-copy tophf 2018-01-04 22:47:29 +0300
  • c553c0270e unstick the unchecked newUI option from the buttons below tophf 2018-01-04 22:36:31 +0300
  • 392ca4c988 add "configure" button in the old UI tophf 2018-01-04 22:35:12 +0300
  • 1c432b2868 fixup 77a07b7f: don't invoke editor on clicking the name tophf 2018-01-04 22:25:03 +0300
  • 66f176992b fixup 671b2765: don't show favicons in old UI tophf 2018-01-04 22:20:03 +0300
  • bd1e6175af bump version 1.1.8.8 tophf 2018-01-04 18:24:47 +0300
  • 71c3e0c7a8 extract and improve dummy chrome.storage in FF tophf 2018-01-04 17:04:23 +0300
  • bf17c7de94 preserve section indentation in usercss template tophf 2018-01-04 16:45:07 +0300
  • 4674424764 code cosmetics tophf 2018-01-04 16:44:34 +0300
  • 2374c88e1b extract styleSectionsEqual tophf 2018-01-04 16:43:54 +0300
  • 9be2f942c7 restore default template on saving empty code tophf 2018-01-04 16:41:55 +0300
  • cb3e9973bd also display #live-reload-install-hint after installing tophf 2018-01-04 13:43:57 +0300
  • 2ca702c976 show color swatches on usercss installer page tophf 2018-01-04 13:36:56 +0300
  • a339b50e27 allow live-reload without reinstalling tophf 2018-01-04 13:36:27 +0300
  • c9e60dc19b t() is not defined in content scripts tophf 2018-01-04 11:13:40 +0300
  • e6d04fad6d meta value starts after a name on the same line tophf 2018-01-04 10:58:43 +0300
  • d94b9a0ab7 fixup: show available updates on manual check tophf 2018-01-03 20:26:20 +0300
  • eb3c770612 bump version tophf 2018-01-03 18:45:21 +0300
  • 1eea8fdbbf fixups for refreshAllTabs 1.1.8.7 tophf 2018-01-03 18:26:31 +0300
  • d346cb0a5a reduce newUI entry vertical padding and define it in one place tophf 2018-01-03 16:53:00 +0300
  • 9165e6c1e2 unstick #search-results-error from the buttons block tophf 2018-01-03 14:07:18 +0300
  • eb65ce1a88 bump version 1.1.8.6 tophf 2018-01-03 10:47:06 +0300
  • a572620765 cache icon imageData because the browser doesn't tophf 2018-01-03 10:39:40 +0300
  • 3f570c4d3a FF injects content script automatically tophf 2018-01-03 10:37:54 +0300
  • 28e9e38dad remove 'dysfunctional' page tophf 2018-01-02 21:26:44 +0300
  • 3418ac9cb9 FF: support private/container tabs tophf 2018-01-01 20:02:49 +0300
  • 62e333a0ba update locales tophf 2018-01-01 14:14:43 +0300
  • 27fe9fa9db search/replace in extra CodeMirror boxes e.g. lint config tophf 2018-01-01 10:34:16 +0300
  • b2100ea853 fixes for global search/replace tophf 2018-01-01 09:56:41 +0300
  • 671b276532 Attempt to get favicon for RegExp match (#321) Rob Garrison 2017-12-31 23:17:43 -0600
  • 60a6fdb481 clear previous update status classes tophf 2018-01-01 07:45:04 +0300
  • 3f36ecd8e5 Fix wrapped negative look ahead & extra grouped items Rob Garrison 2017-12-31 12:59:21 -0600
  • 5bc4206593 reuse existing usercss installer tab tophf 2017-12-31 17:58:35 +0300
  • 0368759081
    Fix overlapping hover backgrounds narcolepticinsomniac 2017-12-31 04:25:58 -0500
  • d278d26553 Use includes for chrome/moz extensions Rob Garrison 2017-12-31 01:11:03 -0600
  • 59ebd30ec2 Only call favicon function for newUI Rob Garrison 2017-12-31 00:59:10 -0600
  • b6c89b90a0 Move favicon code out of initial loop Rob Garrison 2017-12-31 00:37:02 -0600
  • 31af1cf343 Remove negative lookahead & cache regexps Rob Garrison 2017-12-30 23:17:03 -0600
  • 205b9ab73f
    replace the editor screenshot tophf 2017-12-31 08:34:00 +0300
  • e1ec441fa6 Use first match for favicon target Rob Garrison 2017-12-30 09:28:34 -0600
  • be8c28053e Attempt to get favicon for RegExp match Rob Garrison 2017-12-30 09:08:45 -0600
  • 8153a03c19
    Add highlights and screenshots sections to readme (#320) tophf 2017-12-30 16:19:10 +0300
  • 84f3e3bb98
    Update README.md tophf 2017-12-30 16:18:46 +0300
  • dbcc35a82e
    de-blur editor screenshot tophf 2017-12-30 14:08:05 +0300
  • 2e2943f34c
    Add highlights and screenshots sections to readme tophf 2017-12-30 14:02:02 +0300
  • 319b2c2411 bump version 1.1.8.5 tophf 2017-12-30 04:34:55 +0300
  • 5e95193ed8 update locales tophf 2017-12-30 04:34:30 +0300
  • 46a3038394 don't add soft hyphens at the end of text tophf 2017-12-29 23:37:17 +0300
  • 441de984b0 make action buttons in popup auto-fit contents tophf 2017-12-29 20:27:10 +0300
  • 16f98ed250 auto-adjust #add-style-wrapper to various font height tophf 2017-12-29 20:25:48 +0300
  • fef10b1638 use a readable font for Japanese/Chinese tophf 2017-12-29 20:23:54 +0300
  • 0f96e2fa4d set language for CSS :lang and [FF-only] hyphenation tophf 2017-12-29 18:19:35 +0300
  • dea0edbdac don't wrap entry labels tophf 2017-12-29 18:19:25 +0300
  • 673906cfd5 don't cut the text in a closed sort selector tophf 2017-12-29 17:54:15 +0300
  • af6c3a79d5 don't show update buttons for local styles in old UI tophf 2017-12-29 17:53:11 +0300
  • 5ac3662699 fixup 5a07bbb1: parse ISO date strings tophf 2017-12-29 17:39:02 +0300
  • a0b2d0ef68 typo in description tophf 2017-12-29 13:22:41 +0300
  • a66c377d8a fix scrolling over linter issues in usercss mode tophf 2017-12-28 07:01:43 +0300
  • c1dd196acd fix regexp search in manager tophf 2017-12-28 07:01:18 +0300
  • d9f8d1361f bump version 1.1.8.4 tophf 2017-12-26 14:42:58 +0300
  • 05c9e6db0c update locales tophf 2017-12-26 14:42:26 +0300
  • 743deb14c9 CSSLint: validations for animation, background, cursor and more tophf 2017-12-26 13:37:25 +0300
  • b6f0b4a44f CSSLint: CSS Timing Functions Level 1 (WD & ED 2017) tophf 2017-12-26 12:44:09 +0300
  • 6e0cb2bc86 CSSLint: validate using an unprefixed definition tophf 2017-12-26 11:53:30 +0300
  • 1749f06674 CSSLint: CSS Transform Module Level 2 (ED 2017-11-09) tophf 2017-12-26 12:01:57 +0300
  • c3cb687db6 CSSLint: CSS Transforms Module Level 1 (WD 2017-11-14) tophf 2017-12-26 11:51:48 +0300
  • b8d1a0a9ff CSSLint: expose function's inner expression tophf 2017-12-26 11:50:29 +0300
  • e4f8cf5fb5 simplify usePrefsDuringPageLoad tophf 2017-12-26 08:54:01 +0300
  • 4da6eeb746 manage: speed up first meaningful paint tophf 2017-12-26 08:52:19 +0300
  • 8c5ad8fe4b postpone addTooltipsToEllipsized more to avoid accidental layout tophf 2017-12-26 06:38:17 +0300
  • afbee9d68f CSSLint: more microoptimizations tophf 2017-12-25 20:01:10 +0300
  • 37f7f1898f fixup 1406cae6: ) may belong to the parent, also fix readString tophf 2017-12-25 15:25:47 +0300
  • fc673fe9c6 fixup ea709c93: remove the unused variable tophf 2017-12-25 12:25:53 +0300
  • d3c0999541 CSSLint: fixes and tweaks to reduce memory consumption tophf 2017-12-25 08:07:26 +0300
  • 1406cae6c5 CSSLint: parse <declaration-value> for --custom-property tophf 2017-12-25 04:28:26 +0300
  • 12fe1b619f render 20+ styles at once tophf 2017-12-24 10:03:13 +0300
  • 53eac84312 load visible favicons immediately, lazy-load the rest tophf 2017-12-24 09:42:07 +0300
  • 5a07bbb1e3 Add manager sort block Rob Garrison 2017-12-23 03:11:46 +0300
  • 1fd0c26e1d MessageBox: Add focus to OK button Rob Garrison 2017-12-22 22:18:40 -0600
  • f2efff64fd FF weird bug workaround: delay initLint() by 100ms tophf 2017-12-25 09:28:26 +0300
  • 143c3f6379 Merge edabcab836 into 5df76b04e2 Rob Garrison 2017-12-24 23:58:02 +0000
  • 5df76b04e2 disable #save button right after opening a style tophf 2017-12-25 02:26:01 +0300
  • 4b4b65d961 colorview: support a signed number exponent tophf 2017-12-25 02:21:25 +0300
  • b70beac3c9 CSSLint: rewrite readNumber() tophf 2017-12-25 02:20:53 +0300
  • 4b2bfd4113 CSSLint: Remove tabs causing properties to be ignored Rob Garrison 2017-12-24 12:15:01 -0600
  • b2ea9be73f CSSLint: Add text-decoration-skip Rob Garrison 2017-12-24 12:13:00 -0600
  • a280728b10 CSSLint: Remove tabs causing properties to be ignored Rob Garrison 2017-12-24 12:15:01 -0600
  • e8fe7ab01b CSSLint: Add text-decoration-skip Rob Garrison 2017-12-24 12:13:00 -0600
  • edabcab836 Fix performance Rob Garrison 2017-12-24 08:35:47 -0600
  • b85edba2b2 Fix homepage link & update labels being hidden Rob Garrison 2017-12-24 08:32:58 -0600