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
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
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
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
Oliver Blanthorn
b3effdb78e
Initial attempt at configuration
...
Only for nmaps at the moment.
Mostly hard-coded - should move to a more general way of doing things
soon (so that insert mode binds etc. are allowed, but also to let people
change search engines and perhaps arbitrary constants if they so
desire).
bind / unbind should work without a restart, but reset requires one.
2017-11-05 14:10:11 +00:00
Oliver Blanthorn
e01d34a329
Remove old example CSS, hide URL pop-ups
2017-11-04 18:30:36 +00:00
Oliver Blanthorn
faccc25830
Remove unused css
2017-11-04 18:14:55 +00:00
Oliver Blanthorn
37119e510a
Dirty workaround to allow ^L, ^G to be passed through to Firefox correctly
2017-11-04 18:03:58 +00:00
Oliver Blanthorn
70746041e4
Allow clipboard to be set to arbitrary string
2017-11-04 17:30:34 +00:00
Oliver Blanthorn
0a0f75121f
Merge branch 'docs' of github.com:cmcaine/tridactyl into docs
2017-11-03 19:13:59 +00:00
Oliver Blanthorn
eb89756718
Hide internal functions from help page
2017-11-03 19:11:19 +00:00
Oliver Blanthorn
acf343f7b2
Add content script to help page
2017-11-03 19:04:21 +00:00
Oliver Blanthorn
9e00ce20de
Vague attempt at docs. Run src/make_docs.sh first.
2017-11-03 18:23:10 +00:00
Oliver Blanthorn
96d1a4ba51
Add :qall and ZZ (which might not allow pages to be restored!)
2017-11-02 19:36:44 +00:00
Colin Caine
ee03e47624
css: Auto-hide top bar. Thanks @aplaice!
...
See #31 .
2017-10-31 00:02:33 +00:00
Anran
20edc42b3e
cmdline iframe css refactor
2017-10-29 14:01:09 +00:00
Colin Caine
77062932f7
review: minor bugfixes and changes to clipboard
2017-10-28 13:42:54 +01:00
Anran
09e5281a8d
move clipboard to background
2017-10-28 19:20:31 +08:00
Colin Caine
446bd0be21
messaging: move more modules to new sys
2017-10-28 05:11:10 +01:00
Oliver Blanthorn
444f9259f7
Merge branch 'master' of github.com:cmcaine/tridactyl into google
2017-10-24 17:45:16 +01:00
Oliver Blanthorn
36d33b8f60
Allow winopen and tabopen to take multi-word arguments
2017-10-24 17:40:00 +01:00
Oliver Blanthorn
392bb5b287
Stop fillcmdline from appending a space to empty string
2017-10-24 17:38:52 +01:00
Bzly
577b89a948
Update newtab.html
...
Blanthorn is bad at things
2017-10-24 14:31:53 +01:00
Oliver Blanthorn
639294c23d
Start work on {tab,win,,}open google etc.
...
Currently breaks t, : and probably some other things. You can't make an
omlette without breaking some legs.
2017-10-24 12:51:04 +01:00
Oliver Blanthorn
7ac70d645e
Vague attempt at docs. Run src/make_docs.sh first.
2017-10-23 23:44:07 +01:00
Oliver Blanthorn
2dc82334be
Add space between favicon and tab number in buffers
2017-10-23 14:42:44 +01:00
Colin Caine
8d53fd60eb
Rework messaging, key suppression, exmode parser
...
exmode.parser now converts strings to the types given in excmd
signatures.
Messaging now works in both directions (but I haven't made excmds.ts use
the new system yet. Exercise for the reader (see keydown_* state() for a
simple example)).
keys are now being suppressed, but in a pretty stupid way.
I got fed up of not having proper itertools, or str conversions, so I
wrote some. Others have written them in JS, but they were fun to make.
Only the ones I'm using are tested.
2017-10-23 09:42:50 +01:00
Colin Caine
5e88368802
excmd: fix clipboard paste, hide clipboard better
2017-10-23 03:19:26 +01:00