Lorenz Hübschle-Schneider
e69f18c1c5
Describe behaviour of down-arrow when editing text
...
Fixes #970
7 years ago
Lorenz Hübschle-Schneider
0dd87b442c
update third-party dependenices
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
5d090dd0ed
Enable title modal on desktop, too, and improve it a bit
...
- make it full-width for clickability of the entire top region
- show the buffer's name in the modal dialog
Fixes #943
8 years ago
Robert Scullin
c3214a2ad6
Noscript code cleanup
8 years ago
Robert Scullin
945e84c538
Improves UX when JavaScript is disabled/blocked
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
b24a9e5137
Remove the negation of utils.isCordova() in settings
...
The settings were accidentally negated, causing them to be hidden
on desktop but not in Cordova. Oops.
8 years ago
Alice Jenkinson
8fca35078a
Change references to "browser" in welcome text to "app" on Cordova only
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
Lorenz Hübschle-Schneider
e17fce6f6d
Rename setting for consistency
8 years ago
Lorenz Hübschle-Schneider
64fc470cf3
Hide Alt+[0-9] checkbox on mobile
...
Mobile users don't typically have an Alt key
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
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
cdd88baa62
Add "Jump:" label to search box when jumping
8 years ago
Lorenz Hübschle-Schneider
e5b8f8fffe
Force jump keys to double digits
8 years ago
Tobias Theuer
811e76d443
Jump to any buffer (up to 99) with Alt+J followed by 2 digits.
8 years ago
Dan Callahan
e37d12fe59
Remove obsolete references to Firefox OS / mozApps
9 years ago
Lorenz Hübschle-Schneider
dbd626b69c
Increment version number
9 years ago
Lorenz Hübschle-Schneider
58de8546f8
Angular 1.5.8 → 1.5.9 security release
9 years ago
Lorenz Hübschle-Schneider
aeef7c4668
Improve TLS warning detection
9 years ago
Lorenz Hübschle-Schneider
15e4199969
Try ng-show, maybe that works?
9 years ago
Lorenz Hübschle-Schneider
01ee7a0fcb
More docs improvements
9 years ago
Lorenz Hübschle-Schneider
7ad23326ac
Improve docs
9 years ago
Kasper Vaessen
f9e84f81ee
Implement repeated-prefix
9 years ago
Lorenz Hübschle-Schneider
dc2969ed1a
Disable swiping with the mouse
...
Since the swipe gestures are only for mobile, mouse movements (like selecting text) shouldn't trigger them.
If you have a very narrow window with the mobile layout on a desktop device, click the bear to show/hide the channel list.
Fixes #658
9 years ago
Lorenz Hübschle-Schneider
6359e726ce
buffer: separate unread and notification
9 years ago
Lorenz Hübschle-Schneider
cbc158af4c
Reformat awful buffer class logic to restore readability
9 years ago
Lorenz Hübschle-Schneider
b59aa31049
Move unread class to buffer <li> instead of ng-if on badge
...
Enables theming, fixes #828 which is now possible with custom CSS
9 years ago
Tor Hveem
1ba1698703
Implement alt-h. Fixes #832
9 years ago
Lorenz Hübschle-Schneider
12de47c008
Update favico 0.3.5 → 0.3.10
9 years ago
Lorenz Hübschle-Schneider
5a2a172eb0
Update emojione and underscore
9 years ago
Lorenz Hübschle-Schneider
b33652e511
Update angular to 1.5.8
9 years ago
Lorenz Hübschle-Schneider
87605e6a46
Add 'rel='noopener noreferrer' to links generated by linky
...
Fixes #774
https://medium.com/@jitbit/target-blank-the-most-underestimated-vulnerability-ever-96e328301f4c#.33joaw9fh
9 years ago
Lorenz Hübschle-Schneider
7a1679ec7a
Language fixes for pinned buffers
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
Jake Stevenson
bc72e8952c
Able to resume buffer
9 years ago
Patrick Melanson
ce7715c794
Removed show timestamp [seconds] settings
...
Functionality is now replaced by changing
weechat's buffer_time_format. e.g. 24h time:
/set weechat.look.buffer_time_format %H:%M
Supported time formats are 12h and 24h,
with seconds or no seconds.
9 years ago
Patrick Melanson
a0485b5801
Bufferline timestamps now try to detect locale
9 years ago
Vadim Rutkovsky
2232b537e1
Update Bootstrap to 3.3.6
9 years ago
Magnus Hauge Bakke
bbb4d259be
Use arrow keys to select buffer in buffer search
9 years ago
Lorenz Hübschle-Schneider
b8854a287a
Switch math rendering to KaTeX
9 years ago
Rémi Marenco
2c883d65aa
Fix a typo issue in index.html
...
Just a typo issue when having Encryption error ;)
9 years ago
Lorenz Hübschle-Schneider
af7f27df15
Update keyboard shortcuts on landing page
...
See https://github.com/glowing-bear/glowing-bear/pull/691#issuecomment-191744945
Good idea, @fuzzy76
10 years ago
Lorenz Hübschle-Schneider
fd3e4d440e
Fix minification and bump versions to prepare for release
10 years ago