Age | Commit message (Expand) | Author | Files | Lines |
2010-02-15 | udev: Don't filter subsystem "input" | Thomas Jaeger | 1 | -6/+0 |
2010-02-11 | Add tag matching to input attributes. | Peter Hutterer | 2 | -0/+19 |
2009-12-30 | config: add libudev input-hotplug backend | Julien Cristau | 5 | -72/+369 |
2009-12-22 | config: Introduce InputAttributes in NewInputDeviceRequest | Dan Nicholson | 2 | -2/+25 |
2009-08-14 | config: don't shutdown the libhal ctx if it failed to initialize (#23213) | Peter Hutterer | 1 | -10/+11 |
2009-07-28 | config: add HAL error checks | Rémi Cardona | 1 | -10/+22 |
2009-06-07 | config: fix build after XI2 API changes to RemoveDevice. | Simon Thum | 1 | -1/+1 |
2009-05-08 | Don't printf NULL pointers on HAL connection error | Alan Coopersmith | 1 | -3/+6 |
2009-02-10 | config: if we can't connect to HAL, listen for a startup notification. | Peter Hutterer | 1 | -6/+105 |
2009-02-04 | DBUS_API_SUBJECT_TO_CHANGE is already defined on the command line | Tomas Carnecky | 1 | -1/+0 |
2009-01-30 | x11-input.fdi: Add options needed to handle adding USB devices on Solaris | Alan Coopersmith | 1 | -0/+14 |
2009-01-11 | config: ANSI cleanups | Julien Cristau | 1 | -2/+2 |
2008-12-07 | Use libtool convenience libraries and better "symbol" table. | Paulo Cesar Pereira de Andrade | 1 | -5/+5 |
2008-12-03 | Rework symbol visibility for easier maintenance | Paulo Cesar Pereira de Andrade | 1 | -2/+2 |
2008-11-29 | Export symbols defined in the sdk. | Paulo Cesar Pereira de Andrade | 1 | -2/+2 |
2008-11-05 | When HAL returns a NULL property, print "(null)" instead of a NULL pointer | Alan Coopersmith | 1 | -1/+1 |
2008-11-05 | Non-Linux OS'es should default to kbd driver, not now-dead keyboard driver | Alan Coopersmith | 1 | -2/+2 |
2008-10-29 | config: don't add duplicate devices through HAL. | Peter Hutterer | 1 | -0/+27 |
2008-09-26 | config: print error code if NIDR fails. | Peter Hutterer | 1 | -2/+3 |
2008-08-04 | config: protect against potential out-of-bounds indexing. | Peter Hutterer | 1 | -3/+4 |
2008-08-04 | config: support type strlist for XkbOptions property. | Peter Hutterer | 1 | -6/+23 |
2008-08-04 | config: add parsing for input.x11_options.XkbOptions. #16874 | Peter Hutterer | 1 | -0/+15 |
2008-07-28 | config: note that HAL options must be strings. | Peter Hutterer | 1 | -0/+3 |
2008-07-16 | HAL: Remove grotesque open-coded strcasestr | Daniel Stone | 1 | -13/+0 |
2008-07-16 | config: Don't attempt to use D-Bus when not strictly necessary | Daniel Stone | 2 | -2/+2 |
2008-06-02 | config: init dev to NULL to shut up a valgrind warning. | Peter Hutterer | 1 | -1/+1 |
2008-05-16 | Fix hal shutdown crash. | Adam Jackson | 1 | -3/+5 |
2008-05-12 | Check for strcasestr and workaround it on systems without it | Alan Coopersmith | 1 | -0/+13 |
2008-05-09 | config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set. | Peter Hutterer | 1 | -15/+89 |
2008-05-09 | config: remove trailing whitespaces. | Peter Hutterer | 1 | -26/+26 |
2008-03-25 | Support to pass arbitrary options via HAL hotplugging | Sascha Hlusiak | 2 | -85/+171 |
2008-02-28 | XACE: Fix instances of DixUnknownAccess at hook callsites. | Eamon Walsh | 1 | -1/+1 |
2008-01-29 | config: don't reset connection info on disconnect. | Peter Hutterer | 1 | -3/+2 |
2008-01-29 | config: check connection != NULL before getting dbus' dispatch status. | Peter Hutterer | 1 | -2/+3 |
2008-01-29 | config: only shutdown libhal if the connection is valid. | Peter Hutterer | 1 | -5/+7 |
2008-01-29 | config: add a debug message, fix a whitespace error. | Peter Hutterer | 1 | -2/+3 |
2007-12-28 | Config: HAL: Don't leak options on failure to add device | Daniel Stone | 1 | -1/+10 |
2007-12-28 | Config: D-Bus: Don't leak timers | Daniel Stone | 1 | -1/+4 |
2007-12-26 | Config: Don't forget to add xkb_rules option | Fatih Aşıcı | 1 | -0/+2 |
2007-12-26 | Config: Fix a memory leak | Fatih Aşıcı | 1 | -0/+2 |
2007-12-13 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -2/+3 |
2007-12-05 | Config: HAL: Fix XKB option parsing | Kanru Chen | 1 | -2/+3 |
2007-11-14 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -2/+2 |
2007-11-06 | Config: D-Bus: Fix dbus_bus_request_name failure check | Elvis Pranskevichus | 1 | -2/+2 |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -1/+2 |
2007-11-04 | Config: HAL: Touchpads are pointers too | Markku Vire | 1 | -1/+2 |
2007-09-28 | xace: add new hooks + access controls: XInput extension. | Eamon Walsh | 1 | -1/+1 |
2007-09-20 | Don't segfault on shutdown if we never managed to connect to dbus. | Aaron Plattner | 1 | -1/+2 |
2007-08-31 | config: Use [config/dbus] consistently for error messages. | Peter Hutterer | 1 | -4/+4 |
2007-08-31 | config: return BadValue to caller if add/remove doesn't have parameters. | Peter Hutterer | 1 | -4/+6 |