Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Increased right margin on close button #43

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
4213f24
Fix bug where clicking thumbnails would not cause the bar to open.
mhweaver Aug 7, 2011
e8c6b02
Add preference for display on https pages.
mhweaver Mar 7, 2012
1ed3b26
Add right padding to indented option groups.
chromakode Jun 27, 2012
7985752
Display a disabled page action icon when applicable.
chromakode Jun 27, 2012
3dda1cf
Add configurable message notification hide delay.
sc0tt Jun 27, 2012
82e6607
Add option to hide page action icon.
mhweaver Mar 7, 2012
c54ded1
Reorder and reword bar opening options.
chromakode Jun 27, 2012
93dc476
Fix bug where submission title truncated (fixes #25).
mhweaver Mar 7, 2012
77175eb
Add option to not display message content in notifications.
mhweaver Jun 27, 2012
0cb3fb6
Center companion options on screen.
blueshiftlabs Mar 8, 2012
a036641
Add option to close tab / go back after voting.
blueshiftlabs Mar 8, 2012
b316abb
Add modmail notifications & refactor notification code.
blueshiftlabs Aug 31, 2012
bee6702
Add modmail notification icon.
chromakode Aug 31, 2012
d5bb87d
Show all messages if notify forced.
chromakode Aug 31, 2012
b9766af
Rich markdown-formatted notifications.
blueshiftlabs Sep 3, 2012
725e1ec
Refactor mail/modmail fetch functions.
chromakode Sep 3, 2012
182d5fd
Reorder Notifier functions.
chromakode Sep 3, 2012
c0f26f9
Don't auto-clear notifications when showing new ones.
chromakode Sep 3, 2012
64d2edf
Replace "force" parameter with demo function.
chromakode Sep 3, 2012
edaa9db
Simplify recursive message traversal via a closure.
chromakode Sep 3, 2012
703cc7a
Delete empty Notifier defaults.
chromakode Sep 3, 2012
fea6545
Tweak mail.css whitespace to match other files.
chromakode Sep 3, 2012
51dcd12
Rename mail notification files.
chromakode Sep 3, 2012
95a0881
Remove unnecessary <link> tag closings.
chromakode Sep 3, 2012
bbf567f
Clean up mail-notification.js.
chromakode Sep 3, 2012
e1442ec
Make fitHeight() document generic.
chromakode Sep 4, 2012
2297ddb
Update to manifest version 2.
chromakode Sep 4, 2012
6680357
Upgrade to jQuery 1.8.
chromakode Sep 4, 2012
4fb5bf2
Add a stricter CSP.
chromakode Sep 4, 2012
fbbe43a
Add warning about CSP and unsafe message html.
chromakode Sep 4, 2012
3886ab5
Convert some unnecessary $.html to $.text.
chromakode Sep 4, 2012
6e5ecc6
Add CSS to mimic reddit message styling.
chromakode Sep 4, 2012
ab9a3f6
Style message notifications like the reddit inbox.
chromakode Sep 4, 2012
f3cde48
Load options page bar preview upon DOM ready.
chromakode Sep 4, 2012
3395431
Move <scripts> to the bottom of the DOM.
chromakode Sep 4, 2012
7a8a259
Set target="_blank" for /r/companion link.
chromakode Sep 4, 2012
017ad98
Remove tooltips toggle option.
chromakode Sep 4, 2012
65d9816
Update submit button target on bar load.
chromakode Sep 4, 2012
ce740b4
Clean up trailing whitespace.
chromakode Sep 4, 2012
c07bb52
Update NEWS.
chromakode Sep 4, 2012
d0eb88f
Spiffy up the notifications a bit.
chromakode Sep 7, 2012
2feb2d5
Expand HTML entities in the bar title.
chromakode Sep 7, 2012
685cfb2
jQuery 1.8.1.
chromakode Sep 7, 2012
baaabe3
Update NEWS.
chromakode Sep 7, 2012
94621db
Whitespace.
chromakode Sep 7, 2012
511f738
Remove dead code.
chromakode Sep 7, 2012
473e94c
Remove unnecessary if statement.
chromakode Sep 8, 2012
9116ae8
Isolate https page access into an optional permission.
chromakode Sep 7, 2012
187e156
Fix dangling tabData.bar issue.
chromakode Sep 8, 2012
f647e24
Cleanup.
chromakode Sep 8, 2012
1b8c7d0
Fix defunct info update upon failed action.
chromakode Sep 8, 2012
cba886f
Fix action abort when not logged in.
chromakode Sep 8, 2012
54dffa0
Consolidate checks when interacting with https pages.
chromakode Sep 8, 2012
e66f05a
Disconnect from https page overlays when https disabled.
chromakode Sep 8, 2012
8c71307
Use cookie state to determine reddit logged in status.
chromakode Sep 8, 2012
43a7840
Add proper modhash fetch and retry for login state changes.
chromakode Sep 8, 2012
dddfe0d
Larger, more square page action icon.
chromakode Sep 8, 2012
58cbf7b
Cleanup.
chromakode Sep 8, 2012
34abcd6
Toggle between submit and info bars on page action click.
chromakode Sep 8, 2012
9372b69
Update NEWS.
chromakode Sep 8, 2012
2d4e80f
Flip the antenna in the disabled page action icon.
chromakode Sep 8, 2012
37ac7e5
Cleanup.
chromakode Sep 8, 2012
2de6099
Double quotes -> single quotes.
chromakode Sep 8, 2012
d234c20
Redirect detection.
chromakode Sep 8, 2012
e238e20
Update NEWS.
chromakode Sep 8, 2012
e45e6c6
Update default page action icon.
chromakode Sep 8, 2012
db29154
Remove unused image files.
chromakode Sep 8, 2012
77f4afa
Reset checkbox value when https permissions denied.
chromakode Sep 8, 2012
8d9778e
Increased right margin on close button
mhweaver Sep 9, 2012
998f41e
Moved margin-right from #close img to #bar
mhweaver Sep 9, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
== Version 1.2.0 ==
* Redirect handling. [chromakode]
* Display markdown formatting in notifications. [marklr + blueshiftlabs]
* Add modmail notifications. [blueshiftlabs]
* Add option to close tab / go back after voting. [blueshiftlabs]
* Add option to not display message content in notifications. [mhweaver]
* Add option to hide page action icon. [mhweaver]
* Add configurable message notification timeouts. [sc0tt]
* Add preference to display bar on https pages. [mhweaver]
* Fix bug where clicking thumbnails wouldn't open bar. [mhweaver]
* Fix bug where submission title is truncated. [mhweaver]
* Fix bug where clicking the submit button didn't fill in the URL. [chromakode]
* Fix bug where HTML entities appeared in bar titles. [chromakode]
* Add strict CSP for extra security. [chromakode]
* Improved login state tracking. [chromakode]
* Clicking the page action a second time opens the submit bar. [chromakode]
* New more square page action icons. [chromakode]
* Update internal jQuery to 1.8.1. [chromakode]
* Update to latest Chrome manifest style. [chromakode]

== Version 1.1.1 ==
* Use canonical www. prefix when linking to reddit.com. [chromakode]

Expand Down
Loading