Commit graph

998 commits

Author SHA1 Message Date
glacambre
83077287bd
{amo,newtab}.md: Explain what nativemessenger is, mention it's optional 2018-05-06 11:23:29 +02:00
Oliver Blanthorn
d46aa3f807
Add !s alias for silent exclaim 2018-05-06 08:15:26 +01:00
Oliver Blanthorn
0eaa3c8054
Merge pull request #484 from glacambre/improve_focusinput
excmds.ts: Make sure focusinput() focuses an existing elem
2018-05-05 17:05:31 +01:00
glacambre
4119f0e54d
excmds.ts: Make sure focusinput() focuses an existing elem 2018-05-05 17:46:36 +02:00
Oliver Blanthorn
24627d9d26
Fix #442: Second time lucky. 2018-05-05 14:30:06 +01:00
Oliver Blanthorn
635836a3d5
Fix #442: remove pixel gap under command bar. Maybe. 2018-05-05 14:17:21 +01:00
Oliver Blanthorn
4e7a4b9b0f
Remove obsolete CSS changer 2018-05-05 13:19:29 +01:00
Oliver Blanthorn
0cc08acd8e
Improve guiset documentation 2018-05-05 13:06:49 +01:00
Oliver Blanthorn
81613c9c42
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-05-05 12:49:45 +01:00
Oliver Blanthorn
60e1a3d748
Mark some old commands for deletion. Remove after version 1.10.2. 2018-05-04 23:45:05 +01:00
Oliver Blanthorn
8f80c2e963
Merge pull request #480 from cs-shadow/fix-readme-typo
readme.md: Fix typo: most command -> most common
2018-05-04 23:19:56 +01:00
Oliver Blanthorn
9337bedfd2
release 1.10.1 2018-05-04 23:09:06 +01:00
Oliver Blanthorn
78cec3dd41
Fix #474: ability to open a handful of about:* pages without native 2018-05-04 23:05:40 +01:00
Chandan Singh
e91b25c578 readme.md: Fix typo: most command -> most common 2018-05-04 23:02:31 +01:00
Oliver Blanthorn
577cc6a707
Update readme 2018-05-04 21:40:27 +01:00
Oliver Blanthorn
89078688fe
Merge pull request #476 from terminalmage/ignore-mode-docs
Update tab page and other documentation to reflect new ignore mode binding
2018-05-04 16:48:07 +01:00
Erik Johnson
316e16c846
Update tab page and other documentation to reflect new ignore mode binding 2018-05-04 10:14:35 -05:00
Oliver Blanthorn
24d4563241
Add binds for tabcloseallto{right,left} and make lowercase 2018-05-04 11:41:22 +01:00
Bruno Oliveira
b1365e134e
Implements #461
Include commands tabcloseAllToRight and tabcloseAllToLeft closing
all tabs to the left/right of the active one. No default binding
included.
2018-05-04 11:41:22 +01:00
Oliver Blanthorn
59ed93b286
Fix typo in changelog 2018-05-04 11:26:01 +01:00
Oliver Blanthorn
fa6d91b564
Improve feedback on nativegate 2018-05-04 11:08:39 +01:00
Oliver Blanthorn
9e44e2c565
release 1.10.0 2018-05-03 21:10:41 +01:00
Colin Caine
8f481ed14c Fix #455. 2018-05-03 20:21:15 +01:00
Oliver Blanthorn
3e1129982b
Fix #453: Tridactyl is now print friendly! 2018-05-03 18:12:51 +01:00
Oliver Blanthorn
9a94449900
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling_again_again 2018-05-03 17:52:22 +01:00
Oliver Blanthorn
4a8870c363
Ameliorate #454: allow historyresults to be configured 2018-05-03 17:48:03 +01:00
glacambre
73b9f47377
excmds.ts: Fix scrollto(0/100,y) not working on some websites
According to
https://drafts.csswg.org/cssom-view/#dom-document-scrollingelement
scrollingElement can be null. This happened on
http://www.angelfire.com/super/badwebs/ . This caused `elem` to be null
and resulted in an error when pressing G/gg.
2018-05-02 19:34:13 +02:00
Oliver Blanthorn
7e55762940
Update help to reflect lack of return values 2018-05-02 12:48:23 +01:00
Oliver Blanthorn
41fa33b869
Increase font size on :help a little bit. 2018-05-02 11:12:25 +01:00
Oliver Blanthorn
9b5307262f
:help no longer needs to scroll down 2018-05-01 14:02:53 +01:00
Oliver Blanthorn
4620463648
Make help harder to read. WIP. 2018-05-01 14:02:01 +01:00
Oliver Blanthorn
04bf9b737b
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#23 2018-05-01 12:19:28 +01:00
glacambre
e4ddeb0cf2
completions.ts: Make sure selected completion options are visible 2018-05-01 11:44:35 +02:00
glacambre
fb2d36884a
Create typedoc theme 2018-05-01 10:56:15 +02:00
Colin Caine
c868f61973 Fix changelog ctrl-e -> ctrl-i 2018-04-30 22:17:42 +01:00
Oliver Blanthorn
95635fca91
Improve documentation. 2018-04-30 15:57:23 +01:00
Oliver Blanthorn
c32812cfba
Add more CSS options 2018-04-30 15:36:47 +01:00
Oliver Blanthorn
8951cd0219
Warn if profile is not found. 2018-04-30 15:36:34 +01:00
Oliver Blanthorn
20efdea685
Add meta CSS settings 2018-04-30 14:40:56 +01:00
Oliver Blanthorn
45a3020481
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_viewsource 2018-04-30 11:57:35 +01:00
glacambre
c11199526f
config.ts: Add gf as default binding for viewsource 2018-04-29 08:36:45 +02:00
glacambre
8493eeb1ad
insertmode.ts: Go back to normal mode when Escape is pressed 2018-04-29 07:16:57 +02:00
glacambre
f5b6672ac4
excmds.ts: Go back to normal mode when unfocus() is called 2018-04-29 07:15:54 +02:00
Oliver Blanthorn
2bde932986
Add 0.1.1 version gate to guiset 2018-04-28 18:12:42 +01:00
Oliver Blanthorn
88e429ae92
Previous commit didn't fix it, so give up gracefully. 2018-04-28 18:06:18 +01:00
Oliver Blanthorn
2f07595182
Fix native messenger breaking on OSX on update 2018-04-28 18:01:44 +01:00
Oliver Blanthorn
b6a6886fa6
Try MacVim or cool-retro-term on OSX for editor
(and add a bunch of silly ones to try as a last resort)
2018-04-28 17:48:19 +01:00
Oliver Blanthorn
cd606c282b
Refactor editor path checking 2018-04-28 17:48:19 +01:00
Oliver Blanthorn
159393de71
Prevent page info from opening with editor 2018-04-28 16:35:43 +01:00
Oliver Blanthorn
5f7b411a4d
Change insert mode bind for editor to <C-i>, like Vimperator 2018-04-28 14:19:07 +01:00