summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller-x11.c
Commit message (Expand)AuthorAgeFilesLines
* spi_dec_init_mouse_listener() - remove no-op functionFederico Mena Quintero2022-12-091-28/+0
* Rename de-marshaller.[ch] to marshal-dbus.[ch]Federico Mena Quintero2022-12-081-1/+1
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-700/+725
* Move X11-specific prototypes to deviceeventcontroller-x11.hFederico Mena Quintero2022-12-061-1/+1
* spi_dec_set_unlatch_pending(): Remove unused functionFederico Mena Quintero2022-12-051-11/+0
* Remove variable that is set but never usedFederico Mena Quintero2022-12-051-4/+0
* Remove the other is_consumedFederico Mena Quintero2022-12-051-8/+1
* Remove one auxiliary is_consumedFederico Mena Quintero2022-12-051-9/+2
* Remove another auxiliary variable that was used to call spi_controller_notify...Federico Mena Quintero2022-12-051-11/+0
* Remove one auxiliary variable that was used to call spi_controller_notify_mou...Federico Mena Quintero2022-12-051-13/+0
* spi_controller_notify_mouselisteners(): RemoveFederico Mena Quintero2022-12-051-5/+1
* Move spi_clear_error_state() to the X11 codeFederico Mena Quintero2022-11-101-0/+8
* Remove superfluous struct namesFederico Mena Quintero2022-07-121-3/+2
* Remove unneeded includeFederico Mena Quintero2022-07-041-2/+0
* spi_dec_x11_mouse_check(): return early if there is no displayFederico Mena Quintero2021-12-131-5/+9
* Use the non-deprecated way to add private data to GObjectsFederico Mena Quintero2021-11-231-42/+28
* Move the X11 version of SpiDEControllerPrivate to a new header fileFederico Mena Quintero2021-11-231-28/+1
* Rename DEControllerPrivateData to SpiDEControllerPrivateFederico Mena Quintero2021-11-231-46/+46
* Remove the priv field from struct _SpiDEControllerFederico Mena Quintero2021-11-231-19/+44
* DeviceEventController: fix numlock detectionMike Gorse2021-04-291-1/+1
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* deviceeventcontroller-x11.c: Also try mod4 and mod5 to generate keysymsSamuel Thibault2019-06-081-0/+13
* Do not declare unused variablesEmmanuele Bassi2018-05-171-6/+10
* Remove xevie supportEmmanuele Bassi2017-05-241-76/+4
* registryd: Avoid crashing with a NULL keystringRui Matos2016-04-111-3/+5
* Add names to every timeoutBastien Nocera2015-01-061-0/+2
* Fix ucs2keysym prototypeMike Gorse2014-06-071-4/+1
* Fix a few more warningsMike Gorse2013-10-101-2/+2
* Allow building without X11Mike Gorse2013-08-081-0/+1486