summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_cnp.c
Commit message (Expand)AuthorAgeFilesLines
* elm_cnp: Fix typoBryce Harrington2017-05-081-1/+1
* elm_cnp: fixup behaviourMarcel Hollerbach2017-05-051-11/+30
* elm_cnp: allocate space for null terminator in _wl_targets_converterDerek Foreman2017-02-281-0/+1
* DnD/Container: fix drag during animationDaniel Zaoui2017-02-011-23/+36
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-1/+1
* elementary: fix float comparison warning in c&p.Cedric BAIL2016-12-201-1/+1
* DnD: cancel drag if mouse moves too muchDaniel Zaoui2016-11-101-3/+6
* elementary: Fix call to offer_supports_mime functionChris Michael2016-10-171-1/+1
* elementary: Fix potential resource leakChris Michael2016-09-261-2/+4
* elm_cnp: handle format of a drop correctlyMarcel Hollerbach2016-09-241-28/+17
* elm_cnp: refactor selection_get callbacksdevs/bu5hm4n/ecore_wl2_dndMarcel Hollerbach2016-09-231-90/+105
* elm_cnp: handle actions probeblyMarcel Hollerbach2016-09-231-0/+15
* ecore_wl2: introduce offer apiMarcel Hollerbach2016-09-231-155/+140
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-301-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-11/+11
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-15/+15
* elm cnp windows - remove unused varsCarsten Haitzler (Rasterman)2016-07-261-1/+0
* elm cnp win32 - do one side at least of unix newlines to windows newlnCarsten Haitzler (Rasterman)2016-07-261-1/+51
* elm_cnp: use defined charset before falling back to defaultMarcel Hollerbach2016-07-141-2/+2
* ecore_wl2: split of cnp_selection_data_ready andMarcel Hollerbach2016-07-111-2/+2
* ecore_wl2: buffer reading of the dataMarcel Hollerbach2016-07-111-64/+53
* elm cnp - wl - fix memory leakCarsten Haitzler (Rasterman)2016-07-081-5/+24
* elm: Fix cnp crash on WLJean-Philippe Andre2016-07-081-1/+6
* Elementary: cnp - check on NULL data in elm_drag_startArtem Popov2016-07-041-2/+7
* elementary: Fix explicit null dereferenceChris Michael2016-06-301-3/+3
* elementary: Fix erroneous usage of EINA_UNUSEDChris Michael2016-06-291-2/+1
* elementary: Fix over-zealous optimization attemptChris Michael2016-06-291-4/+3
* elementary: Fix bug in wl dnd where all subsequent mimetypes would beChris Michael2016-06-291-3/+6
* elementary: Reformat elm_cnp to be readableChris Michael2016-06-291-50/+62
* ecore_wl2: use ECORE_WL2_EVENT_DATA_SOURCE_ENDMarcel Hollerbach2016-06-281-2/+2
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-201-2/+1
* ecore_cocoa: simplify clipboard functions namingJean Guyomarc'h2016-06-071-3/+3
* efl_ui_win: rename elm_win to efl_ui_winJi-Youn Park2016-06-071-12/+12
* eo: for consistency use object like all our API.Cedric Bail2016-05-181-1/+1
* efl - key/data/value/obj attach to eo objects - make these propertiesCarsten Haitzler (Rasterman)2016-05-181-1/+1
* elementary: Don't define handlers if we are not going to use themChris Michael2016-05-151-1/+3
* elementary: Fix build issue when x11 is disabledmemeka2016-05-141-2/+2
* elm cnp: simplify data preparerThiep Ha2016-05-111-106/+35
* Revert "elm cnp/Wl: Remove duplicated data receive callback"Mike Blumenkrantz2016-05-101-98/+115
* elm_cnp: comment the debug macroAmitesh Singh2016-05-041-1/+1
* elm cnp/Wl: Remove duplicated data receive callbackThiep Ha2016-05-031-115/+98
* elm cnp/wl: add uri data type checkingThiep Ha2016-05-031-7/+21
* elm cnp/Wl: set selection for all data typesThiep Ha2016-05-031-22/+51
* elm cnp/Wl: Remove duplicated data send callbackThiep Ha2016-05-031-66/+38
* elm dnd/wl: add types' notify handlerThiep Ha2016-05-031-41/+347
* elm dnd/wl: add type convertersThiep Ha2016-05-031-6/+212
* elm_cnp: accept appropriate text types in wl drop handlersMike Blumenkrantz2016-04-211-4/+13
* elm_cnp: do not send null accepts for every type within wl data offersMike Blumenkrantz2016-04-211-3/+3
* elm_cnp: attempt to get all applicable mime types when getting selectionMike Blumenkrantz2016-04-211-2/+4
* eo base - remove the duplicated key dels and just do eo_key_del() nowCarsten Haitzler (Rasterman)2016-04-211-1/+1