backend-wayland: create cursor and show it when pointer enters
[platform/core/uifw/libds.git] / src /
2022-10-25 duna.ohbackend-wayland: create cursor and show it when pointer... 81/283381/1
2022-09-19 duna.ohlibinput: use ds_log_error() which calls 'strerror_r' 38/281438/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063730 accepted/tizen/7.0/unified/hotfix/20221116.110118 accepted/tizen/unified/20220921.091751 tizen_7.0_m2_release
2022-09-15 Seunghun Leesurface: Flesh out handling viewport 75/281275/1 accepted/tizen/unified/20220919.021619
2022-09-15 Seunghun Leesurface: Add ds_surface_viewport 74/281274/1
2022-09-15 Seunghunutil: Add box util 73/281273/1
2022-09-06 Seunghun Leelog: Replace strerror with strerror_r 51/280851/1
2022-09-06 Seunghun Leeclient_buffer: Assert if shm_buffer is null 50/280850/1
2022-09-05 duna.ohlibinput: do not call close() when fd is negative 96/280796/1
2022-08-26 Seunghun Leeregion: Add missing return 89/280289/1 accepted/tizen/unified/20220829.062544 submit/tizen/20220826.081449
2022-08-26 Seunghun Leeallocator/shm: Cast int to size_t to avoid warning 53/280253/1
2022-08-26 Seunghun Leesurface: Fix emitting commit event twice 09/280209/2
2022-08-22 SooChan Limsubsurface: add ds_subsurface_from_resource 15/280015/2 accepted/tizen/unified/20220823.131807 submit/tizen/20220823.002323
2022-08-22 Seunghun Leedata_device: Fix null-dereferencing 25/280025/1
2022-08-22 Seunghun Leedata_device: Fix crash with workaround 24/280024/1
2022-08-22 Seunghun Leedata_device: Add support for touch drag 23/280023/1
2022-08-22 Seunghun Leedata_device: Fix crash when destroying data_offer 22/280022/1
2022-08-22 Seunghun Leedata_device: Nullify {drag,offer}->source 21/280021/1
2022-08-22 Seunghun Leedata_device: Send dnd finish when destroying data_offer 20/280020/1
2022-08-22 Seunghun Leedata_device: Fix formatting 19/280019/1
2022-08-22 Seunghun Leedata_device, tinyds: Handle focus at data_device when... 18/280018/1
2022-08-22 Seunghun Leeseat: Add ds_seat_pointer_get_focused_surface() 17/280017/1
2022-08-22 Seunghun Leedata_device: Refactor code of drag and drop 16/280016/1
2022-08-19 duna.ohseat: export functions for getting seat/seat_client 32/279932/1
2022-08-18 Junkyeong Kimbuffer: Add ds_buffer_get_resource API 39/279839/1
2022-08-18 Seunghun Leedata_device: Add start drag operation 26/279826/1
2022-08-18 Seunghun Leeseat: Add APIs needed by data_device 25/279825/1
2022-08-18 Seunghun Leedata_device: Create ds_data_device per seat_client 24/279824/1
2022-08-18 Seunghun Leedata_device: Add dnd implementation to ds_data_source_c... 23/279823/1
2022-08-18 Seunghun Leedata_device: Add dnd implementation to ds_data_offer 22/279822/1
2022-08-18 Seunghun Leedata_deivce: Add dnd implementation to ds_data_source 21/279821/1
2022-08-18 Seunghundata_device: Start implementing drag and drop 20/279820/1
2022-08-18 Seunghun Leeseat: Rename ds_seat_keyboard_destroy_grab properly 05/279805/2
2022-08-18 Seunghun Leeseat: Fix formatting 04/279804/2
2022-08-18 Seunghun Leexdg_shell: Add toplevel_set_activated() 18/279618/2
2022-08-05 Seunghun Leedata_device: Add clipboard functionality 71/279271/1
2022-08-05 Seunghun Leeseat: Add implementation for selection source 70/279270/1
2022-08-05 SeunghunAdd skeleton code for ds_data_device_manager 69/279269/1
2022-08-03 Seunghun Leeoutput: Fix crash because of missing wl_list_init() 05/279205/1
2022-08-03 Seunghun Leekeyboard: Fix leak when destroying ds_keyboard 96/279196/2
2022-08-03 Seunghun Leeoutput: Add ds_output_{create,destroy}_global() 95/279195/1
2022-07-18 Seunghun Leeseat: Fix dangling focused_client in pointer 19/278119/1
2022-07-18 Seunghun Leeseat: Fix dangling focused_client in keyboard 18/278118/1
2022-07-18 이승훈/Tizen Platform... Fix typo 17/278117/1
2022-07-18 Seunghun Leebuffer: Add null check after wl_array_add() 16/278116/1
2022-07-18 Seunghun Leexdg_shell, xdg_shell_v6: Remove unreachable code 15/278115/1
2022-07-18 Seunghun Leeshm: Use snprintf() instead of vulnerable strcat() 14/278114/1
2022-07-18 Seunghun Leeregion: Remove unreachable code 13/278113/1
2022-07-18 Seunghun Leebackend-wayland: Fix using uninitialized data 12/278112/1
2022-07-18 Seunghun Leexdg_shell_v6: Remove 'xdg-shell-unstable-v6-server... 10/278110/1
2022-07-18 Seunghun Leeseat: Add API for keyrouter 09/278109/1
2022-07-18 Seunghun Leesurface: Export ds_surface_get_wl_resource() 08/278108/1
2022-07-18 Seunghun Leeseat: Add ds_seat_set_keyboard() 07/278107/1
2022-07-18 SooChan Limfix the typo 06/278106/1
2022-07-18 SooChan Limimplement the xdg_shell_v6 05/278105/1
2022-07-18 SooChan Limadd WL_EXPORT 04/278104/1
2022-07-18 Seunghun Leesurface: Export functions for surface role 01/278101/1
2022-07-18 duna.ohseat: move 'grab' related struct definitions to include... 00/278100/1
2022-07-18 SooChan Limrearrange the directory of the libds respository 98/278098/1
2022-07-18 SooChan Limremove libds-tizen stuffs 97/278097/1
2022-07-18 Seunghun Leekeyrouter: Fix wrong validity check 96/278096/1
2022-07-18 duna.ohdevicemgr: implement libds-tizen-input-devicemgr 95/278095/1
2022-07-18 Junkyeong Kimclient: add simple-dpms 93/278093/1
2022-07-18 Junkyeong Kimexample: add tinyds-tdm-dpms 92/278092/1
2022-07-18 Junkyeong Kimdpms: fix build error 91/278091/1
2022-07-18 Seunghun Leekeyrouter: Return an appropriate value 90/278090/1
2022-07-18 Seunghun Leekeyrouter: Fix wrong return value 89/278089/1
2022-07-18 Seunghun Leesecurity: Enable cynara to be built 88/278088/1
2022-07-18 Seunghun Leetizen-util: Include an appropriate header 87/278087/1
2022-07-18 Seunghun Leesecurity: Refactor implementation for cynara 86/278086/1
2022-07-18 Seunghun Leesecurity: Remove meaningless double check 85/278085/1
2022-07-18 SooChan Limclient: add simple-shm-shell sample 83/278083/1
2022-07-18 SooChan Limshell: implement wl_shell_interface 82/278082/1
2022-07-18 SooChan Limfix the build warning 81/278081/1
2022-07-18 SooChan Limkeyrouter: change the prefix of the internal functions 80/278080/1
2022-07-18 duna.ohlibinput: get event time from libinput_event 79/278079/1
2022-07-18 duna.ohexample: add an executable 'tinyds-tdm-libinput' and... 78/278078/1
2022-07-18 duna.ohseat: fix the typo. should handle a proper device type 77/278077/1
2022-07-18 Seunghun Leetinyds: Handle ds_seat 76/278076/1
2022-07-18 Seunghun LeeAdd ds_seat 75/278075/1
2022-07-18 Junkyeong Kimds_dpms: Init ds_dpms 74/278074/1
2022-07-18 duna.ohbackend/libinput: Support libinput backend 73/278073/1
2022-07-18 SooChan Limimplement the libds-tizen-keyrouter 72/278072/1
2022-07-18 SooChan Limadd security api which uses cynara 71/278071/1
2022-07-18 Seunghun Leeds_output: Add ds_output_set_custom_mode 70/278070/1
2022-07-18 Seunghun Leetinyds: Fix passing wrong arg to wl_container_of 69/278069/1
2022-07-18 Seunghun Leetinyds-tdm: Fix build break 68/278068/1
2022-07-18 Seunghun Leebackend/wayland: Implement start() interface of ds_backend 67/278067/1
2022-07-18 Seunghun Leetinyds: Use WAYLAND_DISPLAY and WAYLAND_SOCKET for... 66/278066/1
2022-07-18 Seunghun Leebackend/wayland: Remove writable flag from event source 65/278065/1
2022-07-18 Seunghun Leeexamples/tinyds: Handle ds_pointer 64/278064/1
2022-07-18 Seunghun Leeexamples/tinyds: Enhance readability 63/278063/1
2022-07-18 Seunghun Leeexamples/tinyds: Clean up all views when finish server 62/278062/1
2022-07-18 Seunghun Leeexamples/tinyds: Clarify single output support 61/278061/1
2022-07-18 Seunghun Leeexamples/tinyds: Remove redundant referencing ds_buffer 60/278060/1
2022-07-18 Duna OhAdd ds_touch 59/278059/1
2022-07-18 Seunghun Leexdg_shell: Destroy ds_xdg_surfaces when cleaning up... 58/278058/1
2022-07-18 Seunghun Leeexamples/tinyds: Handle ds_keyboard 57/278057/1
2022-07-18 Seunghun LeeEnable user to get keyboard modifiers 55/278055/1
2022-07-18 Seunghun Leeexamples: Rename pointer-test to input-device-test 54/278054/1
2022-07-18 Seunghun Leebackend/wayland: Support ds_keyboard 53/278053/1
next