Lorenz Hübschle-Schneider
f018876987
Fix botched merge
12 years ago
David Cormier
36049447cd
Fix jshint errors
12 years ago
Tor Hveem
0f44465faa
Better connection / password error handling
12 years ago
David Cormier
e68e7dd01d
websockets: add support for user specified onmessage
12 years ago
Lorenz Hübschle-Schneider
f8f25107de
Fix read marker and scrolling behaviour
...
* don't always jump to the bottom on incoming messages
* don't fiddle with the read marker when loading more lines
12 years ago
Lorenz Hübschle-Schneider
7c2403e7a1
Scrolling: Do not use webkit-specific function to scroll readmarker into view
...
Sorry for that.
12 years ago
Lorenz Hübschle-Schneider
8068be8de2
Remove setting and calculate number of lines from display properties
12 years ago
Lorenz Hübschle-Schneider
56055d61c8
Make the code a little prettier
12 years ago
Lorenz Hübschle-Schneider
40716ca649
Fix issue with incorrect read marker on startup
12 years ago
Lorenz Hübschle-Schneider
7764fc6910
Dynamically load lines for each buffer on startup
...
Add setting for number of lines to fetch initally.
TODO: styling
12 years ago
Lorenz Hübschle-Schneider
5a90e2e830
Fix scrolling issue and reduce the number of scrolling events on startup
...
Don't trigger scrolling on each line when batch loading lines
12 years ago
Lorenz Hübschle-Schneider
32bcb1c943
Fetch more lines on request
12 years ago
Lorenz Hübschle-Schneider
6b31a3e59a
Reset favico on unloading. Should resolve bookmark favicon issue.
...
See https://github.com/ejci/favico.js/issues/23 for detail
12 years ago
David Cormier
0107dabb2d
Fix jshint errors
12 years ago
David Cormier
81054f06bd
Move specific weechat websocket manipulation in glowingbear.js
12 years ago
David Cormier
a49ce938ea
Add comments to websocket handlers
12 years ago
David Cormier
1da061fec2
Rename conn module to ngWebsockets
12 years ago
David Cormier
1b1b97c448
Remove unnecessary onmessage function
12 years ago
David Cormier
eddffd6e63
Remove spurious dependencies from connection
12 years ago
David Cormier
d4a4f1bd7f
Create websockets module
12 years ago
Lorenz H-S
7d386f04c2
Use strict comparison operators
12 years ago
Lorenz H-S
0cd4f04740
improve spacing and other syntactical stuff
12 years ago
David Cormier
f4ee683100
Only retrieve plugin content when 'Show Content' is pressed
12 years ago
David Cormier
6b12926887
Move plugin to it's own directive
12 years ago
David Cormier
6605a49f7c
Rename websockets.js to glowingbear.js
12 years ago
Tor Hveem
e4bbb64b4a
Sort buffers by number before switching to buffer with activity. This
...
better resembles how weechat works
12 years ago
Tor Hveem
e96ae165b2
Fix a scrolling bug with chrome
12 years ago
Lorenz H-S
cbd5d145dc
Fix Favico
...
Use one favico instance which is dynamically modified
This uses a feature that is not yet part of the latest favico.js release, and needs
a fix that isn't even merged yet. Both are included in commit
8e624ba7f0
12 years ago
Lorenz H-S
f0fe8be18a
Do channel indendation in CSS.
...
Fixes the issue with new query buffers' titles not being shown.
Doesn't introduce any new watchers
12 years ago
David Cormier
1bf6f98bde
Add missing () to constructor
12 years ago
Tor Hveem
3879e07e46
Fix Favico
12 years ago
Tor Hveem
f9ba30f102
Collapsable sidebar for mobile sized screens
12 years ago
David Cormier
51e01ec6d4
Add missing semicolons
12 years ago
Tor Hveem
0bd443715a
Remove autofocus since it is very mobile unfriendly
12 years ago
Lorenz H-S
5ad01dac81
embed youtube over SSL
12 years ago
Lorenz H-S
b88b046222
Bind bufferlist only once where possible
12 years ago
Lorenz H-S
f38c4b020e
Fix scrolling behaviour for good (?)
12 years ago
Lorenz H-S
9b89341b74
Fix comment so my completion doesn't suggest rootscope instead of rootScope
12 years ago
Lorenz H-S
fe0c070a6c
Only scroll when at the bottom of the buffer
...
I think this behaviour is a lot more natural. Because it no longer "scrolls to bottom", I also renamed it.
12 years ago
Tor Hveem
797be76c95
try to improve scrolling experience
12 years ago
Lorenz H-S
836edf917d
Making compression optional was a stupid idea. Revert.
...
Instead, add a parameter to the connect function that allows disabling compression.
12 years ago
Lorenz H-S
d1e6bd6698
Add UI support for compression
12 years ago
Lorenz H-S
bf6e92fc24
Implement support for compression (not enabled yet)
12 years ago
Lorenz H-S
f67ac87057
Move dependencies to a different folder
...
fixes build :)
12 years ago
David Cormier
e51932aaa5
Revert "Remove files no longer needed due to use of Bower"
...
This reverts commit 6ef681f722
.
12 years ago
David Cormier
68f24554d1
Remove global for variables
12 years ago
David Cormier
c251c3b74c
Fix is already defined errors
12 years ago
David Cormier
0912a2b55b
Remove extra comma and unnecessary semicolons
12 years ago
David Cormier
b23fb71d1d
Use strict comparators
12 years ago
David Cormier
e2a84470ce
Add missing semicolons
12 years ago