Oliver Blanthorn
1fddb5fe1d
Mention Windows native support on changelog
2018-05-17 13:31:33 +01:00
Oliver Blanthorn
9d2cc21b27
Document viewconfig
and ex-aliases on tutor
2018-05-17 13:23:40 +01:00
Oliver Blanthorn
2779eaa719
Fix editorcmd = auto
on Windows
2018-05-17 12:48:13 +01:00
Babil Golam Sarwar
aee6d59e01
Fix minor typo
2018-05-17 12:19:55 +01:00
Babil Golam Sarwar
aace162ad4
Remove unneeded PowerShell execution-policy
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
e21c20e383
Add PowerShell ExecutionPolicy
in build.sh
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
48e19c9633
Fix :updatenative
command on Windows
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
32e74a0e76
Fix some minor typo and lint errors
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
de39d704a5
Fix Python 3 invocation during build on Windows
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
01d103a6ab
Adjust build.sh to use local files
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
00b5e004cf
Add required ExecutionPolicy
for Powershell
...
Powershell by default would prevent execution of unsigned external
scripts. In order to perform the copy/paste installation found via
`:installnative`, we would need to adjust `ExecutationPolicy` to
`Bypass` temporarily under the `Process` scope to allow the initial
installation.
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
31ee1e37e6
Add minor revises to the Powershell script
2018-05-17 12:19:53 +01:00
Babil Golam Sarwar
be8a3142dc
Add build insturctions for Windows
2018-05-17 12:19:53 +01:00
Babil Golam Sarwar
74326041b3
Overhaul the Powershell script to address comments at #532
2018-05-17 12:19:53 +01:00
Babil Golam Sarwar
c464e00cc1
Add native-messenger support for Windows
2018-05-17 12:19:53 +01:00
Babil Golam Sarwar
19e3363c92
Add MinGW build support and minor refactoring
2018-05-17 12:18:52 +01:00
Babil Golam Sarwar
cc0f74863a
Fix minor typo
2018-05-17 10:54:28 +10:00
Oliver Blanthorn
aed05c5e94
Update changelog
2018-05-16 17:49:27 +01:00
Oliver Blanthorn
6c1cc481de
Add ; for old pipe behaviour with composite
2018-05-16 17:46:25 +01:00
Oliver Blanthorn
297a688d79
Improve error ignoring capabilities
2018-05-16 17:31:33 +01:00
Oliver Blanthorn
90d9098afe
current_url
, now with more dogfood
2018-05-16 17:12:29 +01:00
Colin Caine
3d60e3fb91
Permit eval() on extension pages
2018-05-16 16:44:53 +01:00
Oliver Blanthorn
0ff755a57e
Make exclaim_quiet return the result of the native command
2018-05-16 16:44:53 +01:00
Oliver Blanthorn
e408f080d1
Allow composite
to pipe return values and add js
eval
2018-05-16 16:44:53 +01:00
Oliver Blanthorn
7a2f42e0ae
Add huge GIF to readme
2018-05-16 16:27:58 +01:00
Colin Caine
e4de65f126
Fix #453 on web content pages too for real
2018-05-16 15:23:04 +01:00
Oliver Blanthorn
019e34a2c6
Fix #542 : add list of desired OSes to nativegate
2018-05-16 15:14:57 +01:00
Oliver Blanthorn
70bf80dffd
Add npm run run
command and document it
2018-05-16 15:04:35 +01:00
Oliver Blanthorn
c5c9c061af
Update web-ext
2018-05-16 14:59:25 +01:00
Oliver Blanthorn
a9f6707282
Fix #505 again: add <CA-`> bind
2018-05-16 14:59:11 +01:00
glacambre
638cdd6d55
excmds.ts: Document TriStart, allow creating TriStart autocmds
2018-05-16 14:03:01 +01:00
glacambre
fd7954659f
background.ts: Use onStartup.addListener for TriStart autocmd
2018-05-16 14:03:01 +01:00
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
Babil Golam Sarwar
1e572c5ba5
Remove unneeded PowerShell execution-policy
2018-05-16 10:37:00 +10:00
Babil Golam Sarwar
6017fb5efe
Add PowerShell ExecutionPolicy
in build.sh
2018-05-16 10:17:17 +10: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
Babil Golam Sarwar
dbeab7deb3
Fix :updatenative
command on Windows
2018-05-16 07:54:10 +10: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
Babil Golam Sarwar
5878d8e6fd
Fix some minor typo and lint errors
2018-05-16 06:05:41 +10:00
Babil Golam Sarwar
527546bf23
Fix Python 3 invocation during build on Windows
2018-05-16 02:22:24 +10:00
Babil Golam Sarwar
0bfb1afcc9
Adjust build.sh to use local files
2018-05-16 02:00:06 +10:00
Bruno Oliveira
6b8922670d
remote/origin conflict resolved
2018-05-15 12:56:43 -03:00
Babil Golam Sarwar
1b0e7ce14f
Add required ExecutionPolicy
for Powershell
...
Powershell by default would prevent execution of unsigned external
scripts. In order to perform the copy/paste installation found via
`:installnative`, we would need to adjust `ExecutationPolicy` to
`Bypass` temporarily under the `Process` scope to allow the initial
installation.
2018-05-16 01:32:36 +10:00
Babil Golam Sarwar
a832411f56
Add minor revises to the Powershell script
2018-05-15 12:02:46 +10:00
Babil Golam Sarwar
eb195f89bb
Add build insturctions for Windows
2018-05-15 08:16:36 +10:00
Babil Golam Sarwar
f301f6549c
Overhaul the Powershell script to address comments at #532
2018-05-15 07:39:11 +10:00