summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-30/+35
* Move X11-specific prototypes to deviceeventcontroller-x11.hFederico Mena Quintero2022-12-061-7/+0
* Remove superfluous includeFederico Mena Quintero2022-12-061-3/+0
* SpiDEController: Remove the have_mouse_listener fieldFederico Mena Quintero2022-12-051-1/+0
* spi_controller_notify_mouselisteners(): RemoveFederico Mena Quintero2022-12-051-4/+0
* spi_controller_register_device_listener() - remove the case for SPI_DEVICE_TY...Federico Mena Quintero2022-12-051-1/+0
* Fix indentationFederico Mena Quintero2022-12-051-1/+1
* SpiDEController: turn have_mouse_* into fields rather than global variablesFederico Mena Quintero2022-12-011-0/+2
* spi_device_event_controller_stop_poll_mouse(): Take a SpiDEController even if...Federico Mena Quintero2022-12-011-1/+1
* Make mouse_mask_state a field of SpiDEController instead of a global variableFederico Mena Quintero2022-12-011-7/+9
* Remove unused prototypeFederico Mena Quintero2022-11-111-2/+0
* struct _SpiDEController: remove unused registry fieldFederico Mena Quintero2022-11-111-1/+0
* spi_device_event_controller_start_poll_mouse() - take an SpiDEController, not...Federico Mena Quintero2022-11-111-1/+1
* Decouple the construction of SpiDEController and SpiRegistryFederico Mena Quintero2022-11-111-1/+1
* Move spi_clear_error_state() to the X11 codeFederico Mena Quintero2022-11-101-2/+0
* Remove the priv field from struct _SpiDEControllerFederico Mena Quintero2021-11-231-1/+0
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* Fix ucs2keysym prototypeMike Gorse2014-06-071-0/+4
* Allow building without X11Mike Gorse2013-08-081-1/+105
* Make device event listener notifications reentrantMike Gorse2010-05-281-0/+2
* Remove GDK dependency from registry daemon.Mark Doffman2009-12-241-1/+0
* Remove the dbind and droute libraries.Mark Doffman2009-11-071-4/+3
* 2009-06-18 Li Yuan <liyuan@liyuan-desktop.(none)>Mark Doffman2009-07-221-0/+3
* 2009-05-14 Mike Gorse <mgorse@novell.com>Mike Gorse2009-05-141-0/+1
* 2008-12-17 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-181-8/+9
* 2008-11-13 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-11-131-2/+2
* 2008-10-11 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-10-111-0/+2
* Add watches for disconnected applications and clients; fix related issuesMike Gorse2008-06-121-0/+2
* 2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-05-161-1/+0
* First pass at an adaptation. This compiles and runs but is otherwise untestedMike Gorse2008-05-161-6/+4
* * acconfig.h, configure.in, registryd/Makefile.am,bcameron2003-08-061-0/+1
* Fix for 95827, adds API for registering "AccessibleDeviceListeners"billh2002-11-171-1/+1
* Fix for bug #95828.billh2002-10-211-6/+6
* 2002-09-13 Michael Meeks <michael@ximian.com>michael2002-09-131-1/+2
* 2002-01-11 Michael Meeks <michael@ximian.com>michael2002-01-111-14/+18
* Revised key event support to remove some invalid casts, fix bugs relatingbillh2001-12-151-8/+8
* 2001-12-11 Michael Meeks <michael@ximian.com>michael2001-12-111-1/+0
* 2001-12-07 Michael Meeks <michael@ximian.com>michael2001-12-071-4/+5
* Started fixing IDL docs.billh2001-11-211-1/+1
* 2001-11-20 Michael Meeks <michael@ximian.com>michael2001-11-201-9/+5
* "Unfixed" some things :-). cleaned up and made some of the namespace changes ...billh2001-11-151-1/+4
* 2001-11-13 Michael Meeks <michael@ximian.com>michael2001-11-131-1/+1
* 2001-11-13 Michael Meeks <michael@ximian.com>michael2001-11-131-13/+13
* Fixed 'make dist', and added:billh2001-10-081-1/+7
* Added initial implementations of DeviceEventController and KeystrokeListener.billh2001-09-301-0/+54