Lorenz Hübschle-Schneider
98d4bd9613
Emojification: only replace sequences of emoji surrounded by whitespace
...
Fixes #903 , #930
8 years ago
Jordan Callicoat
c880546882
Add streamable.com video plugin
8 years ago
Lorenz Hübschle-Schneider
f4db7c2647
Don't show quick keys if they're disabled
8 years ago
Lorenz Hübschle-Schneider
e17fce6f6d
Rename setting for consistency
8 years ago
Evan Tschuyi
231a524438
allow users to disable the alt+%d buffer switching
8 years ago
Lorenz Hübschle-Schneider
26d8b5faee
Animate jumpkey transition & change placeholder to "Number"
8 years ago
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
8 years ago
Lorenz Hübschle-Schneider
1fa6462bca
Remove "scroll to readmarker" functionality
...
It's irritating. Fixes #899
8 years ago
Dan Callahan
e37d12fe59
Remove obsolete references to Firefox OS / mozApps
8 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