mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #1046] [MERGED] Highlight mouse cursor even when no buttons are pressed #1294
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1046
Author: @zsee
Created: 1/8/2022
Status: ✅ Merged
Merged: 3/6/2022
Merged by: @NickeManarin
Base:
dev← Head:feature/highlight-mouse📝 Commits (1)
4a67375Feature: Highlight mouse cursor📊 Changes
18 files changed (+213 additions, -110 deletions)
View changed files
📝
ScreenToGif.Model/Enums/PanelType.cs(+2 -2)📝
ScreenToGif.Model/Enums/TaskTypes.cs(+1 -1)📝
ScreenToGif.Util/Settings/Migrations.cs(+4 -0)➕
ScreenToGif.Util/Settings/Migrations/Migration2_36_0To2_37_0.cs(+68 -0)📝
ScreenToGif.Util/Settings/UserSettings.cs(+9 -3)📝
ScreenToGif.ViewModel/Tasks/BaseTaskViewModel.cs(+2 -2)📝
ScreenToGif.ViewModel/Tasks/MouseEventsViewModel.cs(+23 -13)📝
ScreenToGif/Capture/DirectImageCapture.cs(+1 -1)📝
ScreenToGif/Model/FrameInfo.cs(+1 -1)📝
ScreenToGif/Resources/Commands.xaml(+1 -1)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+4 -4)📝
ScreenToGif/Resources/Settings.xaml(+5 -4)📝
ScreenToGif/UserControls/MouseClicksPanel.xaml(+15 -11)📝
ScreenToGif/UserControls/MouseClicksPanel.xaml.cs(+2 -2)📝
ScreenToGif/Windows/Editor.xaml(+25 -20)📝
ScreenToGif/Windows/Editor.xaml.cs(+45 -40)📝
ScreenToGif/Windows/Other/AutomatedTask.xaml(+1 -1)📝
ScreenToGif/Windows/Other/AutomatedTask.xaml.cs(+4 -4)📄 Description
Hi!
This is a small change to the "Mouse Clicks" overlay feature: Adds a new setting to highlight the mouse cursor without clicks.
The name "Mouse Clicks" didn't seem appropriate anymore, so it's also renamed to "Mouse Events".
The highlight color is fully transparent by default, so it's not visible, and added a check to skip drawing transparent mouse overlays.
This is my first pull request, so I hope it's ok. :) Wasn't sure of the migrations part and what to do about the localization files.


Here are some screenshots:
closes #1086
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.