summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* config: protect against potential out-of-bounds indexing.Peter Hutterer2008-08-041-3/+4
* config: support type strlist for XkbOptions property.Peter Hutterer2008-08-041-6/+23
* config: add parsing for input.x11_options.XkbOptions. #16874Peter Hutterer2008-08-041-0/+15
* config: note that HAL options must be strings.Peter Hutterer2008-07-281-0/+3
* HAL: Remove grotesque open-coded strcasestrDaniel Stone2008-07-161-13/+0
* config: Don't attempt to use D-Bus when not strictly necessaryDaniel Stone2008-07-162-2/+2
* config: init dev to NULL to shut up a valgrind warning.Peter Hutterer2008-06-021-1/+1
* Fix hal shutdown crash.Adam Jackson2008-05-161-3/+5
* Check for strcasestr and workaround it on systems without itAlan Coopersmith2008-05-121-0/+13
* config: override xkb_{r,m,l,v} with Xkb{r,m,l,v} if the latter is set.Peter Hutterer2008-05-091-15/+89
* config: remove trailing whitespaces.Peter Hutterer2008-05-091-26/+26
* Support to pass arbitrary options via HAL hotpluggingSascha Hlusiak2008-03-252-85/+171
* XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh2008-02-281-1/+1
* config: don't reset connection info on disconnect.Peter Hutterer2008-01-291-3/+2
* config: check connection != NULL before getting dbus' dispatch status.Peter Hutterer2008-01-291-2/+3
* config: only shutdown libhal if the connection is valid.Peter Hutterer2008-01-291-5/+7
* config: add a debug message, fix a whitespace error.Peter Hutterer2008-01-291-2/+3
* Config: HAL: Don't leak options on failure to add deviceDaniel Stone2007-12-281-1/+10
* Config: D-Bus: Don't leak timersDaniel Stone2007-12-281-1/+4
* Config: Don't forget to add xkb_rules optionFatih Aşıcı2007-12-261-0/+2
* Config: Fix a memory leakFatih Aşıcı2007-12-261-0/+2
* Merge branch 'master' into XACE-SELINUXEamon Walsh2007-12-131-2/+3
|\
| * Config: HAL: Fix XKB option parsingKanru Chen2007-12-051-2/+3
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-141-2/+2
|\ \ | |/
| * Config: D-Bus: Fix dbus_bus_request_name failure checkElvis Pranskevichus2007-11-061-2/+2
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-051-1/+2
|\ \ | |/
| * Config: HAL: Touchpads are pointers tooMarkku Vire2007-11-041-1/+2
* | xace: add new hooks + access controls: XInput extension.Eamon Walsh2007-09-281-1/+1
|/
* Don't segfault on shutdown if we never managed to connect to dbus.Aaron Plattner2007-09-201-1/+2
* config: Use [config/dbus] consistently for error messages.Peter Hutterer2007-08-311-4/+4
* config: return BadValue to caller if add/remove doesn't have parameters.Peter Hutterer2007-08-311-4/+6
* config: fix default xkb model (pc105, not keyboard)Julien Cristau2007-08-211-1/+1
* Hotplug: HAL: Fix error handlingDaniel Stone2007-08-081-18/+17
* Config: HAL: Use input.xkb namespaceDaniel Stone2007-08-082-10/+10
* Build system: Add missing filesxorg-server-1.3.99.0Daniel Stone2007-08-011-1/+1
* Config: Add missing includeDaniel Stone2007-08-011-0/+1
* Config: Add current FDI fileDaniel Stone2007-08-011-0/+31
* Config: Fix merge detritusDaniel Stone2007-08-011-1/+0
* Config: D-Bus core: Fix hook removalDaniel Stone2007-08-011-1/+5
* Convert all my license statements to the standard formDaniel Stone2007-08-015-86/+96
* Hotplug: Add HAL supportDaniel Stone2007-08-014-3/+392
* Hotplug: D-Bus: Dispatch harderDaniel Stone2007-08-011-2/+6
* Hotplug: D-Bus: API version 2Daniel Stone2007-08-012-18/+53
* Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone2007-08-015-480/+719
* libconfig shouldn't be an installed library.Adam Jackson2007-07-261-1/+1
* config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer2007-04-192-11/+12
* Change dbus 'listDevices' call to not require an argument.Peter Hutterer2007-04-192-13/+24
* Config: Extend D-BUS APIRemigiusz Marcinkiewicz2007-04-111-15/+71
* Config: Fix memory leaksMagnus Vigerlöf2007-04-101-15/+12
* Input: Add DeleteInputDeviceRequestMagnus Vigerlöf2007-04-101-1/+1