26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 02, 2025 — Apr 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5728 from OpenShot/outline-effect More... 20 days ago
Merge pull request #996 from OpenShot/outline-effect More... 20 days ago
Convert RGBA args to use a Color keyframe instead in the Outline effect. Simpler and better supported in the OpenShot UI. More... 20 days ago
Update max Outline effect width to 100 (a more reasonable value) More... 21 days ago
Protect sigma from widths that cause it to become 0 (make 1 the minimal sigma) More... 21 days ago
Fixing flipped color space conversion issue. Scaler needed RGBA, not BGRA. Updating max width to 100 (for Outline effect) to prevent freezes in the UI. More... 21 days ago
Fixing layout of Outline effect documentation More... 22 days ago
Adding documentation for the Outline effect More... 22 days ago
Simplifying effect description More... 22 days ago
Fixing a RGB to BGR color issue with the Outline effect, and adding in unit tests for the Outline effect. More... 22 days ago
Merge pull request #982 from aperture147/develop More... 22 days ago
Merge pull request #5726 from OpenShot/outline-effect-icon More... 22 days ago
Merge pull request #5720 from OpenShot/alpha-color-picker More... 22 days ago
Adding effect background image, and a new placeholder outline effect icon More... 22 days ago
Removing unused imports More... 22 days ago
Merge pull request #5722 from OpenShot/legacy-profile-upgrade More... 22 days ago
Merge pull request #5724 from OpenShot/async-save-bug More... 22 days ago
Merge pull request #5723 from OpenShot/lens-flare-2025 More... 22 days ago
Merge pull request #5725 from OpenShot/rotation More... 22 days ago
Changing checker size to a fixed #, since scaling is already happening in other places. More... 22 days ago
Merge pull request #995 from OpenShot/rotation More... 22 days ago
Fixing checkerboard size to be more consistent for different DPIs More... 22 days ago
Fixing the title editor to support high DPI + checkerboard + center label on background color + update preview when label resized. Also making checkerboard checker size function relative to DPI. More... 22 days ago
Fixing regression for location_x and location_y during the transform tool. Rotation adjustments need to ignore "rotation" and "location" changes. More... 23 days ago
Hiding nb_side_data depreciation warnings for now (but I added a TODO for a reminder) More... 23 days ago
Apply the relative rotation of a clip to our mouse motions when transforming a rotated clip (feels much more natural) More... 23 days ago
Fix accessing the "rotate" metadata. More... 23 days ago
Add new side data rotation detection, used by modern cell phone video. Save "rotate" metadata as the inverse of the rotation (to correct it). More... 23 days ago
Add initial rotation and scale_x, scale_y keyframes when adding a new clip for a file with "rotate" metadata. More... 23 days ago
Making actionSave_trigger use a synchronous save method, instead of a Thread, which prevents many race conditions related to "Recent Projects/Open Project" while saving unsaved changes at the same time. More... 23 days ago