summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* eolian: Eolian_Object for docsDaniel Kolesa2015-06-023-14/+22
* eolian: initial lexing of documentationDaniel Kolesa2015-06-023-12/+155
* ecore-evas: Fix issue of gl_drm engine not being able to loadChris Michael2015-06-011-2/+2
* edje: add ability to change the language on one specific edje object.katpavalli2015-06-014-32/+93
* eolian: add actual useful declaration APIsDaniel Kolesa2015-06-012-0/+95
* eolian: initial exposed declaration API - not yet very usefulDaniel Kolesa2015-06-016-16/+57
* Efl File: Add Eina.File eolian type and use it.Tom Hacohen2015-06-012-0/+3
* Eo types: Fix Eina.Rectangle's namespace.Tom Hacohen2015-06-012-2/+2
* Eo types: Fix Eina.Stringshare's namespace.Tom Hacohen2015-06-012-2/+2
* Evas object: Migrate (some) types to .eo files.Tom Hacohen2015-06-011-46/+46
* Evas table: Migrate types to .eo files.Tom Hacohen2015-06-012-22/+23
* Evas box: Migrate (some) types to .eo files.Tom Hacohen2015-06-011-22/+22
* Evas textgrid: Migrate types to .eo files.Tom Hacohen2015-06-012-43/+26
* Evas grid: Migrate types to .eo files.Tom Hacohen2015-06-011-4/+4
* Evas smart: Migrate types to .eo files.Tom Hacohen2015-06-011-14/+19
* Evas polygon: Migrate types to .eo files.Tom Hacohen2015-06-011-2/+2
* Evas textblock: Migrate types to .eo.Tom Hacohen2015-06-013-22/+28
* Evas text: Migrate types to .eo.Tom Hacohen2015-06-013-62/+61
* evil: deprecate evil_tmpdir_get() and evil_homedir_get().Vincent Torri2015-06-011-2/+2
* Evas common interface: Add a workaround for Eolian issue.Tom Hacohen2015-06-011-1/+2
* Evas: Migrate more types to Eolian.Tom Hacohen2015-06-013-59/+58
* ecore_con: add eo_event handler to efl_networ_url.Srivardhan Hebbar2015-05-293-38/+141
* Evas types: Fix inclusion of evas types from the right location.Tom Hacohen2015-05-292-1/+1
* eina: beginning of a generic quaternion API.Cedric BAIL2015-05-294-22/+758
* eina: include dependency header cleanly.Cedric BAIL2015-05-291-0/+2
* eina: add the beginning of an Eina_Matrix4 API.Cedric BAIL2015-05-292-0/+238
* eolian: more advanced comment parsing (properly skip asterisks etc)Daniel Kolesa2015-05-291-5/+55
* Evas map: Move opaque type definition to .eo.Tom Hacohen2015-05-293-14/+9
* Evas: Move evas aspect control to eolian and start using it.Tom Hacohen2015-05-293-10/+9
* Evas: Move evas coord to eolian and start using it.Tom Hacohen2015-05-293-15/+17
* Evas: Add a general evas types header.Tom Hacohen2015-05-292-0/+2
* Efl gfx shape: Use correct class names in .eo file.Tom Hacohen2015-05-292-4/+12
* Efl gfx stack: Fix eolian warnings.Tom Hacohen2015-05-291-4/+4
* eolian: "generic_value" builtin typeDaniel Kolesa2015-05-295-5/+7
* Eo: Add eina_types.eot for general types.Tom Hacohen2015-05-292-0/+5
* Evas object: Use correct type in .eo file.Tom Hacohen2015-05-291-4/+4
* Eo base: move type definitions into eo_base.eo.Tom Hacohen2015-05-292-91/+67
* eolian: restrict the complex-type conditionDaniel Kolesa2015-05-291-1/+1
* eolian: reserve __builtin_event_cbDaniel Kolesa2015-05-293-2/+4
* Fix issue wrong surrounding text returns when there is selection areaJihoon Kim2015-05-291-18/+2
* Eo base: Remove the free_func parameter from key_data_set.Tom Hacohen2015-05-288-13/+10
* Eo base: Fix Eolian files to use Eo.Base instead of Eo.Tom Hacohen2015-05-282-11/+10
* Eo: rename conflicting internal Eo_Base to Eo_HeaderTom Hacohen2015-05-284-17/+17
* evas: make image_size_get() return the actual image sizeMike Blumenkrantz2015-05-271-3/+38
* eolian: allow a filename (rather than path) to be given to eolian_file_parseDaniel Kolesa2015-05-272-1/+10
* evas - fix yuv support to no longer ignore 709 colorspace paramsCarsten Haitzler (Rasterman)2015-05-275-24/+471
* eolian: better error reporting (include correct token info)Daniel Kolesa2015-05-272-4/+17
* Evas textblock: Add underline height supportSubodh Kumar2015-05-271-1/+23
* eolian: make sure CLASS/COMPLEX type is always pointer backedDaniel Kolesa2015-05-271-4/+13
* evas: fix color pick compatibility of Evas_3D with GLES.se.osadchy2015-05-274-7/+60