Commit Graph

1990 Commits

Author SHA1 Message Date
Rob Garrison
286778cf9a Use modified icon 2017-12-23 19:53:19 -06:00
Rob Garrison
ccb4dc0832 Use const to define module 2017-12-23 19:42:53 -06:00
Rob Garrison
d38c3c662e Remove (first) sort label, replace (last) with icon 2017-12-23 19:30:00 -06:00
Rob Garrison
2646d910ab Modularize sorter 2017-12-23 19:14:39 -06:00
Rob Garrison
aa17234894 Add desc sort icon font 2017-12-23 18:52:15 -06:00
tophf
621640bd9f fixup a87cc6cf: use the new index 2017-12-24 03:12:45 +03:00
Rob Garrison
e7c89ba91c Update stripes if sort differs 2017-12-23 18:01:32 -06:00
Rob Garrison
f083b97f32 Don't apply updateSort if the sort hasn't changed 2017-12-23 17:54:09 -06:00
Rob Garrison
cbbd583868 Add down arrow to descending sort options 2017-12-23 12:40:47 -06:00
Rob Garrison
201e43f56b Use performance in updateSort 2017-12-23 10:25:09 -06:00
Rob Garrison
8c9eab2f5e Fix wording & location of sort tooltip 2017-12-23 10:14:12 -06:00
Rob Garrison
2cdc6274ab Add sort optgroups 2017-12-23 09:32:15 -06:00
Rob Garrison
3f72ae7448 Move sort select under filters & match styles 2017-12-23 09:14:58 -06:00
tophf
a87cc6cfb1 reuse styleNameLowerCase 2017-12-23 16:13:34 +03:00
Rob Garrison
01af7abb96 Fix debounce of updateSort 2017-12-23 01:46:26 -06:00
Rob Garrison
edf44fbdf3 Stripe entries on init 2017-12-23 01:08:17 -06:00
Rob Garrison
662ce716da Fix sort help messagebox text 2017-12-23 00:55:42 -06:00
Rob Garrison
8d7d831af7 Add date tooltip on H2 hover 2017-12-23 00:51:41 -06:00
Rob Garrison
578aa62de0 Add asc label & fix css 2017-12-23 00:44:39 -06:00
Rob Garrison
2363592484 MessageBox: Add focus to OK button 2017-12-22 22:18:40 -06:00
Rob Garrison
eaa5725c8f Add manager sort block 2017-12-22 22:18:15 -06:00
tophf
8c96165fb4 refactor and improve selectTokenOnDoubleclick logic 2017-12-23 05:39:06 +03:00
tophf
a249167539 remove the no longer used defocusEditor command 2017-12-22 18:35:46 +03:00
tophf
d6c595d94e detect double-clicked token boundaries better 2017-12-22 16:55:56 +03:00
tophf
068f23b029 fixup: include -+, exclude whitespace at line start 2017-12-22 16:29:52 +03:00
tophf
bf6b4eda83 select entire CSS token on double click
* .class-name
* property-name
* #some-id
* #123
* -webkit-any
* !important
* 12.5
2017-12-22 16:23:20 +03:00
tophf
a2644fdaba update locales 2017-12-22 12:05:19 +03:00
tophf
c958186245 FF workaround: set position:fixed prior to appending 2017-12-22 11:52:53 +03:00
tophf
8f71a9f051 temporarily patch codemirror::mode::stylus to see CSS4 hex colors 2017-12-22 11:22:36 +03:00
tophf
d82efe37b5 rewrite colorpicker popup positioning to prevent occlusion 2017-12-22 11:22:35 +03:00
tophf
d0380f76c3 rewrite colorview to use CodeMirror::TextMarker
* solves all problems with glitching on selection etc.
* perceived performance is same due to lazy-processing
* colors unsupported in current browser are displayed internally as RGB
* the color text is highlighted in the editor when popup is invoked
2017-12-22 11:22:35 +03:00
tophf
2dfaa22c35 Ctrl-Pause defocuses/focuses the editor 2017-12-22 11:22:02 +03:00
tophf
2d12bfd1f5 l10n: actually stop observing 2017-12-22 11:22:02 +03:00
tophf
e9a2cb92e3 csslint: functions MUST end with ) 2017-12-22 11:22:02 +03:00
tophf
d5d863d998 disable incremental search when #message-box is shown
fixes #313
2017-12-22 10:53:22 +03:00
tophf
4946aad684 FF: allow access to AMO in FF (actually works in 59+)
fixes #312
2017-12-22 08:36:10 +03:00
tophf
7d8507743d add the missing CSS colors to codemirror parser 2017-12-20 00:42:51 +03:00
tophf
c34786358a csslint: CSS4 syntax for rgb/hsl 2017-12-20 00:42:51 +03:00
tophf
4ddd78d40a reuse global.css for button style 2017-12-19 08:48:55 +03:00
tophf
3178ee9f10 more reliable centering of the popup in FF 2017-12-19 08:48:55 +03:00
tophf
a8f292815a don't stretch the usercss-install button 2017-12-19 08:48:55 +03:00
tophf
154187f1bc use offsetWidth to decide if the button text is ellipsized 2017-12-19 08:48:55 +03:00
tophf
78080df6fd show "click to uninstall" overlay, hide install/delete buttons 2017-12-19 08:48:54 +03:00
tophf
80926c8d7e show download errors inline 2017-12-19 05:29:21 +03:00
tophf
9e1e5cec46 update locales 2017-12-19 03:32:15 +03:00
tophf
e50ff316ba toggle narrow width mode tooltips via html+css; code cosmetics 2017-12-19 02:48:47 +03:00
tophf
1348eeb4e3 code cosmetics 2017-12-18 16:48:33 +03:00
tophf
8bfc36efbe csslint: warn about @media inside @supports 2017-12-18 12:18:54 +03:00
tophf
a7a589b785 csslint: CSS Grid Layout - actual implementation 2017-12-18 12:17:42 +03:00
tophf
4ecb6e7bc2 optimistically show 1 in tally only for a code match 2017-12-18 11:28:11 +03:00