efl/legacy/ecore/src/lib/ecore_x
Viktor Kojouharov d410dcd75b ecore_x:
* in ecore_x_pointer_xy_get, fill x & y with '-1', if the pointer is not in the same screen as the given window
  * add 'same_screen' and 'root_win' information for the XEvents dealing with keyboard and mouse events

e:
  * make sure e_manager_current_get returns the correct manager for the current screen
  * fix various modules to use the correct window, when dealing with events


SVN revision: 34705
2008-05-30 22:30:57 +00:00
..
.cvsignore Some client message and ICCCM related functions. 2004-09-21 19:18:45 +00:00
Ecore_X.h ecore_x: 2008-05-30 22:30:57 +00:00
Ecore_X_Atoms.h Add missing declaration (ECORE_X_ATOM_NET_STARTUP_ID). 2007-04-08 20:52:54 +00:00
Ecore_X_Cursor.h hey guys! can u rememebr to add yourselves to AUTHORS? 2004-04-30 03:10:17 +00:00
Makefile.am add xtest faking key support. 2008-03-28 14:38:35 +00:00
ecore_x.c ecore_x: 2008-05-30 22:30:57 +00:00
ecore_x_composite.c Ecore now checks whether the composite extension is available before trying to open an ARGB window. 2007-10-06 08:37:34 +00:00
ecore_x_cursor.c Move cursor and drawable functions to their own file. DPMS: Add doc, init function, ecore_x_dpms_timeouts_get and rename ecore_x_dpms_capable. As my xorg does not have the dpms extension, someone else has to add its test in configure.in (like other extensions) 2007-03-09 01:11:09 +00:00
ecore_x_damage.c Remove warnings when building without X damage support. 2006-12-11 07:33:40 +00:00
ecore_x_dnd.c improve xdnd performance by thousdands of times. it was HORRID. note the 2007-11-15 04:48:36 +00:00
ecore_x_dpms.c With Seb's recent #ifdef's the if (!dpms_available) checks are not needed now. 2007-03-13 16:49:48 +00:00
ecore_x_drawable.c Thu Mar 15 12:20:27 2007 Michael Jennings (mej) 2007-03-15 22:21:28 +00:00
ecore_x_e.c At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +00:00
ecore_x_error.c At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +00:00
ecore_x_events.c ecore_x: 2008-05-30 22:30:57 +00:00
ecore_x_fixes.c Cleanup warnings when building without support for the X fixes extension. 2006-12-11 06:33:42 +00:00
ecore_x_gc.c At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +00:00
ecore_x_icccm.c Check if the array is larger than 0 2006-06-10 19:26:25 +00:00
ecore_x_mwm.c Fix warnings. 2006-01-06 21:56:05 +00:00
ecore_x_netwm.c Remove unused variable 2008-03-13 06:36:50 +00:00
ecore_x_pixmap.c At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +00:00
ecore_x_private.h improve xdnd performance by thousdands of times. it was HORRID. note the 2007-11-15 04:48:36 +00:00
ecore_x_randr.c Change name for consistency 2007-12-28 22:58:48 +00:00
ecore_x_screensaver.c No need to cast int to double when we return an int. 2007-11-06 06:12:43 +00:00
ecore_x_selection.c if we can't convert to the requested target, fail so that requesting app can re-request a different type 2007-04-21 02:57:51 +00:00
ecore_x_sync.c At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +00:00
ecore_x_test.c add xtest faking key support. 2008-03-28 14:38:35 +00:00
ecore_x_window.c revert_to can't be PointerRoot, should probably be RevertToPointerRoot 2008-02-12 20:34:41 +00:00
ecore_x_window_prop.c Selection data should be untyped. Add const. Fix warnings. 2006-11-05 15:14:49 +00:00
ecore_x_window_shape.c e: 2008-01-11 07:33:57 +00:00
ecore_x_xinerama.c At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +00:00
ecore_xcb.c Ecore now checks whether the composite extension is available before trying to open an ARGB window. 2007-10-06 08:37:34 +00:00
ecore_xcb_atom.c those indices look a bit fragile to me ... 2007-05-11 17:53:50 +00:00
ecore_xcb_composite.c Ecore now checks whether the composite extension is available before trying to open an ARGB window. 2007-10-06 08:37:34 +00:00
ecore_xcb_cursor.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_damage.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_dnd.c remove trailing spaces 2008-02-20 18:22:42 +00:00
ecore_xcb_dpms.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_drawable.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_e.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_events.c if we can't convert to the requested target, fail so that requesting app can re-request a different type 2007-04-21 02:57:51 +00:00
ecore_xcb_fixes.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_gc.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_icccm.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_mwm.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_netwm.c *API BREAK* see the discussion in the mailing list. misc and e_modules will follow 2007-07-25 17:01:04 +00:00
ecore_xcb_pixmap.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_private.h Ecore now checks whether the composite extension is available before trying to open an ARGB window. 2007-10-06 08:37:34 +00:00
ecore_xcb_randr.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_reply.c *API BREAK* see the discussion in the mailing list. misc and e_modules will follow 2007-07-25 17:01:04 +00:00
ecore_xcb_screensaver.c use the new api for the screensaver 2008-02-20 18:20:51 +00:00
ecore_xcb_selection.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_shape.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_sync.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_window.c don't check for errors in the xcb_create_colormap call 2007-05-13 08:40:28 +00:00
ecore_xcb_window_prop.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00
ecore_xcb_xinerama.c Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +00:00