summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina_file: Try to use XDG_RUNTIME_DIR for tmp dir firstdevs/stefan/xdg-runtime-dir-for-mkstempStefan Schmidt2014-09-111-1/+2
* edje_edit: Use eina_file_mkstemp() to avoid problems with umaskStefan Schmidt2014-09-101-14/+6
* edje_watch: Use eina_file_mkstemp() to avoid problems with umaskStefan Schmidt2014-09-101-12/+4
* eolian: remove accessor structuresDaniel Kolesa2014-09-104-153/+136
* edje_cc: Remove no longer needed extern tmp_dir.Stefan Schmidt2014-09-101-1/+0
* edje_cc_parse: Use eina_file_mkstemp() to avoid problems with umaskStefan Schmidt2014-09-101-13/+9
* edje_cc: Use eina_file_mkstemp() to avoid problems with umaskStefan Schmidt2014-09-101-13/+7
* edje_cc: Print out the right file name on the error message.Stefan Schmidt2014-09-101-1/+1
* eolian: we can only have 2 accessorsDaniel Kolesa2014-09-104-19/+16
* eolian: remove accessor params featureDaniel Kolesa2014-09-109-104/+25
* eolian: remove Eo_Param_Def, reduce allocations, simplify codeDaniel Kolesa2014-09-104-71/+20
* eina: resolved TODO in eina tests - added delete array listkabeer khan2014-09-103-5/+24
* ecore: fix documentation.Cedric BAIL2014-09-091-1/+1
* elua: update eolian bindings to latest versionDaniel Kolesa2014-09-092-59/+268
* eo: update the EFL to use builtin complex typesDaniel Kolesa2014-09-0912-30/+38
* po: update translation position.Cedric BAIL2014-09-0922-869/+869
* autotools: let's not forget to include necessary .eo for make checkCedric BAIL2014-09-091-2/+5
* autotools: let's not forget to ship lib/efl headers.Cedric BAIL2014-09-091-1/+3
* autotools: extra dist subdirs must be filled with all directory.Cedric BAIL2014-09-091-3/+5
* autotools: We now have some headers in lib/efl that are not autogenerated.Cedric BAIL2014-09-091-0/+1
* eet: call LOCK_CACHE before altering Eet_FileJérémy Zurcher2014-09-081-2/+3
* ecore_evas/drm: Clarify error message if given device is not found.Stefan Schmidt2014-09-081-1/+1
* evas-drm: Remove unused function prototype.Stefan Schmidt2014-09-081-3/+0
* eolian: builtin complex typesDaniel Kolesa2014-09-0813-37/+54
* Ecore/Wayland: fix memory issue on exit.Daniel Zaoui2014-09-081-1/+6
* evas/drm: Remove evas-drm handling of the drm fdStefan Schmidt2014-09-082-35/+0
* Documentation: Adding documentation for evas_object_textblock structures.Srivardhan Hebbar2014-09-081-103/+96
* autotools: abstract sockets are supported by DarwinJean Guyomarc'h2014-09-081-1/+1
* Eolian/Generator: support @empty and @auto.Daniel Zaoui2014-09-087-53/+249
* l10n: Add Finnish translationsKai Huuhko2014-09-072-1/+240
* evas: agressively freeze events on calculate callback and clear.Cedric BAIL2014-09-063-2/+29
* evas: let's freeze the canvas, shall we ?Cedric BAIL2014-09-062-6/+6
* ecore: Check that eo_data_scope_get returns valid Ecore_Timer_DataChris Michael2014-09-051-0/+2
* eolian: remove bool returns from some cases that cannot failDaniel Kolesa2014-09-051-17/+9
* eolian: further improve implement tests so they make more senseDaniel Kolesa2014-09-051-6/+9
* eolian: improve tests (add more checks on virtual implements)Daniel Kolesa2014-09-051-0/+17
* eolian: cleanupDaniel Kolesa2014-09-051-5/+2
* eolian: remove some ifs in database_fillDaniel Kolesa2014-09-051-7/+8
* eolian: some minor refactoringDaniel Kolesa2014-09-051-5/+3
* eolian: better handling of @virtual implementsDaniel Kolesa2014-09-055-9/+85
* evas/drm: Remove trailing whitespace.Stefan Schmidt2014-09-051-1/+1
* evas/gl_drm: Follow change form evas_drm and remove tty_won and tty struct me...Stefan Schmidt2014-09-052-8/+1
* evas/drm: Remove now obsolete tty and own_tty struct membersStefan Schmidt2014-09-053-10/+0
* eolian: update docs on implementsDaniel Kolesa2014-09-051-1/+6
* eolian: use implements only to retrieve functions listDaniel Kolesa2014-09-056-185/+152
* eolian: skip UTF-8 BOM if presentDaniel Kolesa2014-09-051-0/+9
* evas: remove duplicate function call in evas_shutdown().Youngbok Shin2014-09-051-1/+0
* edje embryo stop_program() should stop pending actionszmike2014-09-041-1/+9
* ecore-evas-drm: Remove extra blank space in parameterChris Michael2014-09-041-1/+1
* eo: do not call eina_tls_get as often when in the main loop.Cedric BAIL2014-09-042-23/+31