summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* evas: add logic to do limit output tile to fit in L1 cache.devs/cedric/evas_tilingCedric BAIL2014-09-272-0/+81
* elua: update eolian bindings and generatorDaniel Kolesa2014-09-252-15/+20
* eolian: remove the need to pass prefix to eolian_function_full_c_name_getDaniel Kolesa2014-09-256-8/+22
* eolian: properly replace commas in event_c_name_get and cleanup generatorDaniel Kolesa2014-09-252-32/+10
* eolian: new API: eolian_event_c_name_getDaniel Kolesa2014-09-255-7/+36
* efreet: TODO++Sebastian Dransfeld2014-09-251-0/+3
* Eo: Get rid of eo_add_custom.Tom Hacohen2014-09-2536-188/+90
* efreet: Fix leakSebastian Dransfeld2014-09-251-0/+3
* efreet: remove debug fprintfSebastian Dransfeld2014-09-251-1/+0
* efreet: Fix leak on errorSebastian Dransfeld2014-09-251-14/+6
* efreet: Implement fields added by desktop spec 1.1Sebastian Dransfeld2014-09-255-1/+206
* efreet: Accept both only_show_in and not_show_inSebastian Dransfeld2014-09-251-9/+8
* evas: supplement missing fields in doc.ChunEon Park2014-09-251-3/+4
* efreet: add check for cache versionSebastian Dransfeld2014-09-241-9/+43
* ecore-drm: Add an extra blank line just to separate codeChris Michael2014-09-241-0/+1
* ecore-drm: Added private functions to get brightness levels in backlightvivek2014-09-242-17/+60
* ecore-drm: Remove need to use an extra variable for storing device.Chris Michael2014-09-241-15/+10
* elua: class unregister + keep track of Eo_ClassDaniel Kolesa2014-09-241-2/+16
* elua: remove the eo_methods stuff, improve class registrationDaniel Kolesa2014-09-241-11/+4
* elua: Eo metatype with method table redirectionDaniel Kolesa2014-09-241-0/+17
* ecore_x_vsync - fix tiny leaklet of drmversionCarsten Haitzler (Rasterman)2014-09-241-1/+1
* elua: ad the rest of Eo APIs to ffi cdefDaniel Kolesa2014-09-241-2/+49
* evas_events: fixed keyup with modifierAndrii Kroitor2014-09-241-2/+1
* elua: add some more eo APIs to ffi cdefDaniel Kolesa2014-09-241-0/+22
* eina_value_util_type_offset: abs(unsigned int) is nonsenseJérémy Zurcher2014-09-241-1/+1
* efl build - fix parallel builds with new branch merge from dhCarsten Haitzler (Rasterman)2014-09-241-2/+3
* eeze: Fix missing break in switch(s)Chris Michael2014-09-231-1/+3
* +eina_strdup(), eina_streq()Mike Blumenkrantz2014-09-231-0/+28
* move eina_value_util_time_string_new() to not inlineMike Blumenkrantz2014-09-233-24/+23
* fix config.h inclusion across the treeMike Blumenkrantz2014-09-2360-5/+195
* add eina_value_util.h to Eina.hMike Blumenkrantz2014-09-232-2/+5
* ecore-drm: Port ecore_drm_output backlight init code to use EezeChris Michael2014-09-231-49/+43
* ecore-drm: Port ecore_drm_inputs code to use Eeze instead of udevChris Michael2014-09-231-120/+82
* ecore-drm: Remove udev from private header and add an Eeze_Udev_WatchChris Michael2014-09-231-3/+1
* ecore-drm: Fix ecore_drm_device_find function to use EezeChris Michael2014-09-231-98/+51
* ecore-drm: Remove references to udev functions and init Eeze duringChris Michael2014-09-231-6/+5
* ecore-drm: Fix comment to not mention udevChris Michael2014-09-231-1/+1
* ecore-drm: Add Eeze as an internal dependency for ecore-drmChris Michael2014-09-231-0/+1
* ecore-drm: Remove internal dependency on libudevChris Michael2014-09-231-1/+0
* eeze: Add cases for backlight and leds in get_syspath_from_watch.Chris Michael2014-09-231-0/+10
* eeze: Add cases for backlight and leds in eeze_udev_find_by_typeChris Michael2014-09-231-0/+8
* eeze: Add Eeze udev types for backlight and ledsChris Michael2014-09-231-1/+11
* ecore-evas-drm: Fix calling ecore_drm_device_find twice in some casesChris Michael2014-09-231-0/+4
* eeze: Fix issue with eeze_udev_find_by_type not finding devices whenChris Michael2014-09-231-3/+0
* rename eina_value_util_timestamp_new -> eina_value_util_time_string_newMike Blumenkrantz2014-09-231-1/+1
* +eina_value_util apiMike Blumenkrantz2014-09-234-0/+362
* eeze: Fix return value for eeze_udev_syspath_get_sysnumChris Michael2014-09-231-2/+2
* eeze: Add code for eeze_udev_syspath_get_sysnum functionChris Michael2014-09-231-0/+21
* eeze: Add eeze_udev_syspath_get_synum functionChris Michael2014-09-231-0/+11
* edje: fix borked edje_external.Cedric BAIL2014-09-231-2/+1