Lorenz Hübschle-Schneider
de69f820fe
Save emojify preference in settings
...
This fixes a bug where the preference would not be saved
2015-03-14 21:16:44 +01:00
David Cormier
b6260e7cc7
plugins: add html5 video support
...
Shows ogv, mp4 and webm files inside a video tag
2015-03-14 21:16:44 +01:00
Lorenz Hübschle-Schneider
849da1b5a2
Implement reconnecting upon connection loss
...
TODO: test in various conditions
2015-02-17 09:42:48 +01:00
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
.
2015-02-13 09:05:45 +01:00
David Cormier
e45c2be59f
Merge pull request #547 from glowing-bear/rewrite-with-urlplugin
...
Overhaul plugins
2015-02-12 16:24:42 -05:00
Lorenz Hübschle-Schneider
c57911db64
Restructure plugin constructors to make them more convenient
2015-02-08 21:48:31 +01:00
Lorenz Hübschle-Schneider
07d60f96c3
Fix automatic embedding of asynchronous plugins (jsonp)
...
Closes #540
2015-02-08 11:50:49 +01:00
Lorenz Hübschle-Schneider
4b65847b46
Rewrite youtube plugin with urlPlugin
...
Remove URL without protocol from tests
2015-02-08 11:23:32 +01:00
Lorenz Hübschle-Schneider
beaa3426dd
Rewrite vine plugin with urlPlugin
2015-02-08 11:17:06 +01:00
Lorenz Hübschle-Schneider
18c0db6c4f
Fix Asciinema plugin
2015-02-08 11:16:55 +01:00
Lorenz Hübschle-Schneider
d9c230ac44
Include settings.js in minification process; fix strict DI
2015-02-04 22:56:46 +01:00
Lorenz Hübschle-Schneider
54bb9dad13
Add default settings again
2015-02-04 19:57:43 +01:00
Lorenz Hübschle-Schneider
be6e356363
Settings module
2015-02-04 19:56:56 +01:00
Lorenz Hübschle-Schneider
48582cff3f
Fix number parsing in localStorage
2015-02-04 19:51:49 +01:00
Lorenz Hübschle-Schneider
c422c2df4d
localStorage: remove dysfunctional fallback
2015-02-04 19:51:49 +01:00
Lorenz Hübschle-Schneider
51e5817cbd
Fix debug mode
...
manipulating window.location.search isn't reliable
2015-02-04 19:51:49 +01:00
Vivien Didelot
ab260cb5a7
plugins: add Vine support
...
This commit adds support for Vine embeddable content.
2015-01-30 19:13:17 -05:00
David Cormier
e56acbc923
Merge pull request #528 from glowing-bear/add-filter-tests
...
Add some basic tests for filters
2015-01-24 12:32:46 -05:00
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.
2015-01-14 10:38:25 -05:00
Tor Hveem
638a4595c7
Merge pull request #530 from glowing-bear/twemoji
...
Adds emoji support using Twitter's twemoji
2015-01-13 13:58:06 +01:00
Tor Hveem
63c7e10832
Merge pull request #496 from glowing-bear/colourise-title
...
Parse colours in buffer title
2015-01-13 13:54:52 +01:00
Lorenz Hübschle-Schneider
d709c8fd93
Cancel all outstanding notifications when disconnecting / navigating away
...
Fixes #296
2015-01-03 18:46:36 +01:00
Lorenz Hübschle-Schneider
f125c43ccb
Adds emoji support using Twitter's twemoji
2015-01-03 18:29:59 +01:00
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
2015-01-03 18:18:20 +01:00
Lorenz Hübschle-Schneider
de730a4505
Add some basic tests for filters
2015-01-03 11:20:04 -05:00
David Cormier
8eda79e2f3
Merge pull request #527 from glowing-bear/inline-colour-rgb
...
Add inline colour support for rgb(12,34,56) / rgba(1,2,3,0.4) colours
2015-01-03 10:41:04 -05:00
Lorenz Hübschle-Schneider
0c20484b5a
Add inline colour support for rgb(12,34,56) / rgba(1,2,3,0.4) colours
...
Also improve the regexes
2014-12-30 21:06:17 +01:00
Lorenz Hübschle-Schneider
8a740b765a
Fix DOMfilter when replacing multiple occasions
...
Previously, it would sometimes forget things at the end
2014-12-30 20:23:32 +01:00
Lorenz Hübschle-Schneider
1478b611da
Properly escape HTML entities in irclinky filter
...
Fixes #525
2014-12-30 18:22:20 +01:00
Lorenz Hübschle-Schneider
82fc20ed0d
Allow % and ~ in front of channel names as well (irclinky)
...
Those are IRC modifiers, we want /whois output to be clickable
2014-12-20 20:10:33 +01:00
Lorenz Hübschle-Schneider
d783d0e91b
Fix display of buffers without a short_name
2014-11-20 21:18:18 +01:00
Lorenz Hübschle-Schneider
9b7a778186
Fix non-#channels and single-symbol channels (#)
2014-11-20 12:59:33 +01:00
Lorenz Hübschle-Schneider
1f601e56c8
Fix linkification target
...
The target attribute was passed to the wrong filter
2014-11-06 16:31:31 +01:00
Tor Hveem
09fa14da19
Merge pull request #501 from glowing-bear/more-filter-fixes
...
Fix conflicts between URL/email and irc channel linkification
2014-11-06 14:40:24 +01:00
Lorenz Hübschle-Schneider
4a41e32fef
Ask before sending /quit
2014-11-06 14:21:40 +01:00
Lorenz Hübschle-Schneider
0bc7571217
Fix conflicts between URL/email and irc channel linkification
...
URL/email links take priority over IRC channel links with this filter order.
2014-11-06 13:55:33 +01:00
Lorenz Hübschle-Schneider
cd124cf5ff
Fix escaping in regex parsing buffer fullName
2014-11-02 19:10:45 +01:00
Lorenz Hübschle-Schneider
79ebead64f
Disable debug data in Angular unless debug mode is enabled
...
Performaaance!
2014-10-31 10:07:41 +01:00
Tor Hveem
84c425cb41
Merge pull request #484 from ailin-nemui/scrolling-poll2
...
[Please test] some scrolling updates via polling
2014-10-28 01:31:35 +01:00
Tor Hveem
1dc32fd847
Merge pull request #483 from glowing-bear/key-overlays
...
Show quick access keys on Alt keypress
2014-10-28 01:24:11 +01:00
Lorenz Hübschle-Schneider
d95abdd0df
Fix inline colour filter by applying to text nodes only
...
this requires traversing the line's DOM and manipulating things there
2014-10-27 21:54:38 +01:00
Lorenz Hübschle-Schneider
336c8d5a5c
Merge pull request #490 from ailin-nemui/pgup-fetch-lines
...
make pageup key trigger fetch more lines
2014-10-26 22:12:53 +01:00
Ailin Nemui
85ef764faf
make pageup key trigger fetch more lines
2014-10-26 21:10:53 +01:00
Ailin Nemui
4e2a5dbe88
fix $apply exception on showSidebar
2014-10-26 21:09:15 +01:00
Ailin Nemui
0b15e2f74f
some scrolling updates
2014-10-24 12:26:21 +02:00
Lorenz Hübschle-Schneider
80b0d2ca6a
Quick keys disappear only after releasing alt key
...
Other changes:
- 0.2s delay so they don't appear when pressing Alt+A etc
- don't appear when other modifier keys are pressed
2014-10-20 12:30:30 +02:00
Ailin Nemui
9827710736
Support narrowing buffer selection with Alt+0-9 after using Alt+g or when onlyUnread is enabled, and show numeric overlays for Alt+0-9 keys on the buffers
2014-10-20 11:45:56 +02:00
Lorenz Hübschle-Schneider
10dde0e7d9
Merge pull request #434 from glowing-bear/design-light-theme
...
Design light theme
2014-10-18 20:55:07 +02:00
David Cormier
bda4e1af3e
light-theme: darken most colors by 50% and add it to theme manager
2014-10-18 14:42:45 -04:00
David Cormier
7fa1b7cc9d
Create dark theme by extracting theme settings from glowingbear.css
...
* Remove style.css as those values should be themable as well.
* Update urls in index.html to link to dark theme by default
2014-10-18 14:42:41 -04:00