summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eo files: Adjust according to latest eolian changes.devs/tasn/efl_interfacesTom Hacohen2014-08-114-9/+9
* Ecore exe: Start using the control interface.Tom Hacohen2014-08-113-11/+16
* Ecore Exe: Start using eo events.Tom Hacohen2014-08-112-3/+13
* Ecore Exe: Migrate to eo.Tom Hacohen2014-08-116-169/+232
* Efl interfaces: Add control interface.Tom Hacohen2014-08-115-0/+34
* Emotion object: Convert from a smart object to an eo object.Tom Hacohen2014-08-116-302/+268
* Emotion object: Create .eo file.Tom Hacohen2014-08-114-0/+109
* Efl image: Add ratio property.Tom Hacohen2014-08-111-0/+10
* Efl player: Add player interface.Tom Hacohen2014-08-115-0/+116
* Efl file: Add eject method.Tom Hacohen2014-08-111-0/+7
* Ecore mainloop: add some more events.Tom Hacohen2014-08-111-0/+6
* Efl interfaces: Add text interface and start using it.Tom Hacohen2014-08-119-30/+80
* Efl interface: Add image interface and start using it.Tom Hacohen2014-08-119-117/+221
* Interfaces: remove interfaces that we don't use.Tom Hacohen2014-08-116-271/+0
* Interface file: Update file interface and use it for image.Tom Hacohen2014-08-114-76/+165
* Efl interfaces: Install missing files.Tom Hacohen2014-08-111-1/+7
* Efl interfaces: Drop interface namespace from the used interfaces.Tom Hacohen2014-08-1116-76/+76
* Efl interfaces: Start using the text_properties interface.Tom Hacohen2014-08-1114-173/+279
* Efl interface file: Remove unneeded method.Tom Hacohen2014-08-111-14/+0
* edje-cxx: Added interfaces subdir of efl project to include path for testsFelipe Magno de Almeida2014-08-111-0/+1
* Efl interface file: Start using the new interface.Tom Hacohen2014-08-119-59/+83
* Efl: Create Efl_Cxx makefile and headers.Tom Hacohen2014-08-112-0/+24
* Efl: Create libefl.Tom Hacohen2014-08-117-3/+64
* Efl eolian: Adjust according to eolian syntax changes.Tom Hacohen2014-08-116-17/+10
* Efl interface part: First draft.Tom Hacohen2014-08-111-0/+18
* Ecore mainloop: Add .eo implementation.Tom Hacohen2014-08-114-0/+108
* Efl: remove "part" interfaces. Useless.Tom Hacohen2014-08-111-15/+0
* Interfaces: Integration into Makefile + fix of .eoDaniel Zaoui2014-08-117-13/+55
* First draft of interfacesDaniel Zaoui2014-08-116-0/+312
* eolian: expose new variable APIDaniel Kolesa2014-08-111-0/+114
* eolian: add infrastructure for globals and constantsDaniel Kolesa2014-08-1115-54/+235
* eolian: consume private/protected modifier on eventsDaniel Kolesa2014-08-112-8/+4
* eolian: support for single-line doc commentsDaniel Kolesa2014-08-111-16/+31
* eolian: expression mode for lexerDaniel Kolesa2014-08-114-6/+20
* eolian: fix testsDaniel Kolesa2014-08-112-8/+9
* Eolian parser: Allow tagging properties with @constructor.Tom Hacohen2014-08-111-1/+7
* eolian: consume the comment token in propertiesDaniel Kolesa2014-08-111-0/+5
* eolian: more consistent syntaxDaniel Kolesa2014-08-1133-292/+294
* eolian: fix null serializationDaniel Kolesa2014-08-112-1/+4
* eolian: better docDaniel Kolesa2014-08-111-1/+7
* eolian: eolian_type_name_get now returns the eo name, not c nameDaniel Kolesa2014-08-114-7/+37
* eolian: expression improvementsDaniel Kolesa2014-08-112-36/+89
* eolian: initial API for expression evaluationDaniel Kolesa2014-08-1119-105/+422
* eolian: initial eval function with Eina_Value returnDaniel Kolesa2014-08-113-72/+135
* eolian: initial support for expression evaluationDaniel Kolesa2014-08-115-36/+521
* eolian: lexing of multichar binary operatorsDaniel Kolesa2014-08-113-6/+52
* eolian: rename public enum members to a namespaced formDaniel Kolesa2014-08-112-47/+47
* eolian: initial support for expression parsingDaniel Kolesa2014-08-116-59/+344
* eolian: actually fill in the line/column info in the handlesDaniel Kolesa2014-08-112-12/+40
* eolian: provide line info structure in each eolian handleDaniel Kolesa2014-08-113-2/+37