-
Notifications
You must be signed in to change notification settings - Fork 72
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
PiP (Picture-in-Picture) - Implement a two-click method to enable it quickly like how it has done in Linux Elementary-OS #313
Comments
The task was recreated... I made some mistake... |
Progress so far Crop.finish.webm |
After 2 weeks of development, so far, it works well and looks good. Cropping.some.text.and.typing.webmCropping.and.adjusting.on.the.fly.and.clontrolling.window.webmBeta release https://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 The core feature was developed. You can feel free to try. |
New development
Showing.how.we.can.adjust.the.crop.from.the.native.window.in.addition.to.the.PIP.window.webm
Included in Beta 3 from herehttps://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 |
BugfixFixed bug that when resizing the source window of the PIP view, the PIP view size and ratio were not updated to the updated size and ratio of the source window BeforePIP.-.Fix.source.win.resize.-.Before.webmAfter (Fixed)PIP.-.Fix.source.win.resize.-.After.webmIncluded in Beta 4 from herehttps://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 |
Development progress (Beta 5)PIP + Crop can be enabled on an admin window:You can enable crop on an admin window without running WindowTop with admin privileges. Once you start activating the crop, the OS will prompt for admin privilege permission. (Note: The admin privilege request prompt was not recorded due to issues with the recorder application.) PIP.with.Crop.-.Showing.example.of.enabling.PIP.with.Crop.on.Admin.window.webmBugfixes
Included in Beta 5 from herehttps://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 |
Development progress (Beta 6)Improvments
Bugfixes
Included in Beta 6 from herehttps://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 |
Development progress (Beta 7)ImprovmentsNone Bugfixes
Included in Beta 7 from herehttps://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 |
Development progress (Beta 8)ImprovmentsNone Bugfixes
Included in Beta 8 from herehttps://github.com/WindowTop/WindowTop-App/releases/tag/v5.22.0 |
Released |
After finishing implementing the crop function (#133) for the PiP (Picture in Picture) feature, we can add a method to run this function, as shown in Linux-based OS - Elementary OS, and demonstrated in the following video and article:
https://www.youtube.com/watch?v=TtPxix5qIcM
https://averagelinuxuser.com/picture-in-picture-elementary/
In this proposal, you can quickly enable the PiP and the Crop functions while "Show original window" is enabled, and you do it by simply pressing a hotkey, then selecting a region, and that's it. After that, you basically get to the point.
In the implementation of #133 (comment) you can achieve it, but in extra steps:
The text was updated successfully, but these errors were encountered: