Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        TODO 


Log Message:
- update TODO

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/TODO,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- TODO        11 Jan 2006 05:14:46 -0000      1.68
+++ TODO        31 Jan 2006 05:29:50 -0000      1.69
@@ -133,8 +133,11 @@
 
 EWL TODO
 ========
-- Ability to attach arbitrary cursors to each widget. Attachment portion done,
-  need to add cursor code.
+- Ability to attach custom cursors to each widget. We can currently attach
+  predefined cursors. Need to add a ewl_attach_widget_cursor_custom_set that
+  uses the buffer engine to create the cursor. We then attach it with an
+  EWL_ATTACH_TYPE_MOUSE_CURSOR_CUSTOM so on free we can free the cursor that
+  is attached.
 
 - In ewl_init should options be parsed after loading config values from
   ecore_config. ewl_init_parse_options() vs. ewl_config_init()
@@ -176,3 +179,5 @@
   - Invert on mouse click (behavior depends upon select mode).
   - determination of whether a row is selected or not 
(ewl_[tree_]row_selected).
 
+- Need to split the evas engine code out then use function pointers to do
+  the engine functions instead of the current #ifdef method.




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to