summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixoring.devs/tasn/eo_fixTom Hacohen2014-09-302-11/+8
* Evas Textblock: Fix bad empty line add on wrappingDaniel Hirt2014-09-262-2/+24
* elua: remove ldouble from lualianDaniel Kolesa2014-09-261-1/+1
* elua: lualian event cleanupDaniel Kolesa2014-09-261-10/+2
* elua: remove Constructor/Default_Constructor from lualian (obsolete)Daniel Kolesa2014-09-261-56/+0
* eeze: Added API to set sysattr valuesvivek2014-09-262-0/+36
* ecore_wayland: Added cursor_name to Ecore_Wl_Window.Srivardhan Hebbar2014-09-262-3/+7
* eo-cxx: Get rid of eo_add_custom.Savio Sena2014-09-253-6/+2
* eolian-cxx: Get rid of class_prefix and related code.Savio Sena2014-09-252-19/+6
* Eo: Change eo_add/del/unref behaviour.Tom Hacohen2014-09-2536-44/+61
* ecore-drm: Don't crash if we get no devpath from EezeChris Michael2014-09-251-3/+5
* ecore-drm: Add some more debug information if a device fails to openChris Michael2014-09-251-2/+5
* ecore-drm: Fix adding an input device when we don't get the devpathChris Michael2014-09-251-1/+4
* 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
* pkg-config: Make Eina++ require and use Eo.Savio Sena2014-09-241-4/+4
* 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
* Edje cmake: Add a way to define edje compilation target.Tom Hacohen2014-09-241-0/+13
* 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
* eo: use the "EXTRA_DIST" macro to install .py filesCedric BAIL2014-09-241-2/+4
* autotools: modified autogen.sh to be able to build from any directory.Srivardhan Hebbar2014-09-241-22/+29
* 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-2361-5/+197
* add eina_value_util.h to Eina.hMike Blumenkrantz2014-09-232-2/+5
* Merge branch 'devs/devilhorns/ecore_drm_eeze'Chris Michael2014-09-237-396/+303
|\
| * 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