efl/legacy/ecore/src/lib/ecore_x
Carsten Haitzler c9c3ca7f1d improve xdnd performance by thousdands of times. it was HORRID. note the
comments in the code.


SVN revision: 32694
2007-11-15 04:48:36 +00:00
..
.cvsignore Some client message and ICCCM related functions. 2004-09-21 19:18:45 +00:00
Ecore_X.h improve xdnd performance by thousdands of times. it was HORRID. note the 2007-11-15 04:48:36 +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 autostuff improvements: 2007-11-04 09:29:20 +00:00
ecore_x.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_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 improve xdnd performance by thousdands of times. it was HORRID. note the 2007-11-15 04:48:36 +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 *API BREAK* see the discussion in the mailing list. misc and e_modules will follow 2007-07-25 17:01:04 +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 #ifdef the randr support 2006-05-12 12:28:06 +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_window.c improve xdnd performance by thousdands of times. it was HORRID. note the 2007-11-15 04:48:36 +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 At rasters request, I followed his example and told them all to stfu. 2006-01-06 20:22:09 +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 improve xdnd performance by thousdands of times. it was HORRID. note the 2007-11-15 04:48:36 +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 Here is ecore_x with XCB backend. 2007-04-13 17:15:19 +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