Tor Hveem
5717e75bf0
Use events to fix mobile keyboard to not cover the input element
10 years ago
Tor Hveem
9b2a527cb7
Limit prefix parts to at most 25 chars
10 years ago
Tor Hveem
97b937f015
Use correct pointer string
10 years ago
Lorenz Hübschle-Schneider
78b33798c6
Fix commands for buffers whose fullname contain whitespace
...
Use pointers if Weechat version is recent enough (1.0+).
Otherwise, not marking stuff as read is probably the lesser evil than crashing weechat...
10 years ago
Johan Stenehall
5643df2292
Add notification and unread count to topbar
...
Conflicts:
css/glowingbear.css
10 years ago
Tor Hveem
a1fc84f592
fix nick completion on nicks with special chars
10 years ago
Tor Hveem
36ae273460
check that emojione is defined before usage
10 years ago
Tor Hveem
9432004c5e
Clear hotlist in more scenarios
...
* Clear when switching away from a buffer
* Clear when sending a message to a buffer
10 years ago
Tor Hveem
feaf76f1ea
move hotlistclear into connection
...
Also some clean up stray debug
10 years ago
Tor Hveem
99ccd551b6
Enable by default, except on mobile. Convert by default.
10 years ago
Lorenz Hübschle-Schneider
dc46a9b22a
Don't embed content by default
...
This can be quite slow on buffer switch, especially when gists / tweets are embedded
10 years ago
Tor Hveem
f042f729e1
switch from twitter's emoji lib to emojione
10 years ago
Tor Hveem
c71ce1b404
Use new command for "syncing" hotlist.
...
This patch also implements parsing version message and using that to
check that the WeeChat is new enough to use the new command.
10 years ago
Lorenz Hübschle-Schneider
2d3c2c11bb
Load theme without angular to reduce flicker
...
Initialising with dark theme prevents flicker
10 years ago
Lorenz Hübschle-Schneider
be8ab42b7c
Make MathJax a setting and load it only if enabled
10 years ago
Lorenz Hübschle-Schneider
5740c647d6
Basic MathJax hackery
10 years ago
Lorenz Hübschle-Schneider
6af6d34a4f
Dynamically load twemoji if required
10 years ago
Tor Hveem
cf27b11df3
fixes for reconnect feature
...
Reinitalise models, and more apply state
10 years ago
Tor Hveem
7029511029
Style the reconnect banner, clean up apply usage
10 years ago
Tor Hveem
ca5542e46d
Handle signal _buffer_localvar_changed
...
Our parser already supports this message, we just were not hooking the
signal up with the parser.
10 years ago
Tor Hveem
99f396b652
Check that nicklist exists before updating.
10 years ago
Tor Hveem
ff480cd0c6
fix problem with activating saving of password
10 years ago
Tor Hveem
ed18a250fb
save defaults to $store
10 years ago
Lorenz Hübschle-Schneider
de69f820fe
Save emojify preference in settings
...
This fixes a bug where the preference would not be saved
10 years ago
David Cormier
b6260e7cc7
plugins: add html5 video support
...
Shows ogv, mp4 and webm files inside a video tag
10 years ago
Tor Hveem
784731f22f
Handle signal _buffer_localvar_changed
...
Our parser already supports this message, we just were not hooking the
signal up with the parser.
10 years ago
Tor Hveem
7f82a24b91
Check that nicklist exists before updating.
10 years ago
Tor Hveem
a8dcd738cf
fix problem with activating saving of password
10 years ago
Tor Hveem
c7de58d125
save defaults to $store
10 years ago
Lorenz Hübschle-Schneider
6d0e41e630
Save emojify preference in settings
...
This fixes a bug where the preference would not be saved
10 years ago
David Cormier
d8c4ba78c1
plugins: add html5 video support
...
Shows ogv, mp4 and webm files inside a video tag
11 years ago
Lorenz Hübschle-Schneider
849da1b5a2
Implement reconnecting upon connection loss
...
TODO: test in various conditions
11 years ago
Vivien Didelot
c4bddc993d
Revert "Check GET parameters in image embedding"
...
There's no need to check for every GET parameters (using the line ending
'$' character), we can just add a word boundary (the '\b' character)
instead. Thus, revert commit b939bc7ca8
.
11 years ago
Lorenz Hübschle-Schneider
c57911db64
Restructure plugin constructors to make them more convenient
11 years ago
Lorenz Hübschle-Schneider
07d60f96c3
Fix automatic embedding of asynchronous plugins (jsonp)
...
Closes #540
11 years ago
Lorenz Hübschle-Schneider
4b65847b46
Rewrite youtube plugin with urlPlugin
...
Remove URL without protocol from tests
11 years ago
Lorenz Hübschle-Schneider
beaa3426dd
Rewrite vine plugin with urlPlugin
11 years ago
Lorenz Hübschle-Schneider
18c0db6c4f
Fix Asciinema plugin
11 years ago
Lorenz Hübschle-Schneider
d9c230ac44
Include settings.js in minification process; fix strict DI
11 years ago
Lorenz Hübschle-Schneider
54bb9dad13
Add default settings again
11 years ago
Lorenz Hübschle-Schneider
be6e356363
Settings module
11 years ago
Lorenz Hübschle-Schneider
48582cff3f
Fix number parsing in localStorage
11 years ago
Lorenz Hübschle-Schneider
c422c2df4d
localStorage: remove dysfunctional fallback
11 years ago
Lorenz Hübschle-Schneider
51e5817cbd
Fix debug mode
...
manipulating window.location.search isn't reliable
11 years ago
Vivien Didelot
ab260cb5a7
plugins: add Vine support
...
This commit adds support for Vine embeddable content.
11 years ago
Vivien Didelot
b365272aa6
plugins: (image) support :size suffix
...
Some images URL (such as Twitter hosting site twimg.com) are suffixed
with :size where size can be small, medium or large.
11 years ago
Lorenz Hübschle-Schneider
d709c8fd93
Cancel all outstanding notifications when disconnecting / navigating away
...
Fixes #296
11 years ago
Lorenz Hübschle-Schneider
f125c43ccb
Adds emoji support using Twitter's twemoji
11 years ago
Lorenz Hübschle-Schneider
1d4caa91cd
Parse colours in buffer title
...
Requires a WeeChat version including 013165209a
i.e., WeeChat 1.1 or a November 2014 nightly (or later)
(for previous versions, see https://github.com/weechat/weechat/issues/237 )
Fixes #308
11 years ago
Lorenz Hübschle-Schneider
de730a4505
Add some basic tests for filters
11 years ago