remove the second -lssl in the generated Makefile so that it doesn't break the build.
[AROS-Contrib.git] / gfx / lunapaint / TODO
blobadd4e8106f741f6d602b316348d3785b3a426204
1 TODO - 0.3.3
2  
3  * DONE Trails on brushes
4  * DONE Global keyboard shortcuts
5  * DONE Fullscreen editing
6  * DONE Fixed layer stack order
7  
8 TODO - 0.3.4
10  * Fix redrawing of canvas around image when moving windows over it
11  * Implement configurable "activate windows on hover"
12  * Fix crash sometimes when loading a unknown file format
13  * Fix flimmer on scrolling layers
14  * Optimize usage of text buffer size (now it has a bounding box)
15  * Add font preview area
16  * 64-bit raw export again
17  * Redo rendering engine in canvas.c to also work with drawtools.c (canvas/)
18  * Make brushes and canvas use same pixel effects (central blending engine)
19  * Brightness/Contrast/Gamma "filter"
20  * Dropshadow filter
21  * ASL Requestors in their own processes
22  * Guassian blur filter
23  * Simple undo/redo like in dpaint