Commit graph

153 commits

Author SHA1 Message Date
glacambre
afd4c613c8
Implement native messenger interaction with the X selection buffer 2018-07-04 05:45:29 +02:00
Oliver Blanthorn
c0c0abbcab
Add binds for yankmd and yanktitle 2018-07-03 19:12:04 +01:00
Oliver Blanthorn
d716b48c85
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-notification_mechanism 2018-07-01 20:24:09 +01:00
glacambre
95a1ae29b6
Make sure bind/unbind use the same binding format 2018-07-01 18:24:37 +02:00
glacambre
bcc13786dc
Make fillcmdline replace cmdline content on empty string 2018-07-01 17:30:10 +02:00
Oliver Blanthorn
be5c4e2d75
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_bufferall 2018-06-20 12:34:50 +01:00
glacambre
e27f93c913
Improve :bufferall, bind it to 'B' 2018-06-18 07:55:46 +02: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
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
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
53b2e6670b
Add missing ;w hint winopen bind 2018-06-17 18:18:23 +01:00
glacambre
8ccc9e3bb5
config.ts: Fix :sanitise tridacyl{local,sync} breaking config.get() 2018-06-16 14:39:42 +02: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
Jeff King
87529877b9 hinting: add "hintnames" config
We always generate hints using the "short" mechanism added
by 34aa42061e. In preparation
for adding a new mode, let's add a config option to select
this.

I've made "uniform" a separate mode. I don't actually care
about this mode myself, but it looks like there's no other
way to trigger the pre-34aa4206 behavior, even though we're
still carrying the code. It's possible that nobody cares and
it should simply be removed.
2018-06-14 16:22:37 -04:00
Anton
0d4dda786e Work on containerUpdate started
./lib/containers updates:
containerCreate: now treats (name, color, icon) as a unique constraint
containerUpdate: not working right now, really needs non positional arguments
containerGetAll: returns all containers (probably useful for completions later)
containerFromString: takes in string arguments and returns a pseudo ContextualIdentity object for validation purposes.
containerExists: returns a boolean, true if container exists or if the query fails.
2018-06-14 12:58:08 +00:00
Oliver Blanthorn
3649f692d6
Nothing is more permanent than a temporary joke 2018-06-14 13:06:58 +01:00
glacambre
fa34a42a54
{config,excmds}.ts: Add DocEnd autocommand 2018-06-02 05:35:48 +02:00
glacambre
cd5078e9b6
Add TabEnter and TabLeft autocommands 2018-06-01 08:39:43 +02: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
5322577e0f
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-smoothscroll 2018-05-28 16:31:28 +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
glacambre
30c8c82214
excmds.ts: Store jumplist in tab storage 2018-05-27 15:59:20 +02:00
glacambre
3a864c189d
{config,excmd}.ts: Implement :jumpback and :jumpforward 2018-05-27 09:03:04 +02:00
glacambre
0e95ead1c3
Implement smooth scrolling 2018-05-26 17:33:10 +02:00
Oliver Blanthorn
98f29d875a
Document <C-A-`> bind for ignore mode 2018-05-25 09:24:02 +01:00
Oliver Blanthorn
98ad63cfc8
Improve discoverability of contributors 2018-05-23 15:39:40 +01:00
Oliver Blanthorn
e453464697
Make qa into an alias: fix #595 2018-05-22 17:09:19 +01:00
Babil Golam Sarwar
dd21250b5d Merge branch 'master' of https://github.com/cmcaine/tridactyl into 'gsbabil/windows-compiled-native-messenger-support' 2018-05-21 08:53:14 +10:00
Bruno Oliveira
0feaa3d2ca
Improve Tridactyl theming capabilities 2018-05-20 16:22:46 +01:00
Oliver Blanthorn
2692d55f9c
Correct colours sp and add man alias 2018-05-19 14:10:58 +01:00
Oliver Blanthorn
a3a9011dad
Fix w quickmark 2018-05-19 13:42:57 +01:00
Oliver Blanthorn
9372964d0d
Add "w" quickmark for cmcaine 👑👰💒🔔 2018-05-19 10:18:17 +01:00
Mohammad AlSaleh
36667348f1 Add a hint option for copying 'title' or 'alt' text
Similar to Vimperator's `;x`.

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2018-05-18 18:47:31 +03:00
Babil Golam Sarwar
bf9ccc1807 Fix URLs for :nativeinstall and :nativeupdate 2018-05-18 11:52:15 +10:00
Oliver Blanthorn
a15fd500b4
Fix #71. 2018-05-17 21:40:38 +01:00
Oliver Blanthorn
da3a1fa84d
Add jsb for eval in the background context 2018-05-17 16:45:55 +01:00
Babil Golam Sarwar
aace162ad4
Remove unneeded PowerShell execution-policy 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
48e19c9633
Fix :updatenative command on Windows 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
00b5e004cf
Add required ExecutionPolicy for Powershell
Powershell by default would prevent execution of unsigned external
scripts. In order to perform the copy/paste installation found via
`:installnative`, we would need to adjust `ExecutationPolicy` to
`Bypass` temporarily under the `Process` scope to allow the initial
installation.
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
c464e00cc1
Add native-messenger support for Windows 2018-05-17 12:19:53 +01:00
Oliver Blanthorn
6c1cc481de
Add ; for old pipe behaviour with composite 2018-05-16 17:46:25 +01:00
Oliver Blanthorn
90d9098afe
current_url, now with more dogfood 2018-05-16 17:12:29 +01:00
Oliver Blanthorn
e408f080d1
Allow composite to pipe return values and add js eval 2018-05-16 16:44:53 +01:00
Oliver Blanthorn
a9f6707282
Fix #505 again: add <CA-`> bind 2018-05-16 14:59:11 +01:00
glacambre
6dfcd5bab8
{background,config}.ts: Turn rc-loading into an autocmd 2018-05-16 14:03:00 +01:00
Oliver Blanthorn
4c09aabf38
Add colors alias
I'll add colours later.
2018-05-16 00:10:55 +01:00