Commit graph

981 commits

Author SHA1 Message Date
glacambre
575693a65e
Implement :bufferall 2018-06-17 06:21:10 +02:00
glacambre
96ebe82149
styling.ts: Avoir errors when calling capitalise on 0-length strings 2018-06-15 07:15:39 +02:00
Oliver Blanthorn
3649f692d6
Nothing is more permanent than a temporary joke 2018-06-14 13:06:58 +01:00
Oliver Blanthorn
c7ef55aa72
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#586 2018-06-14 12:55:53 +01:00
Oliver Blanthorn
e4cca9318b
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#471 2018-06-14 12:48:34 +01:00
Oliver Blanthorn
9d1694a4de
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#632 2018-06-14 12:45:23 +01:00
Colin Caine
335e994349 Fix reload bug on :help when there's no hash
@glacambre, also note that you don't have to assign a promise to a
variable to await it.
2018-06-10 15:52:17 +01:00
glacambre
49a959e995
styling.ts: Fix theme classes being overwritten by the page 2018-06-09 11:35:33 +02:00
Oliver Blanthorn
71961aebb2
Fix #667: broken link in source help 2018-06-08 21:26:18 +01:00
Oliver Blanthorn
1e06fd3ebb
release 1.13.0 2018-06-08 15:19:34 +01:00
Oliver Blanthorn
5777ba6c00
Make the pun in credits worse 2018-06-08 15:14:47 +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
glacambre
63f7881ba0
excmds.ts: Fix composite 2018-06-08 09:04:02 +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
glacambre
acc78b74ca
dom.ts: Fix error when focusing email input elements 2018-06-05 22:13:07 +02:00
glacambre
7b7363aa6a
finding.ts: Fix error message popping up when pattern is not found 2018-06-05 19:56:22 +02: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
glacambre
a805f254c9
excmds.ts: Update comments for fillinput/editor 2018-06-04 18:51:56 +02:00
glacambre
d0df64ad15
{excmds,dom}.ts: Fix external editor updating the wrong field 2018-06-04 07:10:23 +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
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
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
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
Oliver Blanthorn
e745a17b52
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-make_scrolling_faster 2018-05-29 20:34:40 +01:00
glacambre
8137cd5418
scrolling.ts: Cache various scrolling-related properties 2018-05-29 20:43:31 +02:00
glacambre
e249ce8fe9
excmds.ts: Cache lineHeight 2018-05-29 19:02:46 +02:00
Oliver Blanthorn
75e4f98d38
Stop newtab redirect from adding a page to history 2018-05-29 11:27:45 +01:00
Oliver Blanthorn
9e28583bbc
Prevent urlmodify from adding page to history 2018-05-29 11:14:50 +01:00
Babil Golam Sarwar
1f7c042d64 Merge branch 'master' into gsbabil/fix-restart-command-on-windows 2018-05-29 12:38:03 +10:00
Oliver Blanthorn
61a01efeab
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-js_pipes 2018-05-28 21:45:38 +01:00
glacambre
4f110f683d
excmds.ts: Fix composite giving additional argument to first piped cmd 2018-05-28 19:48:35 +02:00
Oliver Blanthorn
8292a9c6ed
Add more spaces 2018-05-28 16:47:25 +01:00
Oliver Blanthorn
b1211bdfae
Remove repetitive tautological repetition in error messages: fix #617 2018-05-28 16:43:17 +01:00
Oliver Blanthorn
5322577e0f
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-smoothscroll 2018-05-28 16:31:28 +01:00