We've had the same problem in our application. However we discovered that the slow GetPixel/SetPixel calls in ::UpdateInternalImage(int index) were used only in this case (index == 1) and the results of the function weren't even used in our application.
So we skipped the calls in this case completely (if (index == 1)). -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/c82c25eb-4f6c-4208-af1e-7f1901004233%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
