summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Merge src/alloc.c and src/malloc.cHEADmasterRan Benita4-375/+341
2012-05-01Remove unused stuff from xkbrules.hRan Benita1-44/+0
2012-05-01Remove unused stuff from XKBcommonint.hRan Benita8-69/+13
2012-05-01Remove unused 'which' and 'merge' argumentsRan Benita13-88/+75
2012-04-30Remove unused 'compiled' field in XkbFileRan Benita3-3/+0
2012-04-30Remove unused debugging functionRan Benita2-23/+0
2012-04-30Remove unused function XkbcNameMatchesPatternRan Benita2-40/+0
2012-04-30Use LT_INIT instead of deprecated AC_PROG_LIBTOOLRan Benita2-2/+2
2012-04-30Use stdbool.hRan Benita33-737/+736
2012-04-30Fix formatting in xkbcomp headersRan Benita14-348/+237
2012-04-26Dump include paths when we can't find rulesDaniel Stone1-0/+5
2012-04-26Include strings.h in XKBcommonint.h for strcasecmp etcAlan Coopersmith1-0/+1
2012-04-09Overhaul test suiteRan Benita21-412/+310
2012-04-09Reformat actionHandler dispatch tableRan Benita1-22/+22
2012-04-09Add xkb_state_get_map()Ran Benita2-0/+12
2012-04-09Implicitly include config.h in all filesRan Benita12-41/+2
2012-04-09Remove xproto and kbproto from pkg-config fileRan Benita1-1/+0
2012-04-09Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.hRan Benita9-96/+104
2012-04-09Constify the syms_out argument to xkb_key_get_syms()Ran Benita4-5/+5
2012-04-09Implement missing xkb_state_ref and add return valueRan Benita5-10/+17
2012-04-09Do not enable yacc trace facility unconditionallyRan Benita2-3/+2
2012-04-09Constify a global table and function argumentsRan Benita2-9/+9
2012-04-09Remove unused struct definitionRan Benita1-8/+0
2012-04-09Replace remaining use of Atom instead of xkb_atom_tRan Benita1-1/+1
2012-04-09Fix possible overflow in scannerRan Benita2-18/+18
2012-04-09Fix KeyInfo's syms array size calculationRan Benita1-9/+19
2012-04-09Set xorg-macros CFLAGS correctlyRan Benita2-5/+5
2012-04-09Fix compiler warningsRan Benita3-6/+4
2012-04-09Unconstify xkb_rules_namesDaniel Stone1-5/+5
2012-04-09Rename xkb_desc to xkb_keymapDaniel Stone34-202/+202
2012-04-09Use xorg CFLAGS and fix AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-5/+6
2012-04-09Eliminate remaining gcc warningsDaniel Stone4-11/+8
2012-04-03Don't parse nonsense Unicode/hex keycodesDaniel Stone1-2/+9
2012-04-03Remove unused device_specDaniel Stone2-2/+0
2012-04-03include resets group compatibility modifiers #43091Daniel Stone1-1/+3
2012-04-03Add cscope output to .gitignoreDaniel Stone1-0/+1
2012-04-03Properly document xkb_key_get_symsDaniel Stone1-4/+13
2012-04-02Constify a global tableRan Benita1-1/+1
2012-04-02Make temporary fix for stale xkb_atomsRan Benita1-0/+2
2012-04-02Fix bugs to allow multiple keymaps in one processRan Benita1-0/+1
2012-04-02Remove useless check from xkb_intern_atomRan Benita1-45/+39
2012-04-02Avoid leak in CompileKeymap error pathRan Benita1-2/+1
2012-04-02makekeys: use correct format stringsRan Benita1-6/+6
2012-04-02Add a NULL check before before strcmp'ingRan Benita1-1/+2
2012-04-02makekeys: free strings before exitingRan Benita1-0/+3
2012-04-02Use straight strtok_r instead of wrapperRan Benita1-8/+4
2012-04-02Avoid use of partly initialized VModInfo in error pathRan Benita1-1/+4
2012-03-29Fail gracefully on failure to find component includeDaniel Stone3-10/+22
2012-03-29Tests: Release context on failure to build keymapDaniel Stone3-0/+3
2012-03-29Full support for multiple keysyms per levelDaniel Stone10-250/+520