summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland_shm: Fix evas test breakagedevs/derekf/wayland_shm_test_fixDerek Foreman2016-04-201-0/+1
* ecore: use restartable event for main loop event.Cedric BAIL2016-04-201-3/+3
* eolian: add tests for restartable event.Cedric BAIL2016-04-202-0/+22
* eolian: add support for restartable event.Cedric BAIL2016-04-206-4/+33
* eo: let's check that this nested restarted event are working somehow.Cedric BAIL2016-04-203-1/+39
* eo: add support for restartable event inside nested call.Cedric BAIL2016-04-203-4/+81
* edje: build again edje files needed for testsCedric BAIL2016-04-201-0/+1
* tests: fix another redefine of Ecore_Cb build breakStefan Schmidt2016-04-201-1/+1
* ecore-wl(2): add copyright headers (MIT) from westonMike Blumenkrantz2016-04-202-0/+48
* Ecore: Use calloc() to initialize Ecore_Event_Mouse_XXXXDuna Oh2016-04-206-19/+19
* Eolian cxx tests: don't redefine Ecore_Cb.Tom Hacohen2016-04-201-1/+1
* Elm: Don't install box, table and grid eo filesJean-Philippe Andre2016-04-2033-293/+284
* docs: eldbus: add class and property descriptions for eldbus model filesStefan Schmidt2016-04-206-3/+24
* docs: eio: add class description for eio model classStefan Schmidt2016-04-201-0/+2
* docs: edje_edit: add class descriptionStefan Schmidt2016-04-201-0/+5
* eo base: names - add finding functions to fund by nameCarsten Haitzler (Rasterman)2016-04-203-4/+198
* Ecore eo: Resolve duplicate Ecore_Cb definition.Tom Hacohen2016-04-203-3/+3
* Efl: Add Efl.Pack interfaces and Efl.Ui Box and GridJean-Philippe Andre2016-04-2021-3/+3637
|\
| * Efl.Pack: Rename methods and propertiesJean-Philippe Andre2016-04-2019-284/+395
| * elm_text/box: Use real widgets to show off box layoutJean-Philippe Andre2016-04-201-73/+53
| * Efl.Ui.Grid: Implement custom layout functionsJean-Philippe Andre2016-04-206-46/+194
| * Ui.Box: Fix flow layoutJean-Philippe Andre2016-04-207-71/+124
| * Efl.Ui.Box: Add pack_align propertyJean-Philippe Andre2016-04-206-21/+126
| * Efl.Ui.Grid: Fix new API behaviourJean-Philippe Andre2016-04-205-145/+338
| * Elm_test/Grid: Add linear API test for Efl.Ui.GridJean-Philippe Andre2016-04-206-33/+193
| * Elm_test/Ui.Box: Implement example custom layout functionJean-Philippe Andre2016-04-201-0/+55
| * Elm_test: Add test case for Ui.GridJean-Philippe Andre2016-04-205-18/+377
| * Efl.Ui.Box: Implement flow layoutsJean-Philippe Andre2016-04-209-14/+199
| * Efl.Ui.Box: Implement way to override layout functionJean-Philippe Andre2016-04-209-13/+97
| * Elm_test: Add basic test case for the new box apiJean-Philippe Andre2016-04-202-0/+363
| * Elm: Compile in box and gridJean-Philippe Andre2016-04-202-3/+18
| * Efl.Ui.Grid: Add implementation of a grid/tableJean-Philippe Andre2016-04-202-0/+684
| * Efl.Ui.Box: Add implementation of a simple boxJean-Philippe Andre2016-04-204-0/+852
| * Efl: Add skeletton for new containers "Pack" APIJean-Philippe Andre2016-04-208-0/+287
|/
* wayland_shm: Remove debug detritusDerek Foreman2016-04-191-1/+0
* wayland_shm: Add dmabuf supportDerek Foreman2016-04-194-2/+482
* static_libs: Add libdrm headers (for wayland_shm)Derek Foreman2016-04-196-0/+3130
* wayland_shm: Refactor surface creationDerek Foreman2016-04-193-16/+41
* wayland_shm: pass engine info to shm_surface_createDerek Foreman2016-04-193-13/+8
* wayland_shm: Pull the damage stuff out of evas_shmDerek Foreman2016-04-193-13/+21
* wayland_shm: Minor clean up of _evas_shm_surface_postDerek Foreman2016-04-191-24/+17
* wayland_shm: Don't pass num_buff to reconfigureDerek Foreman2016-04-193-7/+4
* wayland_shm: Gratuitous code simplificationDerek Foreman2016-04-191-12/+15
* wayland_shm: Pass Evas_Engine_Info_Wayland_Shm directly to setup functionsDerek Foreman2016-04-193-34/+22
* wayland_shm: Add dmabuf to engine infoDerek Foreman2016-04-194-0/+5
* ecore_wl2: Add API to get dmabuf protocol objectDerek Foreman2016-04-192-0/+29
* wayland_shm: Abstract the actual shm operationsDerek Foreman2016-04-193-55/+64
* wayland_shm: Remove outbuf_reconfigure function pointerDerek Foreman2016-04-191-7/+3
* wayland_shm: Remove unused dx, dy params from resize functionsDerek Foreman2016-04-194-30/+8
* wayland_shm: Drop ifdefs around damage_bufferDerek Foreman2016-04-191-4/+0