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
David Cormier
0d7224b607
Merge pull request #132 from lorenzhs/fixmobile
...
Fix display on mobile
12 years ago
Lorenz Hübschle-Schneider
8076efc367
Fix display on mobile -- content was partly hidden under top bar
12 years ago
David Cormier
69bd30d509
Merge pull request #131 from lorenzhs/fixfavico
...
Reset favico on unloading. Should resolve bookmark favicon issue.
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
Tor Hveem
4f6d8d12e0
Remove noise
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
David Cormier
991e870304
Merge pull request #126 from torhve/fix-scrolling
...
Fix a scrolling bug with chrome
12 years ago
Tor Hveem
c0b8c54bc0
Better embed buttons, use less vertical space
12 years ago
Lorenz H-S
36340030a0
Clean up bindonce scoping
...
Each bindonce directive has a scope of its own and causes unnecessary
overhead without any benefit to us. As rebinding will be per-scope, we need to
consolidate this anyway in the near future.
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
David Cormier
ef62ddb267
Merge pull request #112 from lorenzhs/fixtimestampdisplay
...
Fix timestamp hiding/showing
12 years ago
David Cormier
4753ef92a7
Merge pull request #111 from lorenzhs/fixComment
...
Fix comment so my completion doesn't suggest rootscope instead of rootScope
12 years ago
Tor Hveem
e96ae165b2
Fix a scrolling bug with chrome
12 years ago
David Cormier
38ac95c863
Merge pull request #122 from lorenzhs/fixfavico
...
Fix Favico
12 years ago
David Cormier
2835a2deef
Merge pull request #120 from lorenzhs/debugbutton
...
Non-layout-killing debug button ("count watchers")
12 years ago
David Cormier
0e4c38fbd8
Merge pull request #121 from lorenzhs/update
...
Update third party libs
12 years ago
David Cormier
02ae50a7fa
Merge pull request #118 from lorenzhs/cssindent
...
Do channel indendation in CSS.
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
8e624ba7f0
Update favico.js to beyond bleeding edge
12 years ago
Lorenz H-S
0ae4d388ff
Non-layout-killing debug button ("count watchers")
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
Lorenz H-S
8bbff0ab16
Switch to newer and minified bindonce.js
...
https://github.com/Pasvaz/bindonce
12 years ago
David Cormier
1bf6f98bde
Add missing () to constructor
12 years ago
Tor Hveem
c34192aace
Switch to most recent version of bootstrap
12 years ago
Tor Hveem
f3a8dc21b6
Enable add to homescreen for android chrome and IOS
12 years ago
Tor Hveem
a93c3c67ad
More icon sizes, try to fix manifests
12 years ago
Tor Hveem
b289fc472f
Newer angular, fix broken merge
12 years ago
Tor Hveem
3879e07e46
Fix Favico
12 years ago
Tor Hveem
15995bde92
Revert "Add Dockerfile"
...
This reverts commit 74ada29e305ac46672ec87b99bf38091637da506.
12 years ago
Tor Hveem
0a4ca02ad7
Fix overflowing of title into actions
12 years ago
Tor Hveem
37dbd0bbe7
topbar and css fixes
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
a3eaec9206
Add Dockerfile
12 years ago
Lorenz H-S
f66623db9b
Improve mobile layout
...
* more densely packed channel switching buttons (increased their size to better match android design guidelines)
* disable zooming
* disable scrolling to the side
12 years ago