Ecore_Wayland: Remove dependency on egl (handled in compositors).
[profile/ivi/ecore.git] / src / lib / ecore_wayland / ecore_wl.c
2012-03-27 devilhornsEcore_Wayland: Remove dependency on egl (handled in...
2012-03-27 devilhornsEcore_Wayland: Add doxy & since for dpi function.
2012-03-27 devilhornsEcore_Wayland:
2012-03-09 devilhornsEcore_Wayland: Update ecore_wayland to match new events...
2012-03-08 devilhornsEcore_Wayland: Remove free of the interfaces_bound...
2012-03-07 devilhornsEcore_Wayland: Don't need to init egl here (just yet...
2012-03-05 devilhornsEcore_Wayland: Don't require a current surface to retri...
2012-03-01 devilhornsEcore_Wayland: Remove image_target_texture_2d (not...
2012-03-01 devilhornsEcore_Wayland: Add ecore_wl_pointer_xy_get function.
2012-02-28 devilhornsEcore_Wayland: Add some doxy & @since.
2012-02-28 devilhornsEcore_Wayland: Refactor all the ecore_wayland code...
2012-02-22 devilhornsEcore (Wayland): Update include for xkbcommon (changed...
2012-02-09 devilhornsEcore_Wl: Also send mouse move before sending mouse...
2012-02-01 rasterok 1 segv less. this code looks most suspicious...
2012-01-16 devilhornsEcore_Wayland: When handling wayland interfaces (during...
2012-01-13 devilhornsEcore_Wayland: Some more work on getting drag-n-drop...
2012-01-13 devilhornsEcore_Wayland: Unbreak shm engine wrt shm_format.
2012-01-13 devilhornsEcore_Wayland: Oops, shm_format should be int. Also...
2012-01-13 devilhornsEcore_Wayland: Handle shm format iteration a bit better.
2012-01-13 devilhornsEcore_Wayland: Add actual code to handle drag-n-drop...
2012-01-13 devilhornsEcore_Wayland: Implement handling Touch Events.
2012-01-09 devilhornsEcore_Wayland: Fix fd_handler to only listen on fd_read.
2012-01-08 devilhornsEcore_Wayland: Put mouse_up_send, mouse_down_send into...
2012-01-04 devilhornsEcore_Wayland: Fix mouse & focus send functions to...
2012-01-03 devilhornsEcore (Wayland): Add function to get current mouse...
2011-12-28 devilhornsEcore_Wayland: Start work on drag-n-drop code (just...
2011-12-26 devilhornsEcore: Add Ecore_Wayland (Wayland backend like ecore_x).