tophf
b17eef4053
allow live-reload on localhost and updates on file://
...
...if file access is allowed
2021-11-02 18:15:26 +03:00
tophf
707d8bb1a7
parserlib: update transforms
2021-10-21 23:25:32 +03:00
tophf
cf0ecbfd4a
support EyeDropper API in color picker
...
Chrome 95+
https://wicg.github.io/eyedropper-api/
2021-09-24 09:40:49 +03:00
tophf
048c267266
parserlib: check @font-face
+ shorten grammar tokens
2021-09-07 12:36:36 +03:00
tophf
a56676122f
csslint: add "known-pseudos" rule enabled by default ( #1328 )
2021-09-02 00:12:29 +03:00
tophf
abced603b4
parserlib: fix ieFunction
...
fixes #1325
2021-08-26 22:03:30 +03:00
tophf
a5a8d97767
csslint: fix bugs in 'box-model' and 'ids'
2021-08-26 21:01:53 +03:00
tophf
12764baacb
parserlib: accept uso-var as ident/string
2021-08-24 14:38:19 +03:00
tophf
bfd0d03871
fix #1321
2021-08-22 20:30:09 +03:00
tophf
8ac43fca31
keep the original color format in usercss @var ( #1320 )
2021-08-22 11:57:35 +03:00
tophf
95205c70e5
parserlib: check if prop with vars inside is known
2021-08-20 13:03:23 +03:00
tophf
8e36e0277f
parserlib: reuse global keywords
2021-08-20 13:01:56 +03:00
tophf
9722554b3b
show action hints on preview-less search results ( #1313 )
...
+ use CSS to control visibility of action buttons
+ avoid mutating DOM unnecessarily in toggleDataset()
2021-08-13 23:03:01 +03:00
tophf
1e5f118d2d
update USO-archive urls ( #1308 )
2021-08-12 20:35:56 +03:00
tophf
434e7ff6c6
rework/simplify external links ( #1244 )
...
* rework/simplify external links
* remove title from svg (i) icon as it randomly shows instead of the parent's title
* ensure original element isn't focused when showing modal
* center more help modals
2021-08-12 16:40:27 +03:00
tophf
50717465b9
show config for usercss vars in installer ( #1302 )
...
* simplify messageBox code
* also bind events correctly in case messageBox is called when a messageBox was already shown
2021-08-12 14:40:03 +03:00
tophf
91324a4a48
use center-dialog
class for import&history
...
regressed in a2c8953e
which centered the contents too
2021-08-06 19:50:36 +03:00
tophf
ba7b55c23d
parserlib: add accent-color
2021-08-03 19:45:44 +03:00
tophf
55046ef68c
custom version validator is redundant now
...
...thanks to 4913ba1d2c
2021-08-01 18:38:36 +03:00
tophf
6650a37194
tidy up USW-related UI and code ( #1285 )
...
* shortened the title to "Publish" and fixed the compact mode
* made collapsed <details> share the same line in compact mode
* made hard-coded strings localizable
* IIFE modules instead of generically named globals
* unified and sorted the names of localized messages
* adjusted spacing of header items
* center auth popup to current window
Co-authored-by: Gusted <williamzijl7@hotmail.com>
2021-07-30 15:44:06 +03:00
Gusted
8abcf9e754
Fix handleSave and sections TOC ( #1284 )
2021-07-17 02:57:50 +03:00
Gusted
264544dfa9
Allow dragging the message box ( #1274 )
...
* Allow dragging the message box
- Allows the message box to be dragged to any position on the screen, so the user can set it to their wishes.
- Something as discussed in #1270 .
* Use CSS to prevent user select
* Remove whitespace
* Imagine wasted new lines
* Make it more niece
* Remove unnecessary check
* Fix calculation code
* cursor: move;
* fixup
* Don't declare variable here
* Cap the move to 30px in each side
* I should pay attention to my english lessons
Co-authored-by: tophf <tophf@gmx.com>
2021-07-06 17:19:00 -04:00
tophf
367ae56047
reuse openURL so that the opener tab id is set
2021-05-27 14:36:10 +03:00
tophf
18265b94c6
tab url
may be empty for about:blank tabs
...
fixes #1254
2021-05-27 14:35:03 +03:00
tophf
d736a00bc1
csslint: allow globals like @import inside sections
2021-04-28 17:33:27 +03:00
tophf
be4fd17113
wait for just created script elements to load
...
fixes #1233
2021-04-24 16:37:30 +03:00
tophf
0aa6d3b463
read css escapes per spec
2021-04-20 20:40:29 +03:00
Gusted
f10ebffeff
Add USw to the inline search and proper installing ( #1223 )
...
* remember sort order in popup, use "updated" by default
* add a USW link in the manager
Co-authored-by: tophf <tophf@gmx.com>
2021-04-20 20:40:04 +03:00
tophf
711f6502b5
make transition suppressor rule more robust
2021-04-19 16:09:31 +03:00
tophf
0b9b972338
update swatch's lines to match current code
2021-04-08 14:33:36 +03:00
tophf
3f4fb0617e
reimplement #1192 using dummy links
...
as omitting href attribute is sufficient to avoid the useless tooltip
2021-03-19 22:53:52 +03:00
tophf
21d902c48c
deduplicate keys in prefs.subscribe
2021-03-14 20:30:44 +03:00
tophf
db77e03e97
print stylus-lang's p() to editor console, fixes #894
2021-03-14 10:07:59 +03:00
tophf
692d3c9826
try to show applicable values in autocomplete for props ( #1211 )
...
+ restore proper toggling of autocompleteOnTyping
2021-03-14 08:33:26 +03:00
tophf
9d19d61913
show time/weekday in tooltip for style entries ( #1205 )
2021-03-11 07:20:38 +03:00
tophf
65ac351699
preserve opacity in colorpicker for preprocessor uso config ( #1200 )
...
USO has always produced 6-digit #rrggbb so some styles rely on it
and use /*[[color]]*/11 notation to specify the transparency.
Now we will try to preserve the opacity customized by the user
via colorpicker unless the style specifies it inline.
2021-03-05 17:25:05 +03:00
tophf
102121ad8f
suppress transition bug on page open in Chrome, too ( #1193 )
2021-02-28 23:01:49 +03:00
tophf
b8f6f5db8d
switch from dummy links to dummy buttons ( #1192 )
...
The reason is that dummy links like <a href="#"> cause the built-in tooltip pop up on hover which is just useless noise
2021-02-27 20:42:49 +03:00
tophf
41533e863d
enforce eslint radix rule for parseInt
2021-02-26 13:02:54 +03:00
tophf
53c71614fc
relaxed parsing of usercss @version
...
fixes #821
2021-02-26 10:03:32 +03:00
tophf
cf1f51af0a
vivaldi bug workaround: open webAuth flow in a tab ( #1186 )
2021-02-22 15:12:19 +03:00
tophf
c12d3fc5e3
convert USO styles to USO-archive on update
2021-02-04 14:10:30 +03:00
tophf
3a3104b30a
update parserlib
...
* add aspect-ratio, color-adjust, forced-color-adjust
* remove ar units
2021-02-01 19:00:30 +03:00
tophf
a66a1f8ed6
code cosmetics
2021-01-18 09:50:27 +03:00
tophf
4338f67352
LESS: use math:parens-division
...
This is the default mode in LESS4.
Fixes #1154 .
2021-01-16 09:18:54 +03:00
tophf
914943ed4c
remove sliders
...
* can be already implemented as a userstyle
* will be exposed in usercss config dialog later
2021-01-15 13:24:21 +03:00
tophf
312f444ec7
fix 'true' === true check in setupLivePrefs
2021-01-07 14:52:38 +03:00
tophf
767b2017e0
wait for main stylesheet to load before forcing layout
2021-01-05 19:54:49 +03:00
tophf
7d6b4fc8ac
csslint: code cosmetics
2021-01-05 18:27:46 +03:00
tophf
57233db546
csslint: add 'shorthand-overrides' rule
2021-01-05 12:14:26 +03:00