summaryrefslogtreecommitdiff
path: root/src/lib/ecore_wl2/ecore_wl2_input.c
Commit message (Expand)AuthorAgeFilesLines
* ecore_wl2: do not silently returnMarcel Hollerbach2020-01-271-1/+1
* ecore_wl2: only ungrab/grab on last/first down/up eventMarcel Hollerbach2020-01-271-2/+2
* ecore_wl2: Add ecore_wl2_input_default_input_get() API.Woochanlee2020-01-221-0/+14
* ecore_wl2: Add ecore_wl2_input_keyboard_repeat_set() API.Woochanlee2020-01-221-2/+18
* ecore-wl2: Remove unused APIChristopher Michael2020-01-081-11/+0
* wl2_input: fix a problem that occurs in case of using both pointer/touch inpu...Wonki Kim2019-04-301-1/+5
* ecore_wl2_input: fix a way it works when it has multiple input devicesWonki Kim2019-04-221-0/+2
* ecore wl2 - remove pointless sntrcpys causing warningsCarsten Haitzler (Rasterman)2019-02-141-3/+3
* ecore_wl2: replace strcpy with strncpyWonki Kim2019-02-131-3/+3
* ecore_wl2_input: update a timestamp whenever possibleWonki Kim2019-01-291-0/+5
* ecore wl2 - fix wl touch handler struct to set extra cb fieldsCarsten Haitzler (Rasterman)2018-11-091-1/+3
* ecore_wl2&elput: correctly fill the key structureMarcel Hollerbach2018-07-101-10/+0
* ecore_wl2: Replace window ids with pointersDerek Foreman2018-07-061-61/+61
* ecore_wl2: Fix window drag mouse eventingDerek Foreman2018-05-081-7/+0
* ecore_wl2: Remove ecore_wl2_input_grab/ungrabDerek Foreman2018-05-081-16/+0
* elm_win: Remove move stop callbackDerek Foreman2018-05-081-3/+0
* ecore_wl2: Send a mouse-up event on reentry after client initiated resizeDerek Foreman2018-03-201-2/+2
* ecore_wl2: cleanup input code to string logic to reduce compiler warning and ...Cedric Bail2018-03-071-8/+4
* ecore-wl2: Check for valid string before passing to strlen()Chris Michael2018-03-071-5/+4
* ecore-wl2: Reduce calls to strlenChris Michael2018-03-071-5/+10
* ecore-wl2: correctly translate spacebar keyname into key eventsMike Blumenkrantz2018-01-221-1/+1
* wayland: Reduce number of unneccessary display flushesDerek Foreman2018-01-191-1/+0
* wayland: always flush client display when protocol sends are pendingMike Blumenkrantz2018-01-171-0/+3
* ecore-wl2: normalize axis event valuesMike Blumenkrantz2017-08-251-0/+1
* wayland: fix num/caps lock handling in eventsMike Blumenkrantz2017-08-181-2/+11
* ecore-wl2: handle null offer drags more effectivelyMike Blumenkrantz2017-07-241-2/+2
* ecore-wl2: Formatting fixesChris Michael2017-07-101-31/+56
* ecore-wl2: Add event handlers even if no data device manager existsChris Michael2017-07-101-7/+7
* ecore-wl2: Rename internal functionChris Michael2017-07-101-3/+3
* ecore-wl2: Fix issue(s) of setting wrong event deviceChris Michael2017-06-201-8/+19
* elput: fix sp. usefullBryce Harrington2017-06-051-2/+2
* ecore-wl2: add null checks for xkb compose pointersMike Blumenkrantz2017-06-021-1/+3
* ecore-wl2: do not unref non-matching input device upon removalMike Blumenkrantz2017-06-021-3/+3
* ecore-wl2: implement compose keysMike Blumenkrantz2017-05-261-1/+45
* ecore-wl2: add weston copyright notice to ecore_wl2_input.cMike Blumenkrantz2017-05-261-0/+25
* ecore-wl2: block key->string translation when appropriateMike Blumenkrantz2017-05-191-0/+13
* ecore-wl2: add copyright info to code copied from libX11Mike Blumenkrantz2017-05-191-0/+28
* ecore-wl2: remove ecore_wl2_window_input_get()Mike Blumenkrantz2017-05-191-1/+0
* ecore-wl2: add ecore_wl2_window_popup_input_set()Mike Blumenkrantz2017-05-191-1/+1
* wayland: move pointer-related functions to ecore_wl2_input namespaceMike Blumenkrantz2017-05-191-0/+32
* wayland: send focus in/out events when receiving/losing keyboard focusMike Blumenkrantz2017-05-191-14/+15
* ecore-wl2: add events for changes in keymap, selection, and kbd repeat rateMike Blumenkrantz2017-05-121-0/+19
* ecore-wl2: add display object to all eventsMike Blumenkrantz2017-05-121-3/+22
* ecore-wl2: add const to internal function paramMike Blumenkrantz2017-05-121-1/+1
* ecore-wl2: add some accessors for useful Ecore_Wl2_Input struct membersMike Blumenkrantz2017-05-121-0/+39
* ecore-wl2: split data offers into selection and dragMike Blumenkrantz2017-05-121-5/+16
* ecore-wl2: store names for inputs and add api for retrieving nameMike Blumenkrantz2017-05-121-0/+9
* ecore-wl2: add checks for a valid display object in ecore_wl2_input fnsMike Blumenkrantz2017-05-121-4/+5
* ecore_wl2: Remove wl_shell client supportDerek Foreman2017-03-091-10/+1
* ecore-wl2: Support sending focus for wl_shellChris Michael2017-02-081-1/+10