Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transparency option #540

Open
wants to merge 49 commits into
base: v4.9.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b166253
Add transparent window feature
EastArctica Jul 22, 2023
69e56ba
Merge branch 'replugged-org:main' into transparency-button
EastArctica Aug 4, 2023
7f3ae10
Merge 'upstream/main' into transparency-button
EastArctica Aug 22, 2023
0fb2d3b
Require discord restart for transparency change
EastArctica Aug 22, 2023
71a57e8
Move transparency button
EastArctica Aug 22, 2023
895e002
move readSettingsSync to src/util.mts
EastArctica Aug 22, 2023
d47630a
Merge branch 'v4.7.0' into transparency-button
asportnoy Aug 23, 2023
27e0e9f
At platform specific notices
EastArctica Aug 23, 2023
db444eb
Fix transparency on Windows
EastArctica Aug 23, 2023
45955b0
Merge branch 'v4.7.0' into pr/540/transparency-button
asportnoy Aug 24, 2023
4846af3
BrowserWindow rework
EastArctica Aug 25, 2023
c528f00
MacOS Auto-Maximize
EastArctica Aug 25, 2023
d3f01c5
Merge branch 'transparency-button' of https://github.com/EastArctica/…
EastArctica Aug 25, 2023
d4b4bf1
Merge upstream/main
EastArctica Sep 9, 2023
f496111
Add transparent window feature
EastArctica Jul 22, 2023
9136954
Merge branch 'v4.8.0' into transparency-button
EastArctica Jan 31, 2024
f57657a
I'm impressively bad at rebasing
EastArctica Jan 31, 2024
f0b6a47
Add vibe for transparency
EastArctica Feb 4, 2024
8212850
Merge branch 'main' of https://github.com/replugged-org/replugged int…
EastArctica Feb 4, 2024
ff9b4cc
Use unified acrylic and auto set theme + background color
EastArctica Feb 10, 2024
9a76a78
Merge remote-tracking branch 'upstream/main' into transparency-button
EastArctica Feb 10, 2024
bfe5f72
Add transparency IPC
EastArctica Feb 17, 2024
445e4df
Linux support(ish) & Clean up errors
EastArctica Feb 17, 2024
cd70df7
Fix Prettier
EastArctica Feb 17, 2024
51c4d2d
Vibrancy & win32 effect IPC
EastArctica Feb 21, 2024
90c0e39
Transparency coremod
EastArctica Feb 21, 2024
91db00f
Platform specific transparency in BrowserWindow
EastArctica Feb 21, 2024
8520f45
Unity todo messages and general cleaning
EastArctica Feb 21, 2024
0f121a5
Fix Transparency IPC
EastArctica Feb 21, 2024
b1658b3
Fix comment issues
EastArctica Feb 21, 2024
7f9e614
Fix reading of transparency styles
EastArctica Feb 22, 2024
a62f1b4
Fix advanced settings crash
EastArctica Mar 1, 2024
e8eabae
Use built in electron blur if available.
EastArctica Mar 1, 2024
a5451bf
Fix applyEffect
EastArctica Mar 10, 2024
9d0e1bd
Fix vibe import
EastArctica Mar 10, 2024
c047b44
Move from import to require
EastArctica Mar 10, 2024
aa5d8e5
Fix inverted if
EastArctica Mar 10, 2024
052b1cd
Merge branch 'main' of https://github.com/replugged-org/replugged int…
EastArctica Jan 14, 2025
04c3c4a
Remove vibe and implement setBackgroundMaterial
EastArctica Jan 15, 2025
3e31d98
Remove old cspell definitions
EastArctica Jan 15, 2025
aa992d0
Remove cspell blurbehind definition
EastArctica Jan 15, 2025
b2a8066
Add unmaximize cspell and prettier
EastArctica Jan 15, 2025
ff063ca
"hook" (un)maximize more cleanly
EastArctica Jan 16, 2025
3551af4
Add note about maximization
EastArctica Jan 16, 2025
36932d9
Add ColorPicker component
EastArctica Jan 16, 2025
b0bd3a8
Abstract transparency coremod functions
EastArctica Jan 16, 2025
e18ff13
Export transparency coremod functions
EastArctica Jan 16, 2025
744e991
Implement override settings for transparency
EastArctica Jan 16, 2025
693efd7
Prettier
EastArctica Jan 16, 2025
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
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Automod",
"autosize",
"backoff",
"blurbehind",
"blurple",
"Chunkdiscord",
"codemirror",
Expand Down Expand Up @@ -48,6 +49,7 @@
"popout",
"postpublish",
"Promisable",
"pyke",
"quickcss",
"ratelimited",
"rauenzi",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
"optionalDependencies": {
"@pyke/vibe": "^0.4.0"
},
"bin": {
"replugged": "bin.mjs"
},
Expand Down
Loading
Loading