summaryrefslogtreecommitdiff
path: root/src/bindings.c
Commit message (Expand)AuthorAgeFilesLines
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-191-5/+5
* bindings: Make run binding functions take apropriate device instead of a seatDerek Foreman2015-07-161-23/+26
* bindings: make install_binding_grab take a keyboard instead of a seatDerek Foreman2015-07-161-7/+10
* input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman2015-07-161-9/+10
* bindings: Stop exporting internal functionsDerek Foreman2015-07-161-7/+7
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* compositor,shell: move debug key code to corePekka Paalanen2015-03-021-1/+146
* input: swallow the key press event when running a compositor key bindingGiulio Camuffo2014-12-151-1/+4
* input: send focus events to the focused client when running a key bindingGiulio Camuffo2014-12-011-3/+20
* Revert "input: don't send to clients key events eaten by bindings"Pekka Paalanen2014-11-191-5/+2
* input: don't send to clients key events eaten by bindingsGiulio Camuffo2014-11-111-2/+5
* input: allow to destroy bindings in their handlerGiulio Camuffo2014-11-051-12/+12
* input: Keep track of number of touch points inside touch structJonas Ådahl2013-12-021-1/+1
* input: don't run modifier bindings when the kbd is grabbedEmilio Pozuelo Monfort2013-11-271-0/+3
* Add modifier-only bindingDaniel Stone2013-11-191-0/+58
* Add cancel function to grab interfacesJonas Ådahl2013-10-281-0/+11
* Add a touch binding to activate a surfaceNeil Roberts2013-10-141-0/+36
* input: Emit events on all resources for a clientNeil Roberts2013-09-211-9/+12
* input: For serial generation get the display from the compositorRob Bradford2013-08-121-4/+1
* compositor: Fix a couple of left-over wl_resource direct accessKristian Høgsberg2013-06-251-1/+3
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-0/+2
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-9/+8
* fold wl_keyboard into weston_keyboardKristian Høgsberg2013-05-061-8/+8
* Eat scroll event if a key binding function is executed because of it.Rune K. Svendsen2013-03-181-1/+4
* compositor: Split util.c into binding.c and animation.cAnder Conselvan de Oliveira2013-02-211-0/+289