Lorenz Hübschle-Schneider
915d0d5d3e
Reset search state when initiating jump
8 years ago
Lorenz Hübschle-Schneider
22cb962e63
jumpkeys: filter on entry of first digit
...
not quite sure whether I like changing the sort order
8 years ago
Lorenz Hübschle-Schneider
d9346f5f3e
simplify buffer jumping logic
8 years ago
Tobias Theuer
833a2a8c0f
Improved timing. Made code more readable.
8 years ago
Tobias Theuer
811e76d443
Jump to any buffer (up to 99) with Alt+J followed by 2 digits.
8 years ago
Alice Jenkinson
8989695af6
Re-focus the input bar after nick completion button is pressed
8 years ago
Alice Jenkinson
64e801ef65
Expose utils to the scope and use isMobileUi in input.html
8 years ago
Alice Jenkinson
c6a8b69fe0
Only show nick completion button on mobile UI
8 years ago
Alice Jenkinson
520f2ac349
Add a button to the input bar to complete nicks
8 years ago
Tobias Theuer
9998f22c1e
Replaced 3 no-protocol links with https-links.
...
Now they work in the Electron app!
8 years ago
Tobias Theuer
ce3ac634cb
Actually fixed regex.
8 years ago
Tobias Theuer
a769a0ed4e
Fixed imgur-embeds in Electron app.
8 years ago
Tobias Theuer
7e7da76006
Simplified regex. Added video info.
8 years ago
Lorenz Hübschle-Schneider
0dc003f220
Add play.spotify.com to spotify plugin
9 years ago
Lorenz Hübschle-Schneider
1fa6462bca
Remove "scroll to readmarker" functionality
...
It's irritating. Fixes #899
9 years ago
Dan Callahan
e37d12fe59
Remove obsolete references to Firefox OS / mozApps
9 years ago
nyuszika7h
49531f8f5b
Add more file formats
9 years ago
Lorenz Hübschle-Schneider
4937b79a7a
Fix fontsize unit fixing (assume px if no unit specified)
...
The settings module sees that we're reading a number, so it converts
the value to a number. Unit detection needs a string, though, so
convert it back into one in that case.
9 years ago
nyuszika7h
f280c7c6f1
Add some image formats
...
Added support for .bmp, .svg and .webp.
9 years ago
Lorenz Hübschle-Schneider
f998a003c0
Font size unit should default to pixels
...
See #882
9 years ago
Lorenz Hübschle-Schneider
079f84818f
Fix non-TLS warning
9 years ago
Lorenz Hübschle-Schneider
9865bdd032
Don't show TLS warning in cordova
9 years ago
Lorenz Hübschle-Schneider
aeef7c4668
Improve TLS warning detection
9 years ago
Lorenz Hübschle-Schneider
401e46e599
Use event.keyCode for consistency
...
We should either switch everything to event.code or nothing, imho
9 years ago
Simon Cooksey
71c2900216
Alt-H now clears hotlists on WeeChat relay
...
Fixes #832 .
9 years ago
Simon Cooksey
d9b86d28a0
Added cap on max number of unread lines to load
...
This is to improve performance when switching to a buffer with a large
number of unread lines.
Fixes #859
Thanks to @lorenzhs for the comments on PR #862 .
9 years ago
Lorenz Hübschle-Schneider
7ba8ba202e
Spotify: also match other types of embeds (playlists and artists)
9 years ago
Lorenz Hübschle-Schneider
71d2cefce1
Escape dots in plugin regexes
...
See #519
9 years ago
Lorenz Hübschle-Schneider
ec221af52e
Plugins: don't show plugin repeatedly for same URL in same message
...
Fixes #636
9 years ago
Kasper Vaessen
f9e84f81ee
Implement repeated-prefix
9 years ago
Kasper Vaessen
4ce499c9cc
Base16 theme bugfixes and improvements
9 years ago
Tor Hveem
1ba1698703
Implement alt-h. Fixes #832
9 years ago
Kasper Vaessen
216da6fdab
Nick list colors now also work without background color
9 years ago
Kasper Vaessen
f105e32765
Palette-based theme and some variant themes with alternative palette
9 years ago
Kasper Vaessen
55b4c6254b
Fixed nicks with background colours breaking in nicklist
9 years ago
Tor Hveem
65b4aaa97d
Ability to pin buffers. Fixes #778 .
...
This introduces ability to pin buffers using localvar storage in
WeeChat. At a later stage some UI should be introduced for this, like
discussed in #604 .
9 years ago
Tor Hveem
ab649c86d4
New blue theme
9 years ago
Lorenz Hübschle-Schneider
7974204af3
Fix time format if no date is present
9 years ago
Lorenz Hübschle-Schneider
cc4d4bf20e
Fix comment
9 years ago
Lorenz Hübschle-Schneider
79e77ffef0
Date format: match ordering of components in weechat
9 years ago
Lorenz Hübschle-Schneider
e65804c7a7
Date format: detect %e, too, and add some comments
9 years ago
Csaba Henk
02a3fbb876
Detect strftime year/month/day specifiers in weechat.look.buffer_time_format
...
Accodingly include year/month/day into our time format.
9 years ago
Jake Stevenson
6cc5fab302
Fix bug where disconnecting using the 'power' button, resume acted strange
9 years ago
Jake Stevenson
bc72e8952c
Able to resume buffer
9 years ago
Tor Hveem
e903acfb0d
Fix notification count update
9 years ago
Evan Tschuy
d1921c49e2
Add underscore to youtube regex
9 years ago
kurros
4a0ed97934
allow browser to use https for pastebin embed
9 years ago
Tor Hveem
f4257c35c3
handlers: check for active buffer
...
Check for active buffer before syncing unreads from WeeChat
9 years ago
Tor Hveem
a527428763
Periodic hotlist sync. Fixes #692
...
There is a bug in WeeChat when hdata is null, which happens when the
hotlist is empty (meaning all buffers are read). Our websocket callback
machinery expects every command with id to return data, so this code in
current versions of WeeChat will lead to a slow leak. But I think lots
of things in our code will do this already so I'm not entirely sure it's
too problematic to let this patch go by.
We could use infolists instead of hdata, but that is cumbersome to parse
and less performant for WeeChat, and sends more data over the wire.
I propose we make a separate attempt at cleaning up the callbacks. Since
we store time on them we could have a cleanuptask that looks through
them and deletes old callbacks. Maybe @dcormier could have a look?
9 years ago
Ninjex
4971baefec
Update plugin.js ( #795 )
...
The Asciinema cast plugin regex was faulty. Casts can have /[a-z]/ characters, not only digits /\d)
Here is a test cast for you to run: https://asciinema.org/a/29qfl1dwsgd25o91nfv3dvvbn
(squashed two commits --@lorenzhs)
9 years ago