summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2012-06-18Add a test for the results of key sequencesRan Benita1-1/+3
2012-06-09Remove configure check for X11 keysym filesRan Benita1-1/+8
2012-06-08Add API for getting unicode representation of a keysymRob Bradford1-0/+1
2012-06-04Use $(top_builddir) rather than relative pathsDaniel Stone1-3/+3
2012-06-04Work around stupid automake dependency-tracking bugDaniel Stone1-0/+4
2012-05-29Add test for xkb_map_new_from_stringDaniel Stone1-1/+3
2012-05-29Add xkb_map_get_as_stringDaniel Stone1-1/+4
2012-05-22Import darray.h for common dynamic array codeRan Benita1-0/+1
2012-05-20rules: add testRan Benita1-2/+11
2012-05-20rules: only export a single functionRan Benita1-2/+2
2012-05-19Create path.h for the path.c functionsRan Benita1-0/+1
2012-05-18Fix out-of-tree build for config.hPekka Paalanen1-1/+1
2012-05-18Add benchmarking test to rulescompDaniel Stone1-1/+1
2012-05-11Use $(AM_V_GEN) to prettyfi makekeys stepKristian Høgsberg1-1/+1
2012-05-11Add xkbcommon-keysyms.h to Makefile.amDaniel Stone1-1/+2
2012-05-09Merge remote-tracking branch 'krh/keysyms'Daniel Stone1-1/+9
2012-05-09Use our own keysymsKristian Høgsberg1-1/+1
2012-05-09Add XKB version of X11 keysymsKristian Høgsberg1-0/+8
2012-05-09makekeys: fix cross-compilationPekka Paalanen1-7/+5
2012-05-09Make build directory includes more explicitDaniel Stone1-1/+1
2012-05-08Add pre-defined names databaseDaniel Stone1-1/+3
2012-05-08Reintroduce $(builddir)/src/xkbcomp includeDaniel Stone1-0/+1
2012-05-08Rename XKBcommonint.h to xkb-priv.h and use itRan Benita1-6/+6
2012-05-08Rename xkbcomp/misc.h to xkbcomp-priv.h and use itRan Benita1-8/+7
2012-05-01Merge src/alloc.c and src/malloc.cRan Benita1-1/+0
2012-04-09Overhaul test suiteRan Benita1-2/+26
2012-04-09Implicitly include config.h in all filesRan Benita1-1/+2
2012-04-09Set xorg-macros CFLAGS correctlyRan Benita1-4/+5
2012-03-27Add new context APIDaniel Stone1-0/+1
2012-03-27Fix distcheck with non-recursive MakefilesDaniel Stone1-5/+12
2012-03-27Make build non-recursiveRan Benita1-2/+74
2010-12-18config: makekeys prog should stand alone in the makekeys directoryGaetan Nadon1-1/+2
2010-12-08config: add the INSTALL target for installation instructionsGaetan Nadon1-4/+5
2010-12-07config: remove m4/.gitignore now that toplevel one handles it allGaetan Nadon1-2/+0
2010-11-11build: use AC_CONFIG_MACRO_DIR as per libtoolize warningJan Engelhardt1-0/+2
2009-04-01Add xkbcommon pkg-config fileDan Nicholson1-0/+3
2009-03-19Testing harness for keysym functionsDan Nicholson1-1/+1
2009-03-19Initial implementation of keysym handlersDan Nicholson1-1/+1
2009-03-19Add makekeys for creating keysym hash tablesDan Nicholson1-0/+2
2009-03-19Initial autotools commitDan Nicholson1-0/+10