1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2024-12-04 01:24:11 +01:00
Commit Graph

91 Commits

Author SHA1 Message Date
rhysd
3d4237e677 move plugins config into account config 2017-04-25 17:30:18 +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
Linda_pp
840ecde8ef Merge pull request #16 from nicexe/patch-1
Added options for installation with yarn
2017-04-25 14:00:27 +09:00
Nicolas Tsagarides
6184a3999f Added options for installation with yarn 2017-04-25 00:41:49 +03:00
rhysd
f1059130be v0.2.3 2017-04-25 01:29:16 +09:00
rhysd
79a096b604 add workaround for bug of sandbox and CSP in Electron 2017-04-25 01:27:07 +09:00
rhysd
969df0ca60 describe more detail about window modes in README (#15) 2017-04-24 22:46:27 +09:00
rhysd
506055084a fix type definitions for RequestIdleCallback 2017-04-24 18:35:58 +09:00
rhysd
f8e7d64b08 load preload plugins after app gets idling 2017-04-24 18:32:42 +09:00
rhysd
da55de25d1 do not see protocol scheme for partitions 2017-04-23 23:12:11 +09:00
rhysd
5429c0150c allow host to contain 'https://' or 'http://' 2017-04-23 23:04:03 +09:00
rhysd
aa6d196f2b move GitHub things to .github 2017-04-23 22:37:35 +09:00
rhysd
88cf44e01a add contribution guideline and minimal issue template 2017-04-23 22:34:24 +09:00
rhysd
2bf5bcc2a1 describe how to debug app 2017-04-23 22:25:15 +09:00
rhysd
ffdab65515 describe how to write up "accounts" section (#4) 2017-04-23 18:03:45 +09:00
rhysd
64ab056fa9 0.2.2 2017-04-21 20:00:50 +09:00
rhysd
49c45619a5 do not use content size (fix #10) 2017-04-21 20:00:42 +09:00
rhysd
1e7df65f57 basic plugin implementation 2017-04-21 20:00:41 +09:00
rhysd
bf069f58fc add more information to doc
- add npm badge
- add default path actions
- add how to contact to me
2017-04-21 11:43:43 +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
cca0475686 fix cleanup temporary directory after making zips 2017-04-20 23:12:32 +09:00
rhysd
fa4b99871c 0.2.1 2017-04-20 14:48:33 +09:00
rhysd
241b97f0b4 add 'open-in-browser' key shortcut 2017-04-20 14:47:48 +09:00
rhysd
dad67cd8d4 fix setting zoom factor 2017-04-20 14:00:57 +09:00
rhysd
4dbe2b7f08 fix released apps' icons 2017-04-20 12:32:45 +09:00
rhysd
734ccc4d86 0.2.0 2017-04-20 12:23:31 +09:00
rhysd
04aab35ba2 remember window state while switching account 2017-04-20 12:22:45 +09:00
rhysd
7746e26338 set chromium_sandbox to true by default 2017-04-20 12:11:10 +09:00
rhysd
26911d441a describe chromium_sandbox, key shortcut plugin and user.css 2017-04-20 12:06:46 +09:00
rhysd
ae833be107 implement key shortcut plugin 2017-04-20 11:47:44 +09:00
rhysd
8bb5b78ef9 implement user CSS 2017-04-20 11:09:57 +09:00
rhysd
0f449b8b2b show app crash with dialog and die 2017-04-20 10:48:29 +09:00
rhysd
d2315a576b 0.1.3 2017-04-20 01:33:28 +09:00
rhysd
969c8cee21 IPC workaround is no longer needed with Electron 1.6.5 2017-04-20 01:32:18 +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
Linda_pp
a74b4f38cf Merge pull request #2 from algernon/f/autohide-menubar
Add a way to launch with the menubar hidden & normal window
2017-04-20 00:59:22 +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
c9c74dcf6b disable debug log by default... 2017-04-20 00:26:54 +09:00
rhysd
e323625cca fix IPC event handling on macOS 2017-04-20 00:21:23 +09: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
952be70e4d 0.1.2 2017-04-19 20:58:53 +09: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
2b6b6c14eb tslint 2017-04-19 17:19:01 +09:00
rhysd
d5e3194025 v0.1.1 2017-04-19 17:13:53 +09:00
rhysd
129490f4b4 add shortcuts to switch to next/previous account 2017-04-19 17:13:21 +09:00