1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-25 19:17:39 +03:00
Commit Graph

209 Commits

Author SHA1 Message Date
Nathaniel Walser
bd31db9c56 renamed env variable to TABBY_CONFIG_DIRECTORY 2023-10-03 08:06:16 +02:00
Nathaniel Walser
d1a837b11d fixed linting error and removed value from .env file 2023-09-30 21:30:25 +02:00
Nathaniel Walser
d70be3abf9 added possibility to set config file path in environment file 2023-09-30 21:07:14 +02:00
Eugene
1b0ce6d684
bumped eslint 2023-08-25 23:40:36 +02:00
Andrii Zhovtiak
79cabb6eda Fix issue with setTitleBarOverlay method on non-win32 platforms. 2023-08-09 19:15:46 +03:00
Eugene Pankov
a1cb0ff223
fix deprecation 2023-07-18 23:17:07 +02:00
Evan / Fero
2fa612fe2c feat: use @input on titlebar component; chore: comment cleaning 2023-07-16 11:57:19 -07:00
Evan / Fero
539c213ef6 Fix: linting errors 2023-07-14 12:15:53 -07:00
Evan / Fero
e38b826fd6 fix: WCO color, settings icon position 2023-07-14 11:57:27 -07:00
Evan / Fero
2f1c388a8b Feat: implement window controls overlay 2023-07-13 23:53:33 -07:00
Eugene Pankov
87a893480c
Cross Compile linux armhf/arm64 artifacts #8613 by @Jai-JAP 2023-06-26 16:29:37 +02:00
Eugene Pankov
84b0e13dc8
fixed #7162, fixed #7309, fixed #6812 - "hide on focus loss" not working with multiple windows/modals 2023-04-16 14:08:27 +02:00
Eugene
1e5cfd1d4b
bootstrap 5 WIP (#7891)
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
2023-02-26 20:42:31 +01:00
Eugene Pankov
85bb7a2e95
potentially fix config corruption - #5355, #7874 2023-02-04 09:46:05 +01:00
Eugene Pankov
73e25ed099
lint 2022-12-05 14:52:23 +01:00
Eugene Pankov
9c89bab256
fixed zmodem errors - fixes #6677, fixes #5845, fixes #5243, fixes #5132, fixes #5021, fixes #7511, fixes #7053, fixes #6917, fixes #6639, fixes #6259, fixes #6182, fixes #6122, fixes #5845, fixes #5737, fixes #5701, fixes #5609, fixes #5311, fixes #5243, fixes #5231, fixes #5132 2022-11-20 19:25:48 +01:00
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