1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +03:00
Commit Graph

193 Commits

Author SHA1 Message Date
Qianfan Jiang
04407b38c8 fix #6694 - correctly save downloaded config 2022-08-01 10:00:47 +02:00
Eugene Pankov
5d383eea04
avoid unnecessary config writes 2022-07-30 00:03:56 +02:00
Eugene Pankov
ce351117a5
use atomically instead of write-file-atomic 2022-06-15 21:30:03 +02:00
Eugene Pankov
ef49aa213e
use write-file-atomic for config saving 2022-06-15 20:56:47 +02:00
Eugene Pankov
52dd0db5f6
bumped macos-release - fixes #6564 - startup on macOS Ventura 2022-06-10 09:21:20 +02:00
Eugene Pankov
7437aaffcf
fixed startup event oder - fixes #6511 2022-05-30 23:27:01 +02:00
Eugene Pankov
b3df681753
fixed event listener order 2022-05-28 13:56:49 +02:00
Eugene Pankov
524ccd06f3
autofocus window 2022-05-28 13:15:13 +02:00
Eugene Pankov
8c4c07c39b
synchronize config saves between windows 2022-05-28 12:35:32 +02:00
Eugene Pankov
5f0520def9
macOS: accept first mouse click - fixes #6464 2022-05-21 19:51:11 -07:00
Eugene Pankov
ba7571248c
Update app.ts 2022-04-15 21:30:03 +02:00
Eugene Pankov
763bb2c7aa
macOS: open a new window if none are open when called from CLI - fixes #6031 2022-04-15 20:04:30 +02:00
Eugene Pankov
f85294e603
fixed disableVibrancyWhileDragging check 2022-04-05 09:21:04 +02:00
Richard Yu
aedad13f48
fix crash on Windows 7 2022-03-27 04:19:22 +08:00
Eugene Pankov
f6c0dd6ad3
potentially fix Zmodem corruption issues 2022-03-12 19:02:03 +01:00
Eugene Pankov
df77cc99d9 make vibrancy disabling optional 2022-03-08 20:05:58 +01:00
Matheus Castello
502f72ec35 Does not disable acrylic while dragging when using fluent
It doesn't seem necessary to disable acrylic while dragging when using
fluent with glasstron 0.1.1

Signed-off-by: Matheus Castello <matheus@castello.eng.br>
2022-03-08 02:48:56 -03:00
Eugene Pankov
555c8c18ee
show recent profiles in jump lists & dock menu - fixes #2587 2022-02-23 20:36:24 +01:00
Michael Wizner
90f97d6669
Fix app not quitting completely on Cmd+Q (Mac) 2022-02-13 16:37:56 +00:00
Eugene Pankov
60a48ec2a5
Revert "Fix app not quitting completely on Cmd+Q (Mac)"
This reverts commit 9c53503c0f.
2022-02-12 10:03:49 +01:00
Eugene Pankov
c64654991b
fixed serial opening ports 2022-02-11 11:02:29 +01:00
Michael Wizner
9c53503c0f
Fix app not quitting completely on Cmd+Q (Mac) 2022-02-05 23:07:53 +00:00
Eugene Pankov
75764cd725
macOS vibrancy fixes 2022-01-30 20:43:59 +01:00
Eugene Pankov
6289229bf2
fixed the --hidden option - fixes #5396 2022-01-30 19:40:29 +01:00
Eugene Pankov
53cbb8a7e3
avoid rechecking window status on every loop 2022-01-22 14:16:46 +01:00
Eugene Pankov
08a564588c
allow disabling GPU on other platforms 2022-01-14 00:25:40 +01:00
Eugene Pankov
ba61a7f359
Revert "electron-remote fixes"
This reverts commit 8587cd31dd.
2021-12-22 22:23:02 +01:00
Eugene Pankov
8587cd31dd
electron-remote fixes 2021-12-22 21:16:50 +01:00
Eugene Pankov
5f88a02647
Merge branch 'electron-upgrade' 2021-12-22 10:06:51 +01:00
Eugene Pankov
c7589acc87
prevent window controls flickering 2021-12-22 00:04:01 +01:00
Eugene Pankov
e90db7f07f
UI switch for --disable-gpu - #5131, #3499 2021-12-19 18:11:43 +01:00
Eugene Pankov
81aa747d83
lint 2021-12-15 23:30:33 +01:00
Eugene Pankov
0e9723cb3b
updated window docking logic 2021-12-15 23:21:56 +01:00
Eugene Pankov
6eff3902ca
don't disable vibrancy while dragging if it's not fluent 2021-12-12 14:24:55 +01:00
Eugene Pankov
b6fd909d67
electron 14 2021-12-12 14:05:55 +01:00
Eugene Pankov
f92d9c85cb
allowRendererProcessReuse 2021-12-12 13:14:24 +01:00
Eugene Pankov
bdcd2720c4
properly disable yargs warning 2021-12-12 12:10:48 +01:00
Eugene Pankov
07c522385f
fixed yargs deprecation warnings 2021-12-12 12:03:10 +01:00
Eugene Pankov
d039d76cff
fixed restored local tabs being unresponsive - fixes #5122, fixes #5124, fixes #5101 2021-12-12 12:03:01 +01:00
Eugene Pankov
433c7d33d9
fixed tab title recovery for split tabs - fixes #4810 2021-12-08 21:45:58 +01:00
Eugene Pankov
860a577ddb
fixed ESM default imports 2021-12-06 19:13:26 +01:00
Eugene Pankov
d2ec08e3f8
build updates 2021-12-06 12:14:06 +01:00
Eugene Pankov
a1dbcdbae3
handle failing dscl 2021-11-13 19:04:30 +01:00
Eugene Pankov
a2de29e5ac
lint 2021-10-28 09:55:20 +02:00
Eugene Pankov
b5cf66c232
prevent Cmd-R from reloading in production - fixes #4772 2021-10-28 09:26:55 +02:00
Eugene Pankov
e3e01558b2
less sync ipc 2021-09-25 18:11:35 +02:00
Eugene Pankov
924fb90220
fixed #4537 - macos: focus app when showing a new window 2021-09-24 23:41:19 +02:00
Eugene Pankov
033468b0b0
prevent string_decoder from mangling non-utf output - fixes #4025, fixes #4178, fixes #4373, fixes #4282 2021-08-28 20:15:20 +02:00
Eugene Pankov
bcf09c59e3
fixed app not quitting completely on cmd-q 2021-08-27 18:26:57 +02:00
Eugene Pankov
1992d99556
faster startup on macOS 2021-08-19 23:29:44 +02:00