Commit Graph

  • e6e7d7d158 leave name input empty in new usercss style tophf 2020-10-22 23:47:46 +0300
  • 2d9785be6e clear dirty upon swapping style tophf 2020-10-22 23:31:09 +0300
  • 0199b2c0bb preserve dirty after importing moz-format, fixes #1075 tophf 2020-10-22 23:18:58 +0300
  • 6593d5c05a get disableAll pref earlier, fixes #1074 tophf 2020-10-22 22:58:11 +0300
  • f9804036b2
    instant style injection via synchronous XHR (#1070) tophf 2020-10-22 22:16:55 +0300
  • 7f15ae324d
    Merge pull request #1054 from tophf/custom-name tophf 2020-10-22 15:07:33 +0300
  • 76e2a90392 moz-format CM focus style narcolepticinsomniac 2020-10-13 19:20:46 -0400
  • d1b9338707 make manager load real fast tophf 2020-10-15 13:55:27 +0300
  • bc6c9c826a make editor load even faster tophf 2020-10-13 21:19:12 +0300
  • 2e1a903cc7 fix local name customization for usercss/legacy tophf 2020-10-11 18:12:06 +0300
  • 34f899fc45 don't start incremental search on Space or Shift-Space tophf 2020-10-22 08:51:48 +0300
  • 06b2d4ba5c fixup: catch and print nodejs error tophf 2020-10-21 13:33:52 +0300
  • 3fb2bc6ddc fixup: run updateExposeIframes only in frames tophf 2020-10-21 13:18:55 +0300
  • 7605bfe10b limit note's width in options tophf 2020-10-18 11:40:45 +0300
  • 1d1d75d2ac generate stylus-firefox.zip without declarativeContent tophf 2020-10-19 17:43:29 +0300
  • 818f6313c6 don't run web-ext test as it fails on Chrome-only permissions tophf 2020-10-18 10:51:37 +0300
  • 38290c22f7 instant style injection via synchronous XHR tophf 2020-10-18 10:30:11 +0300
  • 3cb9cbb862
    show a palette for current editor in color picker (#1068) tophf 2020-10-18 16:40:11 +0300
  • e6d73be049
    option to open editor in a simple window (no omnibox) (#1067) tophf 2020-10-18 16:37:42 +0300
  • d405bc64ae ignore empty documents produced by stylus-lang bug tophf 2020-10-09 21:05:09 +0300
  • 5501efb1be expose version for styles installed from greasyfork/sleazyfork tophf 2020-10-03 15:05:40 +0300
  • 7f5751a18b keep the dialog visible for 30 seconds instead of 5 tophf 2020-10-18 14:38:41 +0300
  • 495a682d35 apply the clicked color tophf 2020-10-18 14:35:23 +0300
  • 4502c47c82 alpha may be undefined tophf 2020-10-18 14:30:36 +0300
  • ae2c53c2f0 simplify code tophf 2020-10-17 09:24:22 +0300
  • 7966ce5bd3 show a palette for current editor in color picker tophf 2020-10-16 22:56:56 +0300
  • 3d0b733e9a parserlib: skip spaces before "," in @document foo() , bar() tophf 2020-10-15 14:36:15 +0300
  • 56a8212fdf parserlib: add text to background-clip tophf 2020-10-15 22:31:13 +0300
  • 6196624242 fixup tophf 2020-10-15 22:00:16 +0300
  • 140b6f901b option to open editor in a simple window (no omnibox) tophf 2020-10-15 17:45:36 +0300
  • 492b75d84e parserlib: implement @supports selector() tophf 2020-10-14 20:17:57 +0300
  • a71b621bf9 remove -webkit- prefix on standardized features tophf 2020-10-14 19:48:59 +0300
  • 9e487b03e5
    tweak editor (#1063) tophf 2020-10-13 21:14:54 +0300
  • 1ebf2aa8a2 use event.key, available since Chrome 51 tophf 2020-10-13 10:42:36 +0300
  • 130b011940 Merge branch 'editor-focus' of https://github.com/tophf/stylus into pr/1063 narcolepticinsomniac 2020-10-13 01:14:07 -0400
  • ff94038b39 positive type check narcolepticinsomniac 2020-10-13 01:13:44 -0400
  • 3cf7b1945a also use text query in inline search for Stylus category tophf 2020-10-13 07:35:44 +0300
  • 0caf81fa46 focus tweaks narcolepticinsomniac 2020-10-13 00:41:17 -0400
  • 124dce44e8 use adoptedStyleSheets tophf 2020-10-12 21:52:31 +0300
  • 1a2bc67acc use unprefixed CSS user-select, available since Chrome 54 tophf 2020-10-12 15:37:05 +0300
  • 32e38538c7 use unprefixed CSS filter, available since Chrome 53 tophf 2020-10-12 15:31:39 +0300
  • 3c6a10f211 ping/pong to fix openURL with message in FF tophf 2020-10-12 14:12:59 +0300
  • 85a9f6fb6a update USO bug workarounds, remove obsolete ones tophf 2020-10-12 14:01:01 +0300
  • f63fb8cc15 use once in addEventListener, available since Chrome 55 tophf 2020-10-12 10:10:00 +0300
  • 4df3813f87 remove URLSearchParams workaround, not needed since Chrome 55 tophf 2020-10-12 09:59:09 +0300
  • 58094f80cd also use box-shadow focus on delete buttons tophf 2020-10-12 14:52:42 +0300
  • af63ea8b6d search inputs should use the same style as text inputs tophf 2020-10-12 14:32:08 +0300
  • b8dad52985 Revert "hide focus outline on a lone section" tophf 2020-10-12 14:26:18 +0300
  • 0dbdeffdb8 allow focus outline on click in text/search input or textarea tophf 2020-10-12 14:25:22 +0300
  • e843660f12 use box-shadow instead of outline for focus everywhere tophf 2020-10-12 07:29:56 +0300
  • 5efda1d00d also apply live-preview if an unsaved style was disabled tophf 2020-10-11 18:57:42 +0300
  • 21b209421a hide focus outline on a lone section tophf 2020-10-11 18:14:04 +0300
  • 60fc6f2456
    Editor fixes, make sectioned editor open quickly again (#1061) tophf 2020-10-11 17:13:25 +0300
  • 50f8705598 expose version for styles installed from greasyfork/sleazyfork tophf 2020-10-03 15:05:40 +0300
  • ad24ee0c15
    switch to USO-archive for inline search in popup, #1056 tophf 2020-10-11 16:53:42 +0300
  • 740a16a563 disconnect port explicitly in FF tophf 2020-10-11 14:37:55 +0300
  • c9b69fd1fc code cosmetics tophf 2020-10-11 13:48:02 +0300
  • f54a9eab29 account for header in compact mode when fitting to content tophf 2020-10-11 13:40:13 +0300
  • 3fe3129a55 run fixedHeader asynchronously to prevent self-triggering tophf 2020-10-11 13:26:28 +0300
  • efd68b5b48 declare refreshOnView as a standard function tophf 2020-10-11 13:06:01 +0300
  • 871e7a3fc5 trigger refresh sooner by one viewport in advance tophf 2020-10-11 12:32:27 +0300
  • 975b9e3f67 use standard CSS for a focused CodeMirror outline tophf 2020-10-11 12:25:31 +0300
  • 4d1110986c update CSSLint tophf 2020-10-11 09:44:17 +0300
  • af726405e1 also search in global styles tophf 2020-10-10 14:25:43 +0300
  • ba416082e4 disable Save button while loading tophf 2020-10-10 07:55:07 +0300
  • eba5bc64e5 autofocus on a manually added applies-to tophf 2020-10-10 07:54:57 +0300
  • 02a9e409fb scroll the window to show a manually added section entirely tophf 2020-10-10 07:44:59 +0300
  • 858fa874ae don't fit to content on clicking the add button tophf 2020-10-10 00:21:22 +0300
  • a8248bd829 autofocus when add/clone button is clicked tophf 2020-10-10 00:20:21 +0300
  • 37c0768125 remove leftovers tophf 2020-10-10 00:09:56 +0300
  • e3378d4b8b make sectioned editor open quickly again tophf 2020-10-09 23:51:02 +0300
  • 1027b77899 make usercss editor full-height again tophf 2020-10-09 22:19:52 +0300
  • 35bfb2c0a9 ignore empty documents produced by stylus-lang bug tophf 2020-10-09 21:05:09 +0300
  • 11ce144efb remove the redundant stylus-lang warning filter tophf 2020-10-09 19:40:11 +0300
  • 707cd6576f process current contents when live-reload is enabled tophf 2020-10-09 14:37:29 +0300
  • 863e181dea process current contents when live-reload is enabled tophf 2020-10-09 14:37:29 +0300
  • 4913da2e19 use installation url on known sites as homepage tophf 2020-10-07 17:59:21 +0300
  • 78b0e33ba4 faster install from known sites tophf 2020-10-06 13:49:43 +0300
  • 0162f39163 switch to USO-archive for inline search in popup tophf 2020-10-04 08:30:02 +0300
  • 5196f96ee3 trigger change on wheeling inside <select> tophf 2020-10-05 18:37:47 +0300
  • b840d4897d cleanup usoSearchCache + tidy up db.js tophf 2020-10-07 10:47:51 +0300
  • 9994811819 recognize 'backdrop-filter' tophf 2020-10-08 12:19:14 +0300
  • a01bd3cd61 update polyfill for Chrome>=55 tophf 2020-10-07 23:27:38 +0300
  • 7c205880d2 require Chrome 55 and allow native async/await syntax tophf 2020-10-07 22:19:30 +0300
  • 6b2dff6687 treat empty url-prefix() as non-matching tophf 2020-10-03 20:17:59 +0300
  • cb89be8682 ignore empty code only in global (non-targeted) sections tophf 2020-10-04 13:42:06 +0300
  • 7c89f7b21d autosort style elements on own pages too tophf 2020-10-05 21:08:30 +0300
  • 15d854f913 fixup for c416fa7c: remove the leftovers, take 2 tophf 2020-10-05 16:19:18 +0300
  • e7a6e86b6c fixup for c416fa7c: remove the leftovers tophf 2020-10-05 13:05:35 +0300
  • c8cf66c2db ignore empty code only in global (non-targeted) sections tophf 2020-10-04 13:42:06 +0300
  • 3b83f02cd7 treat empty url-prefix() as non-matching tophf 2020-10-03 20:17:59 +0300
  • c416fa7ca0
    rework and move newUI+theme to options.html (#1050) tophf 2020-10-02 18:10:52 +0300
  • 7275095a1e use archive's default search order tophf 2020-10-02 18:08:10 +0300
  • 63ee442af4 search for 'Stylus' keyword to filter out Stylish crud tophf 2020-10-02 17:51:58 +0300
  • b91c6fb8dc switch to USO-archive tophf 2020-10-02 17:49:27 +0300
  • 4c312e9aca rephrase/clarify the find styles label tophf 2020-10-02 15:09:41 +0300
  • bfe03e0e26 rework and move newUI+theme to options.html tophf 2020-10-02 12:29:51 +0300
  • 3f6c85637c Containment Module L2 (WD, 2020-06-03) tophf 2020-09-25 13:51:03 +0300
  • e0a7372f4f enable starHack option tophf 2020-09-24 16:22:28 +0300
  • e2e70fcfa8 Containment Module L2 (WD, 2020-06-03) tophf 2020-09-25 13:51:03 +0300