platform/upstream/efl.git
2017-08-30 Jean-Philippe... widget: Mark some functions as protected
2017-08-30 Jean-Philippe... widget: Move item_loop_enabled to scrollable (EO)
2017-08-30 Jean-Philippe... widget: Use rectangle in show_region
2017-08-30 Jean-Philippe... eina: Add convenience eina_rectangle_equal
2017-08-30 Jean-Philippe... widget: Remove scroll_lock from EO
2017-08-30 Jean-Philippe... scroll: Rename elm enum to efl.ui
2017-08-30 Jean-Philippe... widget: Rename drag_lock to scroll_lock (EO)
2017-08-30 Jean-Philippe... widget: Remove drag_child_locked APIs (EO)
2017-08-30 Jean-Philippe... widget: Use rectangle on the stack for region_show
2017-08-30 Stefan Schmidtdocs: remove outdated NOTES files with random notes...
2017-08-30 Carsten Haitzler... eina mmap safety - only map zeropages if it's an eina...
2017-08-30 Carsten Haitzler... eina file - use recursive locks for cache and file...
2017-08-30 Reynaldo H... emotion: gst: use proper GStreamer time-unit macros
2017-08-30 Reynaldo H... emotion: gst: drop Frenglish from English messages
2017-08-29 Bryce Harringtonector: cleanup grammar in comments
2017-08-29 Bryce Harringtonevas: make the high level documentation more concise
2017-08-29 Cedric BAILevas: fix color set on Efl.Canvas.Group.
2017-08-29 Dave AndreoliPKit gadget: more contrast for the design
2017-08-29 Jean Guyomarc'hevas: fix invalid return of evas_textgrid_cellrow_get()
2017-08-29 Jean Guyomarc'heina: fix typo in documentation
2017-08-29 Jean Guyomarc'helm: fix uninitialized variables
2017-08-29 Daniel HirtCanvas text: fix non-dirty paragraph width calculation
2017-08-29 Daniel ZaouiFix PS3 backend removal (Cedric...)
2017-08-29 Thiep HaIntroduce text on path widget
2017-08-29 Jean-Philippe... widget: Add protected tag to focus_highlight_geometry
2017-08-29 Jean-Philippe... widget: Use rectangle for focus_hilight
2017-08-29 Jean-Philippe... widget: Mark focus_region_show as protected (EO)
2017-08-29 Jean-Philippe... widget: Simplify code with rectangle (EO)
2017-08-29 Jean-Philippe... widget: Merge on_focus_region and focus_region_get
2017-08-29 Jean-Philippe... widget: Improve access_info doc
2017-08-29 Jean-Philippe... access: Fix crash in ecore
2017-08-29 Jean-Philippe... evas: Fix automatic visible set (EO)
2017-08-29 Jean-Philippe... evas: Fix a few shadow warnings
2017-08-29 Jean-Philippe... widget: Rename hook "access" (EO)
2017-08-29 Jean-Philippe... widget: Rename hook "activate" (EO)
2017-08-29 Jean-Philippe... widget: Remove useless import in EO file
2017-08-29 Jean-Philippe... widget: Make theme_apply a protected function (EO)
2017-08-29 Jean-Philippe... widget: Rename hook "disable" (EO)
2017-08-29 Jean-Philippe... widget: Rename hook "orientation" (EO)
2017-08-28 Gustavo Sverzut... eina_value: silent -Wextra for EINA_VALUE_EMPTY
2017-08-28 Cedric Bailevas: handle new API use correctly for gl_drm backend.
2017-08-28 Cedric Bailevas: fixup warning.
2017-08-28 Mike Blumenkrantztheme: add slight inset for dialog content
2017-08-28 Daniel Kolesaeolian: funcptr docs in correct place, remove more...
2017-08-28 Daniel Kolesaeolian: less clumsy return type handling
2017-08-28 Daniel Kolesaeolian: remove unused qualifiers from func pointers
2017-08-28 Stefan Schmidtbuild: evas: fix names of jpeg200 test images
2017-08-27 Dave AndreoliNetstatus gadget: a new decent design
2017-08-26 Stephen 'Okra... Theme updates: Luncher icon indicator not relative...
2017-08-25 Cedric BAILevas: fix build with egl.
2017-08-25 Mike Blumenkrantztheme: let notifications wrap
2017-08-25 Mike Blumenkrantzevas image cache: notify preload for image objects...
2017-08-25 Mike Blumenkrantzevas image cache: break out preload complete notificati...
2017-08-25 Mike Blumenkrantzefl_ui_image: maintain geometry for prev image while...
2017-08-25 Mike Blumenkrantzelm_win: check for wayland engine during finalize by...
2017-08-25 Mike Blumenkrantzelm_win: update opaque region for fake windows
2017-08-25 Mike Blumenkrantzefl-wl: match nested wl seats based on display ordering
2017-08-25 Mike Blumenkrantzecore-wl2: normalize axis event values
2017-08-25 Cedric BAILevas: enable rendering of multiple output.
2017-08-25 Cedric BAILevas: no more ENDT.
2017-08-25 Cedric BAILevas: move updates to be per output.
2017-08-25 Cedric BAILevas: decorrelate canvas size from output size.
2017-08-25 Cedric BAILevas gl: fix glview by avoiding make current
2017-08-25 Cedric BAILevas: remove dead code to improve readability.
2017-08-25 Cedric BAILevas: make Evas_GL work with multi output.
2017-08-25 Cedric BAILevas: reorder rendering phase to group output related...
2017-08-25 Cedric BAILevas: Evas_Canvas3D rendering logic need a complete...
2017-08-25 Cedric BAILevas: propagate output in evas_render_updates_internal_...
2017-08-25 Cedric BAILevas: enable handling multi output in evas_render_mapped.
2017-08-25 Cedric BAILevas: propagate output to evas_render_mask_subrender...
2017-08-25 Cedric BAILevas: use output instead of default one during renderin...
2017-08-25 Cedric BAILevas: remove unused engine data from error set/get...
2017-08-25 Cedric BAILevas: destroy seats and inputs before the display disapear.
2017-08-25 Cedric BAILevas: no more use of ENDT outside of evas_render.
2017-08-25 Cedric BAILevas: make vector graphic support multi output.
2017-08-25 Cedric BAILevas: do not use default output or any other during...
2017-08-25 Cedric BAILevas: remove unecessary use of output in filter code.
2017-08-25 Cedric BAILevas: make image_native_set use engine context not...
2017-08-25 Cedric BAILevas: make all window GLES3 or none.
2017-08-25 Cedric BAILevas: make function to find evas gl context from engine...
2017-08-25 Cedric BAILevas: make filter handle multi output.
2017-08-25 Cedric BAILevas: make Evas_GL start to use engine and output separ...
2017-08-25 Cedric BAILevas: convert Evas3D use of output to engine when meani...
2017-08-25 Cedric BAILevas: find a best possible output to manage an object...
2017-08-25 Cedric BAILevas: remove dead code that won't be easy to bring...
2017-08-25 Cedric BAILevas: all context function use already ENC.
2017-08-25 Cedric BAILevas: remove image_content_hint_get from backend as...
2017-08-25 Cedric BAILevas: switch font backend function to rely on engine...
2017-08-25 Cedric BAILevas: handle multiple output for plane assignment.
2017-08-25 Cedric BAILevas: convert evas backend cache function call to use...
2017-08-25 Cedric BAILevas: remove image_surface_noscale_region_get from...
2017-08-25 Cedric BAILevas: move all image object related function to use...
2017-08-25 Cedric BAILevas: forgotten convertion from output to engine.
2017-08-25 Cedric BAILevas: gl_common should not segv on freeing a NULL gl_image.
2017-08-25 Cedric BAILevas: add infrastructure to find a gl_context from...
2017-08-25 Cedric BAILevas: switch all image animation engine related functio...
2017-08-25 Cedric BAILevas: introduce a engine_new/free in gl_generic backend.
2017-08-25 Cedric BAILevas: refactor the call to window_use.
2017-08-25 Cedric BAILevas: refactor gl_generic use of window_use with contex...
2017-08-25 Cedric BAILevas: differentiate engine from output.
next