Dear all EFL developers, I'm trying to add entry features those are useful in the mobile envieronment such as magnifier and selection block handlers. Some of these might be conflicted with desktop entries' functionalities or meaningless in the desktop entries. Therefore I've splitted the patches according to the functionality and I'm sending them one after another.
The attached patch is related to the entry magnifier feature that helps user move cursor easily in a mobile entry. This can be more useful with another selection mode in a edje_entry that supports moving cursor in mouse_move. However as I described above, I'll send the edje_entry selection patch (that will also include one more change in long press detection in an elm_entry) right after this magnifier patch is accepted. So, please review this patch just focused on magnifier feature itself. I added next 2 APIs to enable or disable magnifier feature in an entry. - EAPI void elm_entry_magnifier_disabled_set(Evas_Object *obj, Eina_Bool disabled); - EAPI Eina_Bool elm_entry_magnifier_disabled_get(const Evas_Object *obj); And below 4 functions are related to magnifier feature. - static void _magnifier_create(void *data); - static void _magnifier_show(void *data); - static void _magnifier_hide(void *data); - static void _magnifier_move(void *data, Evas_Coord x, Evas_Coord y); Please review this patch and feel free to give me a feedback if you have questions. Best Regards, Myungjae Lee
elm_entry.diff
Description: Binary data
magnifier.png
Description: Binary data
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
