Age | Commit message (Expand) | Author | Files | Lines |
2008-07-24 | Remove all empty extension reset hooks, replace with NULL. | Adam Jackson | 1 | -7/+1 |
2008-07-23 | Unifdef __osf__ | Adam Jackson | 2 | -2/+2 |
2008-07-23 | Unifdef AIX. | Adam Jackson | 1 | -1/+1 |
2008-07-23 | Unifdef sgi. | Adam Jackson | 2 | -9/+1 |
2008-07-23 | Unifdef QNX. | Adam Jackson | 1 | -3/+0 |
2008-07-17 | Dead code removal | Daniel Stone | 1 | -1/+1 |
2008-07-17 | Drop a bunch of #ifdef Lynx. | Mathieu Bérard | 1 | -1/+1 |
2008-06-25 | Don't log null device name in XkbDDXLoadKeymapByNames | Alan Coopersmith | 1 | -1/+1 |
2008-06-25 | xkb: remove unused variable is_core. | Peter Hutterer | 1 | -2/+1 |
2008-06-18 | input: fix up usage of button->down, used to be a bitmask, is now an array. | Peter Hutterer | 1 | -2/+2 |
2008-06-13 | Fix "warning: the address of ‘newTypes’ will always evaluate as ‘true’". | Eamon Walsh | 1 | -1/+1 |
2008-06-13 | Fix "warning: unused variable `s'". | Eamon Walsh | 1 | -5/+4 |
2008-06-05 | xkb: reset xkb_cached_map on CloseDownDevices. | Peter Hutterer | 1 | -0/+3 |
2008-06-02 | xkb: delete default rules when devices are closed. | Peter Hutterer | 1 | -0/+15 |
2008-05-22 | xkb: fix crash caused by uninitialised variable. | Peter Hutterer | 1 | -1/+1 |
2008-05-20 | xkb: remove superfluous checks in if statement. | Peter Hutterer | 1 | -3/+3 |
2008-05-20 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -23/+33 |
2008-05-13 | When XKB fails to open rules file, log the file name, not the NULL file pointer | Alan Coopersmith | 1 | -1/+1 |
2008-05-07 | XKB: Actually explain keymap failures | Daniel Stone | 1 | -22/+32 |
2008-04-22 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -1/+1 |
2008-04-22 | xkb: use the correct device instead of an uninitialised "dev". #15614 | Egbert Eich | 1 | -1/+1 |
2008-04-18 | xkb: mixing up src and dst in a memcpy is suboptimal. | Peter Hutterer | 1 | -1/+1 |
2008-04-13 | xkb: two fixes to avoid server crashes. | Peter Hutterer | 1 | -2/+2 |
2008-04-13 | xkb: Add XkbCopySrvLedInfo, deep-copies a XkbSrvLedInfoRec. | Peter Hutterer | 1 | -0/+39 |
2008-04-08 | xkb: don't overwrite CtrlProc in the second run of XkbFinishDeviceInit. | Peter Hutterer | 1 | -1/+4 |
2008-04-07 | Merge branch 'master' into dcdc_rework | Peter Hutterer | 5 | -16/+37 |
2008-04-01 | XKB: Fix processInputProc wrapping | Thomas Jaeger | 1 | -5/+4 |
2008-03-14 | XkbCopyKeymap: Fix broken indentation | Daniel Stone | 1 | -4/+4 |
2008-03-10 | XkbCopyKeymap was mangling doodads and overlays | Keith Packard | 1 | -2/+5 |
2008-03-05 | Fix distcheck. | Adam Jackson | 1 | -1/+1 |
2008-03-04 | Merge branch 'master' into mpx | Peter Hutterer | 27 | -986/+1066 |
2008-03-04 | XKB: Fix initial map setting on startup | Daniel Stone | 2 | -6/+25 |
2008-02-29 | dix: Modify callers of property and selection API to use new interfaces. | Eamon Walsh | 1 | -2/+2 |
2008-02-27 | XACE: Require "manage" permission for XKBSetNames. | Eamon Walsh | 1 | -1/+1 |
2008-02-22 | XKB: Actually use the keymap we compile at startup | Daniel Stone | 1 | -42/+80 |
2008-02-17 | XKB: Ditch XkbFileInfo | Daniel Stone | 7 | -415/+160 |
2008-02-17 | XkbProcessOtherEvent: Don't depend on now-removed header | Daniel Stone | 1 | -1/+1 |
2008-02-17 | XKB: Always set size correctly in XkbCopyKeymap's geometry routines | Daniel Stone | 1 | -5/+12 |
2008-02-17 | XKB: Remove support for pre-built keymaps | Daniel Stone | 4 | -121/+18 |
2008-02-17 | XKB: Remove usage of client-side types | Daniel Stone | 7 | -157/+113 |
2008-02-17 | XKB: Remove a bunch of mad ifdefs | Daniel Stone | 16 | -252/+69 |
2008-02-17 | XKB: Deprecate XKBSRV_NEED_FILE_FUNCS | Daniel Stone | 1 | -480/+0 |
2008-02-17 | XKB: Move headers into the server tree | Daniel Stone | 14 | -18/+1156 |
2008-02-17 | XKB: Delete xkberrs.c | Daniel Stone | 2 | -38/+0 |
2008-02-13 | XACE: Change access modes for some device-related requests. | Eamon Walsh | 1 | -7/+7 |
2008-02-09 | xkb: when copying the keymap, make sure the structs default to 0/NULL. | Peter Hutterer | 1 | -8/+15 |
2008-02-09 | xkb: when copying the keymap, make sure the structs default to 0/NULL. | Peter Hutterer | 1 | -8/+15 |
2008-02-07 | xkb: when copying sections, make sure num_rows is set too. | Peter Hutterer | 1 | -0/+1 |
2008-02-05 | xkb: when copying sections, make sure num_rows is set too. | Peter Hutterer | 1 | -0/+1 |
2008-01-30 | xkb: don't update LEDs if they don't exist. (Bug #13961) | Peter Hutterer | 1 | -0/+3 |