Git Product home page Git Product logo

monterey's People

Contributors

asentientbot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

monterey's Issues

Disable/hide traces

Hi,

Could the traces be hidden, either globally or using a user default?

I regularly see logs like the following in the console:

2022-03-03 11:46:14.080 firefox[19439:105385] ASB: ASB_BlurBeta 1
2022-03-03 11:46:14.080 firefox[19439:105385] ASB: ContextWrapper init 265643 377 <CAContextImpl: 0x1195951c0>
2022-03-03 11:46:14.086 firefox[19439:105385] ASB: ContextWrapper init 265643 378 <CAContextImpl: 0x11205cd20>
2022-03-03 11:46:14.093 firefox[19439:105385] ASB: ContextWrapper init 265643 379 <CAContextImpl: 0x117cf7d30>
2022-03-03 11:46:14.555 firefox[19439:105385] ASB: ContextWrapper init 265643 380 <CAContextImpl: 0x11faa94d0>
2022-03-03 11:46:15.354 firefox[19439:105385] ASB: ContextWrapper dealloc

Thanks a lot for your work.

Secret Sky server-side code

Hey, do you still owning server-side (WebSocket) code of Secret Sky's 2021 virtual festival? If yes, contact me on Discord: norelock#0683

Cheers,
Norelock.

Dark mode (I'm not reporting a bug)

Hello friend,

First, I'm not reporting a bug. Just hinting at a small change to Dark Mode.

I don't know if this will be useful if you implement the fake RimWhite, but...

In OCLP 0.42, SkyLight does not show HardRim (dark line around window). Honestly, I think HardRim is ugly in non-mental.
In the Skylight binary the _SLSWindowSetShadowProperties function removes RimDensityActive / Inactive and consequently HardRim. This way the window has no visual depth when the background is dark.

One solution is to use the same idea implemented in High Sierra (when the Dark menu is enabled). A thin dark line is drawn around the window (by shadow contrast change) when the background is dark, or just on the dark part of the background.
I personally call it: "chameleon".

See the example in the attached image.

image

For this to work on Big Sur/Monterey, I did this:

SkyLight binary:
_SLSWindowSetShadowProperties :

0x04ac9 -> jmp to 0x4b37 (jump the code inside If).

SkyLightOld.dylib:
__Z49create_shadow_texture_from_alpha_with_descriptionP17WSGLTextureObject6CGRect19WSShadowDescription :

Replace: cmp al,0x2 -> cmp al,0xff 
Replace: cmp r14b,0x2 -> cmp r14b,0xff 

Big Sur and Monterey Binary Skylight's are attached if you want to try it out.

Anyway, I'd like to thank you for the amazing work and apologize for not collaborating with the OCLP community on Discord. I'm working a lot and have no free time to follow everyone's work on Discord.
This is my little contribution if it's really helpful. Maybe the only one.
Good work and thank you!

Fabio (fabioroberto)

BigSur.zip
Monterey.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.