1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-01-21 20:52:11 +01:00

27 Commits

Author SHA1 Message Date
rhysd
754ca9e7c1 enable login with Pixiv account on pawoo.net 2017-05-01 18:12:19 +09:00
rhysd
92c27957f7 fix sandbox flag on switching menubar window 2017-04-25 23:33:32 +09:00
rhysd
73c0a73e14 use minimize() instead of hide() on Windows
to restore window state correctly.

https://twitter.com/raa0121/status/856701302285287424
2017-04-25 16:46:20 +09:00
rhysd
282b24d7b0 manage focus on toggling window on Windows 2017-04-25 16:46:20 +09:00
rhysd
79a096b604 add workaround for bug of sandbox and CSP in Electron 2017-04-25 01:27:07 +09:00
rhysd
5429c0150c allow host to contain 'https://' or 'http://' 2017-04-23 23:04:03 +09:00
rhysd
49c45619a5 do not use content size (fix #10) 2017-04-21 20:00:42 +09:00
rhysd
d70f264d46 do not navigate to login page if destination of redirect is expected page 2017-04-20 23:41:25 +09:00
rhysd
9c3f0fe970 detect single user mode at first loading (#5) 2017-04-20 23:39:18 +09:00
rhysd
dad67cd8d4 fix setting zoom factor 2017-04-20 14:00:57 +09:00
rhysd
04aab35ba2 remember window state while switching account 2017-04-20 12:22:45 +09:00
rhysd
8bb5b78ef9 implement user CSS 2017-04-20 11:09:57 +09:00
rhysd
80eb09877f tiny followup for a74b4f3 2017-04-20 01:30:25 +09:00
rhysd
5aebef7619 Merge branch 'master' of github.com:rhysd/Mstdn 2017-04-20 01:28:01 +09:00
Gergely Nagy
2f12c63d93 Rename config.menubar to config.hide_menu
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-04-19 17:45:45 +02:00
rhysd
4169bcf902 avoid crash problem at preventing 'new-window' event (#1)
https://github.com/electron/electron/issues/9230
2017-04-20 00:07:12 +09:00
Gergely Nagy
f67c6f15e8 Add a way to launch with the menubar hidden & normal window
I prefer to launch the application with a normal window, yet, the
menubar on auto-hide, because most of the time, it's just taking up
space and serves no purpose. This patch introduces a `config.menubar`
setting that makes this possible. Defaults to `true` to preserve the
current behaviour, and is only used when `normal_window` is also used.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2017-04-19 16:39:54 +02:00
rhysd
edfe81e06a do not crash on external link on Windows 2017-04-19 20:56:54 +09:00
rhysd
1fd663a93c do not hide app menu on Windows 2017-04-19 18:07:12 +09:00
rhysd
2a65483779 do not allow any permission by default outside current mastodon instance 2017-04-19 17:13:21 +09:00
rhysd
e8ab0c20e7 do not reset global shortcut 2017-04-19 17:13:21 +09:00
rhysd
ed99f9fd8f separate duplicate codes as common.ts 2017-04-19 16:25:46 +09:00
rhysd
a15e6a25fb do not append tray icon at normal window 2017-04-19 16:25:46 +09:00
rhysd
07652e1ad4 more logs 2017-04-18 20:39:47 +09:00
rhysd
bf680a4b89 recreate browser window to switch session partition 2017-04-18 20:29:07 +09:00
rhysd
8395159007 tslint 2017-04-18 15:56:46 +09:00
rhysd
d9bdb4571d use App as mediator and separate browser window as Window class
because window needs to be reopened for switching account
2017-04-18 15:48:50 +09:00