platform/upstream/efl.git
2020-03-12 Ali Alzyodevas_textblock: replace evil tabs with spaces
2020-03-12 Xavi Artigasdoxygen docs: Fix tons of invalid Doxygen commands
2020-03-12 Xavi Artigasdoxygen docs: Adapt to Doxygen syntax
2020-03-12 Shinwoo Kimevas.image: add evas_object_image_animated_frame_get
2020-03-12 Christopher... evas_object_text: Fix unused parameter
2020-03-12 Christopher... eina_abstract_content: Fix resource leak
2020-03-12 Christopher... ecore-evas-wayland: Check for valid 'fd' before passing...
2020-03-12 Christopher... ecore-evas-wayland: Fix resource leak
2020-03-12 Christopher... eina_abstract_content: Fix dereference before null...
2020-03-12 JunsuChoivg_common_json: register shape name as it's designed.
2020-03-12 JunsuChoiedje: Rename Json to Lottie in edj supporting
2020-03-10 Ali Alzyodevas_gl_font: free data paths if alloca fails
2020-03-10 Marcel Hollerbachecore_evas: do not leak allocated memory in error case
2020-03-10 Marcel Hollerbachecore_evas: only free content when content is != NULL
2020-03-10 Marcel Hollerbachecore_evas_x: fix memory leak when enter drag and drop...
2020-03-10 Marcel Hollerbachefl_ui_textbox: dont leak a array when no type is available
2020-03-10 Marcel Hollerbachecore_evas_x: correctly handle images in X11
2020-03-10 Marcel Hollerbachelm_cnp: move free call after the last usage
2020-03-10 Marcel Hollerbachelm_cnp: free array when going out of scope
2020-03-10 Christopher... efl_ui_win: Fix null pointer dereference
2020-03-10 Christopher... efl_ui_win: Fix null pointer dereference
2020-03-10 Christopher... efl_ui_win: Fix horrible formatting
2020-03-10 Marcel Hollerbacheina_content: fix use after free in test code
2020-03-10 Marcel Hollerbacheina_content: free memory in error paths
2020-03-10 Marcel Hollerbacheina: fix define of Eina_Content
2020-03-10 Xavi Artigasdoxygen docs: remove @ender_group and organize eina...
2020-03-10 Xavi Artigasdoxygen docs: Remove invalid comments
2020-03-10 Xavi Artigasdoxygen docs: Move smart object methods to proper group
2020-03-10 Xavi Artigasdoxygen docs: remove doubly-defined @examples
2020-03-10 Stefan SchmidtRevert "ci: travis: stop osx builds until build failure...
2020-03-10 Xavi Artigaseina: Docs/Comments: eina_safety_checks: Correct gramma...
2020-03-10 Xavi Artigasdoxygen docs: Miscellaneous typos
2020-03-10 Carsten Haitzler... readme - adapt for removal of xine/vlc support
2020-03-10 Marcel Hollerbachecore_evas_x: honor forign dnd implementations
2020-03-10 Xavi Artigasecore_evas: Use EFL naming convention in cnp & dnd...
2020-03-10 Xavi Artigasmono-tests: Fix build after DnD changes
2020-03-10 Xavi Artigasdocs: Strengthen docs for Copy&Paste and Drag&Drop
2020-03-10 Marcel Hollerbachport cnp on Windows
2020-03-10 Marcel Hollerbachecore_evas: Introduce cnp support for cocoa
2020-03-10 Marcel Hollerbachecore_cocoa: change clipboard API
2020-03-10 Marcel Hollerbachrewrite efl cnp and dnd handling
2020-03-10 Marcel Hollerbachecore_evas: introduce wayland support for cnp & dnd
2020-03-10 Marcel Hollerbachecore_evas: introduce initial selection & dnd support...
2020-03-10 Marcel Hollerbachecore_x_selection: do not skip any any atoms
2020-03-10 Marcel Hollerbachecore_x: add API to request selection changed events...
2020-03-10 Marcel Hollerbachecore_evas: Introduce cnp / dnd API for ecore evas
2020-03-10 Marcel Hollerbacheina: introduce Eina_Abstract_Content
2020-03-10 Daniel Kolesaevas_pbject_intercept: add missing parenthesis
2020-03-10 Christopher... efl_ui_win: Fix dereference before NULL check
2020-03-10 Christopher... evas_object_intercept: Add check for NULL 'obj' variabl...
2020-03-10 Mike Blumenkrantzefl-wl: properly send surface enter event in smart...
2020-03-10 Mike Blumenkrantzelm: undef EAPI_WEAK in header before defining
2020-03-10 Christopher... evas_gl_drm: Fix incorrect define statement.
2020-03-10 Marcel Hollerbachci: make ci work again
2020-03-10 Marcel Hollerbachefl_canvas_layout_part: remove debugging content set...
2020-03-10 Marcel Hollerbachefl_canvas_layout_part: add part name, type and group...
2020-03-10 Marcel Hollerbacheo: print debug information when a call cannot be resolved
2020-03-10 Mike Blumenkrantztests/evas: verify loading and mmap values for efl...
2020-03-10 Mike Blumenkrantzevas/image: implement efl.file loading and mmap getters...
2020-03-10 Mike Blumenkrantzevas: set mmap data to image data after preload with...
2020-03-10 Mike Blumenkrantzefl_ui/widget: add inheritance for efl.gfx.entity to...
2020-03-10 Christopher... evas_object_intercept: Use efl_data_scope_safe_get
2020-03-10 Christopher... evas_object_intercept: Reduce calls to efl_data_scope_get
2020-03-10 Marcel Hollerbachelm_label: add EFL_ACCESS_WIDGET_ACTION_MIXIN
2020-03-10 Alastair Pooleelm_code_syntax: Add c-sharp syntax highlighting.
2020-03-10 Stefan Schmidtci: travis: stop osx builds until build failures are...
2020-03-10 Jaehyun Choelc_naviframe: fix to delete item once by elm_object_it...
2020-03-10 Alastair Pooleelm_code: Avoid moving to non-existent line.
2020-03-10 Christopher... evas: Fix dereferenceing null pointer
2020-03-10 Hosang Kimevas: Fix mouse event info for legacy events.
2020-03-10 Alastair Pooleelm_code: Improve efficiency of the widget.
2020-03-09 JunsuChoiedje: Change the order of Edje_Action_Type enum members 82/227082/1
2020-03-09 WoochanleeEcore_Wl2: Fix doc. 64/227064/2
2020-03-09 JunsuChoiEfl.Ui.Image: Modify current frame to start at 1 61/227061/1
2020-03-09 WoochanleeEcore_Wl2: Introduce ecore_wl2_window_native_surface_ge... 25/227025/2 submit/tizen/20200309.064055
2020-03-09 Woochanleeefl_wl: Prevent a null pointer dereference. 14/227014/1
2020-03-09 Jaehyun Choelc_naviframe: fix to delete item once by elm_object_it... 00/227000/1
2020-03-09 Yeongjong Leeecore_ipc: remove efl_loop_fd_set before finishing... 99/226799/2
2020-03-08 Hermet ParkManual cherry-pick from here, cause of fetch network...
2020-03-06 Hermet Parkcanvas grid: fix inifinite loop dead.
2020-03-06 Kamil Koniecznyelm/atspi_bridge: fix memory leak 11/226811/5
2020-03-06 Wonsik JungFix the bug of eglSync for EvasGL 45/226645/2 submit/tizen/20200306.082439
2020-03-05 Jaehyun Choelm_genlist: check viewport height to calculate for... 01/226801/3 submit/tizen/20200305.112415
2020-03-05 Bowon RyuRevert "elm/image: restore legacy behavior of elm_image... 90/226790/3
2020-03-05 Marcel Hollerbachelementary: use array instead of list for subchildren 15/226615/2
2020-03-05 Doyoun Kangelementary: Remove internal flag of Elm_Win_Aux_Message... 68/226768/1
2020-03-05 WoochanleeEcore_Wl2: Add dox and rearrange API list. 60/226660/2
2020-03-04 Doyoun KangRemove internal flag of elm_win_aux_msg APIs 52/226552/2
2020-03-03 Hosang Kimevas_object_main: add checking delete_me when submit/tizen/20200303.214157
2020-03-03 SangHyeon Jade Leegenlist: refactoring item deletion process
2020-03-03 Prasoon Singh[access] Handle case where last highlighted object...
2020-03-03 Hosang Kimecore_timer: keep backward compatibility on freeze...
2020-03-03 Hosang Kimecore_wl2_input: fix repeat key window.
2020-03-03 Hosang Kimedje_message_queue: add checking number of messages.
2020-03-03 Hosang Kimedje_message_queue: decrease number of messages when...
2020-03-03 Jongmin LeeRevert "elementary: use array instead of list for subch...
2020-03-03 Marcel Hollerbachelementary: use array instead of list for subchildren
2020-03-03 Carsten Haitzler... avahi - let's disable by default as there doesn't seem...
2020-03-03 Mike Blumenkrantzefl-wl: add toplevel_added event for adding a new tople...
2020-03-03 Mike Blumenkrantzefl-wl: ensure that child_added event is called only...
next