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
Lorenz Hübschle-Schneider
56d190ab5c
Improve documentation & cordova checks
8 years ago
Lorenz Hübschle-Schneider
8ba2b1acf6
cordova integration: small fixups
8 years ago
Lorenz Hübschle-Schneider
307a6a5344
revert changes to index.html
...
let's maintain a separate branch for now
8 years ago
Alice Jenkinson
677db01d1b
Change all references to "cordova" to "window.cordova"
8 years ago
Alice Jenkinson
d87f274c73
Hide some things on Cordova, fix links
8 years ago
Alice Jenkinson
8a1f02241f
Move splashscreen logic out of app.js into glowingbear.js
8 years ago
Alice Jenkinson
6de8bdc41a
Initial rework of Cordova branch
8 years ago
Lorenz Hübschle-Schneider
8a230e9bf3
imgur: force https (2), fix comment
8 years ago
Lorenz Hübschle-Schneider
6d7de0c746
imgur: force https, simplify regex
8 years ago
Jordan Callicoat
14879811a5
Make videoPlugin work for all imgur gifv videos
...
Some gifv links on imgur.com do not have an associated webm video
and only provide an mp4 video. Add two source elements with proper
mimetypes for both types of video. The video player will fall back
to the secondary source if the first cannot be loaded (due to 404)
Example: Trying to load the webm version of this video
http://i.imgur.com/i7D4GRb.webm
will result in a 302 redirect to the gifv url, which tries to load
an HTML document. This will cause our video player to reject the
document as an invalid video format (text/html); on some videos it
will simply 404. The mp4 version is available and our player will
fall back to that.
8 years ago
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