Faster Morphing
I tried to find the origin of the slowness for buffered drawing at MorphOS and it seems I found a clue. I allocated my Bitmaps always without BMF_DISPLAYABLE and this seems to be the Origin of the stuttering mouse and speed problems, now I changed all AllocBitmaps to use this flag and all it fast, especially the Bootup is now fast as I would expect. Seems my Drawing routine needs a little bit more work and thinking. At least its fast now and the color problems are also gone.
Glad that you were able to sort this out.
Does this (also) solves the issue you got with SynEdit ?
Sadly not, still no drawing, it seems as the size calculations have some problems or so. Difficult to debug.