summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* evas: Fix warning with va_start in internal EAPIJean-Philippe Andre2016-11-033-3/+3
* evas: Add some safety code to evas_clipJean-Philippe Andre2016-11-033-104/+91
* ecore_evas/x: Minor code simplificationJean-Philippe Andre2016-11-031-25/+24
* evas: Simplify intercept codeJean-Philippe Andre2016-11-031-24/+20
* elm: Fix usage of invalid object type (image)Jean-Philippe Andre2016-11-031-1/+3
* evas: Fix debug logs with REND_DBG (typo)Jean-Philippe Andre2016-11-031-5/+5
* evas: Avoid calling render() on smart objectsJean-Philippe Andre2016-11-031-1/+1
* evas: Simplify GL masking and fix window rotationJean-Philippe Andre2016-11-033-46/+30
* wayland: Remove support for "draw_frame"Jean-Philippe Andre2016-11-035-353/+16
* ecore_evas: Replace ECORE_MAGIC_CHECK with common macroJean-Philippe Andre2016-11-031-800/+146
* efl: Fix build break with builddir != srcdirJean-Philippe Andre2016-11-031-2/+2
* efl_ui_clock: Merge datetime/dayselector/clock widgets into efl_ui_clock.Amitesh Singh2016-11-0313-6/+1917
* Efl.Ui.Clock: Add elm module & themeAmitesh Singh2016-11-034-0/+635
* ecore_evas_wayland: Minimize differences between shm and eglDerek Foreman2016-11-024-741/+417
* ecore_evas_wayland: Make resize code commonDerek Foreman2016-11-024-78/+21
* ecore_evas_wayland: Make rotation_set commonDerek Foreman2016-11-023-61/+29
* ecore_evas_wayland: Make transparent_set commonDerek Foreman2016-11-024-102/+46
* ecore_evas_wayland: Make alpha set commonDerek Foreman2016-11-024-98/+44
* ecore_evas_wayland: Move more functions into the common implementationDerek Foreman2016-11-024-200/+106
* wayland evas engines: share engine info structureDerek Foreman2016-11-0213-105/+95
* ecore_evas_wayland: Don't include Evas_Engine_Wayland_Egl.hDerek Foreman2016-11-021-3/+0
* wayland_egl: Remove unused wl_egl_window variablesDerek Foreman2016-11-022-4/+0
* wayland evas engines: rename wayland display to wl_displayDerek Foreman2016-11-028-12/+12
* wayland_egl: Rename surface to wl_surfaceDerek Foreman2016-11-024-10/+10
* wayland_egl: Remove pre_post_swap_callback_setDerek Foreman2016-11-023-37/+0
* wayland_egl: Remove Evas_Engine_Info_Wayland_Egl_Swap_Mode enumDerek Foreman2016-11-021-12/+0
* wayland_egl: Remove screen from engine infoDerek Foreman2016-11-023-3/+1
* wayland ecore evas: move move_resize to commonDerek Foreman2016-11-024-28/+15
* wayland_egl: Remove some leftovers from wwwDerek Foreman2016-11-022-20/+0
* ecore-wl2: Update cursor regardless of cursor surfaceChris Michael2016-11-021-2/+1
* theme: remove text.min from bryce sizing textMike Blumenkrantz2016-11-021-1/+0
* theme: trigger recalc from time's clock themes when object is resizedMike Blumenkrantz2016-11-021-0/+6
* elput: Add API to allow setting pointer acceleration profileChris Michael2016-11-022-0/+47
* eolian: rename ref to ptr to avoid confusion with eo refsDaniel Kolesa2016-11-026-42/+42
* naviframe: Fix to process title show/hide signal immediatelyJaehyun Cho2016-11-021-0/+1
* elm_popup: before getting focus, all sub objs should be shownWooHyun Jung2016-11-021-1/+6
* unbreak build for OpenSSL < 1.0.2Gustavo Sverzut Barbieri2016-11-011-0/+28
* elementary: not every call are from ecore_job infrastructure, NULL only when ...Cedric BAIL2016-11-011-5/+12
* edje.object: implement Efl.Observer interfaceJee-Yong Um2016-11-0114-416/+514
* elementary entry: keep style user when new theme is appliedYoungbok Shin2016-11-012-1/+23
* elm_multibuttonentry: send "clicked" signal when item got hardware enter key.Woochan Lee2016-11-011-0/+8
* efl_net_server support systemd socket activation.Gustavo Sverzut Barbieri2016-11-0113-10/+575
* Merge branch 'devs/bdilly/ecore_evas_wayland'Bruno Dilly2016-11-0111-25/+795
|\
| * examples/ecore: add example / test for wayland multiseatBruno Dilly2016-11-013-0/+249
| * ecore_wl2: associate evas devices to input ecore eventsBruno Dilly2016-11-016-12/+261
| * ecore_wl2: add ecore event for seat capabilities changeBruno Dilly2016-11-014-1/+108
| * ecore_wl2: add ecore event for seat name changeBruno Dilly2016-11-015-5/+67
| * ecore_evas/wayland: handle added / removed seatsBruno Dilly2016-11-012-2/+110
| * ecore_evas/wayland: remove unnecessary NULL attributionsBruno Dilly2016-11-011-6/+1
| * evas: Fix doxygen and normalize function signatureBruno Dilly2016-11-011-1/+1
|/