mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #3] yearn to Full Screen #1369
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#1369
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?
Originally created by @ZCShou on GitHub (Aug 14, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/3
Originally assigned to: @NickeManarin on GitHub.
@NickeManarin commented on GitHub (Aug 14, 2016):
Working on it. I just need to adjust the UI, to be usable without interfering.
@ZCShou commented on GitHub (Aug 15, 2016):
Thanks for your answer! hope the work is going on smoothly
@NickeManarin commented on GitHub (Sep 4, 2016):
I'm currently having problems with high memory consumption. I'll have to postpone to next release (2.3).
@YuryKomar commented on GitHub (Sep 10, 2016):
Nicke, to fix the memory leak may be to clean links to empty/disposed objects by using WinAPI "EmptyWorkingSet"?
@NickeManarin commented on GitHub (Sep 11, 2016):
I know, I'm using GC.Collect().
@YuryKomar commented on GitHub (Sep 11, 2016):
Right. But sometimes, I don't know why, but GC.Collect does not clean the unused memory properly. I such cases I use API "EmptyWorkingSet"