summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-10-14efl_util: fix to call tizen_input_device_release req. on device_remove eventduna.oh1-6/+13
2024-07-11gesture: Improve gesture handle callback function arguments clarityduna.oh1-63/+43
2024-06-20gesture: add APIs to register callback functions whan gesture events are trig...accepted/tizen/unified/x/20240625.014046accepted/tizen/unified/dev/20240701.072755accepted/tizen/unified/20240624.155449duna.oh1-0/+139
2024-05-20fix coverity issue - unused valueaccepted/tizen/unified/x/20240522.020334accepted/tizen/unified/20240521.104305Doyoun Kang1-3/+1
2024-05-17add code to check return value of wl_display_dispatch_queueDoyoun Kang1-49/+73
2024-03-08Remove unnecessary commentJunkyeong Kim1-3/+0
2023-11-15input_generator: fix to check touch_count only if set_touch_count() is requestedduna.oh1-1/+2
2023-11-09input_generator: dispatch queue if touch_count is not updated as requestedduna.oh1-0/+3
2023-10-27increase the wait_for_done event count (5->10)Doyoun Kang1-1/+1
2023-07-14increase the wait_for_done event count (3->5)Doyoun Kang1-4/+6
2023-05-03Revert "efl_util.c add wl_seat"duna.oh1-23/+0
2023-04-27screenmirror : Set screenmirror thread nameJunkyeong Kim1-1/+9
2022-12-09input_generator: use a new request 'init_generator_with_sync'duna.oh1-242/+6
2022-08-27screenmirror: init screenmirrorJunkyeong Kim1-0/+394
2022-08-27screenshot: refactoring screenshot initJunkyeong Kim1-84/+104
2022-07-18remove the duplication of verifying request_notifiedSooChan Lim1-40/+22
2022-07-18remove the duplication of gesture grab/ungrabSooChan Lim1-149/+28
2022-07-18remove the duplication of creating a efl_util_inputgen_hSooChan Lim1-116/+40
2022-06-23screeenshot: use only tizen_screenshooter interface for one shotJunkyeong Kim1-32/+16
2022-02-15remove the unused functionSooChan Lim1-47/+0
2021-08-11efl_util.c add wl_seatdyamy-lee1-0/+23
2021-01-19input_generator: fix a invalid conditionsubmit/tizen/20210119.111029accepted/tizen/unified/20210120.120838jeon1-1/+1
2021-01-13input_generator: add a API to set touch countsubmit/tizen/20210113.113637accepted/tizen/unified/20210115.004626jeon1-3/+43
2020-12-30support a max_touch_count eventjeon1-1/+13
2019-06-26screenshot: free screenshot if init failedJunkyeong Kim1-0/+4
2019-06-25input_generator: fix a bug in synchronized initialized functionjeon1-2/+5
2019-06-26remove unreachable codesjeon1-2/+0
2019-05-08input_generator: add new APIs to generate axis eventsjeon1-1/+192
2019-05-02screenshot: add permission denied error returnJunkyeong Kim1-1/+4
2018-12-03gesture: use default wl_queue to get gesture eventsjeon1-122/+181
2018-11-06screenshot: remove lcov comment for rotation APIJunkyeong Kim1-2/+0
2018-08-07screenshot: execute wayland_tbm_client_deinit when screenshot deinitJunkyeong Kim1-13/+27
2018-07-30input_generator: fix a svace issue: unused return valueJengHyun Kang1-2/+6
2018-07-19input_generator: add a new initialize API work synchronouslysubmit/tizen/20180726.064359accepted/tizen/unified/20180727.063708JengHyun Kang1-6/+296
2018-06-26remove deprecated APIs and EnumsDoyoun Kang1-246/+0
2018-06-18screenshot: destroy wl_registry when screenshot deinitsubmit/tizen/20180618.071047accepted/tizen/unified/20180619.141908Junkyeong Kim1-6/+11
2018-06-05Fixed double free problem for hashes of tizen_policy and display_policy.Gwanglim Lee1-15/+29
2017-12-12change a method to get displaysandbox/upgrade/efl120JengHyun Kang1-12/+12
2017-11-29support ecore_wl2 insteads of ecore_waylandJengHyun Kang1-39/+42
2017-09-18efl_util: change version of tizen_policy from 1 to 7.JunSeok, Kim1-1/+6
2017-09-07add LCOV_EXCL macros to avoid line coverageJengHyun Kang1-15/+29
2017-08-23gesture: add fd handler to dispatch events from an additional wayland event q...JengHyun Kang1-0/+33
2017-07-28gesture: add a missing codeJengHyun Kang1-0/+1
2017-07-24gesture: add gesture APIssubmit/tizen/20170727.043838accepted/tizen/unified/20170727.191239JengHyun Kang1-3/+975
2017-06-26add initialize values for the display_policy interfaceJengHyun Kang1-1/+2
2017-04-12input_generator: Add a new API for initializeJengHyun Kang1-0/+68
2017-02-20Remove Profile Build Dependency: do it at runtime / CAPI defragmentationMyungJoo Ham1-2/+55
2017-02-16set null after display_wrapper freeJunkyeong Kim1-5/+5
2017-02-13init: use display_wrapper to ensure that proxy has a queueBoram Park1-4/+14
2017-02-02inputgenerator: Request input generator initialize using device classJengHyun Kang1-2/+18