Commit graph

1076 commits

Author SHA1 Message Date
glacambre
6dfcd5bab8
{background,config}.ts: Turn rc-loading into an autocmd 2018-05-16 14:03:00 +01:00
glacambre
7e91ff3b6f
Implement :restart 2018-05-16 13:48:22 +01:00
Colin Caine
95143c1d56 Fix #453 on web content pages too 2018-05-16 12:57:24 +01:00
Oliver Blanthorn
4c09aabf38
Add colors alias
I'll add colours later.
2018-05-16 00:10:55 +01:00
Oliver Blanthorn
e5477283fd
Update changelog, bump native version 2018-05-15 22:58:52 +01:00
Oliver Blanthorn
3c4f569434
Merge branch 'rfe/495' of https://github.com/larsks/tridactyl into larsks_prs 2018-05-15 22:48:27 +01:00
Oliver Blanthorn
be83e614fd
Merge branch 'master' of github.com:cmcaine/tridactyl into larsks-bug/mkstemp-fd-leak 2018-05-15 22:47:05 +01:00
Oliver Blanthorn
70ed5d154c
Merge pull request #533 from hdhoang/patch-2
guiset: show hoverlink in front of active tab title
2018-05-14 10:12:32 +01:00
Hoàng Đức Hiếu
d3ecadf271
guiset: show hoverlink in front of active tab title 2018-05-14 15:34:10 +09:00
Oliver Blanthorn
82c4348054
release 1.12.0 2018-05-13 15:31:45 +01:00
Oliver Blanthorn
72373640fa
Update changelog 2018-05-13 15:31:33 +01:00
Colin Caine
2f1974a9c0 Fix error wording 2018-05-13 14:40:24 +01:00
Oliver Blanthorn
ea99627d0e
Fix #528: throw an error so that it can be caught 2018-05-13 14:39:39 +01:00
Oliver Blanthorn
d13fa243e7
Warn users that watch is broken 2018-05-13 14:26:59 +01:00
Oliver Blanthorn
d181e0b4a5
Fix #505: add CA-Esc bind for ignore 2018-05-13 13:30:08 +01:00
Oliver Blanthorn
d148de4ba6
Update newtab, changelog re. containers 2018-05-12 14:31:59 +01:00
Oliver Blanthorn
78ba957cde
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers 2018-05-12 14:26:42 +01:00
Oliver Blanthorn
230d718af6
release 1.11.2 2018-05-11 21:37:08 +01:00
Oliver Blanthorn
36177024fc
Add changelog for 1.11.2 2018-05-11 21:36:58 +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
Lars Kellogg-Stedman
e23e972da4 native_main.py: close file desciptor returned by mkstemp
Python's tempfile.mkstemp method returns an open file descriptor, but
native_main.py was ignoring that and re-opening the file.  This commit
modifies the code to use os.fdopen so that the file descriptor is
closed when exiting the 'with ...' context manager.
2018-05-11 09:49:40 -04:00
Oliver Blanthorn
a7dba87543
Make newtab changelog a bit wider 2018-05-11 13:08:14 +01:00
Oliver Blanthorn
357d89ce06
release 1.11.1 2018-05-11 12:17:25 +01:00
Oliver Blanthorn
58a1d23380
Belatedly warn people of I deprecation 2018-05-11 12:06:43 +01:00
Oliver Blanthorn
673990aa76
Add more examples to tridactylrc 2018-05-11 11:06:53 +01: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
Oliver Blanthorn
d0ca2cf770
Nativegate tells people about its errors 2018-05-10 14:20:47 +01:00
Oliver Blanthorn
ab444cf1dc
Fix #511 but break nativegate 2018-05-10 14:14:37 +01:00
Oliver Blanthorn
45b4d9369e
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-improve_profile_detection 2018-05-10 12:48:46 +01:00
Oliver Blanthorn
4329d21295
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-add_native_utils 2018-05-10 12:39:24 +01:00
Oliver Blanthorn
c5293bd127
Bump native version 2018-05-10 12:38:43 +01:00
glacambre
41fef9b487
native_background.ts: implement pyeval() 2018-05-10 13:33:53 +02:00
Oliver Blanthorn
61d5f04c41
Add guiset to newtab FAQ 2018-05-10 12:32:08 +01:00
Oliver Blanthorn
ba16d67dd1
Add statistics page and guiset to readme 2018-05-10 12:29:12 +01:00
glacambre
f4cf9333ea
native_background.ts: Make getProfileDir() also look for -p argument 2018-05-10 13:02:29 +02:00
glacambre
8e779fe7de
excmds.ts: guiset(): Catch uncaught error 2018-05-10 13:02:26 +02:00
glacambre
4fa77a4690
native_background.ts: Fix getProfileDir() failing on native messenger <0.1.2 2018-05-10 13:02:23 +02:00
glacambre
5a78ae8bc8
excmds.ts: guiset(): Simplify error handling 2018-05-10 13:02:19 +02:00
glacambre
afbbf3ee4c
native_{main.py,background.ts}: Add version check for getenv() 2018-05-10 13:01:30 +02:00
glacambre
5bd0d2f465
native_{main.py,background.ts}: Improve profile detection 2018-05-10 13:00:37 +02:00
glacambre
3f4d09ebc4
native_background.ts: getenv(): Fix nativegate() missing await keyword 2018-05-10 12:55:08 +02:00
glacambre
7ff1e590d6
{excmds,native_background}.ts: Move nativegate() to native_background.ts 2018-05-09 22:22:47 +02:00
glacambre
06dc418217
native_background.ts: Document ffargs() 2018-05-09 22:16:17 +02:00
glacambre
b34397f315
native_{main.py,background}.ts: Add getenv() and ffargs() 2018-05-09 22:09:10 +02:00
Oliver Blanthorn
963024f7c2
Remove buffers,tabs as promised 2018-05-09 14:28:49 +01:00
Oliver Blanthorn
d0bde43cf0
release 1.11.0 2018-05-09 13:59:36 +01:00
Colin Caine
948f3c9442 Review css_util
Add comments and simplify a bit. LGTM
2018-05-09 13:46:51 +01:00