summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* ecore-evas-x: Remove blank lineChris Michael2017-06-081-1/+0
* ecore-evas-wayland: Fix potential null dereferenceChris Michael2017-06-081-0/+2
* evas-gl-drm: Fix uninitialized variableChris Michael2017-06-081-1/+1
* evas-gl-drm: Be sure to initialize ncfg variableChris Michael2017-06-081-1/+1
* evas_map: support map with number of points as multiples of 4Thiep Ha2017-06-082-9/+15
* evas xpm loader - add more rgb.txt file locations...Carsten Haitzler (Rasterman)2017-06-081-1/+3
* evas-gl-drm: Fix potential memory leakChris Michael2017-06-071-7/+12
* ecore-evas-wl: Don't check window visibility on raisingChris Michael2017-06-071-1/+1
* ecore_evas: reuse code by relying on switch case statement fallthrough for ke...Cedric BAIL2017-06-051-0/+55
* evas: reuse code for colorspace logic by using switch case statement fallthro...Cedric BAIL2017-06-051-0/+2
* evas: use switch case statement fallthrough to handle colorspace logic reuse.Cedric BAIL2017-06-051-0/+3
* evas: TGA does use switch case statement fallthrough to factorize code.Cedric BAIL2017-06-051-0/+14
* evas: document the wayland ecore_evas constructorsBryce Harrington2017-06-051-1/+30
* ecore_evas: correct error message reporting incorrect engine nameBryce Harrington2017-06-051-2/+2
* ecore-imf-wayland: Check xkb_keysym_to_utf8Bryce Harrington2017-06-021-1/+1
* ee drm: null elput device pointer when deleting deviceMike Blumenkrantz2017-06-021-0/+1
* ee engines: update engines for per-seat cursor objectsMike Blumenkrantz2017-06-024-7/+14
* ee wayland: only handle events for ee with matching display objectMike Blumenkrantz2017-06-021-0/+4
* ecore_evas_drm: Send a spurious pageflip when showing a canvasDerek Foreman2017-06-021-0/+10
* drm: Fix build warning (invalid enum type)Jean-Philippe Andre2017-05-311-2/+2
* evas gl: Add an env var to debug GLSL version issuesJean-Philippe Andre2017-05-301-1/+12
* wayland/drm: create evas_devices and add device pointer to input eventsMike Blumenkrantz2017-05-261-0/+86
* dmabuf: Drop requirement that buffer be writeableDerek Foreman2017-05-191-1/+1
* wayland: move pointer-related functions to ecore_wl2_input namespaceMike Blumenkrantz2017-05-192-6/+18
* wayland: use shell activated state to indicate focus in csdMike Blumenkrantz2017-05-192-2/+6
* ecore-wl2: redo ecore_wl2_window_move() to take a seat instead of coordsMike Blumenkrantz2017-05-191-7/+5
* ecore-wl2: redo ecore_wl2_window_resize() to take a seat instead of sizeMike Blumenkrantz2017-05-191-5/+1
* ecore-evas-wayland: do not trigger resize operation when performing rotationMike Blumenkrantz2017-05-191-18/+1
* ee wl engines: set seat id when creating seatsMike Blumenkrantz2017-05-191-1/+1
* ee vnc thingy: set seat id for vnc seatMike Blumenkrantz2017-05-191-0/+1
* evas/elm: Make group_add/group_del internal functionsJean-Philippe Andre2017-05-192-1/+5
* ee_drm: Remove some commented out codeDerek Foreman2017-05-121-35/+0
* ecore_drm2: refcount fbsDerek Foreman2017-05-122-2/+2
* evas: simplify fb engine.Cedric BAIL2017-05-121-10/+5
* evas: simplify buffer engine.Cedric BAIL2017-05-121-10/+5
* evas: stat introducing a concept of engine and output in the backend.Cedric BAIL2017-05-1216-392/+357
* evas gl: Fix typo and revert hack (GLES 3.1)Jean-Philippe Andre2017-05-121-45/+4
* gl_drm: Fix rendering problems with dmabufDerek Foreman2017-05-101-8/+0
* ecore-evas-wayland: Remove unused variableChris Michael2017-05-091-2/+1
* Ecore_Evas (Win32): add geometry_get() method and fix dpi_get(), using the ne...Vincent Torri2017-05-081-31/+79
* ecore_evas: refactor win32 backend to use generic render infrastructure.Cedric BAIL2017-05-081-25/+4
* ecore_evas: refactor wayland backend to use generic render infrastructure.Cedric BAIL2017-05-081-69/+9
* ecore_evas: refactor sdl backend to use generic render infrastructure.Cedric BAIL2017-05-081-35/+1
* ecore_evas: refactor psl1ght backend to use generic render infrastructure.Cedric BAIL2017-05-081-36/+1
* ecore_evas: refactor fb backend to reuse generic render infrastructure.Cedric BAIL2017-05-081-31/+4
* ecore_evas: refactor extn backend to use generic rendering infrastructure.Cedric BAIL2017-05-081-39/+51
* ecore_evas: refactor drm backend to use generic render infrastructure.Cedric BAIL2017-05-081-66/+8
* cocoa: refactor cocoa backend to use generic render infrastructure.Cedric BAIL2017-05-081-24/+2
* evas: Fix can't open tiff file on loaderjiin.moon2017-05-081-4/+8
* ecore_evas: first step into refactoring x backend.Cedric Bail2017-05-051-10/+1