Oliver Blanthorn
e7ad3b74e9
.tridactylrc: fix profiledir for real
2018-06-08 16:26:25 +01:00
Oliver Blanthorn
beb0b7d740
Fix gitignore for tar on buildbot
2018-06-08 15:26:57 +01:00
Oliver Blanthorn
1e06fd3ebb
release 1.13.0
2018-06-08 15:19:34 +01:00
Oliver Blanthorn
fdef447d1d
Update changelog for next release
2018-06-08 15:18:33 +01:00
Oliver Blanthorn
5777ba6c00
Make the pun in credits worse
2018-06-08 15:14:47 +01:00
Colin Caine
e710296d70
Fix authors not appearing when run non-interactively
...
git shortlog behaves differently when it's run non-interactively.
2018-06-08 13:34:41 +01:00
Colin Caine
5458f67a69
Add debugging to author script
...
Trying to find issue with buildbot
2018-06-08 13:19:03 +01:00
Oliver Blanthorn
d474197451
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-improve_documentation
2018-06-08 12:27:09 +01:00
Oliver Blanthorn
c63ff4b41a
Make nmaps harder to read on bad displays
2018-06-08 12:25:23 +01:00
Oliver Blanthorn
9f90deef5d
Merge pull request #659 from glacambre/fix_composite
...
excmds.ts: Fix composite
2018-06-08 08:35:35 +01:00
glacambre
63f7881ba0
excmds.ts: Fix composite
2018-06-08 09:04:02 +02:00
Oliver Blanthorn
20cb100ef4
Merge pull request #658 from gsbabil/master
...
Fix `native_main.py` URL in `win_install.ps1`
2018-06-08 07:55:48 +01:00
Babil Golam Sarwar
683c3dc086
Fix native_main.py
URL in win_install.ps1
2018-06-08 14:54:23 +10:00
Oliver Blanthorn
8ac10c1727
Merge pull request #655 from glacambre/update_changelog
...
Update CHANGELOG.md
2018-06-07 21:13:51 +01:00
glacambre
5f6140cdb7
Update CHANGELOG.md
2018-06-07 21:26:31 +02:00
Oliver Blanthorn
690ecc92bd
Merge pull request #654 from glacambre/fix_precommit_hook
...
Fix precommit hook
2018-06-07 18:44:17 +01:00
glacambre
434e1263b8
pre-commit: Rename cachedJS -> cachedFiles
2018-06-07 15:13:34 +02:00
glacambre
31805b7c7f
Update documentation, mention ':help key' everywhere
2018-06-07 12:52:11 +02:00
glacambre
37785508e1
typedoc: Make .TridactylSetting class stand out a bit
2018-06-07 11:56:09 +02:00
Oliver Blanthorn
db0a17d02f
Merge pull request #633 from glacambre/hide_modeindicator
...
content.{ts,css}: Make modeindicator disappear on hover
2018-06-07 10:25:13 +01:00
Oliver Blanthorn
f670f3a7e9
Merge pull request #641 from glacambre/fix_pretty
...
scripts/{pretty,common}: Fix pretty failing on multiple files
2018-06-07 10:20:06 +01:00
Oliver Blanthorn
56023ee049
Merge pull request #652 from gsbabil/gsbabil/fix-npm-audit-warnings
...
Fix security audit warnings from NPM
2018-06-07 10:09:23 +01:00
Babil Golam Sarwar
e1e85676dd
Fix security audit warnings from NPM
2018-06-07 15:28:54 +10:00
Oliver Blanthorn
70b09fb357
Merge pull request #647 from glacambre/fix_#624
...
finding.ts: Fix error message popping up when pattern is not found
2018-06-05 20:20:25 +01:00
glacambre
7b7363aa6a
finding.ts: Fix error message popping up when pattern is not found
2018-06-05 19:56:22 +02:00
Oliver Blanthorn
46f1a3f830
Merge pull request #645 from MoSal/master
...
hinting: Add header, footer, and nav to killable selectors
2018-06-05 14:32:07 +01:00
Mohammad AlSaleh
a5d25f4abc
hinting: Add header, footer, and nav to killable selectors
...
Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2018-06-05 15:18:46 +03:00
Oliver Blanthorn
5cd3f94c03
Merge pull request #644 from glacambre/update_faq
...
readme.md: Update FAQ
2018-06-05 08:44:36 +01:00
glacambre
a69be0391f
readme.md: Update FAQ
2018-06-05 06:25:21 +02:00
glacambre
8435155d86
excmds.ts: Make searching for key bindings work
2018-06-03 17:37:17 +02:00
glacambre
fd7701c21d
excmds.ts: Make :help jump to aliases of aliases if needed
2018-06-03 17:32:04 +02:00
glacambre
a465bf9428
help.ts,main.css: Add user bindings to help page
2018-06-03 17:21:11 +02:00
glacambre
d89311cf17
help.ts: Hide empty alias divs
2018-06-03 16:38:03 +02:00
glacambre
54faf82428
scripts/{pretty,common}: Fix pretty failing on multiple files
...
When trying to run scripts/pretty with multiple ugly files staged, the
for loop would treat two space-separated file names as a single file
name. This prevented pretty from working on my machine.
I fixed this issue by making cachedJS() (renamed to cachedFiles since it
returns more than js files) return file names as a newline-separated
list and using IFS=$'\n' to split the filenames on this character.
2018-06-03 16:08:45 +02:00
glacambre
54e980499c
Add alias information to the :help page.
2018-06-03 15:04:50 +02:00
glacambre
99b2b6922a
excmds.ts: Document a few functions, hide a few others
2018-06-03 11:08:45 +02:00
glacambre
06f27cf243
excmds.ts: Make :help jump to aliased command if needed
2018-06-03 10:21:05 +02:00
glacambre
06215846fe
excmds.ts: Fix jumplist breaking help
...
Before this patch, navigating to a new page made Tridactyl scroll to its
very top. This broke jumping to the definition of a command using `:help
commandname`.
2018-06-03 10:06:51 +02:00
Oliver Blanthorn
a9bb149bfa
Try to let multiple autocommands run per event
2018-06-01 09:57:40 +01:00
Oliver Blanthorn
80607484d0
Add blacklistadd helper command
2018-06-01 09:50:24 +01:00
glacambre
cd5078e9b6
Add TabEnter and TabLeft autocommands
2018-06-01 08:39:43 +02:00
glacambre
dcb6620240
content.{ts,css}: Make modeindicator disappear on hover
...
This fixes https://github.com/cmcaine/tridactyl/issues/565
I chose to append a TridactylInvisible class instead of setting the
modeindicator setting to false or manually removing the element from the
DOM because this seemed more robust (e.g. when "modeindicator" is set to
true, you expect it to stay set to true and for the element to exist
within the DOM).
2018-05-31 21:47:06 +02:00
Oliver Blanthorn
7fdb0afec4
Fix profiledir escaping in JS
2018-05-30 12:11:56 +01:00
Oliver Blanthorn
487cb5a4f1
Fix os check in tridactylrc, add profile dir
2018-05-30 11:56:20 +01:00
Oliver Blanthorn
999192b73d
Make Windows profile error more explicit
2018-05-30 11:49:47 +01:00
Oliver Blanthorn
ce019627ed
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-make_scrolling_faster
2018-05-30 11:28:46 +01:00
Oliver Blanthorn
0567c55e53
Merge branch 'master' of github.com:cmcaine/tridactyl into gsbabil-gsbabil/fix-restart-command-on-windows
2018-05-30 11:25:17 +01:00
Oliver Blanthorn
173e4fe896
Make gen_native_message executable
2018-05-30 11:25:05 +01:00
glacambre
ec0d783d16
scrolling.ts: Don't fetch preferences
2018-05-30 05:24:55 +02:00
Oliver Blanthorn
13080a9cf2
Set smoothscroll false until 'we can figure out what the hell is going on'
2018-05-29 20:38:12 +01:00