summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* efl-js: Fix deprecated Set feature of setting non-primitive valueFelipe Magno de Almeida2017-02-221-1/+1
* efl_js: Export efl.LoopLauro Moura2017-02-221-0/+2
* efl_js: Use efl_add_ref for saner refcount.Lauro Moura2017-02-221-1/+1
* js: Update examples, including window api changes.Lauro Moura2017-02-2222-236/+95
* js: Raise exception to js instead of crashingLauro Moura2017-02-222-17/+48
* eolian_js: Avoid errors when getting function scopeLauro Moura2017-02-221-1/+11
* efl_js: Update register functions.Lauro Moura2017-02-221-66/+0
* js: Change test eos to ptr()Lauro Moura2017-02-221-12/+12
* docgen: add a way to get numerical id of a functionDaniel Kolesa2017-02-221-0/+6
* docgen: more useful function listings in class pagesDaniel Kolesa2017-02-222-14/+43
* genlist: Simplify code (remove one argument)Jean-Philippe Andre2017-02-221-6/+4
* genlist: Fix more tree issues (expanded state)Jean-Philippe Andre2017-02-222-25/+74
* genlist: Fix insert after with a treeJean-Philippe Andre2017-02-221-0/+6
* genlist: Fix sorted_insert with treeJean-Philippe Andre2017-02-222-20/+68
* edje_edit: fix scripts compilationAndrii Kroitor2017-02-211-2/+2
* docgen: inherit overridden method/property brief descriptions on class pagesDaniel Kolesa2017-02-211-21/+40
* slider: theme - fix warningsAmitesh Singh2017-02-211-0/+6
* elementary gengrid: fix for working item reorder mode correctlyMinkyu Kang2017-02-211-8/+5
* dayselector: Fix DaySelector widgetJean-Philippe Andre2017-02-211-4/+1
* edje: Fix a major issue with recalc loopJean-Philippe Andre2017-02-211-2/+5
* evas: Optimize out some nop calls to evas textJean-Philippe Andre2017-02-211-4/+9
* elm: Make clock widget more resilient to invalid configJean-Philippe Andre2017-02-211-1/+16
* evas: Fix module memleak during evas_shutdownJean-Philippe Andre2017-02-211-30/+22
* evas: Fix make check (evas_suite compilation)Jean-Philippe Andre2017-02-213-3/+1
* evas: Fix compilation warning (unused variable)Jean-Philippe Andre2017-02-211-1/+1
* evas: Avoid data_scope_get in internal functionJean-Philippe Andre2017-02-213-10/+3
* evas: Inline part of clip_dirtyJean-Philippe Andre2017-02-213-4/+9
* evas: Inline part of clip_recalcJean-Philippe Andre2017-02-213-16/+20
* evas: Optimize out some calls to data_scope_getJean-Philippe Andre2017-02-215-39/+28
* evas: Avoid more calls to efl_isa in clip_setJean-Philippe Andre2017-02-211-0/+3
* evas: Assume object is valid and avoid call to efl_isaJean-Philippe Andre2017-02-217-15/+14
* evas: Optimize out more calls to efl_isaJean-Philippe Andre2017-02-213-25/+31
* evas: Avoid call to EAPI inside internal codeJean-Philippe Andre2017-02-211-2/+2
* evas: Avoid useless calls to eo_data_scope_getJean-Philippe Andre2017-02-217-56/+74
* eo: Make _eo_obj_pointer_done an inline functionJean-Philippe Andre2017-02-213-12/+11
* evas: Remove useless call to evas_object_async_blockJean-Philippe Andre2017-02-211-2/+0
* evas: Inline checks for post-event cb callJean-Philippe Andre2017-02-212-4/+5
* docs: Fix typos and some wrong expressions in Eina API reference doxygen.Myoungwoon Roy, Kim2017-02-2155-1535/+1440
* examples: Use printf instead of fprintf(stdout, ...)Bryce Harrington2017-02-211-11/+11
* release: Update NEWS and bump version for 1.19.0-beta2 releasev1.19.0-beta2Stefan Schmidt2017-02-202-1/+11
* eina utils: fix build without getpwent.Mykyta Biliavskyi2017-02-201-4/+6
* interface_scrollable: Improve gravity_set api to support pan changingWonki Kim2017-02-201-6/+8
* evas: do not error for smart class objectsMarcel Hollerbach2017-02-201-2/+7
* ecore_evas_wayland_common: fix bug that window is not rotated when app reques...Jiyoun Park2017-02-201-1/+8
* elm_test: Add autobounce test for "Scroller 2"Jean-Philippe Andre2017-02-201-0/+104
* Canvas text: fix clearing existing styleDaniel Hirt2017-02-191-0/+1
* elm_code: Another Coverity fix, better this time.Andy Williams2017-02-191-6/+2
* readme - systemd is default on now... --disable if you dont want itCarsten Haitzler (Rasterman)2017-02-191-2/+0
* elm code - fix warning about sign comparisonsCarsten Haitzler (Rasterman)2017-02-191-2/+2
* elm_code: Fix Coverity issues.Andy Williams2017-02-183-18/+32