Commit graph

1106 commits

Author SHA1 Message Date
Tor Hveem 09fa14da19 Merge pull request #501 from glowing-bear/more-filter-fixes
Fix conflicts between URL/email and irc channel linkification
2014-11-06 14:40:24 +01:00
Tor Hveem 3116674e81 Merge pull request #500 from glowing-bear/mobile-prefix-size
Fix font size and timestamp positioning issues on mobile
2014-11-06 14:36:29 +01:00
Tor Hveem 70712de71d Merge pull request #502 from glowing-bear/ask-before-quit
Ask before sending /quit
2014-11-06 14:31:03 +01:00
Lorenz Hübschle-Schneider 4a41e32fef Ask before sending /quit 2014-11-06 14:21:40 +01:00
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.
2014-11-06 13:55:33 +01:00
Lorenz Hübschle-Schneider d68032b77a Fix font size and timestamp positioning issues on mobile
By using relative sizes, we automatically adjust to any change in the font size setting
Also, the timestamp shouldn't be lifted up, that looks weird. A margin-bottom: -1px does the CSS engine spell of confusion as well and doesn't mess up the layout.
2014-11-05 20:50:15 +01:00
Tor Hveem 6854b9b83d Merge pull request #497 from glowing-bear/wording-ssl-tls
Update encryption instructions
2014-11-03 16:49:46 +01:00
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)
2014-11-03 16:36:37 +01:00
Lorenz Hübschle-Schneider cd124cf5ff Fix escaping in regex parsing buffer fullName 2014-11-02 19:10:45 +01:00
Tor Hveem 3eba4ff227 Merge pull request #494 from glowing-bear/no-debug
Disable debug data in Angular unless debug mode is enabled
2014-10-31 10:11:43 +01:00
Lorenz Hübschle-Schneider 79ebead64f Disable debug data in Angular unless debug mode is enabled
Performaaance!
2014-10-31 10:07:41 +01:00
Tor Hveem b94d64f80f Merge pull request #493 from ailin-nemui/quick-keys-lt
[light theme] add style for quick keys
2014-10-28 12:11:40 +01:00
Ailin Nemui f6bc1f94e0 [light theme] add style for quick keys 2014-10-28 11:26:44 +01:00
Tor Hveem 84c425cb41 Merge pull request #484 from ailin-nemui/scrolling-poll2
[Please test] some scrolling updates via polling
2014-10-28 01:31:35 +01:00
Tor Hveem 1dc32fd847 Merge pull request #483 from glowing-bear/key-overlays
Show quick access keys on Alt keypress
2014-10-28 01:24:11 +01:00
Tor Hveem 5fb74a5c8c Merge pull request #485 from glowing-bear/fix-bufferlist-spacing
Fix bufferlist spacing on mobile
2014-10-28 01:19:00 +01:00
Tor Hveem f5d4162790 Merge pull request #492 from glowing-bear/fix-filters
Fix inline colour filter by applying to text nodes only
2014-10-28 01:17:47 +01:00
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
2014-10-27 21:54:38 +01:00
Lorenz Hübschle-Schneider dbdd0523f9 Merge pull request #491 from ailin-nemui/escape-whitespace
index: be extra careful to escape space in order to avoid uncollapsed space with white-space:pre
2014-10-26 22:14:23 +01:00
Lorenz Hübschle-Schneider 336c8d5a5c Merge pull request #490 from ailin-nemui/pgup-fetch-lines
make pageup key trigger fetch more lines
2014-10-26 22:12:53 +01:00
Lorenz Hübschle-Schneider 7f69a1cfe5 Merge pull request #489 from ailin-nemui/sidebar-apply-ex
fix $apply exception on showSidebar
2014-10-26 22:12:25 +01:00
Ailin Nemui a1f6012fcc index: be extra careful to escape space in order to avoid uncollapsed space with white-space:pre 2014-10-26 21:21:24 +01:00
Ailin Nemui 85ef764faf make pageup key trigger fetch more lines 2014-10-26 21:10:53 +01:00
Ailin Nemui 4e2a5dbe88 fix $apply exception on showSidebar 2014-10-26 21:09:15 +01:00
Tor Hveem 0b481cce3d Merge pull request #486 from glowing-bear/fix-buffer-bottom
Restore space at the bottom of buffer lines
2014-10-24 19:29:58 +02:00
Lorenz Hübschle-Schneider 89ea7d20ea Restore space at the bottom of buffer lines 2014-10-24 18:46:58 +02:00
Lorenz Hübschle-Schneider 8190e7a256 Fix bufferlist spacing on mobile
The current version is much too tight to hit, and for some reason I only
fixed it in the cordova branch. This should go into master, though.
2014-10-24 12:42:13 +02:00
Ailin Nemui 0b15e2f74f some scrolling updates 2014-10-24 12:26:21 +02:00
David Cormier a3bb4a5917 Merge pull request #482 from glowing-bear/make-buttons-unselectable
Make buttons unselectable
2014-10-21 09:36:53 -04:00
Lorenz Hübschle-Schneider 80b0d2ca6a Quick keys disappear only after releasing alt key
Other changes:
- 0.2s delay so they don't appear when pressing Alt+A etc
- don't appear when other modifier keys are pressed
2014-10-20 12:30:30 +02:00
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 2014-10-20 11:45:56 +02:00
Lorenz Hübschle-Schneider 1f0cb71e86 Make buttons unselectable
This improves copying and pasting quite a lot
2014-10-20 11:09:50 +02:00
Lorenz Hübschle-Schneider 10dde0e7d9 Merge pull request #434 from glowing-bear/design-light-theme
Design light theme
2014-10-18 20:55:07 +02:00
Tor Hveem 3964fcc674 Fix bug with background color bleeding through 2014-10-18 14:42:45 -04:00
Tor Hveem f86b1081c7 fix gap between input and content 2014-10-18 14:42:45 -04:00
Tor Hveem c5d725e2c6 style option control in light theme 2014-10-18 14:42:45 -04:00
Ailin Nemui 1e2c26812f light theme: improve colours
* make the background lighter
* set highlight colour to something readable
* improve readability of default grey colours
* make default text color readable
* fix some base colours
2014-10-18 14:42:45 -04:00
David Cormier bda4e1af3e light-theme: darken most colors by 50% and add it to theme manager 2014-10-18 14:42:45 -04:00
Ailin Nemui 5960f9ba81 Add light theme 2014-10-18 14:42:45 -04:00
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
2014-10-18 14:42:41 -04:00
David Cormier 694e33d7b8 Merge pull request #475 from glowing-bear/fix-bear-click
Fix clicking the bear on mobile
2014-10-18 12:31:11 -04:00
Lorenz Hübschle-Schneider 66b48d83fb Fix clicking the bear on mobile
closes #469
2014-10-16 16:32:53 +02:00
David Cormier 967aac5dba Merge pull request #473 from glowing-bear/hide-nsfw
Don't automatically show NSFW content
2014-10-16 10:17:09 -04:00
Lorenz Hübschle-Schneider 4fd5ceadb2 Don't automatically show NSFW content
Fixes #472
2014-10-16 15:50:36 +02:00
Tor Hveem c136822f39 Merge pull request #470 from glowing-bear/update-angular
Update AngularJS to 1.3.0
2014-10-16 14:53:26 +02:00
Lorenz Hübschle-Schneider 24337cbcac Merge pull request #471 from kentor/fix-typo-1
fix a typo and some grammar mistakes
2014-10-15 12:12:41 +02:00
Kenneth Chung fdc598c00f fix a typo and some grammar mistakes 2014-10-14 22:21:22 -07:00
Lorenz Hübschle-Schneider e26827242d Update AngularJS to 1.3.0 2014-10-14 12:37:00 +02:00
David Cormier 2096c7b90c Merge pull request #468 from cybic/help-automation
Scripting the port numbers in help, adding password reminder
2014-10-09 16:04:56 -04:00
Oystein Steimler b9d95c6ea8 Shows how to set password in SSL help as well 2014-10-09 18:33:00 +02:00