Commit graph

1456 commits

Author SHA1 Message Date
Vladimir Macko
310f7b5900 Improve robustness of Get-PythonVersionStatus 2018-06-24 01:14:01 +02:00
Oliver Blanthorn
db780f2d69
Improve fixamo docs 2018-06-22 10:14:03 +01:00
Oliver Blanthorn
838364c737
Add noiframeon to FAQ 2018-06-21 14:47:02 +01:00
Oliver Blanthorn
8c49d26340
Merge pull request #719 from antonva/fix-viewcontainers
viewcontainers bugfix.
2018-06-20 21:44:47 +01:00
Anton Vilhelm Ásgeirsson
5e920f0ae6 viewcontainers bugfix. fixes #717 2018-06-20 20:26:47 +00:00
Oliver Blanthorn
072d0baa0a
Merge pull request #718 from Bzly/master
Fix needless escapes on newtab
2018-06-20 21:23:39 +01:00
Bzly
f77c52b98d
Remove \ 2018-06-20 21:21:35 +01:00
Bzly
fa0133739f
Merge pull request #1 from cmcaine/master
Merge pull request #716 from Bzly/master
2018-06-20 21:20:33 +01:00
Oliver Blanthorn
807ecb33ea
Merge pull request #716 from Bzly/master
Fix borked help link
2018-06-20 20:48:24 +01:00
Bzly
6d390a19c3
Fix borked help link 2018-06-20 20:47:34 +01:00
Oliver Blanthorn
8e684a360a
Merge pull request #715 from antonva/container-caseinsensitivity-forreal
fuzzyMatch & exists case-insensitive for real this time.
2018-06-20 16:33:36 +01:00
Anton Vilhelm Ásgeirsson
a942582c86 fuzzyMatch & exists case-insensitive for real this time. 2018-06-20 14:16:09 +00:00
Oliver Blanthorn
33bdb73ab6
Update 1.13.1 release date in time for 1.13.2 2018-06-20 12:57:01 +01:00
Oliver Blanthorn
5dec97a60f
release 1.13.1 2018-06-20 12:50:42 +01:00
Oliver Blanthorn
1c1b74d1f2
Update changelog 2018-06-20 12:49:16 +01:00
Oliver Blanthorn
be5c4e2d75
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_bufferall 2018-06-20 12:34:50 +01:00
Oliver Blanthorn
86c0888bcd
Fix italicised file: on newtab 2018-06-20 12:00:31 +01:00
Oliver Blanthorn
83e1026d7f
Merge pull request #710 from glacambre/improve_tutorial
Improve tutorial
2018-06-20 09:05:20 +01:00
glacambre
e335968de8
excmds.ts: Catch errors on urlincrement 2018-06-20 08:30:42 +02:00
glacambre
0d1cefc8bc
Tutorial: Add links to go back to the previous page 2018-06-20 08:17:41 +02:00
glacambre
8fe7d039bc
Change bufferall argument to WINDOW_INDEX.TAB_INDEX 2018-06-19 19:42:35 +02:00
Oliver Blanthorn
6ffdc59c1f
Merge pull request #704 from antonva/case-insensitive-containers
Container commands exists and fuzzyMatch are now case insensitive.
2018-06-19 15:26:03 +01:00
Anton Vilhelm Ásgeirsson
2a243db97f Documented that container related commands are now case insensitive. 2018-06-19 13:41:29 +00:00
Anton Vilhelm Ásgeirsson
3f8ffdf379 Container commands exists and fuzzyMatch are now case insensitive. 2018-06-19 11:22:32 +00:00
Oliver Blanthorn
35bc7f9ea1
Merge branch 'master' of github.com:cmcaine/tridactyl into Snaipe-feature/hide-navbar 2018-06-19 11:49:20 +01:00
Oliver Blanthorn
384c56ccce
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-viewcontainers 2018-06-19 11:41:54 +01:00
Oliver Blanthorn
f96310e4ef
Merge pull request #702 from antonva/fix-invalid-contextual-identity
Fix invalid contextualIdentity when not using a container.
2018-06-19 11:40:00 +01:00
Anton Vilhelm Ásgeirsson
b572e6fb64 Add error handling for the firefox-default cookieStoreId in activeTabContainer. 2018-06-19 10:06:41 +00:00
glacambre
4bd8216a41
Fix race condition in BufferAll 2018-06-19 08:29:24 +02:00
glacambre
9e225db2d4
Split completions in multiple files, move them to src/completions 2018-06-19 07:59:39 +02:00
Franklin "Snaipe" Mathieu
9bb77779ea guiset: added none option to navbar
This guiset navbar option completely removes the bar (except during
customization), rather than auto-hiding it when not in focus.

Since add-on panels are appended as children of #nav-bar, care has been
taken not to hide them to keep functionality.

Signed-off-by: Franklin "Snaipe" Mathieu <me@snai.pe>
2018-06-18 18:30:43 +01:00
glacambre
e27f93c913
Improve :bufferall, bind it to 'B' 2018-06-18 07:55:46 +02:00
Anton Vilhelm Ásgeirsson
656e4cc13f viewcontainers shows a list of the current containers in FF's JSON viewer. 2018-06-17 21:27:11 +00:00
Oliver Blanthorn
af61d8a42e
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-add_docend_event 2018-06-17 22:16:49 +01:00
Oliver Blanthorn
501639d395
Update changelog for 1.13.1 2018-06-17 22:08:09 +01:00
Oliver Blanthorn
16e29a5ee7
Merge branch 'master' of github.com:cmcaine/tridactyl into peff-numeric-hints 2018-06-17 20:56:31 +01:00
Oliver Blanthorn
db5e98a77c
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers 2018-06-17 20:29:14 +01:00
Oliver Blanthorn
c2da27f82d
Merge pull request #638 from glacambre/fix_#433
excmds.ts: Make nativeopen behave like tabopen
2018-06-17 18:50:14 +01:00
Oliver Blanthorn
1cf13b6863
Merge pull request #688 from glacambre/fix_sanitize_breaking_config
config.ts: Fix :sanitise tridacyl{local,sync} breaking config.get()
2018-06-17 18:48:24 +01:00
Oliver Blanthorn
98b7f75ddd
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-changelog_indicator 2018-06-17 18:35:56 +01:00
Oliver Blanthorn
9818f8d0cb
Change changelog notification to small nag bar 2018-06-17 18:35:48 +01:00
Oliver Blanthorn
53b2e6670b
Add missing ;w hint winopen bind 2018-06-17 18:18:23 +01:00
glacambre
575693a65e
Implement :bufferall 2018-06-17 06:21:10 +02:00
glacambre
125759b483
Keep newtab's changelog button grey once changelog has been read 2018-06-16 15:55:33 +02:00
glacambre
8ccc9e3bb5
config.ts: Fix :sanitise tridacyl{local,sync} breaking config.get() 2018-06-16 14:39:42 +02:00
Anton Vilhelm Ásgeirsson
f43986f829 Merge branch 'containers' of github.com:antonva/tridactyl into containers 2018-06-16 09:26:49 +00:00
Anton Vilhelm Ásgeirsson
01307ddc2c Added container color to the mode indicator. This functionality is hidden behind a config setting "containerindicator".
Related function 'activeTabContainer' was added to 'src/lib/webext.ts'.
Minor changes to getFromId error handling in 'src/lib/containers.ts'.
2018-06-16 09:22:52 +00:00
Oliver Blanthorn
cd3580ee86
Merge pull request #687 from glacambre/actually_fix_#586
styling.ts: Avoir errors when calling capitalise on 0-length strings
2018-06-15 07:43:54 +02:00
glacambre
96ebe82149
styling.ts: Avoir errors when calling capitalise on 0-length strings 2018-06-15 07:15:39 +02:00
Jeff King
a9dd3ca25f hinting: add "numeric" name mode
This is similar to setting "hintchars" to "1234567890", but
ends up with more predictable and stable hints (see the
included documentation).

Setting "hintfiltermode" to "vimperator-reflow" and
"hintnames" to "numeric" provides more or less the same
experience that pentadactyl did.
2018-06-14 16:23:26 -04:00