platform/upstream/enlightenment.git
2023-07-12 Jihoon Kime_iput_evdev: fix dead code 49/295649/1
2023-07-11 Junseok Kime_maximize: Add NULL check to return val of e_comp_zone... 63/295563/2
2023-07-11 Changyeon Leee_single_pixel_buffer: add first implementation of... 62/295562/1
2023-07-11 Jihoon Kime_input_evdev: prevent to access NULL list 57/295557/1 accepted/tizen/unified/20230712.040731
2023-07-11 SooChan Lime_client_video: null checking on ecv->zone 52/295552/2
2023-07-11 SooChan Lime_zone: null checking on arguments 51/295551/2
2023-07-11 SooChan Lime_client: set the position of frame before setting... 50/295550/2
2023-07-11 Junseok Kime_dnd: use given drag object when the drag end 56/295556/1
2023-07-11 Junseok Kime_client: remove unused client_drag variable 55/295555/1
2023-07-11 Junseok Kime_dnd: remove unused codes 54/295554/1
2023-07-11 Junseok Kime_client: remove drag struct 53/295553/1
2023-07-10 SooChan Lime_zone: fix the bug at e_zone_add 33/295533/1
2023-07-10 Inhong HanFix issue detected by static analysis tool 27/295527/1
2023-07-10 SooChan Lime_zone: remove the stow/unstow at e_zone 14/295514/2
2023-07-10 SooChan Lime_zone: remove the e_zone_fade_handle 13/295513/2
2023-07-10 SooChan Lime_zone: remove the edge and corder at e_zone 12/295512/2
2023-07-10 SooChan Lime_zone: remove the flip variable and e_zone_flip_coords... 11/295511/2
2023-07-10 SooChan Lime_comp_wl_rsm: remove the use of ec->zone 10/295510/2
2023-07-10 SooChan Lime_comp: use the e_comp_client_zone_is_displaying function 09/295509/2
2023-07-10 SooChan Lime_zone: use the e_zone_is_displaying function 08/295508/2
2023-07-10 SooChan Lime_comp: add e_comp_client_zone_is_displaying() function 07/295507/2
2023-07-10 SooChan Lime_zone: add e_zone_is_displaying() function 06/295506/2
2023-07-10 SooChan Lime_policy_visibility: check the exception conditions... 04/295504/2
2023-07-10 SooChan Lime_policy_visibility: remove the duplicated conditions... 03/295503/2
2023-07-10 SooChan Lime_service_quickpanel: check if zone is available. 97/295497/3
2023-07-10 SooChan Lime_policy_stack: remove the unused arguments at e_policy... 51/295451/4
2023-07-10 SooChan Lime_policy_stack: check the containts of lockscreen insid... 50/295450/4
2023-07-10 Jihoon Kime_input_event: fix dereference null return value 82/295482/2
2023-07-10 Jihoon KimFix mutex lock/unlock pair issues 81/295481/2
2023-07-10 Jihoon Kime_input_device: remove unnecessary code 79/295479/1
2023-07-10 Jihoon Kime_input_evdev: refactoring code to print key input log 78/295478/1
2023-07-07 Junseok Kime_comp_wl: set reference point when the wl_surface... 37/295437/2 accepted/tizen/unified/20230710.013140
2023-07-07 Junseok Kime_dnd: Add reference point and use the point when drag... 36/295436/2
2023-07-07 SooChan Lime_policy_visibility: refactor the _e_vis_ec_job_exec... 35/295435/1
2023-07-07 SooChan Lime_policy_visibility: remove _e_vis_ec_size_is_full() 34/295434/1
2023-07-06 SooChan Lime_service_quickpanel: fix the dereference value 93/295393/1
2023-07-06 SooChan Lime_hwc: remove the use of ec->zone 92/295392/1
2023-07-06 SooChan Lime_zone: remove the use of ec->zone 91/295391/1
2023-07-06 SooChan Lime_comp_object: remove the use of ec->zone 90/295390/1
2023-07-06 SooChan Lime_comp: remove the use of ec->zone 89/295389/1
2023-07-05 wchang kimFixed the build error using gcc 13 23/295223/3 accepted/tizen/unified/20230706.152207
2023-07-05 SooChan Lime_comp_wl_data: change E_API into EINTERN 23/295323/2
2023-07-05 Jihoon KimFix keymap mutex issue 21/295321/1
2023-07-05 SooChan Lime_service_taskbar: remove the use of ec->zone 01/295301/1
2023-07-05 SooChan Lime_service_softkey: remove the use of ec->zone 00/295300/1
2023-07-05 SooChan Lime_service_quickpanel: remove the use of ec->zone 99/295299/1
2023-07-05 SooChan Lime_service_cbhm: remove the use of ec->zone 98/295298/1
2023-07-04 duna.ohe_comp_wl_input: add wl_list_init() for safety of const... 92/295292/1
2023-07-04 Jihoon KimFix bug not to get device information of touch event 72/295272/2
2023-07-04 Jihoon Kime_client: rename focused ec mutex 62/295262/1
2023-07-04 Jihoon KimUse e_comp_wl_client_surface_set/get for thread safety 61/295261/1
2023-07-04 Jihoon Kime_input_evdev: change the mutex range for key map 60/295260/1
2023-07-04 Jihoon Kime_comp_wl: Add missing surface mutex 59/295259/1
2023-07-04 Jihoon KimRemove unused code 94/295194/2
2023-07-04 Jihoon KimAdd mutex for keyboard repeat delay and rate 93/295193/2
2023-07-04 Jihoon KimAdd mutex for input_key_grabs list 92/295192/2
2023-07-04 Jihoon KimAdd mutex for key list 91/295191/2
2023-07-04 Jihoon KimAdd mutex for xkb_state variable 90/295190/2
2023-07-04 Jihoon KimAdd keymap mutex in e_comp_wl 89/295189/2
2023-07-04 Jihoon KimAdd mutex for kbd focused list 88/295188/2
2023-07-04 Jihoon KimAdd mutex for keyboard resources 87/295187/2
2023-07-04 Jihoon KimAdd mutex lock for surface of comp_data 86/295186/2
2023-07-04 Jihoon KimAdd mutex for keyboard mod mask 85/295185/2
2023-07-04 Jihoon KimAdd surface mutex 84/295184/2
2023-07-04 Jihoon KimAdd mutex for last device keyboard variable 83/295183/2
2023-07-04 Jihoon KimAdd mutex for device list in device manager 82/295182/2
2023-07-04 Jihoon Kime_client: protect focused e_client data against shared... 81/295181/2
2023-07-04 Jihoon KimFix issue not to register key event handler in E_INPUT_... 80/295180/2
2023-07-04 Jihoon KimSupport to switch input thread mode 79/295179/2
2023-07-04 Jihoon KimSeparate input thread 78/295178/2
2023-07-04 SooChan Lime_comp_wl_video: remove the use of ec->zone 49/295249/1
2023-07-04 SooChan Lime_comp: add e_comp_zone_find_by_ec function 48/295248/1
2023-07-04 SooChan Lime_zone: add the private data when ec is added at a... 47/295247/1
2023-07-04 SooChan Lime_client: move the zone activities to the zone.c with... 46/295246/1
2023-07-04 SooChan Lime_client: set a client to a desk after creating ec... 45/295245/1
2023-07-04 SooChan Lime_zone: add e_zone_client_add function 44/295244/1
2023-07-03 duna.ohe_input: change return type of hook_cb function, Eina_B... 68/295168/1 accepted/tizen/unified/20230705.063740
2023-06-30 Changyeon Leee_hwc_window_queue: handle failure of the buffer allocation 21/295021/2 accepted/tizen/unified/20230630.124053
2023-06-30 Changyeon Leee_explicit_sync: fix use after free 20/295020/1
2023-06-29 SooChan Lime_hwc_window: declare acquire_fence_fd var at the begin... 92/294992/1
2023-06-29 SooChan Lime_explicit_sync: add delete function for before_surface... 91/294991/1
2023-06-29 SooChan Lime_explicit_sync: fix the indentation 90/294990/1
2023-06-29 SooChan Lime_explicit_sync: use explicit_sync_surface->pending_acq... 89/294989/1
2023-06-29 SooChan Lime_explicit_sync: set explit_sync of e_client to be... 88/294988/1
2023-06-29 SooChan Lime_explicit_sync: use _e_explicit_sync_fd_move/clear... 87/294987/1
2023-06-29 SooChan Lime_client: remove the explicit_sync_surface member varia... 86/294986/1
2023-06-29 SooChan Lime_explicit_sync: use e_cliet_explitcit_sync_get/set 85/294985/1
2023-06-29 SooChan Lime_client: add explicit_sync_set/get function 84/294984/1
2023-06-29 SooChan Lime_explicit_sync: remove the usage of ec->explicit_sync_... 83/294983/1
2023-06-29 SooChan Lime_explicit_sync: remove e_explicit_sync_surface_sync. 82/294982/1
2023-06-29 SooChan Lime_hwc_windows: call e_egl_sync_wait function at e_hwc_w... 81/294981/1
2023-06-29 SooChan Lime_hwc_window: get the aquire_fence_fd from e_client... 80/294980/1
2023-06-29 SooChan Lime_explicit_sync: make move and clear functions for... 79/294979/1
2023-06-29 SooChan Lime_client: add e_client_explicit_sync_acquire_fence_fd_g... 78/294978/1
2023-06-29 SooChan Lime_explicit_sync: remove e_explicit_sync_commit function. 77/294977/1
2023-06-29 SooChan Lime_explicit_sync: add E_COMP_WL_HOOK_CLIENT_BEFORE_SURFA... 76/294976/1
2023-06-29 SooChan Lime_comp_wl: add E_COMP_WL_HOOK_CLIENT_BEFORE_SURFACE_COMMIT 75/294975/1
2023-06-29 Sungjin Parke_comp_wl & e_comp_wl_input: fixed pointer constraints... 53/294953/1
2023-06-29 Sungjin Parke_comp_wl_input: fixed to use client's y position to... 52/294952/1
2023-06-29 Sungjin Parke_comp_wl_input: fixed to update region_pending in... 51/294951/1
next