summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* This should not have been pushed. RevertChris Michael2016-02-041-132/+0
* This should not have been pushed. Unsure what happened here, butChris Michael2016-02-041-12/+2
* ecore-drm: Add API functions for rotation supportChris Michael2016-02-041-0/+132
* ecore-drm: Add opaque type for Plane supportChris Michael2016-02-041-2/+12
* ecore-drm: Add internal function to create planes for an outputChris Michael2016-02-041-92/+96
* ecore-drm: Add API function to set rotation on an outputChris Michael2016-02-042-0/+32
* ecore-drm: Add API function to get supported rotations from an outputChris Michael2016-02-042-0/+23
* ecore-drm: Add opaque structure for Ecore_Drm_PlaneChris Michael2016-02-042-0/+32
* Evas: Use proper language for harfbuzz shapingYoungbok Shin2016-02-049-18/+24
* Eo tests: Add tests for eo_init()/shutdown() cycles.Tom Hacohen2016-02-041-0/+13
* Eo tests: remove hack to prevent eo_init()/shutdown() cycles.Tom Hacohen2016-02-042-6/+2
* Eo: add support for initialising eo after it has been shut down.Tom Hacohen2016-02-047-6/+28
* Revert "Eo: Prevent shutdown from actually doing anything"Tom Hacohen2016-02-041-15/+1
* ecore_imf/wayland: Fix IME hide -> show issue in case of focus-out and then f...Haifeng Deng2016-02-041-2/+60
* ecore_imf/wayland: do not check input panel enable in show or hideJihoon Kim2016-02-041-4/+2
* ecore_imf/wayland: support to set prediction allow modeJihoon Kim2016-02-043-1/+17
* ecore_imf/wayland: notify language changedJihoon Kim2016-02-041-2/+15
* ecore_imf/wayland: Add support to get input panel language localeJihoon Kim2016-02-043-3/+30
* ecore_imf/ibus: fix indentationJihoon Kim2016-02-042-67/+67
* edje: fix edje_file_data_get() when no collections are presentJean Guyomarc'h2016-02-031-3/+3
* edje: add "keys" block to classes setter/getterJee-Yong Um2016-02-031-100/+82
* eolian-js: Remove replacing commas by underscores in events.Felipe Magno de Almeida2016-02-031-1/+0
* eolian-js: Modified formating to replace verb position in method namesFelipe Magno de Almeida2016-02-032-27/+178
* eina-cxx: Fix instantiating eina domain without eina_initFelipe Magno de Almeida2016-02-031-1/+2
* Eo: fix eo_shutdown()'s return value to be FALSE on shutdown.Tom Hacohen2016-02-032-3/+3
* 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
* 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