Age | Commit message (Expand) | Author | Files | Lines |
2008-03-10 | XkbCopyKeymap was mangling doodads and overlays | Keith Packard | 1 | -2/+5 |
2008-03-04 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -16/+13 |
2008-02-17 | XKB: Always set size correctly in XkbCopyKeymap's geometry routines | Daniel Stone | 1 | -5/+12 |
2008-02-17 | XKB: Remove a bunch of mad ifdefs | Daniel Stone | 1 | -10/+0 |
2008-02-17 | XKB: Move headers into the server tree | Daniel Stone | 1 | -1/+1 |
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-26 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -0/+1 |
2008-01-17 | XKB: XkbCopyKeymap: Don't leak all the sections | Daniel Stone | 1 | -0/+1 |
2008-01-03 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -62/+85 |
2007-11-13 | dix: Send MappingNotify when keyboard maps change. | Peter Hutterer | 1 | -1/+4 |
2007-09-28 | xace: add hooks + new access codes: XKB extension. | Eamon Walsh | 1 | -62/+85 |
2007-09-28 | xace: add new hooks + access controls: XInput extension. | Eamon Walsh | 1 | -1/+1 |
2007-09-26 | xkb: unify ErrorFs. Prefix all with [xkb]. | Peter Hutterer | 1 | -1/+1 |
2007-07-04 | Fix MEMORY SMASH in XkbCopyKeymap. | Keith Packard | 1 | -3/+2 |
2007-03-21 | XKB: Be a tiny bit more conservative with type allocation | Daniel Stone | 1 | -2/+5 |
2007-03-20 | Static markup and dead code cull over xkb/. | Adam Jackson | 1 | -55/+2 |
2007-02-05 | XkbCopyKeymap: fix copy-and-waste accident | Daniel Stone | 1 | -1/+1 |
2006-12-24 | XkbCopyKeymap: make sure sym_interpret is always valid | Daniel Stone | 1 | -10/+13 |
2006-12-08 | XkbCopyKeymap: always initialise map and preserve | Daniel Stone | 1 | -2/+12 |
2006-11-08 | XkbCopyKeymap: don't iterate broken types, or dereference null pointers | Daniel Stone | 1 | -33/+49 |
2006-11-02 | XkbCopyKeymap: be more careful with levels, allocate compat/geom | Daniel Stone | 1 | -41/+70 |
2006-10-23 | XkbCopyKeymap: increment shapes and outlines when copying | Daniel Stone | 1 | -2/+2 |
2006-10-15 | XkbCopyKeymap: copy server vmods, and name atoms | Daniel Stone | 1 | -0/+16 |
2006-10-14 | xkb: better support of XkbDfltXIId | Daniel Stone | 1 | -0/+4 |
2006-10-14 | XkbCopyKeymap: add geometry support | Daniel Stone | 1 | -5/+486 |
2006-10-08 | xkb: remove random broken vendor workarounds | Daniel Stone | 1 | -20/+0 |
2006-10-02 | Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve... | Daniel Stone | 1 | -1/+603 |
2006-10-02 | xkb: fix wrapping when switching between groups | Ivan Pascal | 1 | -4/+4 |
2006-09-10 | Warning fix, and a syntax fix in a #if 0 section of code. | Zephaniah E. Hull | 1 | -1/+1 |
2006-09-07 | XkbCopyKeymap/SrvXkbCopyKeymap: free geom harder, add cheery comments | Daniel Stone | 1 | -2/+9 |
2006-08-29 | [PATCH] XkbCopyKeymap: still more range fixes | Daniel Stone | 1 | -31/+62 |
2006-08-24 | XkbCopyKeymap: fix various range issues | Daniel Stone | 1 | -33/+122 |
2006-08-23 | XkbCopyKeymap: use correct range for MapNotify | Daniel Stone | 1 | -13/+13 |
2006-08-23 | XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify events | Daniel Stone | 1 | -2/+73 |
2006-08-23 | xkb/gkve: copy XKB map, not pointer-assign | Daniel Stone | 1 | -0/+404 |
2006-07-21 | Remove RCS tags. Fix Xprint makefile braindamage. | Adam Jackson | 1 | -2/+0 |
2006-05-29 | Remove -xkbmap argument. | Daniel Stone | 1 | -20/+0 |
2006-04-03 | Bug #1358: Make ISO_Prev_Group cycle/wrap as ISO_Next_Group does. | Daniel Stone | 1 | -2/+2 |
2006-03-25 | Fix two glaring unconditional-NULL-dereferences. | Daniel Stone | 1 | -0/+6 |
2005-07-03 | Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". | Daniel Stone | 1 | -1/+1 |
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 1 | -0/+4 |
2005-07-01 | Change all misc.h and os.h references to <X11/foo.h>. | Daniel Stone | 1 | -1/+1 |
2005-04-20 | Fix includes right throughout the Xserver tree: | Daniel Stone | 1 | -2/+2 |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 1 | -1/+1 |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 | Egbert Eich | 1 | -1/+1 |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 | Egbert Eich | 1 | -1/+1 |
2004-02-26 | readding XFree86's cvs IDs | Egbert Eich | 1 | -1/+1 |