David Cormier
b0a7acaadb
Merge pull request #211 from tribut/patch-2
...
Remove margin-right from #topbar.actions
12 years ago
David Cormier
2e7c6b3fbe
Merge pull request #214 from torhve/fix-bufferlist
...
Fix bufferlist not working after reconnect
Fix #183
Open #73
12 years ago
Lorenz Hübschle-Schneider
01f213147e
Tweak channel highlighting regex
...
Don't require white space at the start, punctuation marks are good, too.
12 years ago
Tor Hveem
5552d40ec2
Fix bufferlist not working after reconnect
12 years ago
Felix Eckhofer
aa4a78d7eb
Remove margin-right from #topbar.actions
...
If this is nonzero, content from div.title can overflow into the right margin of the buttons.
12 years ago
David Cormier
44feb0411a
Merge pull request #210 from cormier/add-assets
...
Add assets
12 years ago
David Cormier
f9defeed9f
Use "sonar" sound for notifications
12 years ago
David Cormier
a8b1fbd512
Move img directory to assets directory
12 years ago
Lorenz Hübschle-Schneider
aecae9f0e6
Optionally play a sound on notification
...
Fixes #42
TODO: find and add a sound file
12 years ago
David Cormier
392ded6326
Merge pull request #208 from lorenzhs/largericons
...
Larger icons
12 years ago
Lorenz Hübschle-Schneider
9188cabbbc
Larger icons
12 years ago
David Cormier
cf75d75412
Merge pull request #205 from tribut/patch-1
...
Add some padding around the logo
12 years ago
Felix Eckhofer
91e85400e9
Add some padding around the logo
...
This looks nicer with the new "glowing bear"
12 years ago
David Cormier
9a40f61517
Merge pull request #196 from cormier/glowing-logo
...
Glowing logo
12 years ago
David Cormier
8a6337e873
Merge pull request #204 from lorenzhs/numlines
...
Recalculate number of lines needed on resizing
12 years ago
Lorenz Hübschle-Schneider
a3b52ddddd
Recalculate number of lines needed on resizing
...
The issue with #bufferlines on mobile has been fixed in 0d580cc
, so calculate
the number of (non-wrapping) lines that fit in the window and add a buffer of 10
for hidden lines and to allow scrolling up to fetch more lines (#202 )
12 years ago
David Cormier
e274935537
Rename content -> buffer
...
Makes more sense as this variable is called "buffer" everywhere
else in the code base.
12 years ago
David Cormier
c4dc74ca8d
Make allLinesFetched an attribute of buffer
...
Remove noMoreLines from the rootScope.
12 years ago
Tor Hveem
892dac5fbc
Variable fix, and compare fix
12 years ago
Tor Hveem
c80e3ce005
Fix spaces
12 years ago
Tor Hveem
ad68e32c08
Don't show fetch more lines when there aren't any
12 years ago
David Cormier
583a4bab58
Merge pull request #199 from torhve/improve-swipe
...
Increase swipe area
12 years ago
David Cormier
a5006ce966
Fix jshint error
12 years ago
Tor Hveem
5dd11d72c0
Fix alt-n again
12 years ago
Tor Hveem
4fccf9dc8d
Fix HTML syntax error
12 years ago
Tor Hveem
00906f34cb
Add chrome keycode for <
12 years ago
Tor Hveem
93a7e524d3
Increase swip area
12 years ago
David Cormier
9265141bb9
Merge pull request #198 from lorenzhs/linepadding
...
Restore line padding values to Bootstrap 3.0.X value for better readability
12 years ago
Lorenz Hübschle-Schneider
78432793c9
Restore line padding values to Bootstrap 3.0.X value for better readability
12 years ago
David Cormier
62cee397e7
Merge pull request #195 from cormier/mobile-settings
...
Respect mobile users settings
12 years ago
David Cormier
b0df74a59e
Add glowing bear logo
...
Replace weechat logo with a bear that glows
12 years ago
David Cormier
d5cbdf2d4a
Respect mobile users settings
...
Do not set the values for "nonicklist" "noembed" and "notimestamp"
regardless of what the mobile user had set. Only change the default
values for the bindings if none has been set.
Fix #147
12 years ago
Tor Hveem
d21267289c
Modal for settings instead of dropdown
12 years ago
Tor Hveem
9dfcc06c41
Bump bootstrap
12 years ago
Tor Hveem
5ac710a694
Fixes warnings in console with getelementid in firefox
12 years ago
David Cormier
69292d0088
Merge pull request #192 from torhve/clean-bufferlist
...
Remove duplicate bufferlist storage. Only use object
12 years ago
David Cormier
9a98f9b951
Merge pull request #193 from Isgar/master
...
fixed launch path for firefox app
12 years ago
Isgar
9d861cb4c5
fixed launch path for firefox app
12 years ago
Tor Hveem
bebc1c7bce
Remove duplicate bufferlist storage. Only use object
12 years ago
David Cormier
22977a0772
Modify manifest point to cormier.github.io
...
Manifest now points to cormier.github.io
12 years ago
David Cormier
ef8a3ef343
Merge pull request #189 from torhve/optimize-nicklist
...
Makes buffer switching a little bit faster if you don't use nicklist
12 years ago
David Cormier
71a3f00479
Merge pull request #187 from torhve/master
...
call the right scope
12 years ago
David Cormier
9ae3ef1c63
Merge pull request #191 from creesch/patch-1
...
Make manifest.webapp point to cormier.github.io
12 years ago
creesch
f7097bdeb3
manifest.webapp was pointing to the wrong repo
12 years ago
Tor Hveem
3f1984859e
Makes buffer switching a little bit faster if you don't use nicklist
12 years ago
David Cormier
1c3115660a
Merge pull request #188 from lorenzhs/cleanup
...
Code cleanup
12 years ago
Lorenz Hübschle-Schneider
0cc693fe7d
Move mobile device detection to a function
...
avoids code duplication
12 years ago
Lorenz Hübschle-Schneider
1664b34cc9
Reorder statements for easier reading
12 years ago
Lorenz Hübschle-Schneider
997fe91d3e
Remove redundant line
...
localStorage triggers this on page load anyway
12 years ago
Lorenz Hübschle-Schneider
3f68a156a4
Move initialisation code to functions
12 years ago