Oliver Blanthorn
|
2738bf1e59
|
Standardise behaviour of empty url for :winopen with :tabopen
|
2017-11-14 12:23:01 +00:00 |
|
Colin Caine
|
8131bb4a67
|
build: ignore errors from web-ext
|
2017-11-13 16:25:50 +00:00 |
|
Oliver Blanthorn
|
c6e5afdde4
|
Set minimum FF version to 54 as per reviewer's request
|
2017-11-12 18:22:06 +00:00 |
|
Colin Caine
|
1813d11f64
|
build: bump version to 1.0.7 (for pre-releases)
|
2017-11-12 01:54:16 +00:00 |
|
Colin Caine
|
c2355679f0
|
build: fix typo in scripts/sign
|
2017-11-12 01:53:04 +00:00 |
|
Colin Caine
|
2d3342af4b
|
build: don't trust webpack shell plugin, exclude large images
|
2017-11-12 01:44:04 +00:00 |
|
Colin Caine
|
5b44a7747c
|
hinting: use css selectors rather than xpath
|
2017-11-12 01:14:45 +00:00 |
|
Colin Caine
|
21000b50d7
|
build: Improve version fiddler
|
2017-11-12 01:14:10 +00:00 |
|
Colin Caine
|
549f33e28f
|
newtab: add logo
|
2017-11-12 00:21:46 +00:00 |
|
Colin Caine
|
930420849f
|
Add logo!
|
2017-11-11 23:57:19 +00:00 |
|
Colin Caine
|
4ffc706919
|
readme: shorten. Add AMO link
|
2017-11-11 02:26:36 +00:00 |
|
Colin Caine
|
3c532a732b
|
messaging: fix bug from bad docs
|
2017-11-11 02:10:23 +00:00 |
|
Colin Caine
|
504f553926
|
build: Emit useless & in webpack config
|
2017-11-10 13:39:25 +00:00 |
|
Colin Caine
|
7ede4149a6
|
help: improve newtab and :help
|
2017-11-10 13:12:07 +00:00 |
|
Colin Caine
|
b87db7b49f
|
hint: Focus hint targets before clicking them
Presumably untrusted MouseEvents can't focus elements.
Anyway, this fixes focussing input elements.
|
2017-11-09 21:30:28 +00:00 |
|
Oliver Blanthorn
|
eb416699f0
|
excmd: Fix O/W/T
|
2017-11-09 21:22:02 +00:00 |
|
Oliver Blanthorn
|
0c08202822
|
excmd: O/W/T use current URL
|
2017-11-09 21:12:15 +00:00 |
|
Oliver Blanthorn
|
850bf0633f
|
Add more info to new tab page
|
2017-11-09 21:05:03 +00:00 |
|
Colin Caine
|
d8e1eb4506
|
insert: Add 'Escape' bind
|
2017-11-09 21:01:57 +00:00 |
|
Oliver Blanthorn
|
a69dda8a67
|
Merge pull request #50 from cmcaine/bovine3dom-userChrome
Update userChrome-minimal.css
|
2017-11-09 13:57:56 +00:00 |
|
Oliver Blanthorn
|
23ccd18598
|
Update userChrome-minimal.css
|
2017-11-09 13:54:05 +00:00 |
|
Colin Caine
|
214974dfc9
|
build: automate beta builds for AMO
|
2017-11-09 13:10:43 +00:00 |
|
Oliver Blanthorn
|
6d2cfee6ac
|
Make hints a bit prettier
|
2017-11-09 13:00:19 +00:00 |
|
Oliver Blanthorn
|
15b6ec76cd
|
Add rudimentary tab completion from history to CLI
|
2017-11-09 12:44:57 +00:00 |
|
Oliver Blanthorn
|
c2e744ec11
|
Make :bind more readable
|
2017-11-09 12:13:08 +00:00 |
|
Oliver Blanthorn
|
4bb6e1de0b
|
Improve legibility of hint mode
|
2017-11-09 12:00:22 +00:00 |
|
Oliver Blanthorn
|
89ad072d8d
|
Fix #49 by partially reverting 927e19c
|
2017-11-09 10:23:36 +00:00 |
|
Colin Caine
|
e4cb3d241f
|
exmode: Don't save exmode history when incognito
|
2017-11-09 08:19:28 +00:00 |
|
Colin Caine
|
21c06d9520
|
exmode: share history globally
On storage.local for now.
|
2017-11-09 08:04:05 +00:00 |
|
Colin Caine
|
3642477b57
|
excmd: Fix #43
|
2017-11-09 07:38:24 +00:00 |
|
Colin Caine
|
176941dbe0
|
newtab: include css
|
2017-11-09 06:58:48 +00:00 |
|
Colin Caine
|
2b8d3f0b9d
|
AMO: Trim manifest to make reviewing easier
|
2017-11-09 06:21:55 +00:00 |
|
Colin Caine
|
48cedc058b
|
keydown: ignore untrusted keyevents
Ref #24.
|
2017-11-09 06:01:26 +00:00 |
|
Colin Caine
|
a0a29aec27
|
build: Fix build break when make_docs is slow
|
2017-11-09 05:54:10 +00:00 |
|
Colin Caine
|
e82218e156
|
build: watch scripts dir too
|
2017-11-09 05:44:48 +00:00 |
|
Colin Caine
|
58ed23913d
|
exmode: Give build-time error on bad arg types
|
2017-11-09 05:44:48 +00:00 |
|
Colin Caine
|
927e19c818
|
hinting: First working version
state.ts also reworked into a sexy new machine. Check it out!
|
2017-11-09 05:44:48 +00:00 |
|
Colin Caine
|
b0b809b2d5
|
docs: copy docs to build dir!
|
2017-11-09 05:44:47 +00:00 |
|
Colin Caine
|
fad94a697e
|
parsers: split into real modules
This is to fix an issue with multiple imports of typescript namespaces.
|
2017-11-09 05:44:47 +00:00 |
|
Colin Caine
|
2c94547fed
|
src: add initial keyseq.ts
|
2017-11-09 05:44:47 +00:00 |
|
Colin Caine
|
adfca7cf69
|
hinting WIP: plumb to background
|
2017-11-09 05:44:40 +00:00 |
|
Colin Caine
|
7697072be1
|
build: Move scripts out. Make generated files obv.
To speed up builds, typedoc is now run in the background, which means
that the build won't fail if typedoc fails.
|
2017-11-08 18:13:40 +00:00 |
|
Oliver Blanthorn
|
b2ee48ef00
|
Merge branch 'master' of github.com:cmcaine/tridactyl
|
2017-11-07 13:27:43 +00:00 |
|
Colin Caine
|
6091c7d0c1
|
css: Set commandline frame to max z-index
Closes #36
|
2017-11-07 12:22:12 +00:00 |
|
Hoàng Đức Hiếu
|
7ba53b7c67
|
excmds: fix scrollpage
Closes #45.
|
2017-11-07 12:08:15 +00:00 |
|
Oliver Blanthorn
|
6fbf5fb996
|
Merge branch 'master' of github.com:cmcaine/tridactyl
|
2017-11-07 12:05:45 +00:00 |
|
Colin Caine
|
28bd2fcae7
|
build: update web-ext-types
|
2017-11-07 12:03:08 +00:00 |
|
Oliver Blanthorn
|
d7080c4b32
|
Add pretty terrible choose buffer by name
|
2017-11-07 12:02:24 +00:00 |
|
Hamish Hutchings
|
f021c0d3c3
|
POSIXify the shell script
|
2017-11-07 11:52:03 +00:00 |
|
Oliver Blanthorn
|
11fadb437f
|
Add CLI history and ^c to cancel CLI
History is per tab and not persistent.
|
2017-11-05 14:48:22 +00:00 |
|