tRemove double buffering from todo list - croptool - Image cropping tool
HTML git clone git://lumidify.org/croptool.git (fast, but not encrypted)
HTML git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bec9b79f432571ee583f444a974617abda52f774
DIR parent b4e5a51cc9a504d4386fe372378826d561babad4
HTML Author: lumidify <nobody@lumidify.org>
Date: Sat, 6 Mar 2021 08:16:00 +0100
Remove double buffering from todo list
Diffstat:
M TODO | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
DIR diff --git a/TODO b/TODO
t@@ -1,5 +1,3 @@
* Proper path handling (allow paths including "'", etc.)
-* Double-buffering
* Draw pixmap on exposure events instead of doing the
- expensive image resizing each time (goes hand-in-hand
- with double-buffering)
+ expensive image resizing each time