summaryrefslogtreecommitdiff
path: root/src/bindings.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer1-5/+5
2015-07-16bindings: Make run binding functions take apropriate device instead of a seatDerek Foreman1-23/+26
2015-07-16bindings: make install_binding_grab take a keyboard instead of a seatDerek Foreman1-7/+10
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-9/+10
2015-07-16bindings: Stop exporting internal functionsDerek Foreman1-7/+7
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-03-02compositor,shell: move debug key code to corePekka Paalanen1-1/+146
2014-12-15input: swallow the key press event when running a compositor key bindingGiulio Camuffo1-1/+4
2014-12-01input: send focus events to the focused client when running a key bindingGiulio Camuffo1-3/+20
2014-11-19Revert "input: don't send to clients key events eaten by bindings"Pekka Paalanen1-5/+2
2014-11-11input: don't send to clients key events eaten by bindingsGiulio Camuffo1-2/+5
2014-11-05input: allow to destroy bindings in their handlerGiulio Camuffo1-12/+12
2013-12-02input: Keep track of number of touch points inside touch structJonas Ådahl1-1/+1
2013-11-27input: don't run modifier bindings when the kbd is grabbedEmilio Pozuelo Monfort1-0/+3
2013-11-19Add modifier-only bindingDaniel Stone1-0/+58
2013-10-28Add cancel function to grab interfacesJonas Ådahl1-0/+11
2013-10-14Add a touch binding to activate a surfaceNeil Roberts1-0/+36
2013-09-21input: Emit events on all resources for a clientNeil Roberts1-9/+12
2013-08-12input: For serial generation get the display from the compositorRob Bradford1-4/+1
2013-06-25compositor: Fix a couple of left-over wl_resource direct accessKristian Høgsberg1-1/+3
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-9/+8
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-8/+8
2013-03-18Eat scroll event if a key binding function is executed because of it.Rune K. Svendsen1-1/+4
2013-02-21compositor: Split util.c into binding.c and animation.cAnder Conselvan de Oliveira1-0/+289