summaryrefslogtreecommitdiff
path: root/src/lib/evas
Commit message (Expand)AuthorAgeFilesLines
* evas/map: do nothing when same map is set againSubhransu Mohanty2016-10-171-1/+16
* evas/module: add a new module in vg_saver for eetSubhransu Mohanty2016-10-143-5/+30
* evas: Fix evas_object_smart_clipped_clipper_getJean-Philippe Andre2016-10-142-8/+15
* evas: Improve render debug logsJean-Philippe Andre2016-10-141-10/+19
* evas: Fix directly dereferencing pointer which may be NULLChris Michael2016-10-131-1/+3
* evas: Fix directly dereferencing pointer which may be NULLChris Michael2016-10-131-1/+2
* evas: Fix missing varargs cleanupChris Michael2016-10-131-3/+3
* Fix use of undeclared type in C++ tests compilationFelipe Magno de Almeida2016-10-131-2/+1
* evas/module: add a new module in vg_loader for eetSubhransu Mohanty2016-10-131-0/+4
* evas: Use proper type in smart objects API (eo)Jean-Philippe Andre2016-10-131-1/+1
* evas/module: Added a new module vg_loader for svgSubhransu Mohanty2016-10-123-2/+29
* evas: Mark group_add/del as internalJean-Philippe Andre2016-10-125-16/+21
* evas/elm: Remove function group_resizeJean-Philippe Andre2016-10-129-45/+43
* evas/elm: Remove function group_moveJean-Philippe Andre2016-10-126-38/+19
* evas: Move move_children_relative to legacy onlyJean-Philippe Andre2016-10-123-38/+22
* evas/elm: Remove group_show and group_hideJean-Philippe Andre2016-10-127-74/+36
* evas: Move clip_unset to legacy, remove group_clipJean-Philippe Andre2016-10-129-169/+153
* evas: Remove inexisting private function declarationsJean-Philippe Andre2016-10-121-38/+0
* evas: Remove method group_color_setJean-Philippe Andre2016-10-125-26/+7
* evas: Add pseudo-internal API to intercept basic callsJean-Philippe Andre2016-10-128-48/+171
* evas: Simplify code with intercept macrosJean-Philippe Andre2016-10-121-145/+28
* evas: Move intercept function types to legacy headerJean-Philippe Andre2016-10-122-190/+181
* evas_data: Fix safety checks in evas_object_dataJean-Philippe Andre2016-10-121-20/+12
* evas: Move group color_set after checking for changeJean-Philippe Andre2016-10-121-5/+3
* evas: Small simplification of object color_setJean-Philippe Andre2016-10-122-30/+21
* group: Replace group_no_render by object no_renderJean-Philippe Andre2016-10-125-24/+18
* evas: Fix no update issue if visiblity of smart object has changejiin.moon2016-10-111-1/+1
* evas: Fix not update issue with TBM surfacejiin.moon2016-10-111-1/+2
* evas: Fix async filters following changes in EOJean-Philippe Andre2016-10-061-15/+15
* evas: Provide loop from Evas.CanvasJean-Philippe Andre2016-10-061-0/+4
* Ui text: port link anchors from entryDaniel Hirt2016-10-051-1/+1
* Canvas text: add annotation_positions_get methodDaniel Hirt2016-10-052-0/+33
* Efl canvas text: fix api doc a bitDaniel Hirt2016-10-051-55/+85
* Canvas text cursor: add simple_geometry_get methodDaniel Hirt2016-10-052-8/+48
* evas/vg: renamed the legacy vg shape apisSubhransu Mohanty2016-10-052-42/+42
* Evas_Device: Fix API name.Guilherme Iscaro2016-09-292-4/+4
* ector: make the ector objects as shared object after eo changes.Subhransu Mohanty2016-09-283-0/+6
* Evas_Device: Use efl_del() in evas_device_del().Guilherme Iscaro2016-09-261-1/+1
* Evas_Device: Add a new event for added and removed devices.Guilherme Iscaro2016-09-261-0/+4
* Evas_Device: Add evas_device_full_add() API.Guilherme Iscaro2016-09-262-2/+47
* Evas_Common: Fix typo.Guilherme Iscaro2016-09-261-11/+11
* Efl_Input_Device: Implement efl_input_device_parent_set().Guilherme Iscaro2016-09-261-15/+2
* evas: Prevent crashes in case of errorJean-Philippe Andre2016-09-231-3/+6
* evas: remove unnecessary check for clip coords.Sungtaek Hong2016-09-211-2/+0
* Evas: Don't access members of a null struct. Fixes T4616Stephen Houston2016-09-201-0/+2
* eina_cpu, evas: Remove _eina_cpu_fast_core_get, don't set render thread affinityDerek Foreman2016-09-201-11/+2
* Evas font: force freetype v35 ttf interpreterDaniel Hirt2016-09-201-0/+4
* render_thread: Attempt to set affinity to a random fast coreDerek Foreman2016-09-191-1/+9
* Revert "render_thread: Attempt to set affinity to a random fast core"Stefan Schmidt2016-09-191-6/+1
* evas_object_image: fix alpha_set bug.Ji-Youn Park2016-09-191-1/+4