Commit graph

7 commits

Author SHA1 Message Date
snow flurry be95698d10 OverlayWndProc: Fix flickering issue
The flickering was caused by DefWindowProc trying to erase the background, then GDI painting back in the bitmap. By not letting DefWindowProc draw the background, flickering is effectively removed.

git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@15 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-20 02:37:01 +00:00
snow flurry 94989c680a Grabby: Write the screenshot to %TEMP%
Means I don't have to ignore *.bmp in the repo. I'll probably make this user-configurable, once we have a configuration system in place.

git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@14 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-15 07:32:20 +00:00
snow flurry dc07b5e612 Bitmap.c: Avoid calling GetProcessHeap so much
Not really a major functionality/performance change, it just makes me feel better.

git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@13 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-15 05:55:27 +00:00
snow flurry 7d1c91401f Bitmap.c: Cleanup some memory management
git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@12 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-15 05:51:35 +00:00
snow flurry d64803c1a9 OverlayWndProc: Fix rendering issue, allow Esc to cancel
git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@11 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-15 05:40:23 +00:00
snow flurry cc5c051a33 Update ReadMe.txt
Switch out the boilerplate VS2003 text with something explaining this application.

git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@10 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-14 06:22:03 +00:00
snow flurry 585e61636a Create project "Grabby".
git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@9 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-13 21:00:46 +00:00