Lorenz Hübschle-Schneider
66b48d83fb
Fix clicking the bear on mobile
...
closes #469
11 years ago
David Cormier
967aac5dba
Merge pull request #473 from glowing-bear/hide-nsfw
...
Don't automatically show NSFW content
11 years ago
Lorenz Hübschle-Schneider
4fd5ceadb2
Don't automatically show NSFW content
...
Fixes #472
11 years ago
Tor Hveem
c136822f39
Merge pull request #470 from glowing-bear/update-angular
...
Update AngularJS to 1.3.0
11 years ago
Lorenz Hübschle-Schneider
24337cbcac
Merge pull request #471 from kentor/fix-typo-1
...
fix a typo and some grammar mistakes
11 years ago
Kenneth Chung
fdc598c00f
fix a typo and some grammar mistakes
11 years ago
Lorenz Hübschle-Schneider
e26827242d
Update AngularJS to 1.3.0
11 years ago
David Cormier
2096c7b90c
Merge pull request #468 from cybic/help-automation
...
Scripting the port numbers in help, adding password reminder
11 years ago
Oystein Steimler
b9d95c6ea8
Shows how to set password in SSL help as well
11 years ago
Oystein Steimler
32b23bdc9b
Using port from connection settings in SSL help
11 years ago
David Cormier
cd4aad7931
Merge pull request #466 from glowing-bear/fix-plugins
...
Fix plugin selectors after angular upgrade
11 years ago
Lorenz Hübschle-Schneider
bc037720bd
Fix plugin selectors after angular upgrade
...
The recent angular update changed the format of the hash keys.
They're now in the format 'object:123' (etc), which isn't a valid
CSS class name any more, but we used the $$hashKey as such.
I used this opportunity to introduce a bit of abstraction there as well
11 years ago
Lorenz Hübschle-Schneider
68adfb6cc2
Hotfix irclinky filter: only #channels
...
&channels match HTML-escaped special chars like " m(
11 years ago
David Cormier
643a1020ac
Merge pull request #462 from glowing-bear/update-angular
...
[PLS TEST] update angular to 1.3.0-rc3, underscore to 1.7.0, and favico to 0.3.5
11 years ago
David Cormier
1ce94f47e4
Merge pull request #463 from glowing-bear/fix-unicode-irclinky
...
Fix linkification of IRC channels
11 years ago
David Cormier
39b22da985
Merge pull request #464 from glowing-bear/hotfix-async-plugins
...
Rerun async plugins after buffer switch
11 years ago
Lorenz Hübschle-Schneider
de6ea98c72
Rerun async plugins after buffer switch
...
TODO: cache result. This is necessary at the moment because currently,
they just stop working after a buffer switch
11 years ago
Lorenz Hübschle-Schneider
565ee16990
Fix linkification of IRC channels
...
Closes #451
11 years ago
Lorenz Hübschle-Schneider
e535099390
update angular to 1.3.0-rc3, underscore to 1.7.0, and favico to 0.3.5
11 years ago
Lorenz Hübschle-Schneider
b89a17032d
Merge pull request #459 from ailin-nemui/bufferlist-focus-ex
...
Fix a $apply-exception in inputbar/bufferFilter.focus
11 years ago
Ailin Nemui
081c141760
apply-exception in inputbar/bufferFilter.focus
11 years ago
David Cormier
933af6a983
Merge pull request #420 from glowing-bear/use-strict
...
[PLS TEST] Use strict
11 years ago
Tor Hveem
f882124c9e
Merge pull request #453 from ailin-nemui/nicklist-width
...
[themes] make nicklist width fixed on mobile UI so text doesn't get cut off
11 years ago
Ailin Nemui
7fba43c2f9
[themes] make nicklist width fixed on mobile UI so text doesn't get cut off
11 years ago
Tor Hveem
c6ccd38f8e
Merge pull request #457 from torhve/compactbufferlist
...
Compact bufferlist
11 years ago
Lorenz Hübschle-Schneider
2475ad2c61
Bufferlist design attempt
11 years ago
Tor Hveem
a87dc569aa
Merge pull request #445 from ailin-nemui/up-down-pgup-pgdn
...
add pgup/pgdn keys and fix history in multiline edits
11 years ago
Tor Hveem
376c006398
Merge pull request #448 from glowing-bear/fix-scrolling-fetchMoreLines
...
Scroll to correct position when fetching more lines
11 years ago
Lorenz Hübschle-Schneider
ddbb3a4e21
Merge pull request #455 from ailin-nemui/ifneeded-conditional
...
embedded content: check if scrollIntoViewIfNeeded vendor method is available
11 years ago
Ailin Nemui
5e9fd27c89
embedded content: check if scrollIntoViewIfNeeded vendor method is available
11 years ago
Lorenz Hübschle-Schneider
121c165a39
Scroll to correct position when fetching more lines
...
Fixes #406
11 years ago
Tor Hveem
2163b930f6
Merge pull request #447 from glowing-bear/unread-only-show-core
...
Keep core buffer visible with 'only show unread'
11 years ago
Lorenz Hübschle-Schneider
c6e1bca78d
Keep core buffer visible with 'only show unread'
11 years ago
Lorenz Hübschle-Schneider
a80db339f8
Use strict
...
Requires turning IrcUtils into an Angular service, because the global variable
trick won't work with use strict.
Reuse is still easily possible by removing the angular wrapping around it.
11 years ago
David Cormier
8758cad336
Merge pull request #442 from glowing-bear/fix-line-fetching-after-switch
...
Re-enable "fetch more lines" after trimming lines on buffer switch
11 years ago
Ailin Nemui
a63150e697
add pgup/pgdn keys and fix history in multiline edits
11 years ago
Tor Hveem
ec81bbafb3
Merge pull request #446 from ailin-nemui/show-sidebar
...
Properly Show and hide the sidebar on mobile layout when using Alt+g
11 years ago
Ailin Nemui
156640c3ba
Properly Show and hide the sidebar on mobile layout when using Alt+g
11 years ago
Tor Hveem
2006070d59
Merge pull request #444 from ailin-nemui/help-kbd
...
make the help more pleasant by adding kbd tags
11 years ago
Ailin Nemui
91480e91ab
make the help more pleasant by adding kbd tags
11 years ago
Lorenz Hübschle-Schneider
c501215bae
Re-enable "fetch more lines" after trimming lines on buffer switch
...
Fixes #404
11 years ago
David Cormier
38be11fd24
Merge pull request #441 from glowing-bear/connection-form
...
Don't capitalise host name
11 years ago
Lorenz Hübschle-Schneider
89391c0c61
Don't capitalise host name
...
Fixes #439
11 years ago
Lorenz Hübschle-Schneider
5b7f2b4ed1
Merge pull request #433 from glowing-bear/fix-font-size-glitch
...
fixup font-family and font-size setting glitches
11 years ago
David Cormier
658e876643
fixup font-family and font-size setting glitches
...
Replace fontSize placeholder by default value. Placeholders should be used
as suggestions, not effective values.
Remove spurious default value for fontFamily (it is defined right below)
11 years ago
Lorenz Hübschle-Schneider
6a26c61c9e
Merge pull request #432 from glowing-bear/disconnect-when-closing
...
When closing the window, disconnect instead of asking the user to do it
11 years ago
David Cormier
9438c3844f
Ask confirmation before closing if user has unsent input
11 years ago
David Cormier
24f63be25c
When closing the window, disconnect instead of asking the user to do it
11 years ago
David Cormier
4f23eb7334
Merge pull request #430 from glowing-bear/refactor
...
[WIP] Refactor Glowing Bear
11 years ago
Lorenz Hübschle-Schneider
fe24302a73
Karma: Include files in the right order
...
glowing-bear.js needs to be loaded before the modules building upon it
11 years ago