summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edje: Update code to use memcpy as per reviewfeature/securityChris Michael2018-05-101-2/+2
* edje: Remove use of insecure strcpy and strcat functionsChris Michael2018-05-101-2/+4
* edje: Remove use of insecure strcpy and sprintf functionsChris Michael2018-05-101-2/+2
* edje: Remove use of insecure sprintf functionChris Michael2018-05-101-1/+3
* edje: Remove use of insecure strcat functionChris Michael2018-05-101-1/+1
* elm_toolbar: only use the more_item if mode is correctMarcel Hollerbach2018-05-101-1/+8
* evas: introduce a log domain to monitor which object gets focusMarcel Hollerbach2018-05-103-0/+31
* efl_ui_focus_manager_root_focus: restructure state evalMarcel Hollerbach2018-05-101-16/+16
* efl_ui_focus_manager_root_focus: support a custom canvas objectMarcel Hollerbach2018-05-102-13/+69
* ecore_evas_extn: Modify not to send a message if there is nothing to drawWonki Kim2018-05-091-19/+22
* ecore - dont rely on commons merge for func ptrCarsten Haitzler (Rasterman)2018-05-091-1/+1
* eolian: add optional warnings about events missing a typeDaniel Kolesa2018-05-093-3/+18
* efl_ui_widget: use efl_data_scope_safe_get instead of macroYeongjong Lee2018-05-091-9/+25
* ecore_wl2: complain loudly when move or resize doesn't provide a seatDerek Foreman2018-05-081-3/+8
* ee_wayland: retain seat names when creating a new canvasDerek Foreman2018-05-081-5/+11
* ecore_wl2: warn on unused result from ecore_wl2_input_seat_id_getDerek Foreman2018-05-081-1/+1
* efl_selection: return wayland seat id if presentDerek Foreman2018-05-081-1/+1
* ecore_wl2: Fix window drag mouse eventingDerek Foreman2018-05-083-13/+4
* ecore_wl2: Remove ecore_wl2_input_grab/ungrabDerek Foreman2018-05-082-24/+0
* efl_selection_manager: Stop calling ecore_wl2_input_ungrabDerek Foreman2018-05-081-3/+0
* efl_ui_win: Pass seat info for wayland move/resizeDerek Foreman2018-05-081-2/+32
* efl_ui_win: Directly call ecore_wl2 move and resize functionsDerek Foreman2018-05-081-4/+2
* ee_wayland: clean up warningsDerek Foreman2018-05-081-5/+4
* ee_wayland: remove edges flagDerek Foreman2018-05-082-14/+2
* ee_wayland_shm: Remove resize flagDerek Foreman2018-05-081-4/+1
* ee_wayland_egl: Remove some amazing weirdnessDerek Foreman2018-05-081-25/+2
* elm_win: Remove move stop callbackDerek Foreman2018-05-082-22/+0
* edje: Send seat name to all seat emitted eventsDerek Foreman2018-05-081-7/+14
* edje: Add beta api for seat_data_getDerek Foreman2018-05-082-0/+28
* edje: Emit extra/seat data from programmed signal emitsDerek Foreman2018-05-081-2/+2
* edje: Pass extra signal data to program_runDerek Foreman2018-05-085-10/+10
* edje: Add edje_emit_full_dataDerek Foreman2018-05-082-3/+15
* edje: Add seat data to extra data structDerek Foreman2018-05-082-3/+11
* edje: Create signal extra data before calling _edje_emit_sendDerek Foreman2018-05-081-4/+6
* edje: Factor out signal extra data setup codeDerek Foreman2018-05-083-28/+43
* elm_toolbar: flush out the items once one is hiddenMarcel Hollerbach2018-05-081-0/+1
* efl_ui_focus_manager: unset redirect instead of wrefing itMarcel Hollerbach2018-05-081-2/+8
* efl_ui_focus_manager_calc: do not restore focus when redirect is setMarcel Hollerbach2018-05-082-1/+36
* eio: delay tests until we have started listing some files.Cedric BAIL2018-05-071-3/+19
* eina: actually it make more sense to do the check for EINA_VALUE_EMPTY inside...Cedric BAIL2018-05-072-3/+7
* eina: allow EINA_VALUE_EMPTY for Eina_Future as Eina_Value.Cedric BAIL2018-05-071-1/+2
* evas textblock: remove NULL checking after dereferencingYoungbok Shin2018-05-061-5/+13
* Evas textblock: fix wrong hyphenation issues with non UTF8 encoded dictionaryYoungbok Shin2018-05-067-15/+18784
* evas textblock: fix double free issue from user style push/pop and freeYoungbok Shin2018-05-062-11/+64
* elementary: unreak non tree mode for fileselector.Cedric BAIL2018-05-051-0/+1
* eio: on error/cancel properly destroy weak reference.Cedric BAIL2018-05-051-6/+16
* eio: cancel idler on Eio.Model destruction properly.Cedric BAIL2018-05-051-2/+3
* eina: Eina_Future as Eina_Value can also be cancelled.Cedric BAIL2018-05-051-0/+2
* evas_main: fix structually dead codeMyoungwoon Roy, Kim2018-05-051-1/+1
* eio: do not call efl_model_child_del at the end of build_st as that might res...Cedric BAIL2018-05-041-13/+0