Lorenz Hübschle-Schneider
98d1000bd2
Use local files (with bower)
...
copied to 3rdparties manually so that we don't have bower_modules in the app
11 years ago
Lorenz Hübschle-Schneider
f76e7508ae
Implement reconnecting upon connection loss
...
TODO: test in various conditions
11 years ago
Lorenz Hübschle-Schneider
e0c5842774
Angular.js update 1.3.9 -> 1.3.14
...
bugfix releases
11 years ago
Lorenz Hübschle-Schneider
6d0e41e630
Save emojify preference in settings
...
This fixes a bug where the preference would not be saved
11 years ago
Lorenz Hübschle-Schneider
21aa89d2ad
Improve app installation instructions
...
Also fix encryption instructions URL for those who proxy their relay
11 years ago
Lorenz Hübschle-Schneider
a0a191f104
Enable autocomplete on input, disable on search
...
In essence, this reverts a29905e02c
which doesn't make much sense to me
11 years ago
Lorenz Hübschle-Schneider
6522cd72d3
Fix Chrome application shortcut
...
closes #521
11 years ago
Lorenz Hübschle-Schneider
be6e356363
Settings module
11 years ago
Lorenz Hübschle-Schneider
4476ff5064
Update dependenices
...
Angular 1.3.{2→9} has some nice bugfixes and features (esp for linky)
zlib.js was compressed a bit better, I don't think the code changed...
11 years ago
Lorenz Hübschle-Schneider
25ecdb7158
Add theme-color meta tag for Android 5
11 years ago
Anders Bergh
45ff81f7e7
Remove href="#" from the buffer list to prevent the status bar in Chrome.
11 years ago
Lorenz Hübschle-Schneider
1068f36a74
Clarify NSFW hiding help text in autoembed setting
11 years ago
Lorenz Hübschle-Schneider
f125c43ccb
Adds emoji support using Twitter's twemoji
11 years ago
Lorenz Hübschle-Schneider
1d4caa91cd
Parse colours in buffer title
...
Requires a WeeChat version including 013165209a
i.e., WeeChat 1.1 or a November 2014 nightly (or later)
(for previous versions, see https://github.com/weechat/weechat/issues/237 )
Fixes #308
11 years ago
Lorenz Hübschle-Schneider
7f7a32df0c
Close the correct tag
11 years ago
Lorenz Hübschle-Schneider
3bb9094ab4
Clarify unread only setting
11 years ago
Lorenz Hübschle-Schneider
9b7a778186
Fix non-#channels and single-symbol channels (#)
11 years ago
Lorenz Hübschle-Schneider
640eda8682
Update AngularJS 1.3.0 → 1.3.2
11 years ago
Lorenz Hübschle-Schneider
1f601e56c8
Fix linkification target
...
The target attribute was passed to the wrong filter
11 years ago
Lorenz Hübschle-Schneider
0bc7571217
Fix conflicts between URL/email and irc channel linkification
...
URL/email links take priority over IRC channel links with this filter order.
11 years ago
Lorenz Hübschle-Schneider
6ac133867c
Update encryption instructions
...
- use TLS instead of SSL
- put a link to my encryption guide for trusted relay
- unify port throughout instructions (9001)
11 years ago
Lorenz Hübschle-Schneider
d95abdd0df
Fix inline colour filter by applying to text nodes only
...
this requires traversing the line's DOM and manipulating things there
11 years ago
Ailin Nemui
a1f6012fcc
index: be extra careful to escape space in order to avoid uncollapsed space with white-space:pre
11 years ago
Ailin Nemui
0b15e2f74f
some scrolling updates
11 years ago
Ailin Nemui
9827710736
Support narrowing buffer selection with Alt+0-9 after using Alt+g or when onlyUnread is enabled, and show numeric overlays for Alt+0-9 keys on the buffers
11 years ago
David Cormier
7fa1b7cc9d
Create dark theme by extracting theme settings from glowingbear.css
...
* Remove style.css as those values should be themable as well.
* Update urls in index.html to link to dark theme by default
11 years ago
Lorenz Hübschle-Schneider
4fd5ceadb2
Don't automatically show NSFW content
...
Fixes #472
11 years ago
Lorenz Hübschle-Schneider
e26827242d
Update AngularJS to 1.3.0
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
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
2475ad2c61
Bufferlist design attempt
11 years ago
Ailin Nemui
91480e91ab
make the help more pleasant by adding kbd tags
11 years ago
Lorenz Hübschle-Schneider
89391c0c61
Don't capitalise host name
...
Fixes #439
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
David Cormier
9438c3844f
Ask confirmation before closing if user has unsent input
11 years ago
Lorenz Hübschle-Schneider
21f8f47efe
Split things up into logical blocks
11 years ago
Lorenz Hübschle-Schneider
64f412e047
Handle keypress events as well
...
keydown is not enough, because browsers. A (very very very) long
explanation that I read in part is at http://unixpapa.com/js/key.html
E.g. on my keyboard layout (neo2), I don't get a keydown event for alt+<,
which in QWERTY keys is alt + caps lock + u (or the key above shift next to
enter on the right side, which actually isn't present on QWERTY (not ' but to
the right of it - it's not there on a US layout, but it is # on QWERTZ). I do get
a keypress event though.
11 years ago
Lorenz Hübschle-Schneider
9c99eefb83
update angularjs to 1.3 beta 19 to fix bug with quotes around URL
11 years ago
Lorenz Hübschle-Schneider
611abdf51a
Use "off" glyphicon instead of "remove"
...
Needs a few fixes to not look disproportionately large next to the cog.
Also remove that sodden trailing space.
11 years ago
Lorenz Hübschle-Schneider
4cdf86ed14
Remove bindonce for Angular 1.3 One-Time Bindings
11 years ago
Lorenz Hübschle-Schneider
d3b8df8bb0
Don't watch for changes on existing lines
...
How did we miss this angular 1.3 feature?
It appears to be a bit similar to bindonce, but also works in ng-repeat!
See https://docs.angularjs.org/guide/expression#one-time-binding
11 years ago
Tor Hveem
7baffb15e0
Fix word breaking
...
Use break-all to force breaking in all browsers.
11 years ago
Lorenz Hübschle-Schneider
e46efba5cf
Update angular version from beta 8 to beta 18
...
ngFocus is broken in beta8
11 years ago
Robert Scullin
e3341f8d37
Fix for iOS status bar not being visible due to black background
...
Adds a meta tag to have the top status bar in iOS render with white
text rather than black text.
11 years ago
Nick Singer
d03b5b8a07
modified stylesheet and index.html for a better looking connection form
11 years ago
Lorenz Hübschle-Schneider
cd4b5c8abe
Display HTML colour codes inline
11 years ago
David Cormier
7c5a396171
Rename 'monospace' class to 'favorite-font'
11 years ago
Lorenz Hübschle-Schneider
7a374740af
Fix rendering of settings dialog on mobile
11 years ago
Lorenz Hübschle-Schneider
0984a2f8b4
Make readline/emacs keybindings a setting
...
Also fix some labels while we're at it
11 years ago