Commit graph

6786 commits

Author SHA1 Message Date
Oliver Blanthorn
ecfb223ec9
Add matrix badge
Additionally, move links to the bottom of the page.
2017-11-04 17:13:45 +00:00
Oliver Blanthorn
1e17d75c10
Merge pull request #37 from emanresusername/master
add gitter badge to readme
2017-11-04 17:08:14 +00:00
j
ee5ba00495 add gitter badge to readme 2017-11-04 17:46:09 +01: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
a2f86c7133
Build documentation with npm run build (npm run watch currently unsupported) 2017-11-03 18:23:11 +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
Oliver Blanthorn
272c46db14 Merge pull request #29 from Bzly/patch-1
Update newtab.html
2017-10-24 15:00:15 +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
d3ee645e8b
Build documentation with npm run build (npm run watch currently unsupported) 2017-10-24 12:28:17 +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
Colin Caine
e0cebf6936 perf: Load content script even earlier
Bonus: load on about:blank, about:srcdoc as well
2017-10-23 02:57:39 +01:00
Colin Caine
cb4a116b2a build: make watch mode less noisy 2017-10-23 02:11:16 +01:00
Colin Caine
f90d9e708f build: fix watch mode 2017-10-23 02:03:26 +01:00
Colin Caine
b64a03163b build: npm update 2017-10-23 01:26:24 +01:00
Colin Caine
6185805d42 tsc: move browser.sessions definitions to web-ext-types
excmds.ts had to change so that anonymous func returns bool
2017-10-22 17:03:23 +01:00
Oliver Blanthorn
0ab7decb4f
NFA 2017-10-22 16:48:35 +01:00
Oliver Blanthorn
ab9e9671a4
Merge branch 'master' of github.com:cmcaine/tridactyl into newtab 2017-10-22 16:47:55 +01:00
Oliver Blanthorn
c6d7ba068d
Make open more user-friendly; default to searching if it doesn't look like a URI 2017-10-22 16:33:43 +01:00
Oliver Blanthorn
4b4e4cb343
Merge branch 'master' of github.com:cmcaine/tridactyl into newtab 2017-10-22 15:35:23 +01:00
Oliver Blanthorn
f043e6902a
Initial new tab page. Feedback welcomed. 2017-10-22 15:34:27 +01:00
Oliver Blanthorn
7d859c041d
Merge branch 'master' of github.com:cmcaine/tridactyl 2017-10-22 15:25:10 +01:00
Oliver Blanthorn
75f960832f
Make favicons scale with em height 2017-10-22 15:24:56 +01:00
Oliver Blanthorn
3626254139
Fix font on Windows 2017-10-22 11:31:09 +01:00
Oliver Blanthorn
242fcce1c3
Change commandline and completions to look more like Vimperator 2017-10-22 11:08:43 +01:00
Andrzej Pacanowski
b78be56273 enhance :undo logic
restore most recently closed tab in this window unless the most recently closed item was a window
2017-10-22 00:38:49 +01:00
Andrzej Pacanowski
87d72863cf vim modeline 2017-10-22 00:38:49 +01:00
Oliver Blanthorn
64da7e6bc3
Move userChrome to static; add another example 2017-10-21 13:46:23 +01:00
Oliver Blanthorn
40fe8c60b1
Add example userChrome.css 2017-10-21 13:14:12 +01:00
Oliver Blanthorn
22cd3c9faf
Make side scrolling quicker 2017-10-21 11:15:31 +01:00
Oliver Blanthorn
b76921b9b6 Merge pull request #21 from Koushien/excmds
Change scrollx to scrollpx in parsing.ts
2017-10-21 11:09:41 +01:00
Oliver Blanthorn
e7c3820f39 Merge branch 'master' into excmds 2017-10-21 11:04:46 +01:00
Oliver Blanthorn
839b23f1e9
Make content scripts load slightly earlier 2017-10-21 09:42:23 +01:00
Koushien
f5cd9d4d78
Since no scrollx, horizontal scroll with scrollpx 2017-10-20 17:15:44 -07:00
Oliver Blanthorn
248147e1e7
Merge branch 'master' of github.com:cmcaine/tridactyl 2017-10-19 21:01:29 +01:00
Oliver Blanthorn
31ca72cc55
Append space to excmds again 2017-10-19 21:00:20 +01:00