* memory handling, it leaks like hell ** more CountedPtr usage * wrap evas_color_* functions (e.g. evas_color_argb_premul) * move all #include from *.h to *.cpp * split eflpp into seperate libs (e.g. eflpp-edje, eflpp-evas, ...) * replace char* with string * create a wrap() function for all classes * use PImpl implementation to avoid include of EFL headers direct in applications * one header and cpp file for each class