summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix bug icons list and icon createdevs/thiep/copThiep Ha2018-01-052-3/+3
* remove warningsThiep Ha2018-01-053-37/+43
* change from efl_future to eina_futureThiep Ha2018-01-055-154/+56
* correct returned data, remove unused eventThiep Ha2018-01-052-6/+9
* remove optional in seat param since it is needed for waylandThiep Ha2018-01-044-22/+22
* add implementation for drag container legacy api, free dataThiep Ha2018-01-046-62/+300
* check window instead of building typeThiep Ha2018-01-036-159/+489
* make legacy apis to use new interfacesThiep Ha2017-12-296-27/+831
* dnd: make drag_delay to property + anim time to configThiep Ha2017-12-275-11/+62
* efl_selection: change selection lost from event to futureThiep Ha2017-12-276-44/+154
* add type parameter to has_owner apiThiep Ha2017-12-265-6/+25
* add drag_obj to icon_funcThiep Ha2017-12-153-9/+8
* use eina_position2d, eina_slice, efl canvas objThiep Ha2017-12-1512-812/+442
* move interfaces from efl to elementary, separate dnd to ui_dnd and ui_dnd_con...Thiep Ha2017-12-1426-554/+495
* sel_manager: change api to betaThiep Ha2017-12-117-41/+46
* use new efl interfaces, remove commentsThiep Ha2017-12-083-109/+53
* win32: add implementation, not testedThiep Ha2017-12-082-17/+385
* cocoa: add implementation for cocoa, have not test yetThiep Ha2017-12-082-2/+224
* wayland: fix dnd bugsThiep Ha2017-12-081-11/+11
* wayland: use seat_id when get seatThiep Ha2017-12-081-14/+17
* add selection_has_owner apiThiep Ha2017-12-086-7/+42
* wayland: add dnd end handlerThiep Ha2017-12-082-16/+58
* wayland: fix sel, buildThiep Ha2017-12-082-106/+188
* dnd: add seat parameterThiep Ha2017-12-082-18/+34
* arrange codeThiep Ha2017-12-085-1348/+1221
* change variable names, remove warnings, fix drop_target_del func paramsThiep Ha2017-12-084-104/+68
* change seat to uint, remove unused vars, warningsThiep Ha2017-12-086-62/+51
* better struct names, remove warningsThiep Ha2017-12-082-190/+227
* wayland: add drop funcsThiep Ha2017-12-082-45/+846
* wayland: add drag_start funcThiep Ha2017-12-081-6/+155
* wayland: add convertersThiep Ha2017-12-082-107/+393
* wayland: add selection_getThiep Ha2017-12-084-198/+587
* change seat param from input device to int (seat id)Thiep Ha2017-12-085-64/+61
* add selection fixesThiep Ha2017-12-084-88/+58
* move vars from Sel Manager Private Data to Selection_Seat to support multiple...Thiep Ha2017-12-086-444/+489
* fix drop between winsThiep Ha2017-12-082-0/+11
* add drag containerThiep Ha2017-12-089-31/+3885
* add drop for container, has not tested yetThiep Ha2017-12-084-54/+116
* add drop_container funcs; need to distinguish container and normal pos, drop ...Thiep Ha2017-12-086-14/+153
* add implementation for drag_action_set, drop_target_delThiep Ha2017-12-083-9/+94
* combine dnd_drag and dnd_drop into dnd interface for simple use of event (pos)Thiep Ha2017-12-0814-57/+158
* use seat_id instead of seat_name, change event name...Thiep Ha2017-12-086-198/+208
* port drop to sel_managerThiep Ha2017-12-087-73/+813
* separate dnd and selection dataThiep Ha2017-12-082-65/+65
* add dnd for x11Thiep Ha2017-12-0810-42/+1194
* add support for seatsThiep Ha2017-12-082-38/+254
* x11: add data preparerThiep Ha2017-12-084-430/+392
* add converterThiep Ha2017-12-084-186/+836
* porting more function to sel manThiep Ha2017-12-082-0/+338
* change efl_cnp to use selection manager; use event for selection lossThiep Ha2017-12-0810-405/+124