Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-07-26 | treewide: replace xnfstrdup() calls by XNFstrdup() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-03-09 | os: unexport Fopen(), Fclose(), Popen(), Pclose(), System() | Enrico Weigelt, metux IT consult | 1 | -1/+4 |
2024-02-19 | xkb: drop defining XKBSRV_NEED_FILE_FUNCS | Enrico Weigelt, metux IT consult | 1 | -1/+0 |
2023-04-06 | ddxLoad: Check XDG_RUNTIME_DIR before fallback to /tmp/ | Alessandro Bono | 1 | -2/+11 |
2022-07-08 | xkb: rename xkb.h to xkb-procs.h | Peter Hutterer | 1 | -1/+0 |
2021-04-09 | xkb: don't require a trailing slash for the XKM output dir | Peter Hutterer | 1 | -11/+16 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 1 | -1/+1 |
2017-11-01 | xkb: Print the xkbcomp path being executed when we fail to compile. | Eric Anholt | 1 | -2/+4 |
2017-04-25 | Remove default defines of some directories. | Eric Anholt | 1 | -12/+0 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 1 | -8/+8 |
2014-03-19 | xkb: add XkbLoadKeymapFromString | Kristian Høgsberg | 1 | -0/+72 |
2014-03-17 | xkb: add KeymapOrDefault | Kristian Høgsberg | 1 | -16/+24 |
2014-03-17 | xkb: factor out xkb loading to LoadXkm | Kristian Høgsberg | 1 | -23/+31 |
2014-03-17 | xkb: add a callback to xkbcomp | Peter Hutterer | 1 | -20/+66 |
2014-03-17 | xkb: constify XkbDDXOpenConfigFile | Peter Hutterer | 1 | -1/+1 |
2014-01-12 | xkb: Clean up warnings | Keith Packard | 1 | -1/+1 |
2012-07-17 | xwin: Clean up os wrappers for System, Popen and Pclose on Windows | Keith Packard | 1 | -75/+0 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -194/+190 |
2011-11-23 | Convert strncpy/strncat to strlcpy/strlcat | Alan Coopersmith | 1 | -4/+2 |
2011-11-02 | Xming: Always remove temporary file used when invoking xkbcomp on Win32 | Colin Harrison | 1 | -0/+3 |
2011-03-16 | xkb: Release XKB component names when compiling keymap. | Rami Ylimäki | 1 | -11/+11 |
2011-02-23 | Merge branch 'mi-cleanup' into next | Peter Hutterer | 1 | -16/+60 |
2011-02-15 | xkb: Use snprintf to measure string lengths instead of manual strlen math | Alan Coopersmith | 1 | -10/+11 |
2011-02-14 | xkb: if the keymap failed to compile, load the default keymap instead. | Peter Hutterer | 1 | -1/+22 |
2011-02-14 | xkb: split out keymap compilation. | Peter Hutterer | 1 | -16/+39 |
2011-01-18 | xkb/ddxLoad.c doesn't need <paths.h> any more | Alan Coopersmith | 1 | -4/+0 |
2010-12-07 | Convert existing Xprintf style calls to asprintf style | Alan Coopersmith | 1 | -8/+11 |
2010-11-11 | Remove more superfluous if(p!=NULL) checks around free(p). | Cyril Brulebois | 1 | -4/+2 |
2010-06-11 | xkb: replace xstrdup with strdup in Win32System | Mikhail Gusarov | 1 | -1/+6 |
2010-05-13 | Do not jump through the hoops to deallocate xkbbasedirflag variable | Mikhail Gusarov | 1 | -5/+3 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 1 | -5/+5 |
2010-02-02 | xkb: sed True -> TRUE and False -> FALSE | Peter Hutterer | 1 | -9/+9 |
2009-10-20 | xkb: don't conditionally include xkb-config.h. | Peter Hutterer | 1 | -2/+0 |
2009-10-01 | xkb: check permissions on XKM_OUTPUT_DIR | Nirbheek Chauhan | 1 | -3/+2 |
2009-01-22 | XKB: Remove support for setting combined keymaps | Daniel Stone | 1 | -2/+1 |
2009-01-22 | XKB: Remove 'extra' functionality from rules parsing | Daniel Stone | 1 | -1/+1 |
2009-01-22 | Input: Overhaul keyboard initialisation process | Daniel Stone | 1 | -0/+33 |
2008-12-12 | Remove #define NEED_EVENTS and NEED_REPLIES | Peter Hutterer | 1 | -1/+0 |
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-25 | Remove duplication from code paths in XkbDDXCompileKeymapByNames | Alan Coopersmith | 1 | -34/+42 |
2008-11-20 | Always use server-<display>.xkm to avoid races when multiple servers start | Alan Coopersmith | 1 | -10/+2 |
2008-07-23 | Unifdef __osf__ | Adam Jackson | 1 | -1/+1 |
2008-07-23 | Unifdef AIX. | Adam Jackson | 1 | -1/+1 |
2008-07-23 | Unifdef sgi. | Adam Jackson | 1 | -1/+1 |
2008-06-25 | Don't log null device name in XkbDDXLoadKeymapByNames | Alan Coopersmith | 1 | -1/+1 |
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 |