Commit graph

528 commits

Author SHA1 Message Date
Oliver Blanthorn
78ba957cde
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers 2018-05-12 14:26:42 +01:00
Oliver Blanthorn
0195911606
Add a bunch of hacks to fix #518 2018-05-11 21:33:10 +01:00
Lars Kellogg-Stedman
861110a76d provide hostname hint in editor temporary files
when calling an external editor, include the hostname of the remote
site in the generated temporary filename.

Closes #495
2018-05-11 13:33:40 -04:00
Oliver Blanthorn
d648ef4a9a
Add exemplar .tridactylrc 2018-05-10 22:35:09 +01:00
Oliver Blanthorn
d428e2e9b0
Fix #513: Make Native.read understand ~ 2018-05-10 21:40:13 +01:00
Isaac Khor
5a7c786840
Add source for RC files, source_quiet at startup
Commit attributed to Isaac as he was instrumental to getting this in.
@bovine3dom added all of the bugs.
2018-05-10 21:38:52 +01:00
glacambre
8e779fe7de
excmds.ts: guiset(): Catch uncaught error 2018-05-10 13:02:26 +02:00
glacambre
5a78ae8bc8
excmds.ts: guiset(): Simplify error handling 2018-05-10 13:02:19 +02:00
glacambre
7ff1e590d6
{excmds,native_background}.ts: Move nativegate() to native_background.ts 2018-05-09 22:22:47 +02:00
Oliver Blanthorn
963024f7c2
Remove buffers,tabs as promised 2018-05-09 14:28:49 +01:00
Colin Caine
948f3c9442 Review css_util
Add comments and simplify a bit. LGTM
2018-05-09 13:46:51 +01:00
Colin Caine
91ab52b7d5 Improve profile detection. Fix #498
Warn if multiple active profiles are detected and don't look for lock
files that are deeper in the profile directory.
2018-05-08 14:05:01 +01:00
Anton
19fd1196f8 hint -b now follows current tab's container, similar tabopen behaviour now behind a new setting 'tabopencontaineraware', defaults to false. 2018-05-08 12:27:30 +00:00
Oliver Blanthorn
dbdbfb0322
Merge pull request #494 from glacambre/turn_functions_into_aliases
Turn functions into aliases
2018-05-08 09:01:08 +01:00
glacambre
cf4164668e
{config,excmds}.ts: Turn 'q' and 'qall' into aliases 2018-05-07 23:05:51 +02:00
Oliver Blanthorn
04ae5b1322
Fix typo regarding binding of special keys 2018-05-07 12:54:53 +01:00
glacambre
4119f0e54d
excmds.ts: Make sure focusinput() focuses an existing elem 2018-05-05 17:46:36 +02:00
Oliver Blanthorn
0cc08acd8e
Improve guiset documentation 2018-05-05 13:06:49 +01:00
Oliver Blanthorn
81613c9c42
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-05-05 12:49:45 +01:00
Oliver Blanthorn
60e1a3d748
Mark some old commands for deletion. Remove after version 1.10.2. 2018-05-04 23:45:05 +01:00
Oliver Blanthorn
78cec3dd41
Fix #474: ability to open a handful of about:* pages without native 2018-05-04 23:05:40 +01:00
Erik Johnson
316e16c846
Update tab page and other documentation to reflect new ignore mode binding 2018-05-04 10:14:35 -05:00
Oliver Blanthorn
24d4563241
Add binds for tabcloseallto{right,left} and make lowercase 2018-05-04 11:41:22 +01:00
Bruno Oliveira
b1365e134e
Implements #461
Include commands tabcloseAllToRight and tabcloseAllToLeft closing
all tabs to the left/right of the active one. No default binding
included.
2018-05-04 11:41:22 +01:00
Oliver Blanthorn
fa6d91b564
Improve feedback on nativegate 2018-05-04 11:08:39 +01:00
Oliver Blanthorn
9a94449900
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling_again_again 2018-05-03 17:52:22 +01:00
Oliver Blanthorn
4a8870c363
Ameliorate #454: allow historyresults to be configured 2018-05-03 17:48:03 +01:00
glacambre
73b9f47377
excmds.ts: Fix scrollto(0/100,y) not working on some websites
According to
https://drafts.csswg.org/cssom-view/#dom-document-scrollingelement
scrollingElement can be null. This happened on
http://www.angelfire.com/super/badwebs/ . This caused `elem` to be null
and resulted in an error when pressing G/gg.
2018-05-02 19:34:13 +02:00
Oliver Blanthorn
7e55762940
Update help to reflect lack of return values 2018-05-02 12:48:23 +01:00
Oliver Blanthorn
9b5307262f
:help no longer needs to scroll down 2018-05-01 14:02:53 +01:00
Oliver Blanthorn
95635fca91
Improve documentation. 2018-04-30 15:57:23 +01:00
Oliver Blanthorn
8951cd0219
Warn if profile is not found. 2018-04-30 15:36:34 +01:00
Oliver Blanthorn
45a3020481
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_viewsource 2018-04-30 11:57:35 +01:00
glacambre
f5b6672ac4
excmds.ts: Go back to normal mode when unfocus() is called 2018-04-29 07:15:54 +02:00
Oliver Blanthorn
2bde932986
Add 0.1.1 version gate to guiset 2018-04-28 18:12:42 +01:00
Oliver Blanthorn
88e429ae92
Previous commit didn't fix it, so give up gracefully. 2018-04-28 18:06:18 +01:00
Oliver Blanthorn
5f7b411a4d
Change insert mode bind for editor to <C-i>, like Vimperator 2018-04-28 14:19:07 +01:00
glacambre
3fa8ac4322
excmds.ts: Remove viewsource elem on spa history changes 2018-04-28 07:54:22 +02:00
Oliver Blanthorn
2f31ade76a
Support modifying userChrome even if user hasn't done it themselves first 2018-04-28 00:08:39 +01:00
Oliver Blanthorn
cef230182f
Improve open documentation. 2018-04-27 21:43:58 +01:00
Oliver Blanthorn
38c78a276e
Add OSX support for getProfileDir 2018-04-27 21:24:20 +01:00
Oliver Blanthorn
f1b67b4279
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-04-27 15:30:50 +01:00
Oliver Blanthorn
15ca28fb3e
Add exclaim_quiet to suppress output and rebind ;v so that mpv doesn't steal focus after playing 2018-04-26 20:54:32 +01:00
Oliver Blanthorn
d8af755e83
Suppress some errors when checking if native version is installed so that helpful ones can be displayed 2018-04-26 19:35:41 +01:00
Oliver Blanthorn
2f87e338b0
Fix #437: Improve native messenger documentation. 2018-04-26 18:24:34 +01:00
Oliver Blanthorn
a687ac95d8
Stop native messenger being updated from the internet on web-ext reload 2018-04-26 12:32:10 +01:00
Colin Caine
e2b8b95b23 Fix :open <empty string>. Fixes #421 2018-04-26 09:10:25 +01:00
Oliver Blanthorn
dca9039883
Give up on Windows support for now 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
16cce26daa
Update native messenger with Tridactyl 2018-04-25 20:43:43 +01:00
Oliver Blanthorn
2dcf9dabaa
Add interactive arugments to some native commands 2018-04-25 20:43:43 +01:00