Commit graph

956 commits

Author SHA1 Message Date
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
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
Oliver Blanthorn
fcfc92069d
Increase smooth scroll speed 2018-05-28 16:31:16 +01:00
Oliver Blanthorn
270509d729
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_jumplist 2018-05-28 16:15:43 +01:00
Oliver Blanthorn
f37bf91b21
Increase time before jump added 2018-05-28 16:15:37 +01:00
Oliver Blanthorn
595a49d0fb
Merge branch 'master' of github.com:cmcaine/tridactyl into gsbabil-gsbabil/windows-compiled-native-messenger-support 2018-05-28 14:16:57 +01:00
Babil Golam Sarwar
47d247aff7 Fix restart on Windows without needing Firefox on %PATH% 2018-05-28 00:32:30 +10:00
glacambre
30c8c82214
excmds.ts: Store jumplist in tab storage 2018-05-27 15:59:20 +02:00
glacambre
21a717648f
excmds.ts: Make jumpnext/prev able to go back/forward in tab history 2018-05-27 09:03:08 +02:00
glacambre
3a864c189d
{config,excmd}.ts: Implement :jumpback and :jumpforward 2018-05-27 09:03:04 +02:00
glacambre
be8251d3b8
tridactyl.d.ts: Add pageX and pageY to UIEvent interface 2018-05-27 09:02:30 +02:00
glacambre
c4d1d9dcd2
excmds.ts: Add -p flag to js() and jsb() 2018-05-27 06:29:40 +02:00
glacambre
06d79aeb82
excmds.ts: Add error handling to composite() 2018-05-26 21:14:30 +02:00
glacambre
afab52e5dd
excmds.ts: Make composite() stop casting returned values to string 2018-05-26 18:45:18 +02:00
glacambre
0e95ead1c3
Implement smooth scrolling 2018-05-26 17:33:10 +02:00
glacambre
9f0d023c6b
native_background.ts: add getConfElsePrefElseDefault function 2018-05-26 17:33:07 +02:00
glacambre
bc2b73d565
native_background.ts: cache getPrefs() result 2018-05-26 17:33:04 +02:00
Oliver Blanthorn
cc7e3f3255
Improve home docs 2018-05-25 16:24:24 +01:00
Babil Golam Sarwar
ecc451ae32 Fix minor typo 2018-05-25 18:49:32 +10:00
Oliver Blanthorn
a8995d5f62
Merge branch 'master' of github.com:cmcaine/tridactyl into sumnerevans-css-prettier-compliance 2018-05-25 09:34:18 +01:00
Oliver Blanthorn
04a3586fc4
Merge branch 'master' of github.com:cmcaine/tridactyl into sirn-mac-nativeopen 2018-05-25 09:32:34 +01:00
Oliver Blanthorn
801288bfc1
Improve nativeopen warnings 2018-05-25 09:32:20 +01:00
Oliver Blanthorn
98f29d875a
Document <C-A-`> bind for ignore mode 2018-05-25 09:24:02 +01:00
Babil Golam Sarwar
ef23e8904f Remove redundant getNativeMessengerVersion() calls 2018-05-25 14:01:20 +10:00
Kridsada Thanabulpong
0272b3205d
Put some message in cmdline for new window or private window. 2018-05-25 01:43:52 +07:00
Kridsada Thanabulpong
cc6fc69ac7
Support macOS in nativeopen 2018-05-25 01:43:52 +07:00
Sumner Evans
de9d1f237e
Ran prettier on all CSS files 2018-05-24 08:53:51 -06:00