summaryrefslogtreecommitdiff
path: root/xkb/ddxLoad.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16xkb: Release XKB component names when compiling keymap.Rami Ylimäki1-11/+11
2011-02-23Merge branch 'mi-cleanup' into nextPeter Hutterer1-16/+60
2011-02-15xkb: Use snprintf to measure string lengths instead of manual strlen mathAlan Coopersmith1-10/+11
2011-02-14xkb: if the keymap failed to compile, load the default keymap instead.Peter Hutterer1-1/+22
2011-02-14xkb: split out keymap compilation.Peter Hutterer1-16/+39
2011-01-18xkb/ddxLoad.c doesn't need <paths.h> any moreAlan Coopersmith1-4/+0
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-8/+11
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-4/+2
2010-06-11xkb: replace xstrdup with strdup in Win32SystemMikhail Gusarov1-1/+6
2010-05-13Do not jump through the hoops to deallocate xkbbasedirflag variableMikhail Gusarov1-5/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-02-02xkb: sed True -> TRUE and False -> FALSEPeter Hutterer1-9/+9
2009-10-20xkb: don't conditionally include xkb-config.h.Peter Hutterer1-2/+0
2009-10-01xkb: check permissions on XKM_OUTPUT_DIRNirbheek Chauhan1-3/+2
2009-01-22XKB: Remove support for setting combined keymapsDaniel Stone1-2/+1
2009-01-22XKB: Remove 'extra' functionality from rules parsingDaniel Stone1-1/+1
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-0/+33
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-11-25Remove duplication from code paths in XkbDDXCompileKeymapByNamesAlan Coopersmith1-34/+42
2008-11-20Always use server-<display>.xkm to avoid races when multiple servers startAlan Coopersmith1-10/+2
2008-07-23Unifdef __osf__Adam Jackson1-1/+1
2008-07-23Unifdef AIX.Adam Jackson1-1/+1
2008-07-23Unifdef sgi.Adam Jackson1-1/+1
2008-06-25Don't log null device name in XkbDDXLoadKeymapByNamesAlan Coopersmith1-1/+1
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-23/+33
2008-05-13When XKB fails to open rules file, log the file name, not the NULL file pointerAlan Coopersmith1-1/+1
2008-05-07XKB: Actually explain keymap failuresDaniel Stone1-22/+32
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-153/+18
2008-02-17XKB: Ditch XkbFileInfoDaniel Stone1-7/+7
2008-02-17XKB: Remove support for pre-built keymapsDaniel Stone1-82/+1
2008-02-17XKB: Remove usage of client-side typesDaniel Stone1-2/+2
2008-02-17XKB: Remove a bunch of mad ifdefsDaniel Stone1-67/+13
2007-09-26xkb: unify ErrorFs. Prefix all with [xkb].Peter Hutterer1-17/+17
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-23/+1
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-4/+4
2006-10-02xkb: remove the world's most staggeringly broken vendor workaroundDaniel Stone1-24/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2005-09-01Teach xkb how to optionally run xkbcomp from $bindir instead ofKristian Høgsberg1-2/+11
2005-08-31Include xkb-config.h if we have it so we pick up the paths defined there.Kristian Høgsberg1-0/+4
2005-08-22If MAKE_XKM_OUTPUT_DIR is defined, call trans_mkdir to create directory ifAlan Coopersmith1-2/+20
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Alexander Gottwald1-3/+3
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2005-02-01xc/programs/Xserver/xkb/ddxLoad.cAlexander Gottwald1-44/+15
2005-01-09xc/programs/Xserver/xkb/ddxList.cAlexander Gottwald1-3/+3
2005-01-09//bugs.freedesktop.org/show_bug.cgi?id=2245) attachment #1645Alexander Gottwald1-80/+76
2004-12-24Print error message if CreateProcess fails Simplify popen simulation codeAlexander Gottwald1-11/+27
2004-11-22Use GetTempPath for finding a place where to store temporary files onAlexander Gottwald1-3/+14