Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/engines/ecore_evas_software_x11 Modified Files: Makefile.am ecore_evas_software_x11.c Log Message: * [Misc] Add etk_current_time_get() * [Misc] Add etk_mouse_position_get() * [Event] We can now add "global" event callbacks to catch events that occurs everywhere on the screen. See etk_event_global_callback_add/del() * [Event] Documentation++ * [Engine/Popup Window] A lot of code for the popup window has been moved from the engine to etk_popup_window.c itself. It makes engine a lot creation easier * [Popup Window] Fix the slide effect if the mouse has not left the popup window * [Menu Bar] We can now select another menu bar's item when a menu is already popped up =================================================================== RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_software_x11/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 4 Aug 2006 18:46:26 -0000 1.2 +++ Makefile.am 3 Sep 2006 18:36:11 -0000 1.3 @@ -6,7 +6,7 @@ -I$(top_srcdir)/src/engines/ecore_evas \ -I$(top_srcdir)/src/engines/ecore_evas_x11 \ -I$(top_srcdir)/src/engines/ecore_evas_software_x11 \ - @EVAS_CFLAGS@ @ECORE_CFLAGS@ -g + @EVAS_CFLAGS@ @ECORE_CFLAGS@ -g -Wall pkgdir = $(libdir)/etk/engines =================================================================== RCS file: /cvs/e/e17/proto/etk/src/engines/ecore_evas_software_x11/ecore_evas_software_x11.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ecore_evas_software_x11.c 1 Sep 2006 13:32:30 -0000 1.9 +++ ecore_evas_software_x11.c 3 Sep 2006 18:36:11 -0000 1.10 @@ -68,8 +68,8 @@ NULL, /* popup_window_constructor */ NULL, /* popup_window_popup_at_xy */ NULL, /* popup_window_popdown */ - NULL, /* popup_window_popped_get */ + NULL, /* event_callback_set */ NULL, /* mouse_position_get */ NULL, /* mouse_screen_geometry_get */ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs