summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eolian parser: Allow tagging properties with @constructor.devs/q66/eolian_property_docsTom Hacohen2014-08-081-1/+7
* eolian: consume the comment token in propertiesDaniel Kolesa2014-08-081-0/+5
* ecore_evas_buffer: fix dereference null return valueGwanglim Lee2014-08-081-1/+2
* edje: fix coverity defectsGwanglim Lee2014-08-083-11/+3
* textblock: Update visual_pos before calling _size_native_calc_line_finalize.Youngbok Shin2014-08-082-4/+30
* evas: fix evas events order and count.Cedric BAIL2014-08-081-2/+3
* build_eolian_cxx_test: Set dependencies correctly and remove BUILT_SOURCESStefan Schmidt2014-08-081-5/+4
* build/drm: Fix broken build from scratch and add missing library dependency f...Gwanglim Lee2014-08-082-3/+1
* evas/textblock: fix to keep original format when a markup tag is matched to a...Youngbok Shin2014-08-082-30/+45
* evas/map: correct the interpolation in the span calculation.ChunEon Park2014-08-081-36/+4
* ecore-x - use last modifier mask found, not first to match xserver logicCarsten Haitzler (Rasterman)2014-08-082-41/+23
* release: Update NEWS and bump version for 1.11.0-beta1 releaseStefan Schmidt2014-08-082-1/+4
* eolian: fix null serializationdevs/q66/eolian_exprsDaniel Kolesa2014-08-072-1/+4
* eolian: better docDaniel Kolesa2014-08-071-1/+7
* eolian: eolian_type_name_get now returns the eo name, not c nameDaniel Kolesa2014-08-074-7/+37
* eolian: expression improvementsDaniel Kolesa2014-08-072-36/+89
* eolian: initial API for expression evaluationDaniel Kolesa2014-08-0719-105/+422
* eolian: initial eval function with Eina_Value returnDaniel Kolesa2014-08-073-72/+135
* eolian: initial support for expression evaluationDaniel Kolesa2014-08-065-36/+521
* eolian: lexing of multichar binary operatorsDaniel Kolesa2014-08-043-6/+52
* eolian: rename public enum members to a namespaced formDaniel Kolesa2014-08-042-47/+47
* eolian: initial support for expression parsingDaniel Kolesa2014-08-046-59/+344
* eolian: actually fill in the line/column info in the handlesDaniel Kolesa2014-08-042-12/+40
* eolian: provide line info structure in each eolian handleDaniel Kolesa2014-08-043-2/+37
* eolian: use newly created implicit typedefs in legacy APIDaniel Kolesa2014-08-043-5/+21
* eolian: generate implicit typedef for each classDaniel Kolesa2014-08-049-3/+72
* ecore_poller: no need for eo_prefixDaniel Kolesa2014-08-041-1/+0
* eolian: fix a bug that caused wrong comparisons of class and file nameDaniel Kolesa2014-08-047-13/+23
* eolian: support for class type in c_type_getDaniel Kolesa2014-08-041-1/+3
* eolian: better error information + fix testsDaniel Kolesa2014-08-045-39/+51
* eolian: fix tests and fix class name comparison in parserDaniel Kolesa2014-08-0417-62/+70
* eolian: add support for referencing classes as typesDaniel Kolesa2014-08-049-57/+99
* evas tests: remove TODO comment already doneWonguk2014-08-041-1/+0
* build: Remove files from EXTRA_DIST that got removed.Stefan Schmidt2014-08-041-10/+1
* Revert "Eolian CXX: Get rid of built sources for the callbacks test sources."Stefan Schmidt2014-08-041-0/+4
* Edje vim: Migrate vim files to the editors repo.Tom Hacohen2014-08-0430-2890/+966
* ecore-drm: implement function to disable ecore drm inputs on vtMinJeong Kim2014-08-043-1/+34
* Eolian CXX: Get rid of built sources for the callbacks test sources.Tom Hacohen2014-08-041-4/+0
* Evas textblock: Correct word start/end moving at new line or line begins with...Thiep Ha2014-08-042-1/+41
* eolian: fread fixDaniel Kolesa2014-08-041-2/+3
* ecore_x: don't go below 0.Cedric BAIL2014-08-041-1/+1
* ethumbd_slave: fix coverity defectDaniel Kolesa2014-08-041-1/+1
* doxygen: sanitize Eo TutorialJean Guyomarc'h2014-08-042-210/+217
* edje_cc_handlers: fix coverity defectsDaniel Kolesa2014-08-041-9/+39
* eolian/generator: coverity fixDaniel Kolesa2014-08-041-1/+2
* Eina: Change from "" to <> for header inclusionbluezery2014-08-021-50/+50
* fix warning about unused varCarsten Haitzler (Rasterman)2014-08-021-3/+0
* ecore-evas - fix continual wakeups with unchanged canvasesCarsten Haitzler (Rasterman)2014-08-021-3/+31
* add evas changed get in order to help fix ecore-evas bugCarsten Haitzler (Rasterman)2014-08-022-0/+18
* ecore-x vsync tool. fix multi-client handling so ticking continuesCarsten Haitzler (Rasterman)2014-08-021-23/+37