summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm theme: Add volume control theme to "e/widgets/border/default/border"devs/yoz/pulseMichaƫl Bouchaud (yoz)2016-10-151-2/+130
* evas gl x11 engine - Wrap eglCreateImageDerek Foreman2016-10-141-26/+53
* ecore_evas_wayland: Don't use frame callbacks on windows with no shell surfaceDerek Foreman2016-10-141-0/+1
* ecore_wl2: add API for testing if a window has a shell surfaceDerek Foreman2016-10-142-0/+17
* eolian gen: better checks for whether to add space after typeDaniel Kolesa2016-10-142-7/+7
* examples: eolian_cxx: adapt code generation to changed eolian_gen commandlineStefan Schmidt2016-10-142-6/+6
* fix possible eina file shutdown issueCarsten Haitzler (Rasterman)2016-10-141-0/+1
* evas/module: add a new module in vg_saver for eetSubhransu Mohanty2016-10-145-6/+112
* 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
* ecore_evas - fix setting urgent immediately after showCarsten Haitzler (Rasterman)2016-10-141-4/+6
* ecore-wl2: Fix input and opaque region settingDerek Foreman2016-10-131-2/+2
* elementary: Fix issue of using uninitialized valuesChris Michael2016-10-131-2/+2
* 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
* gengrid: call this on the pam class not on the normal classMarcel Hollerbach2016-10-131-1/+1
* eolian gen: use the new data type API to simplify the codeDaniel Kolesa2016-10-131-53/+24
* eolian: add API to get the C class datatypeDaniel Kolesa2016-10-133-0/+37
* Fix use of undeclared type in C++ tests compilationFelipe Magno de Almeida2016-10-131-2/+1
* cxx: Fix Makefiles for C++ compilation and installationFelipe Magno de Almeida2016-10-138-21/+23
* ecore: free futures which are still pending on shutdownMarcel Hollerbach2016-10-131-0/+6
* evas/module: add a new module in vg_loader for eetSubhransu Mohanty2016-10-135-4/+110
* evas: Use proper type in smart objects API (eo)Jean-Philippe Andre2016-10-131-1/+1
* eolian gen: use the C get function name getter instead of manual concatDaniel Kolesa2016-10-121-24/+6
* eolian gen: utilize the new class C name getter instead of manual concatDaniel Kolesa2016-10-122-42/+27
* eolian: add an API to get the C name used to access the classDaniel Kolesa2016-10-123-0/+52
* edje_edit: new API for generate source code for color classesVyacheslav Reutskiy2016-10-122-0/+81
* edje_edit: add API for get source code of global block dataVyacheslav Reutskiy2016-10-122-0/+61
* edje_edit: add API for generate group source code without 'collection'Vyacheslav Reutskiy2016-10-122-6/+36
* evas/module: Added a new module vg_loader for svgSubhransu Mohanty2016-10-127-2/+226
* elm_widget: Remove unnecessary set{} get{} in eo fileJean-Philippe Andre2016-10-121-91/+3
* edje: fix memory leakJean Guyomarc'h2016-10-121-0/+2
* evas: Mark group_add/del as internalJean-Philippe Andre2016-10-129-16/+30
* evas/elm: Remove function group_resizeJean-Philippe Andre2016-10-1257-136/+216
* evas/elm: Remove function group_moveJean-Philippe Andre2016-10-1250-106/+183
* 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-1239-269/+249
* evas: Move clip_unset to legacy, remove group_clipJean-Philippe Andre2016-10-1216-212/+171
* evas: Remove inexisting private function declarationsJean-Philippe Andre2016-10-121-38/+0
* evas: Remove method group_color_setJean-Philippe Andre2016-10-1211-33/+24
* 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-129-31/+33
* ecore-drm2: Free Output modes on destroyChris Michael2016-10-111-0/+9
* ecore-drm2: Use Atomic Modesetting for resolution changesChris Michael2016-10-112-21/+103