Jeremy Mahieu
fdb24447c4
Missing semicolon
6 years ago
Jeremy Mahieu
60f834882a
Remove nicklist when weechat clears it and bring is back if it's filled again
6 years ago
Jeremy Mahieu
62b12dd836
Correctly interpret value for addSpace
...
It's a string 'on' not a boolean
6 years ago
Louis-Philippe Véronneau
9c78472f5a
Purge the Vine plugin, that platform died a while ago
6 years ago
Louis-Philippe Véronneau
b78952cd3b
Don't show a TLS warning when loading locally
6 years ago
Michael Hazell
93d02c9bcc
Fix highlights in notify_private buffers with notify level is 0
6 years ago
Lorenz Hübschle-Schneider
fbbc4b0fab
Fix background colour parsing to recognise WeeChat 2.6+ format
...
Fixes #1071
6 years ago
Fmstrat
e9bcbf40c5
Check suffix for whitespace on tab completion
6 years ago
Lorenz Hübschle-Schneider
f10a97659d
codify: also match triple backticks
...
fixes issues with people using ```large code-blocks inline```
6 years ago
Lorenz Hübschle-Schneider
fd40cc1593
codify: only match if preceded by whitespace
...
(or at the start of the line).
Fixes #1058
6 years ago
Serafeim Papastefanos
94ad3b8b51
Improve regex to avoid slicing
6 years ago
Serafeim Papastefanos
1717587587
Small codify improvements
6 years ago
Serafeim Papastefanos
98cebb5b33
Improve behavior with links
6 years ago
Serafeim Papastefanos
8067e3973e
Fix linting errors
6 years ago
Serafeim Papastefanos
29c6cc1e82
Add a simple codify filter
6 years ago
Robert Scullin
2b4ca93cf9
Don't linkify hostnames in join/part messages.
6 years ago
Lorenz Hübschle-Schneider
bf3e53820d
Fix nicklist not being affected by favorite font setting
...
Fixes #1033
The alternative would be to just make the nicklist div `ng-show` instead
of `ng-if`
7 years ago
Lorenz Hübschle-Schneider
352210df52
Disable periodic hotlist sync if read status sync is disabled
...
This will cause weechat and Glowing Bear read status to drift apart but
that's how it used to be before we added the periodic sync anyway, and
properly fixing it would require maintaining *tons* of state, so that's life.
7 years ago
Lorenz Hübschle-Schneider
0a919f70fb
Respect hotlist clearing setting on buffer switch & message send
...
Fixes #1035
7 years ago
Daniel Kessler
e5e81ea177
add semicolon
7 years ago
Daniel Kessler
71252fb4d5
Handle buffer_moved
7 years ago
Lorenz Hübschle-Schneider
263c5e8b00
Keep track of unread counts for servers' buffers for 'show only unread' view
...
Maintain unread info for all buffers belonging to a server. This info
is used to hide server buffers for which *no* associated buffer has
activity when 'Only show buffers with unread messages' is enabled.
Closes #1019
7 years ago
Michael Hazell
dcba80f141
Video plugin: show video controls
...
Previously this would have to be toggled in the right-click menu on Chrome, etc.
7 years ago
Lorenz Hübschle-Schneider
8f34084cc4
Revert "Fix passing connection credentials in URL hash"
7 years ago
Piotr Dobrowolski
e27073884f
Fix passing connection credentials in URL hash
7 years ago
Julien Palard
b956dea7c1
jump to buffers with notifiction with Alt-A, even if hidden.
7 years ago
JungEon Kim
3d39a3c138
Make image uploadable by paste from clipboard
7 years ago
Lorenz Hübschle-Schneider
063b91d5c2
Don't switch to hidden buffers with Alt-Up/Down either
7 years ago
Lorenz Hübschle-Schneider
a14941ab7d
Don't jump to hidden buffers with Alt-A
...
See #998
7 years ago
Lorenz Hübschle-Schneider
fe3b975c6e
Clean up updateShowNicklist()
7 years ago
Lorenz Hübschle-Schneider
66c8c53b41
Fix nicklist swipe behaviour for buffers without a nicklist
...
We shouldn't update the swipe state if the active doesn't have a
nicklist. The (previously) required double-right-swipe to get to the
sidebar was confusing and a bug
7 years ago
Lorenz Hübschle-Schneider
0b506e30dc
Don't insert mention when clicking non-privmsg
...
This goes in the direction of #860 but actually removing the tag seems
to be rather more involved
7 years ago
Lorenz Hübschle-Schneider
813fe93355
Don't put hidden angle brackets around actions and other non-messages
...
Fixes #616
7 years ago
Lorenz Hübschle-Schneider
0637882a4b
Remove unnecessary semicolon
7 years ago
Lucius-Q-User
fb14a167c0
MobileSafari private mode fix
8 years ago
Felix Eckhofer
1b6ba78acd
Recognize /raw/ pastebin URLs
8 years ago
Lorenz Hübschle-Schneider
d4d7a977e1
Parse some of WeeChat's completion settings
...
weechat.completion.nick_completer and 'weechat.completion.nick_add_space
Fixes #963
8 years ago
Lorenz Hübschle-Schneider
89bfac964e
Simplify updateShowNicklist
8 years ago
Lorenz Hübschle-Schneider
9c28ec4055
Document, simplify, and improve swipe logic
8 years ago
Lorenz Hübschle-Schneider
f3e0e3e047
Stop abusing "hide nicklist" setting to show/hide sidebar on mobile
8 years ago
Lorenz Hübschle-Schneider
f44b67489d
Use CSS-based mobile detection
8 years ago
Lorenz Hübschle-Schneider
1c71ede145
simplify touch detection logic
...
no swipes on desktop needed with the previous commit!
8 years ago
Lorenz Hübschle-Schneider
6b7b639618
Add an "always show nicklist" setting on mobile to replace "hide nicklist"
8 years ago
Lorenz Hübschle-Schneider
e37666a571
better swipe handling
...
this makes the mobile UI less pleasant to use on Desktop :\
8 years ago
Lorenz Hübschle-Schneider
c4d8a4fe10
Revert "[DISCUSS] Remove "scroll to readmarker" functionality"
8 years ago
Alice Jenkinson
027c7bb03f
Add base16-ocean-dark
8 years ago
Robert Scullin
b598d1b8d1
Make buffer search case insensitive
8 years ago
Lorenz Hübschle-Schneider
3c30e6ad07
Ctrl-w: ignore all whitespace, not just spaces
8 years ago
Simon Sapin
ea4de99e89
Fix Ctrl+W when the cursor follows a space.
...
This key binding does "Delete from cursor to previous space".
When the text before the cursor was `some example`,
it would find the space after "some" and delete "example".
When hitting Ctrl+W *again*, it would find the same space again…
and delete nothing.
This changes the code to ignore trailing spaces before the cursor
for the purspose of finding the previous space,
so that something (if at all possible) is always deleted.
8 years ago
Lorenz Hübschle-Schneider
c8c3c9aa8d
Escape comma in password
...
Fixes #937
8 years ago