summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edje: remove unecessary forced call to recalc all edje file.devs/cedric/nextCedric BAIL2016-02-011-1/+4
* evas: don't emit EVAS_CALLBACK_MOVE event if nobody is listening.Cedric BAIL2016-02-013-6/+15
* eo: make callback,add and callback,del a hot eventCedric BAIL2016-02-013-2/+14
* evas: no need to call legacy function internally when we can just dereference...Cedric BAIL2016-02-011-4/+4
* ecore_evas: add log when registering, unregistering and emitting animator.Cedric BAIL2016-02-011-0/+4
* ecore_evas: switch main animator to use the first windows source for tick.Cedric BAIL2016-02-011-0/+38
* eo: return a value when adding or removing callback to help the caller manage...Cedric BAIL2016-02-013-20/+37
* edje: switch to use per window animator.Cedric BAIL2016-02-015-98/+67
* ecore_evas: optimize triggering of animator to happen only when someone is li...Cedric BAIL2016-02-012-11/+78
* ecore_evas: introduce support for per window animator trigger.Cedric BAIL2016-02-0112-11/+116
* evas: make evas object an animator provider.Cedric BAIL2016-02-013-1/+82
* evas: make evas a provider of animator.Cedric BAIL2016-02-011-1/+1
* efl: add Efl.Core.Animator interface.Cedric BAIL2016-02-014-0/+16
* evas: move canvas event to be declared inside proper eolian file.Cedric BAIL2016-02-013-51/+13
* ecore: remove useless ecore_lock/unlock.Cedric BAIL2016-02-0111-379/+68
* eldbus: Correctly read/write boolean to eina_valueJosé Roberto de Souza2016-02-012-5/+40
* Eina_Value: do not mix declarations and codeVincent Torri2016-02-011-2/+6
* evas: Fix typo in previous clip issue fixJean-Philippe Andre2016-02-011-2/+2
* eeze: Fix eeze_udev_find_by_subsystem_sysname functionChris Michael2016-01-291-4/+5
* eina: fix invalid prototypeJean Guyomarc'h2016-01-291-1/+1
* ecore_evas: trigger pre render function as expected.Cedric BAIL2016-01-291-0/+1
* Evas clip: Fix rare crash in _render_pre_clipper_changeJean-Philippe Andre2016-01-283-18/+71
* evas: Fix explicit NULL dereferenceChris Michael2016-01-271-1/+2
* ecore_imf/scim: fix uninitiazed value issue detected by valgrindJihoon Kim2016-01-271-0/+1
* evas: Fix segfault when trying to determine overlay usageChris Michael2016-01-251-1/+1
* release: Update NEWS and bump version for 1.17.0-beta3 releasev1.17.0-beta3Stefan Schmidt2016-01-252-1/+19
* efreet: add locking for efreet_desktop_x_field_get()Mike Blumenkrantz2016-01-251-0/+2
* efreet: reject invalid "" data for Efreet_Desktop->x hashMike Blumenkrantz2016-01-251-3/+9
* edje: Fix potential NULL pointer dereferenceChris Michael2016-01-251-2/+5
* ecore_evas_extn: Add safety checks, fixing a crash in elm_testJean-Philippe Andre2016-01-251-1/+2
* Ethumb: make the emotion plugin correctly use the edje frame if requested.Dave Andreoli2016-01-241-2/+42
* evas: Updated documentation of evas_object_image_save.Ji-Youn Park2016-01-231-3/+4
* Evas filters: Change FIXME comment in test caseJean-Philippe ANDRE2016-01-231-1/+1
* evas: Updated documentation of evas_object_image_save.Ji-Youn Park2016-01-231-0/+6
* edje_cc: remove redundant comments which makes reference seem weirdJee-Yong Um2016-01-221-3/+1
* Evas filters: Re-enable transform test case, remove dead codeJean-Philippe Andre2016-01-221-23/+0
* Evas filters: Fix transform filter (crashes & blend)Jean-Philippe Andre2016-01-222-31/+82
* Evas filters: Fix inconsistency in transform APIJean-Philippe Andre2016-01-221-1/+1
* Evas filters: Disable debug mode!Jean-Philippe Andre2016-01-221-2/+2
* Eolian Cxx: Fix warnings related to deprecated EO_EV_DELJean-Philippe Andre2016-01-222-2/+2
* ector: fix potential crash if cairo is not found on the system.Cedric BAIL2016-01-211-0/+2
* ecore-drm: Unify and cleanup tty codeChris Michael2016-01-212-20/+31
* ecore-drm: Don't unset logind variable when disconnecting a deviceChris Michael2016-01-211-1/+1
* ecore-drm: Destroy any existing eeze watch when we free the deviceChris Michael2016-01-211-0/+4
* ecore-drm: Refactor logind code to use tty functionsChris Michael2016-01-211-74/+4
* ecore-evas-drm: Cleanup drm outputs during shutdownChris Michael2016-01-211-2/+7
* ecore-drm: Cleanup ecore-drm shutdown routineChris Michael2016-01-212-13/+1
* Eo: Actually mark EO_EV_ as EINA_DEPRECATEDJean-Philippe Andre2016-01-211-3/+6
* Eo: Replace deprecated EO_EV_ by EO_BASE_EVENT_Jean-Philippe Andre2016-01-215-12/+12
* Evas GL: Actually save the checksum inside the fileJean-Philippe Andre2016-01-213-12/+56