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
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
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
1fa6462bca
Remove "scroll to readmarker" functionality
...
It's irritating. Fixes #899
8 years ago
Dan Callahan
e37d12fe59
Remove obsolete references to Firefox OS / mozApps
8 years ago
Lorenz Hübschle-Schneider
4937b79a7a
Fix fontsize unit fixing (assume px if no unit specified)
...
The settings module sees that we're reading a number, so it converts
the value to a number. Unit detection needs a string, though, so
convert it back into one in that case.
9 years ago
Lorenz Hübschle-Schneider
f998a003c0
Font size unit should default to pixels
...
See #882
9 years ago
Lorenz Hübschle-Schneider
079f84818f
Fix non-TLS warning
9 years ago
Lorenz Hübschle-Schneider
9865bdd032
Don't show TLS warning in cordova
9 years ago
Lorenz Hübschle-Schneider
aeef7c4668
Improve TLS warning detection
9 years ago
Simon Cooksey
d9b86d28a0
Added cap on max number of unread lines to load
...
This is to improve performance when switching to a buffer with a large
number of unread lines.
Fixes #859
Thanks to @lorenzhs for the comments on PR #862 .
9 years ago
Kasper Vaessen
4ce499c9cc
Base16 theme bugfixes and improvements
9 years ago
Kasper Vaessen
f105e32765
Palette-based theme and some variant themes with alternative palette
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
Tor Hveem
ab649c86d4
New blue theme
9 years ago
Jake Stevenson
6cc5fab302
Fix bug where disconnecting using the 'power' button, resume acted strange
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
Lorenz Hübschle-Schneider
2add0e66d2
Add dark-spacious theme to theme list
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
Lorenz Hübschle-Schneider
2112757a2d
Fix emojione in electron
9 years ago
Magnus Hauge Bakke
14d8f73532
Electron: Set app badge in os x (darwin)
9 years ago
Lorenz Hübschle-Schneider
d34cf89aaa
Add support for custom CSS
...
Fixes #647
10 years ago
Patrick Melanson
b719354a07
#700 detect locale formatting support on load
10 years ago
Lorenz Hübschle-Schneider
407f9111ad
Update Angular to 1.4.x series (1.4.8)
...
Angular now has a .$$watchersCount property, which makes our watcher
counting function unnecessary.
Also add sha384 emojione SRI hash
10 years ago
Lorenz Hübschle-Schneider
01d0891a2d
Themes: Add black theme for AMOLED displays, fix theme selector background in dark theme
...
Deprecates / closes #671
10 years ago
Tor Hveem
df36d56fa7
Implement infinite scrolling
...
I't not perfect but it's a start.
10 years ago
Tor Hveem
31ba8db33d
Fix problem with saving of sound notify
10 years ago
Tor Hveem
5494fefbcb
use spinner for connect/reconnect/fetchmorelines
10 years ago
Mukunda Modell
3b60f992b4
Switch to adjacent buffer with alt+arrow
...
Use alt+up and alt+down to switch to previous / next buffer.
Works when bufferlist is nested or flat.
This implements issue #511 .
10 years ago
Lorenz Hübschle-Schneider
a631a913c7
Fix initialisation of global unread count
...
Fixes #595
10 years ago
Tor Hveem
4f686d512d
Request nicklist using ptr instead of fullname
10 years ago
AppleDash
fafed6a915
Add support for supplying credentials in the URL via the hash.
10 years ago
Lorenz Hübschle-Schneider
6ca1deb66d
Always show server buffers in hierarchical view
...
Show them even if 'Only show buffers with unread messages' is set
10 years ago
Angus Gibson
117d9991ec
Handle hidden weechat buffers
...
This adds a new 'hidden' field to the Buffer model, which stays in sync
with weechat's notion of hidden buffers.
10 years ago
Peter Elmers
febbb3ffdb
Re-implement click to join functionality.
...
Clicking channel names to join broke because of angular issue 9515.
Reimplement the functionality by binding the scope.openBuffer method to
the window and calling it from an onclick handler for channel name
anchors.
10 years ago
Lorenz Hübschle-Schneider
2626b5e936
openBuffer: send /join and /query with -noswitch parameter
...
this functionality is currently broken (#618 ) but this is a good idea nonetheless
10 years ago
Lorenz Hübschle-Schneider
8c965e0b90
Store WeeChat version is an array of numbers
10 years ago
Tor Hveem
d0cabde132
Send more types of clearing only when using new style
10 years ago
Johan Stenehall
5643df2292
Add notification and unread count to topbar
...
Conflicts:
css/glowingbear.css
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