summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Evas canvas: un-protect output_framespace and viewport gettersdevs/jpeg/canvas_eo_cleanupJean-Philippe Andre2016-02-031-9/+16
* Evas.Canvas: Reorder method names and add @protected tagsJean-Philippe Andre2016-02-031-1049/+1063
* Efl: Fixup ref in eo file that I forgot to commitJean-Philippe Andre2016-02-031-1/+1
* Efl: Eo-ify remaining Efl.Gfx enums and structsJean-Philippe Andre2016-02-034-158/+153
* Evas textgrid: Use default language according to localeYoungbok Shin2016-02-031-0/+4
* Eo base: Make object del event @hot.Tom Hacohen2016-02-031-1/+1
* Ecore evas: Fix compilation warning (missing initializer)Jean-Philippe Andre2016-02-031-1/+1
* Evas engines: Add missing initializers in Ecore_Evas_Engine_FuncJean-Philippe Andre2016-02-033-3/+12
* efl: Update mailmap addressesChris Michael2016-02-021-3/+3
* edje: remove unecessary forced call to recalc all edje file.Cedric BAIL2016-02-021-1/+4
* evas: don't emit EVAS_CALLBACK_MOVE event if nobody is listening.Cedric BAIL2016-02-023-6/+15
* evas: no need to call legacy function internally when we can just dereference...Cedric BAIL2016-02-021-4/+4
* ecore_evas: add log when registering, unregistering and emitting animator.Cedric BAIL2016-02-021-0/+4
* ecore_evas: switch main animator to use the first windows source for tick.Cedric BAIL2016-02-021-0/+38
* eo: return a value when adding or removing callback to help the caller manage...Cedric BAIL2016-02-023-20/+37
* edje: switch to use per window animator.Cedric BAIL2016-02-025-98/+67
* ecore_evas: optimize triggering of animator to happen only when someone is li...Cedric BAIL2016-02-022-11/+78
* ecore_evas: introduce support for per window animator trigger.Cedric BAIL2016-02-0212-11/+116
* evas: make evas object an animator provider.Cedric BAIL2016-02-023-1/+82
* evas: make evas a provider of animator.Cedric BAIL2016-02-021-1/+1
* efl: add Efl.Core.Animator interface.Cedric BAIL2016-02-024-0/+16
* eo: fix tests to actually account for callback,add and del signal to be @hot.Cedric BAIL2016-02-021-5/+4
* eo: mark both callback,add and callback,del as @hot.Cedric BAIL2016-02-021-2/+2
* evas: move canvas event to be declared inside proper eolian file.Cedric BAIL2016-02-023-51/+13
* ecore: remove useless ecore_lock/unlock.Cedric BAIL2016-02-0211-379/+68
* eolian: add parsing and generation of hot eventsDaniel Kolesa2016-02-029-13/+63
* Revert "Revert "Revert "revise edje_object_size_min_restricted_calc() logic."""Carsten Haitzler (Rasterman)2016-02-021-178/+0
* evas/canvas: fix an incorrect sizing of smart object bounding box.Hermet Park2016-02-021-2/+2
* Revert "Revert "increase recalculation_cycle.""Hermet Park2016-02-021-2/+2
* Revert "Revert "revise edje_object_size_min_restricted_calc() logic.""Hermet Park2016-02-021-0/+178
* Evas textblock: Use a common thickness and position at a underline.Youngbok Shin2016-02-021-16/+45
* Evas Text/Textblock: Use locale for lang as default.Youngbok Shin2016-02-024-1/+25
* edje: Reduce duplicated item obj creations and deletions.Youngbok Shin2016-02-021-9/+103
* configure: Switch to dev mode again. Merge window for 1.18 is now open.Stefan Schmidt2016-02-021-1/+1
* release: Update NEWS and bump version for 1.17.0 releasev1.17.0Stefan Schmidt2016-02-022-2/+7
* Revert "revise edje_object_size_min_restricted_calc() logic."Hermet Park2016-02-021-178/+0
* Revert "increase recalculation_cycle."Hermet Park2016-02-021-2/+2
* Revert "evas/canvas: simple optimization."Hermet Park2016-02-021-2/+2
* evas/canvas: simple optimization.Hermet Park2016-02-021-2/+2
* increase recalculation_cycle.Hermet Park2016-02-021-2/+2
* revise edje_object_size_min_restricted_calc() logic.Hermet Park2016-02-021-0/+178
* 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